-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: sync repository content with datastore (#467)
* feat(repository-controller): implement states and reconciliation loop * feat(datastore): implement client for git bundle storage * fix(repository-controller): run polling every 5 min * feat(repo-controller): failed sync set status to SyncNeeded * feat(gitprovider): implement revision fetch in all providers * feat(repo-polling): implement repo put/fetch from datastore * fix: support unauthenticated git provider * feat(repo-controller): improve logging + use status instead of annotations * fix(repo-controller): fix standard git providers + use git bundle * feat(repo-controller): unify GetGitBundle implementations * fix(repo-controller): add ssh known hosts to controller * feat(repo-controller): wip: reconcile on layer creation * feat(datastore): add HEAD capabilities on git bundles * feat(repo-controller): update repository sync on layer creation * feat(repo-controller): sync now requests by webhook * feat(repo-controller): make repository controller disabled by default --------- Co-authored-by: Luca Corrieri <[email protected]> Co-authored-by: Alan <[email protected]>
- Loading branch information
1 parent
0791bcd
commit 4a333c7
Showing
38 changed files
with
1,284 additions
and
159 deletions.
There are no files selected for viewing
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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
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
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
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
Oops, something went wrong.