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(registry): Add operator version dependency metadata #254

Merged
merged 5 commits into from
Apr 15, 2020

Commits on Apr 8, 2020

  1. feat(registry): Add operator version dependency metadata

    The operator-version based dependency information can be added to
    a bundle via dependencies.yaml in /metadata. The dependencies info
    will be parsed and is added to the DB in a new table named
    `dependencies`. Each dependency entry is linked to a specific operator
    bundle that it belongs to.
    
    A new registry API `ListBundles` is added to return all available
    bundles in the database. This information is to serve as input to
    the new resolver.
    
    Signed-off-by: Vu Dinh <vdinh@redhat.com>
    dinhxuanvu committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    818ce2b View commit details
    Browse the repository at this point in the history
  2. Add bundle dependencies specification documentation

    Signed-off-by: Vu Dinh <vdinh@redhat.com>
    dinhxuanvu committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    b443c0c View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2020

  1. Codegen for registry API changes

    Signed-off-by: Vu Dinh <vdinh@redhat.com>
    dinhxuanvu committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    418108d View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2020

  1. Address feedbacks and fix test cases

    Signed-off-by: Vu Dinh <vdinh@redhat.com>
    dinhxuanvu committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    85c26c9 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. Address feedbacks (second round)

    Signed-off-by: Vu Dinh <vdinh@redhat.com>
    dinhxuanvu committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    1510c73 View commit details
    Browse the repository at this point in the history