Conversation
553a13e to
1d141e0
Compare
Merged
727aa22 to
8554f9e
Compare
a617303 to
b0c226d
Compare
7be862f to
bb66ef6
Compare
13e8a54 to
3c3f939
Compare
This change provides basic code changes for deleting the Kubernetes manifests from the Kubernetes' namespace that hosts a PREvant application while preserving the deleted manifests in the database.
This changes restores the partial backup of the Kubernetes manifests. Additionally, his change provides some code improvements and tests for backing-up and restoring applications.
The HTTP API provides integration with the backup and restore capability to return the list of backed up applications from the repository.
3c3f939 to
e3bdf8c
Compare
2 tasks
This change makes sure that the back-up and restore tasks are merged if possible. If they cannot be merged, they will be executed until without merging to make sure that the application state is the same as if they are executed in singular tasks. Also, this refactoring fixes #277 for queue processing without persistent database queue.
This change updates the OpenAPI documentation with the new HTTP API that moves applications into and out of backups. Also it fixes some other documentation issues in the OpenAPI documentation (see #255). Also, the docs provide documentation of the back-up and restore feature.
e3bdf8c to
2b2c4ae
Compare
4 tasks
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Manual backup for #149