-
Notifications
You must be signed in to change notification settings - Fork 241
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
revert: Augment the category menu by system tags and already used categories #5498
Conversation
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5498 +/- ##
============================================
- Coverage 22.65% 22.25% -0.40%
+ Complexity 397 388 -9
============================================
Files 241 240 -1
Lines 11863 11788 -75
Branches 2306 2301 -5
============================================
- Hits 2687 2624 -63
+ Misses 9176 9164 -12
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
This should also go into main (or even main first, then backport) so we don't have a blocked main branch for the next minor release. Critical paths to test and offer a migration will be events that now have a custom category set. They should at least render and be editable. Ideally the category should be removable. |
fb655ed
to
a5b1007
Compare
…egories Ref b3af4c3 Signed-off-by: Anna Larch <[email protected]>
a5b1007
to
eae6dea
Compare
Codecov upload is failing |
Tested the categories - I can manually add a separate category 'testing' and remove it again. |
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.
Change looks good
The change can be brought back once the performance issues are gone. |
Yes, that is a good lead. Add with that some cache and it might be acceptable. |
/backport to stable4.5 |
Ref b3af4c3