-
Notifications
You must be signed in to change notification settings - Fork 64
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(ESSNTL-4365): Enable actions in the groups table #1779
feat(ESSNTL-4365): Enable actions in the groups table #1779
Conversation
Implements https://issues.redhat.com/browse/ESSNTL-4365. This enables the creation, deletion and renaming of one group in the groups table.
/retest |
Putting to draft state, gonna add one more commit to enable multiple groups deletion... |
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.
Tested it locally. LGTM
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #1779 +/- ##
==========================================
- Coverage 70.45% 67.62% -2.84%
==========================================
Files 122 124 +2
Lines 2579 2758 +179
Branches 885 912 +27
==========================================
+ Hits 1817 1865 +48
- Misses 762 893 +131
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
# [1.6.0](v1.5.0...v1.6.0) (2023-03-03) ### Features * **ESSNTL-4365:** Enable actions in the groups table ([#1779](#1779)) ([aa8ed51](aa8ed51))
🎉 This PR is included in version 1.6.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Implements https://issues.redhat.com/browse/ESSNTL-4365.
How to test:
npm run mock-server
andnpm run start:mock:beta
in separate terminals.Screenshots