-
Notifications
You must be signed in to change notification settings - Fork 1
feat: backup operation #23
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
Open
debdutdeb
wants to merge
37
commits into
develop
Choose a base branch
from
feat/backup-restore
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 31 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
ef003db
wip: updating toolchain
debdutdeb 3b00303
refactor: using k3d cluster
debdutdeb f6608b2
test: first real test also run in ci now
debdutdeb f7787c4
fix: add patch to go.mod
debdutdeb dd12c5f
fix: add k3d to ci
debdutdeb be103e8
fix: build controller image first
debdutdeb b836a76
fix: move around the order of building and testing targets
debdutdeb aaa2deb
tests: add more tests
debdutdeb f36f214
chore: remove envtest references
debdutdeb bec9182
ci: bump go version in golang-ci workflow
debdutdeb 0cfa83a
wip: outlining backup controller
debdutdeb 085c39e
chore: local configuration details
debdutdeb 813652d
chore: load mongo testing data k3d
debdutdeb da80faa
docs: Makefile new targets
debdutdeb 61cac3f
chore: test suites to use make targets
debdutdeb 897a926
chore: moving code around
debdutdeb d6f4895
noop
debdutdeb 7995f92
wip: ....
debdutdeb b04eab3
fix: use patch
debdutdeb 4ae6f21
chore: from mac, switching to linux
debdutdeb bdea110
chore: push the rest
debdutdeb 847355c
fix: run internal unit tests
debdutdeb d9c4240
chore: add support for encryption
debdutdeb 221e984
...
debdutdeb 6c76305
simplifying for reviews and better condition handling
debdutdeb 8ee0885
chore: use DatabaseManifestName constant
debdutdeb 6139c51
chore: update portmaster
debdutdeb afb6ce6
chore: common portmaster reconciler
debdutdeb 9d7de8b
chore: reove old code
debdutdeb d9aa06a
chore: use podspec directly
debdutdeb 1b99a98
fix: portmaster missing restart policy
debdutdeb 8ba1269
chore: old
debdutdeb 7db1282
chore: add webhook support
debdutdeb 7072666
simplify webhook
debdutdeb 0e841ec
chore: better way to pass portmaster config
debdutdeb 5f810e4
chore: implement queue for webhooks
debdutdeb a977b79
allow webhook body
debdutdeb File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -33,3 +33,9 @@ mongoValues.yaml | |
| db-secret.yaml | ||
| db-cluster.yaml | ||
| *.ignore | ||
|
|
||
| tests/k3d/disk/ | ||
|
|
||
| .operator-test-suite.mk | ||
|
|
||
| .envrc | ||
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.