-
Notifications
You must be signed in to change notification settings - Fork 4
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: Revoke T4C session tokens for initial repositories #2191
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2191 +/- ##
==========================================
+ Coverage 87.62% 87.65% +0.02%
==========================================
Files 240 240
Lines 8268 8285 +17
Branches 568 571 +3
==========================================
+ Hits 7245 7262 +17
Misses 863 863
Partials 160 160 ☔ View full report in Codecov by Sentry. |
API Changelog 4.18.2.dev10+g5616ee92 |
This comment has been minimized.
This comment has been minimized.
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.
Nice!
2dd98a4
to
464e9a6
Compare
Bundle ReportBundle size has no change ✅ |
This comment has been minimized.
This comment has been minimized.
Instead of evaluating the repository list during termination again, save the repositories with issued tokens in the database and revoke the tokens for exactly the same repositories.
464e9a6
to
3740761
Compare
|
Instead of evaluating the repository list during termination again, save the repositories with issued tokens in the database and revoke the tokens for exactly the same repositories.