ATLAS-5350: Atlas UI: Enhance Purge Audit Results UI - #708
Merged
Conversation
Contributor
Author
Contributor
Author
Contributor
Author
Brijesh619
force-pushed
the
ATLAS-5350
branch
2 times, most recently
from
July 30, 2026 10:06
44904d0 to
be0d3a8
Compare
Contributor
Author
Contributor
Author
Contributor
Author
pawarprasad123
left a comment
Contributor
There was a problem hiding this comment.
Update Pr description properly as per the final changes
pawarprasad123
left a comment
Contributor
There was a problem hiding this comment.
after fixing the changes, also check for test case.
Contributor
Author
Contributor
Author
Contributor
Author
Contributor
Author
Contributor
Author
Contributor
Author
This file contains hidden or 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
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.































What changes were proposed in this pull request?
This patch introduces functional UI enhancements to the Audit view for both the Classic (dashboardv2) and React dashboards, specifically targeting Purge operation summaries and TYPE_DEF rendering improvements.
Summary of Changes:
SUMMARY&runIdFiltering: Implemented seamless integration forrunIdbased filtering. When a user filters byrunId, the UI automatically strips conflicting query parameters and safely injects theSUMMARYcriteria to fetch the correct overarching audit record.purgedCount+purgedDependenciesCount) and provide contextual alerts (e.g., highlighting failures and directing users topurgefailure.log).auditRowKindUI Hiding: Cleaned up the frontend UI to properly hide internal implementation details by maskingauditRowKindelements from the end-user.How was this patch tested?