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

WIP: stream fallback #8080

Closed

Commits on Nov 15, 2017

  1. Add StreamFallback flag to ToolsConstraint

    If this is true, we'll look across streams when searching a source for
    tools metadata. Change the fetching code to use stream fallback, while
    the MergeMetadata path doesn't (since it already goes across streams,
    and fallback here would introduce lots of duplicates).
    babbageclunk committed Nov 15, 2017
    Configuration menu
    Copy the full SHA
    8e3ea85 View commit details
    Browse the repository at this point in the history
  2. Refactor simplestreams.GetMetadata to return a list

    This is a step towards allowing it to return results from more than one
    source.
    babbageclunk committed Nov 15, 2017
    Configuration menu
    Copy the full SHA
    79f064b View commit details
    Browse the repository at this point in the history
  3. Change LookupParams.Stream to .Streams

    Rather than using a fallback flag on the ToolsConstraint.
    babbageclunk committed Nov 15, 2017
    Configuration menu
    Copy the full SHA
    136b878 View commit details
    Browse the repository at this point in the history
  4. Review changes from wallyworld

    Not including the MirrorContentId changes which will be more
    substantial.
    babbageclunk committed Nov 15, 2017
    Configuration menu
    Copy the full SHA
    591e406 View commit details
    Browse the repository at this point in the history