Conversation
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #136 +/- ##
=======================================
Coverage 99.65% 99.65%
=======================================
Files 239 240 +1
Lines 6918 7007 +89
Branches 2090 2136 +46
=======================================
+ Hits 6894 6983 +89
Misses 22 22
Partials 2 2 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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.
Overview
What is the feature?
Expand metadata-correction auditing so every published keyword event is visible, including events that do not match any CMR collections, and provide reports grouped by published KMS version.
What is the Solution?
/metadata_correction_audit/publishedand/metadata_correction_audit/published/{versionName}as the official published-version audit routes.What areas of the application does this impact?
Testing
Reproduction steps
/metadata_correction_audit/published/{versionName}?format=htmland verify the collection ID, keyword change, and outcome.No collections found./metadata_correction_audit/published?format=htmland verify versions are grouped with the latest published version first.Automated verification: 2,413 tests pass across 235 files. Lint and CDK type checking pass, with 100% coverage for lines changed by this PR.
Attachments
None.
Checklist