-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
feat(ui): Support filter for configured
and unchanged
on SYNC STATUS view
#20850
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
❌ Preview Environment deleted from BunnyshellAvailable commands (reply to this comment):
|
aali309
changed the title
enhncement(ui): Support filter for
feat(ui): Support filter for Nov 19, 2024
configured
and unchanged
on SYNC STATUS viewconfigured
and unchanged
on SYNC STATUS view
aali309
force-pushed
the
supportFiltering
branch
2 times, most recently
from
November 20, 2024 17:54
c468c88
to
21e42ef
Compare
aali309
force-pushed
the
supportFiltering
branch
from
November 21, 2024 19:45
21e42ef
to
3599a5a
Compare
@@ -16,6 +16,7 @@ interface Props { | |||
operationState: models.OperationState; | |||
} | |||
const buildResourceUniqueId = (res: Omit<models.ResourceRef, 'uid'>) => `${res.group}-${res.kind}-${res.version}-${res.namespace}-${res.name}`; | |||
const MessageStatuses = ['configured', 'unchanged']; |
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.
nit: rename MessageStatuses
-> FilterableMessageStatuses
aali309
force-pushed
the
supportFiltering
branch
from
November 25, 2024 15:39
91265f7
to
e1d5331
Compare
Signed-off-by: Atif Ali <atali@redhat.com>
Signed-off-by: Atif Ali <atali@redhat.com>
Signed-off-by: Atif Ali <atali@redhat.com>
aali309
force-pushed
the
supportFiltering
branch
from
November 25, 2024 21:05
e1d5331
to
b317845
Compare
andrii-korotkov-verkada
approved these changes
Nov 27, 2024
jdedhia-chwy
approved these changes
Nov 27, 2024
ishitasequeira
approved these changes
Nov 27, 2024
14 tasks
adriananeci
pushed a commit
to adriananeci/argo-cd
that referenced
this pull request
Dec 4, 2024
…TUS view (argoproj#20850) Signed-off-by: Adrian Aneci <aneci@adobe.com>
revitalbarletz
pushed a commit
to revitalbarletz/argo-cd
that referenced
this pull request
Jan 20, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes: #13457
No filter:
Filter configured
Filter unchanged