-
Notifications
You must be signed in to change notification settings - Fork 27
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
✨ web-api: trashed resources include trashedBy
with the primary GID of the user that trashed it
#7052
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7052 +/- ##
===========================================
- Coverage 87.57% 69.80% -17.77%
===========================================
Files 1629 738 -891
Lines 63454 33599 -29855
Branches 2047 274 -1773
===========================================
- Hits 55569 23455 -32114
- Misses 7549 10082 +2533
+ Partials 336 62 -274
*This pull request uses carry forward flags. Click here to find out more.
Continue to review full report in Codecov by Sentry.
|
47c5c0a
to
d6856bf
Compare
trashedBy
with the primary GID of the user that trashed it
trashedBy
with the primary GID of the user that trashed ittrashedBy
with the primary GID of the user that trashed it
67fb6bb
to
9a1b399
Compare
trashedBy
with the primary GID of the user that trashed ittrashedBy
with the primary GID of the user that trashed it
Quality Gate passedIssues Measures |
What do these changes do?
Any resource that was trashed (so far
projects
,folders
orworkspace
) includes whentrashedAt: datetime
and whotrashedBy: UserID
trashedAt
andtrashedBy
on Bin cards #7030folders
andworkspace
to fit CSR architecture.Related issue/s
trashedAt
andtrashedBy
on Bin cards #7030How to test
Dev-ops
None