-
Notifications
You must be signed in to change notification settings - Fork 253
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: e59b816
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: operator-framework/operator-registry
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b40c9b8
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 12 commits
- 1,186 files changed
- 4 contributors
Commits on Sep 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 64fece7 - Browse repository at this point
Copy the full SHA 64fece7View commit details
Commits on Sep 25, 2019
-
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)
Configuration menu - View commit details
-
Copy full SHA for 4930852 - Browse repository at this point
Copy the full SHA 4930852View commit details -
this is not used in operator-registry anymore, and will be replaced by the validation library
Configuration menu - View commit details
-
Copy full SHA for 7bafd22 - Browse repository at this point
Copy the full SHA 7bafd22View commit details -
Configuration menu - View commit details
-
Copy full SHA for afb7ad1 - Browse repository at this point
Copy the full SHA afb7ad1View commit details -
Merge pull request #87 from ecordell/kube-1.16
Bump to kube 1.16
Configuration menu - View commit details
-
Copy full SHA for 2f3ee84 - Browse repository at this point
Copy the full SHA 2f3ee84View commit details
Commits on Sep 27, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 88a6c29 - Browse repository at this point
Copy the full SHA 88a6c29View commit details
Commits on Sep 28, 2019
-
Merge pull request #88 from kevinrizza/migrations-proposal
Add migration proposal
Configuration menu - View commit details
-
Copy full SHA for 8ffce09 - Browse repository at this point
Copy the full SHA 8ffce09View commit details
Commits on Oct 11, 2019
-
chore(client): move k8s clientset generation
Allows code reuse throughout operator-registry.
Jeff Peeler committedOct 11, 2019 Configuration menu - View commit details
-
Copy full SHA for 90a0c5b - Browse repository at this point
Copy the full SHA 90a0c5bView commit details -
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 committedOct 11, 2019 Configuration menu - View commit details
-
Copy full SHA for 1318650 - Browse repository at this point
Copy the full SHA 1318650View commit details -
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 committedOct 11, 2019 Configuration menu - View commit details
-
Copy full SHA for 2e716dd - Browse repository at this point
Copy the full SHA 2e716ddView commit details -
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 committedOct 11, 2019 Configuration menu - View commit details
-
Copy full SHA for a2611ea - Browse repository at this point
Copy the full SHA a2611eaView commit details -
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 committedOct 11, 2019 Configuration menu - View commit details
-
Copy full SHA for b40c9b8 - Browse repository at this point
Copy the full SHA b40c9b8View commit details
There are no files selected for viewing