-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: franklinunix/operator-registry
base: master
head repository: operator-framework/operator-registry
compare: master
Commits on Jul 18, 2019
-
feat(load): allow multiple csvs in the same directory
in this case, it is assumed that all other non-csv objects in the directory are part of every csv bundle
Configuration menu - View commit details
-
Copy full SHA for 2dcf74f - Browse repository at this point
Copy the full SHA 2dcf74fView commit details
Commits on Jul 19, 2019
-
refactor(load, query): don't rely on json extensions to sqlite, and
don't rely on types imported from OLM
Configuration menu - View commit details
-
Copy full SHA for f5ee2f9 - Browse repository at this point
Copy the full SHA f5ee2f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7c5989 - Browse repository at this point
Copy the full SHA a7c5989View commit details -
Merge pull request operator-framework#59 from ecordell/remove-olm-and…
…-json Refactor load/query to remove sqlite json requirement and dependency on OLM
Configuration menu - View commit details
-
Copy full SHA for f8b953d - Browse repository at this point
Copy the full SHA f8b953dView commit details -
Merge pull request operator-framework#60 from ecordell/registry-docke…
…rfile add dockerfile that just contains the registry server
Configuration menu - View commit details
-
Copy full SHA for 35e73b9 - Browse repository at this point
Copy the full SHA 35e73b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 922a6a9 - Browse repository at this point
Copy the full SHA 922a6a9View commit details -
Merge pull request operator-framework#61 from ecordell/fix-registry-d…
…ockerfile fix(dockerfile): missing image alias
Configuration menu - View commit details
-
Copy full SHA for 9e218f9 - Browse repository at this point
Copy the full SHA 9e218f9View commit details
Commits on Aug 1, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7e1290f - Browse repository at this point
Copy the full SHA 7e1290fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c3060c - Browse repository at this point
Copy the full SHA 6c3060cView commit details -
feat(appregistry): have appregistry transform configmap bundles
into directories taken from github.com/kevinrizza/offline-cataloger
Configuration menu - View commit details
-
Copy full SHA for a4a4636 - Browse repository at this point
Copy the full SHA a4a4636View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87f7f95 - Browse repository at this point
Copy the full SHA 87f7f95View commit details
Commits on Aug 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 674741d - Browse repository at this point
Copy the full SHA 674741dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e62c8b - Browse repository at this point
Copy the full SHA 0e62c8bView commit details -
Merge pull request operator-framework#65 from ecordell/catalog-cmd
Support `oc` command
Configuration menu - View commit details
-
Copy full SHA for b2ca173 - Browse repository at this point
Copy the full SHA b2ca173View commit details -
Merge pull request operator-framework#65 from ecordell/catalog-cmd
Support `oc` command
Configuration menu - View commit details
-
Copy full SHA for d6c69c4 - Browse repository at this point
Copy the full SHA d6c69c4View commit details -
feat(sqlite): make package loading best-effort
Make package loading best-effort by aggregating errors and continuing where applicable.
Configuration menu - View commit details
-
Copy full SHA for 6a8366a - Browse repository at this point
Copy the full SHA 6a8366aView commit details -
feat(sqlite): make directory loading best-effort
Make package and bundle loading best effort by aggregating errors and continuing where applicable.
Configuration menu - View commit details
-
Copy full SHA for 065e51f - Browse repository at this point
Copy the full SHA 065e51fView commit details -
feat(sqlite): make configmap loading best-effort
Make package and bundle loading best effort by aggregating errors and continuing where applicable.
Configuration menu - View commit details
-
Copy full SHA for 56265bf - Browse repository at this point
Copy the full SHA 56265bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d997b8 - Browse repository at this point
Copy the full SHA 9d997b8View commit details
Commits on Aug 9, 2019
-
Merge pull request operator-framework#69 from njhale/best-effort
Bug 1732579: Best-effort loading
Configuration menu - View commit details
-
Copy full SHA for 7b704fe - Browse repository at this point
Copy the full SHA 7b704feView commit details
Commits on Aug 10, 2019
-
fix(sqlite): correct directory load error collection
- Close over error slice pointer - Return nil after collecting error in walk closure - Log decode error instead of collecting
Configuration menu - View commit details
-
Copy full SHA for 049cdff - Browse repository at this point
Copy the full SHA 049cdffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 281926f - Browse repository at this point
Copy the full SHA 281926fView commit details -
Merge pull request operator-framework#72 from njhale/fix-best-effort
Fix early load exit for unpacked appregistry format
Configuration menu - View commit details
-
Copy full SHA for b51ff88 - Browse repository at this point
Copy the full SHA b51ff88View commit details
Commits on Aug 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 9a118c6 - Browse repository at this point
Copy the full SHA 9a118c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d3e4e7 - Browse repository at this point
Copy the full SHA 0d3e4e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17a5a05 - Browse repository at this point
Copy the full SHA 17a5a05View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4048fc - Browse repository at this point
Copy the full SHA d4048fcView commit details -
feat(registry-server): tolerate load errors
Tolerate load errors and use EmptyQuery when table loading fails.
Configuration menu - View commit details
-
Copy full SHA for 35b4959 - Browse repository at this point
Copy the full SHA 35b4959View commit details -
feat(configmap-server): tolerate load errors
Tolerate load errors and use EmptyQuery when table loading fails.
Configuration menu - View commit details
-
Copy full SHA for 57b03a4 - Browse repository at this point
Copy the full SHA 57b03a4View commit details -
refactor(cmd): change command scope to make testing easier
- Move Command declarations to package scope - Move flag registration to init() functions
Configuration menu - View commit details
-
Copy full SHA for 97b76b5 - Browse repository at this point
Copy the full SHA 97b76b5View commit details -
fix(registry) Fix incorrect error return and handle
The error from `matchGVKProvidedAPIs` is not captured correctly which may lead to incorrect error from previous functions to be returned instead. Signed-off-by: Vu Dinh <vdinh@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for d7b9aa7 - Browse repository at this point
Copy the full SHA d7b9aa7View commit details -
Merge pull request operator-framework#74 from njhale/permissive
Permissive/Strict Options
Configuration menu - View commit details
-
Copy full SHA for 680976a - Browse repository at this point
Copy the full SHA 680976aView commit details
Commits on Aug 16, 2019
-
Merge pull request operator-framework#75 from dinhxuanvu/error-fix
fix(registry) Fix incorrect error return and handle
Configuration menu - View commit details
-
Copy full SHA for 0f73e94 - Browse repository at this point
Copy the full SHA 0f73e94View commit details
Commits on Aug 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4957a5f - Browse repository at this point
Copy the full SHA 4957a5fView commit details
Commits on Aug 26, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 2361c65 - Browse repository at this point
Copy the full SHA 2361c65View commit details -
Merge pull request operator-framework#82 from ecordell/grpc-update
Bug 1745627: chore(deps): update grpc to latest
Configuration menu - View commit details
-
Copy full SHA for ef38d66 - Browse repository at this point
Copy the full SHA ef38d66View commit details -
fix(sqlite): defer rollbacks to prevent db lock
Defer transaction rollbacks to prevent failed statement execs from locking the database. This allows successive packages and bundles to be loaded after a bad manifest is encountered.
Configuration menu - View commit details
-
Copy full SHA for a46ba40 - Browse repository at this point
Copy the full SHA a46ba40View commit details
Commits on Aug 27, 2019
-
Merge pull request operator-framework#84 from njhale/fix-transactions
Bug 1745946: fix(sqlite): defer rollbacks to prevent db lock
Configuration menu - View commit details
-
Copy full SHA for 8b7664d - Browse repository at this point
Copy the full SHA 8b7664dView commit details
Commits on Sep 12, 2019
-
pkg/registry/bundle.go: use v1beta1.CustomResourceDefinition, as
the apiextensions type is internal
Configuration menu - View commit details
-
Copy full SHA for 78e83c9 - Browse repository at this point
Copy the full SHA 78e83c9View commit details
Commits on Sep 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 98ebd34 - Browse repository at this point
Copy the full SHA 98ebd34View commit details
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 operator-framework#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 operator-framework#88 from kevinrizza/migrations-p…
…roposal 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 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 6d4819b - Browse repository at this point
Copy the full SHA 6d4819bView commit details -
Merge pull request operator-framework#86 from estroz/fix-crd-encoding
pkg/registry: use v1beta1.CustomResourceDefinition, as the apiextensions type is internal
Configuration menu - View commit details
-
Copy full SHA for 628ebd4 - Browse repository at this point
Copy the full SHA 628ebd4View commit details
Commits on Oct 14, 2019
-
Merge pull request operator-framework#98 from ecordell/foreign-keys
fix(sqlite): enable foreign keys for sqlite
Configuration menu - View commit details
-
Copy full SHA for b6b79d0 - Browse repository at this point
Copy the full SHA b6b79d0View commit details
There are no files selected for viewing