-
Notifications
You must be signed in to change notification settings - Fork 64
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
fix(ESSNTL-5612): Update Staleness & Deletion Keys + Route Protection #2114
fix(ESSNTL-5612): Update Staleness & Deletion Keys + Route Protection #2114
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #2114 +/- ##
==========================================
- Coverage 57.62% 57.51% -0.11%
==========================================
Files 193 193
Lines 6192 6195 +3
Branches 1713 1715 +2
==========================================
- Hits 3568 3563 -5
- Misses 2624 2632 +8 ☔ View full report in Codecov by Sentry. |
/retest |
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.
While testing locally, I encountered this error:
{ "detail": "Validation Error: {'conventional_time_to_deletion': ['Unknown field.']}", "status": 400, "title": "Bad Request", "type": "about:blank" }
c48191e
to
2cc5e53
Compare
@mkholjuraev Sorry about that, The ticket wasnt up to date and I was using an old schema, Ive updated the PR so that its uses the api keys that are now merged into BE stage |
/retest |
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! everyting works as described. Let's make the commit lint happy and then merge
7c737b9
to
ca2b815
Compare
84cc00e
to
9feff57
Compare
/retest |
3 similar comments
/retest |
/retest |
/retest |
🎉 This PR is included in version 1.61.3 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
There should be no functionality changes frontend wise with this PR. The backend is changing the api keys so the frontend needs to be updated.
This also protects the route via feature flag.
This cannot be merged until RedHatInsights/insights-host-inventory#1573 is merged
New keys with merged PR:
conventional_time_to_stale
"conventional_time_to_stale_warning": "",
"conventional_time_to_delete": "",
"immutable_time_to_stale": "",
"immutable_time_to_stale_warning": "",
"immutable_time_to_delete"