-
Notifications
You must be signed in to change notification settings - Fork 6.5k
chore(ui): fix Incorrect links to applications managed by other argo instances #23266
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
❌ Preview Environment deleted from BunnyshellAvailable commands (reply to this comment):
|
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #23266 +/- ##
==========================================
- Coverage 60.82% 60.79% -0.03%
==========================================
Files 351 351
Lines 60439 60489 +50
==========================================
+ Hits 36760 36777 +17
- Misses 20757 20788 +31
- Partials 2922 2924 +2 ☔ View full report in Codecov by Sentry. |
96bedff to
2089901
Compare
435b830 to
4b02ae3
Compare
ui/src/app/applications/components/application-details/application-details.tsx
Outdated
Show resolved
Hide resolved
ui/src/app/applications/components/application-resource-tree/application-resource-tree.tsx
Show resolved
Hide resolved
ui/src/app/applications/components/applications-list/applications-tiles.tsx
Outdated
Show resolved
Hide resolved
ui/src/app/applications/components/applications-list/applications-list.tsx
Outdated
Show resolved
Hide resolved
ui/src/app/applications/components/applications-list/applications-list.tsx
Outdated
Show resolved
Hide resolved
de8567e to
73bf297
Compare
45dcdb5 to
0ccaceb
Compare
ce1bdbd to
6019125
Compare
ui/src/app/applications/components/application-resource-tree/application-resource-tree.tsx
Show resolved
Hide resolved
ui/src/app/applications/components/application-resource-tree/application-resource-tree.tsx
Show resolved
Hide resolved
Signed-off-by: Atif Ali <[email protected]> revert manged by url changes Signed-off-by: Atif Ali <[email protected]> Expose installationID and serverURL to deep link and API contexts Signed-off-by: Atif Ali <[email protected]> fix test errors and run make codegen Signed-off-by: Atif Ali <[email protected]> added test for ListLinks and DeepLinks Object Signed-off-by: Atif Ali <[email protected]> resolve linter errors Signed-off-by: Atif Ali <[email protected]>
Signed-off-by: Atif Ali <[email protected]> fix linter failures Signed-off-by: Atif Ali <[email protected]> Fix testifylint error: use assert.Empty instead of assert.Equal for empty string Signed-off-by: Atif Ali <[email protected]> fix more linter failures Signed-off-by: Atif Ali <[email protected]> fix more linter failures on the cluster_test.go Signed-off-by: Atif Ali <[email protected]>
Signed-off-by: Atif Ali <[email protected]> fix linter errors && cleanup Signed-off-by: Atif Ali <[email protected]> fix returning null for the managed-by-url Signed-off-by: Atif Ali <[email protected]> resolve linter error Signed-off-by: Atif Ali <[email protected]> cleanup Signed-off-by: Atif Ali <[email protected]> fix linter error on utils.tsx Signed-off-by: Atif Ali <[email protected]> make external link icon available always &&remove redirect logic in loadAppInfo Signed-off-by: Atif Ali <[email protected]> use proper navigation patterns Signed-off-by: Atif Ali <[email protected]>
Signed-off-by: Atif Ali <[email protected]> regenerate protobuf files Signed-off-by: Atif Ali <[email protected]>
Signed-off-by: Atif Ali <[email protected]>
Signed-off-by: Atif Ali <[email protected]>
Signed-off-by: Atif Ali <[email protected]>
Signed-off-by: Atif Ali <[email protected]>
Signed-off-by: Atif Ali <[email protected]>
Signed-off-by: Atif Ali <[email protected]>
Signed-off-by: Atif Ali <[email protected]>
e1d9c5d to
d7eef8a
Compare
Signed-off-by: Atif Ali <[email protected]>
keithchong
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: Atif Ali <[email protected]>
…instances (argoproj#23266) Signed-off-by: Atif Ali <[email protected]>
…instances (argoproj#23266) Signed-off-by: Atif Ali <[email protected]>
…instances (argoproj#23266) Signed-off-by: Atif Ali <[email protected]> Signed-off-by: Dobromir Zahariev <[email protected]>
…instances (argoproj#23266) Signed-off-by: Atif Ali <[email protected]>
…instances (argoproj#23266) Signed-off-by: Atif Ali <[email protected]>
…instances (argoproj#23266) Signed-off-by: Atif Ali <[email protected]>
Fixes: #12380
Checklist: