-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[PM-13839][PM-13840] Admin Console Collections #4922
base: main
Are you sure you want to change the base?
[PM-13839][PM-13840] Admin Console Collections #4922
Conversation
- They're now needed in the admin console when add/editing a cipher. - Prior to this there was no way to edit collection when editing a cipher. Assigning collections was a separate workflow
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4922 +/- ##
==========================================
+ Coverage 41.77% 42.57% +0.79%
==========================================
Files 1364 1387 +23
Lines 64050 64649 +599
Branches 5878 5932 +54
==========================================
+ Hits 26760 27524 +764
+ Misses 36084 35903 -181
- Partials 1206 1222 +16 ☔ View full report in Codecov by Sentry. |
New Issues
Fixed Issues
|
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.
Short and sweet, looks good!
🎟️ Tracking
PM-13839
PM-13840
Client Side PR
📔 Objective
Add collectionIds to the response of
{id}/admin
collectionsIds
are the only difference in the new CipherMiniDetailsResponseModelstring[]
rather thannull/undefined
. This change would be more accurate with those types.📸 Screenshots
See Client Side PR
🦮 Reviewer guidelines
:+1:
) or similar for great changes:memo:
) or ℹ️ (:information_source:
) for notes or general info:question:
) for questions:thinking:
) or 💭 (:thought_balloon:
) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion:art:
) for suggestions / improvements:x:
) or:warning:
) for more significant problems or concerns needing attention:seedling:
) or ♻️ (:recycle:
) for future improvements or indications of technical debt:pick:
) for minor or nitpick changes