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(internal): datasource registryStrategy #6549

Merged
merged 5 commits into from Jun 19, 2020

Commits on Jun 19, 2020

  1. feat(internal): datasource registryStrategy

    datasource implementations can export a `registryStrategy` field that is used by the datasource index/controller to manage the approach:
    - ‘first’: send only the first registryUrl
    - ‘hunt’: return the first successful result
    - ‘merge’: try all registries and combined/deduplicate the results
    
    Closes #6533
    rarkins committed Jun 19, 2020
    Copy the full SHA
    8fbd9ab View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2999057 View commit details
    Browse the repository at this point in the history
  3. code review improvements

    rarkins committed Jun 19, 2020
    Copy the full SHA
    c03ad77 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'aaa-origin/master' into feat/6533-datas…

    …ource-registry-strategy
    rarkins committed Jun 19, 2020
    Copy the full SHA
    b71bdfb View commit details
    Browse the repository at this point in the history
  5. add tests

    rarkins committed Jun 19, 2020
    Copy the full SHA
    c80d55d View commit details
    Browse the repository at this point in the history