Migrate org groups (hr_group -> admin_group, primary_group -> member_group) - #1275
Migrate org groups (hr_group -> admin_group, primary_group -> member_group)#1275simensandhaug wants to merge 24 commits into
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
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 🏆
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ 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. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…h explicit names for groups
|
Kudos, SonarCloud Quality Gate passed!
|
larwaa
left a comment
There was a problem hiding this comment.
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 <46653859+larwaa@users.noreply.github.com>
remove comment Co-authored-by: Lars Waage <46653859+larwaa@users.noreply.github.com>
|
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!
|








Changes