-
Notifications
You must be signed in to change notification settings - Fork 32
♻️ web-server: preparation of trash plugin ⚠️ #7018
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
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
|



What do these changes do?
Preparations to add new features to the
trashdomain 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
trashcolumns inprojects,workspacesandfolderstablestrashed_attotrashedin order to follow convention in the database tablestrashedAtmaps the database columntrashed!trashed_bytoprojectstable to track user♻️ webserver
trashPROJECT_TRASH_RETENTION_DAYSasTRASH_RETENTION_DAYSfoldersmodules to follow CSR layersworkspacesmodules to follow CSR layersprojectsfixtures to new naming changesRelated issue/s
How to test
Dev-ops⚠️
PROJECT_TRASH_RETENTION_DAYStoTRASH_RETENTION_DAYSPROJECT_TRASH_RETENTION_DAYSfrom all deploys