-
Notifications
You must be signed in to change notification settings - Fork 1.4k
feat(innovation-archive): [PM-19151] Controller Work #5496
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(innovation-archive): [PM-19151] Controller Work #5496
Conversation
…the ArchivedDate column
…controller-updates
…archive and feature flagged them.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## innovation/archive/server #5496 +/- ##
============================================================
Coverage ? 47.70%
============================================================
Files ? 1545
Lines ? 70935
Branches ? 6347
============================================================
Hits ? 33839
Misses ? 35684
Partials ? 1412 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
New Issues (116)Checkmarx found the following issues in this Pull Request
|
…ete implementation.
c75ec56
to
bed5e20
Compare
Found some bugs, resolving them now. |
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.
Looks great! I just left a couple of minor suggestions
Thank you for the comments regarding documentation @r-tome, it is on my checklist as the code nears it's ready state. |
…g back on all responses now.
It would be appreciated for everyone to mark all their threads resolved that have been addressed. Helps it make the PR look a little less chaotic and easier to see what is outstanding work. |
util/Migrator/DbScripts/2025-03-11_01_Archive_Unarchive_Procedures.sql
Outdated
Show resolved
Hide resolved
util/Migrator/DbScripts/2025-03-20_00_Archive_Unarchive_Procedures.sql
Outdated
Show resolved
Hide resolved
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.
🚀
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.
Excellent work!
|
5cbf4c5
into
innovation/archive/server
📔 Objective
Archive and Unarchive Implementation
Duplicated all soft delete functions and renamed / repurposed the functionality relatively to fit the Archive feature.
new endpoints:
Archive -
/api/ciphers/<cipher_id>/archive
Bulk Archive -
/api/ciphers/archive
Unarchive -
/api/ciphers/<cipher_id>/unarchive
Bulk Unarchive -
/api/ciphers/unarchive
📸 Screenshots
Screen.Recording.2025-03-13.at.10.58.04.AM.mov
⏰ Reminders before review
🦮 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