Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: operator-framework/operator-registry
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 220ec6a
Choose a base ref
...
head repository: operator-framework/operator-registry
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a98ec3c
Choose a head ref
  • 14 commits
  • 1,187 files changed
  • 5 contributors

Commits on Sep 12, 2019

  1. pkg/registry/bundle.go: use v1beta1.CustomResourceDefinition, as

    the apiextensions type is internal
    estroz committed Sep 12, 2019
    Copy the full SHA
    78e83c9 View commit details

Commits on Sep 24, 2019

  1. Copy the full SHA
    64fece7 View commit details

Commits on Sep 25, 2019

  1. feat(csv): support extracting version from bundle's csv

    this is used in OLM to handle csvs from a catalog without parsing
    them fully (and abstract over changes in underlying types)
    ecordell committed Sep 25, 2019
    Copy the full SHA
    4930852 View commit details
  2. chore(schema): remove schema

    this is not used in operator-registry anymore, and will be replaced
    by the validation library
    ecordell committed Sep 25, 2019
    Copy the full SHA
    7bafd22 View commit details
  3. Copy the full SHA
    afb7ad1 View commit details
  4. Merge pull request #87 from ecordell/kube-1.16

    Bump to kube 1.16
    openshift-merge-robot authored Sep 25, 2019
    Copy the full SHA
    2f3ee84 View commit details

Commits on Sep 27, 2019

  1. Add migration proposal

    kevinrizza committed Sep 27, 2019
    Copy the full SHA
    88a6c29 View commit details

Commits on Sep 28, 2019

  1. Merge pull request #88 from kevinrizza/migrations-proposal

    Add migration proposal
    openshift-merge-robot authored Sep 28, 2019
    Copy the full SHA
    8ffce09 View commit details

Commits on Oct 12, 2019

  1. Merge pull request #86 from estroz/fix-crd-encoding

    pkg/registry: use v1beta1.CustomResourceDefinition, as the apiextensions type is internal
    openshift-merge-robot authored Oct 12, 2019
    Copy the full SHA
    628ebd4 View commit details

Commits on Oct 14, 2019

  1. chore(client): move k8s clientset generation

    Allows code reuse throughout operator-registry.
    Jeff Peeler committed Oct 14, 2019
    Copy the full SHA
    e6f6da9 View commit details
  2. feat(sqlite): add configmap writer

    This implements "Populate" for writing bundle data to a configmap. Both
    subdirectories manifests and metadata are parsed for files to be stored
    in the configmap.
    
    Also implements a function for deploying the bundle image via a job.
    Jeff Peeler committed Oct 14, 2019
    Copy the full SHA
    b4b7ff1 View commit details
  3. feat(cli): add bundle extractor binary

    This command serves the manifest data from an image bundle into a
    configmap. The naming should be fairly temporary as this functionality
    will very shortly be refactored into the upcoming CLI changes for
    incorporating everything into one binary.
    Jeff Peeler committed Oct 14, 2019
    Copy the full SHA
    5c325d5 View commit details
  4. test(e2e): add initial test bootstrap

    Essentially what is produced by `ginkgo bootstrap`, but without using
    dot-imports. The package name is intentionally chosen to be outside of
    the code under test in order to encourage not reaching into the
    internals.
    Jeff Peeler committed Oct 14, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    377e2fb View commit details
  5. test(e2e): add bundle data image extraction test

    The image-bundle directory contains files for the data inside a bundle
    image in addition to buildling both the bundle and init container
    images.
    Jeff Peeler committed Oct 14, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    a98ec3c View commit details
Loading