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(source-sync): overhaul behaviour #2866

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

andrewpollock
Copy link
Contributor

This commit:

  • Adds support to download all sources concurrently, each in their own thread, rather than sequentially, in the interests of saving time. It emits an interim progress report of which sources are still being downloaded every time a thread completes

  • Adds support for an arbitrary number of sources to download other than just all or one of them

  • Adds support for excluding an arbitrary number of sources when downloading all of them

  • fixes a bug where the --verbose flag was not being honoured when downloading all sources.

This commit:

- Adds support to download all sources concurrently, each in their own
  thread, rather than sequentially, in the interests of saving time. It
  emits an interim progress report of which sources are still being
  downloaded every time a thread completes

- Adds support for an arbitrary number of sources to download other than
  just all or one of them

- Adds support for excluding an arbitrary number of sources when
  downloading all of them

- fixes a bug where the `--verbose` flag was not being honoured when
  downloading all sources.
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.

1 participant