-
Notifications
You must be signed in to change notification settings - Fork 5
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
Migrate org groups (hr_group -> admin_group, primary_group -> member_group) #1275
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Absolutely fantastic job with this PR. A migration such as this always introduces a lot of complexity, and I think you've handled it in an excellent manner! Have a look at the feedback on migrations which I think will make your life a bit easier, and the other comments that I hope you find useful 😊 Again, great work with this, you're really touching some of the more complex parts of the application 🏆
backend/apps/organizations/migrations/0032_auto_20210824_1457.py
Outdated
Show resolved
Hide resolved
backend/apps/organizations/migrations/0034_auto_20221114_1854.py
Outdated
Show resolved
Hide resolved
backend/apps/organizations/migrations/0034_auto_20221114_1854.py
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## main #1275 +/- ##
==========================================
- Coverage 81.55% 81.54% -0.01%
==========================================
Files 88 88
Lines 3166 3165 -1
==========================================
- Hits 2582 2581 -1
Misses 584 584
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
…h explicit names for groups
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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.
These are always a bit tricky, lots of moving parts, but I think it's more or less good to go, just a minor bug
remove print statement Co-authored-by: Lars Waage <[email protected]>
remove comment Co-authored-by: Lars Waage <[email protected]>
Requested changes should be fixed if i understood the problem with uuid correctly. If not im positive we can just remove the uuid from the name altogether, i cant see a reason why we would specifically need it in the name on the adminpage because it would be a field? |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Changes