-
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-server: preparation of trash plugin ⚠️ #7018
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7018 +/- ##
==========================================
- Coverage 86.94% 86.39% -0.55%
==========================================
Files 1651 1664 +13
Lines 64840 65036 +196
Branches 2043 2091 +48
==========================================
- Hits 56373 56191 -182
- Misses 8132 8497 +365
- Partials 335 348 +13
Continue to review full report in Codecov by Sentry.
|
43f3875
to
c3eac3b
Compare
a12d3d3
to
026ffb5
Compare
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.
@pcrespov shall we already create a PR deleting PROJECT_TRASH_RETENTION_DAYS
?
Or how not to forget to do that?
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.
Approving quickly to unblock without reading the whole PR, I had a look at the .env-devel
, dev-ops-related-stuff, it all looks perfectly complete. Thanks a lot for also making the ops-config PR yourself in a very nice manner! < 3
Quality Gate passedIssues Measures |
What do these changes do?
Preparations to add new features to the
trash
domain at the web-server. This action requires first some refactoring first to comply with the Controller-Service-Repository (CSR) layer and the naming conventions for action timestamps in the database columns.🗃️ changes in database
trash
columns inprojects
,workspaces
andfolders
tablestrashed_at
totrashed
in order to follow convention in the database tablestrashedAt
maps the database columntrashed
!trashed_by
toprojects
table to track user♻️ webserver
trash
PROJECT_TRASH_RETENTION_DAYS
asTRASH_RETENTION_DAYS
folders
modules to follow CSR layersworkspaces
modules to follow CSR layersprojects
fixtures to new naming changesRelated issue/s
How to test
Dev-ops⚠️
PROJECT_TRASH_RETENTION_DAYS
toTRASH_RETENTION_DAYS
PROJECT_TRASH_RETENTION_DAYS
from all deploys