Skip to content
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

feat: refactor Fetcher interface used for downloading migrations #8728

Merged
merged 7 commits into from
Feb 11, 2022

Conversation

aschmahmann
Copy link
Contributor

Resolves #8714

repo/fsrepo/migrations/fetcher.go Outdated Show resolved Hide resolved
repo/fsrepo/migrations/fetcher.go Show resolved Hide resolved
repo/fsrepo/migrations/retryfetcher.go Outdated Show resolved Hide resolved
repo/fsrepo/migrations/retryfetcher.go Outdated Show resolved Hide resolved
repo/fsrepo/migrations/retryfetcher.go Outdated Show resolved Hide resolved
repo/fsrepo/migrations/migrations.go Outdated Show resolved Hide resolved
repo/fsrepo/migrations/retryfetcher.go Show resolved Hide resolved
@aschmahmann aschmahmann marked this pull request as ready for review February 11, 2022 16:48
@aschmahmann aschmahmann merged commit b1ffc87 into master Feb 11, 2022
@aschmahmann aschmahmann deleted the feat/migration-download-refactor branch February 11, 2022 19:57
aschmahmann added a commit that referenced this pull request Feb 17, 2022
* feat: refactor Fetcher interface used for downloading migrations
* feat: add RetryFetcher for migration downloads
* feat: 3 retries for each HTTP migration download

(cherry picked from commit b1ffc87)
aschmahmann added a commit that referenced this pull request Feb 17, 2022
* feat: refactor Fetcher interface used for downloading migrations
* feat: add RetryFetcher for migration downloads
* feat: 3 retries for each HTTP migration download

(cherry picked from commit b1ffc87)
aschmahmann added a commit that referenced this pull request Feb 18, 2022
* feat: refactor Fetcher interface used for downloading migrations
* feat: add RetryFetcher for migration downloads
* feat: 3 retries for each HTTP migration download

(cherry picked from commit b1ffc87)
@aschmahmann aschmahmann mentioned this pull request Feb 18, 2022
59 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Better handling of fallbacks for migration downloads
2 participants