-
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
⚗️ Is2392/restore project snaphots #2534
Merged
odeimaiz
merged 13 commits into
ITISFoundation:master
from
pcrespov:is2392/restore-project-snaphots
Sep 10, 2021
Merged
⚗️ Is2392/restore project snaphots #2534
odeimaiz
merged 13 commits into
ITISFoundation:master
from
pcrespov:is2392/restore-project-snaphots
Sep 10, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pcrespov
added
a:database
associated to postgres service and postgres-database package
a:webserver
issue related to the webserver service
labels
Sep 9, 2021
Codecov Report
@@ Coverage Diff @@
## master #2534 +/- ##
========================================
+ Coverage 76.5% 77.0% +0.5%
========================================
Files 610 611 +1
Lines 23397 23445 +48
Branches 2294 2297 +3
========================================
+ Hits 17918 18076 +158
+ Misses 4872 4764 -108
+ Partials 607 605 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
|
pcrespov
force-pushed
the
is2392/restore-project-snaphots
branch
from
September 9, 2021 16:59
1b303e4
to
cd41756
Compare
pcrespov
changed the title
⚗️ WIP: Is2392/restore project snaphots
⚗️ Is2392/restore project snaphots
Sep 9, 2021
odeimaiz
approved these changes
Sep 10, 2021
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.
👍
sanderegg
approved these changes
Sep 10, 2021
2 tasks
GitHK
approved these changes
Sep 10, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
a:database
associated to postgres service and postgres-database package
a:webserver
issue related to the webserver service
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What do these changes do?
IN order to have a running demo for Monday in master, @odeimaiz and me decided to restore former
project-snapshots
concept (yellow) until the new design (red) is fully functional.This feature is only enabled in master (with
WEBSERVER_DEV_FEATURES_ENABLED=1
) and accessible to TESTER users. Since it is a dev-feature, all data created in these tables will be dumped when the new design is in placerestores
projects_snapshots
tablerestores CRUD operations on
/projects/*/snapshots
resource@odeimaiz , notice that now you have update as well. Please review interaction with the front-end.
Related issue/s
How to test