-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Updater pipeline and initial work on the breadth-first update #374
Merged
Merged
Changes from 24 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
024f176
feat chore: Added alias attribute to repositories, logging improvements
renatav 3e32ed6
Merge branch 'master' into renatav/better-errors-and-logging
renatav 5db90c1
fix: if last successful commit is invalid, report the issue and raise…
renatav 6b6894f
feat: initial work on bf update. Listing targets data per auth commits
renatav fb653e7
feat: work on refactoring the update process with a pipeline architec…
renatav 24924e1
refact: move target repos initial state validation and commits fetchi…
renatav c08ea48
feat: initial breadth-first targets validation
renatav cc4c6a5
refact: additional work on moving code to the updater pipeline
renatav ed887d3
fix: do not expect target commit to be changed in every auth commit. …
renatav beb5a0a
refact: integrate updater pipeline into updater, finish new implement…
renatav 3f87fe9
Merge branch 'master' into renatav/bf-update
renatav c3fa1eb
fix: updater pipeline - iterate through target commits properly
renatav 320728e
feat: updater - work on adding support for partial update
renatav 3930ef2
feat: updater - raise an error in case of additional unauthenticated …
renatav 5607011
feat, refact: updater pipeline - start update from the beginning if i…
renatav e8312b0
test: updater - define patterns for checking error messages, make mor…
renatav f1f324c
fix: updater pipeline - raise error if update type is not correct
renatav a9ed435
chore: formatting
renatav ba364e7
chore: fix flake and mypy errors
renatav 1cbf90b
fix: fix updater when target files do not exist but repositroies.json…
renatav eaefc70
fix: fix failing test, revert determine branch updates
renatav 9c6f978
feat: updater - set last validated commit after partial update
renatav 944859d
chore: remove unused import and invalid test
renatav 588ec75
chore: update changelog
renatav bfee646
fix: out of band validation minor fix, minor error handling fixes
renatav 8918757
fix: fix target commits fetching
renatav cd24900
test: fix failing create repository test
renatav 7c4c39b
feat: define which updater steps should be run when updating and only…
renatav ef0966a
chore: minor changelog fix and remove a TODO
renatav 5974c0c
chore: remvoe outdated todo
renatav 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 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.
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.
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.