-
Notifications
You must be signed in to change notification settings - Fork 429
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: add MANAGE_TAGS permission #4628
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 3 Skipped Deployments
|
Docker builds report
|
Uffizzi Preview |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4628 +/- ##
=======================================
Coverage 97.17% 97.17%
=======================================
Files 1162 1163 +1
Lines 40267 40285 +18
=======================================
+ Hits 39130 39148 +18
Misses 1137 1137 ☔ View full report in Codecov by Sentry. |
) | ||
|
||
|
||
def reverse(apps: Apps, schema_editor: BaseDatabaseSchemaEditor) -> None: # pragma: no cover |
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.
Justification for adding pragma: no cover
here:
Considering the complexity of the code, and the very limited scope in which this code will ever be executed, I figured that it wasn't worth writing a migration test for it (since they are quite arduous to write).
I have tested the migration forwards and backwards manually.
Changes
Adds the MANAGE_TAGS permission as per #4600
How did you test this code?
Added new unit test.