-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: akram/operator-registry
base: master
head repository: operator-framework/operator-registry
compare: master
Commits on Apr 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for fca141f - Browse repository at this point
Copy the full SHA fca141fView commit details
Commits on Apr 20, 2021
-
Signed-off-by: Lance Galletti <galletti@bu.edu>
Configuration menu - View commit details
-
Copy full SHA for b5f4883 - Browse repository at this point
Copy the full SHA b5f4883View commit details
Commits on Apr 22, 2021
-
Merge pull request operator-framework#642 from gallettilance/deprecat…
…e-bug Bug 1951387: (bug) add after deprecation
Configuration menu - View commit details
-
Copy full SHA for 0a0282b - Browse repository at this point
Copy the full SHA 0a0282bView commit details
Commits on Apr 27, 2021
-
Force latest install of podman to fix currently broken e2e tests
Signed-off-by: Joe Lanford <joe.lanford@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 05de87b - Browse repository at this point
Copy the full SHA 05de87bView commit details -
Merge pull request operator-framework#645 from joelanford/fix-e2e-podman
Force latest install of podman to fix currently broken e2e tests
Configuration menu - View commit details
-
Copy full SHA for a8d172d - Browse repository at this point
Copy the full SHA a8d172dView commit details -
Add optional go-apidiff test to CI
Signed-off-by: Joe Lanford <joe.lanford@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for dd85cbc - Browse repository at this point
Copy the full SHA dd85cbcView commit details -
Merge pull request operator-framework#595 from joelanford/go-apidiff
Add optional go-apidiff test to CI
Configuration menu - View commit details
-
Copy full SHA for 83884aa - Browse repository at this point
Copy the full SHA 83884aaView commit details -
Move config serve and validate to opm alpha
The serve and validate commands for declarative config are not yet ready for production use and there are changes that will potentially alter the functionality significantly. As a result, both commands are moved to be under `alpha`. Signed-off-by: Vu Dinh <vudinh@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for dbb041c - Browse repository at this point
Copy the full SHA dbb041cView commit details
Commits on Apr 30, 2021
-
Merge pull request operator-framework#646 from dinhxuanvu/config-alpha
Move config serve and validate to opm alpha
Configuration menu - View commit details
-
Copy full SHA for 81921b7 - Browse repository at this point
Copy the full SHA 81921b7View commit details -
.github/workflows: Remove the e2e-minikube action job
Update the .github/workflows/test.yml action configuration and remove the e2e-minikube job. Running e2e tests on both kind and minikube cluster provisioners provides little value and opens us up to additional flakes being present in the e2e suite, along with maintaining multiple installation paths for these jobs. Signed-off-by: timflannagan <timflannagan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for beb8c39 - Browse repository at this point
Copy the full SHA beb8c39View commit details -
.github/workflows: Add action that emulates tide commands
Signed-off-by: timflannagan <timflannagan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ac59800 - Browse repository at this point
Copy the full SHA ac59800View commit details -
check presence of all bundles before deprecate
Signed-off-by: Ankita Thomas <ankithom@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 7b2faba - Browse repository at this point
Copy the full SHA 7b2fabaView commit details -
Improve load func error handling to expose more information
Many of sqlite query returns errors due to constrain issues. Those errors are often vague and not helpful for debugging reason. Those sqlite errors should be wrapped around with other information to expose the root cause and provide further data for debugging. Signed-off-by: Vu Dinh <vudinh@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for efa3907 - Browse repository at this point
Copy the full SHA efa3907View commit details
Commits on May 3, 2021
-
Signed-off-by: Ankita Thomas <ankithom@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 05d78f0 - Browse repository at this point
Copy the full SHA 05d78f0View commit details -
Merge pull request operator-framework#636 from timflannagan/estroz-gh…
…-action-retest .github/workflows: Add action that emulates tide commands
Configuration menu - View commit details
-
Copy full SHA for 7102c55 - Browse repository at this point
Copy the full SHA 7102c55View commit details -
Merge pull request operator-framework#648 from timflannagan/remove-mi…
…nikube-e2e-test .github/workflows: Remove the e2e-minikube action job
Configuration menu - View commit details
-
Copy full SHA for e29651f - Browse repository at this point
Copy the full SHA e29651fView commit details
Commits on May 4, 2021
-
Support and default to YAML formatting for declarative config
Signed-off-by: Joe Lanford <joe.lanford@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 573302a - Browse repository at this point
Copy the full SHA 573302aView commit details -
Set yaml.NewYAMLOrJSONDecoder buffer size to 4096
Signed-off-by: Joe Lanford <joe.lanford@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 24d0ad3 - Browse repository at this point
Copy the full SHA 24d0ad3View commit details
Commits on May 5, 2021
-
revert WriteDir to use JSON, but keep WriteYAML support
Signed-off-by: Joe Lanford <joe.lanford@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 231bcf4 - Browse repository at this point
Copy the full SHA 231bcf4View commit details -
improve test coverage in internal/declcfg
Signed-off-by: Joe Lanford <joe.lanford@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c19a4d7 - Browse repository at this point
Copy the full SHA c19a4d7View commit details -
fix(deprecated): add sqlite table and migration
Add the "deprecated" table to persist the names of all bundles previously deprecated in the index. The table is meant to protect against lossy index operations that drop deprecated properties from the database; e.g. implementation of --overwite-latest that deletes all bundles and properties. Signed-off-by: Nick Hale <njohnhale@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 567a2be - Browse repository at this point
Copy the full SHA 567a2beView commit details
Commits on May 6, 2021
-
always write yaml start separator
Signed-off-by: Joe Lanford <joe.lanford@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for cb7f05c - Browse repository at this point
Copy the full SHA cb7f05cView commit details -
Merge pull request operator-framework#644 from ankitathomas/deprecate…
…-fix Test for bundlepaths before deprecate
Configuration menu - View commit details
-
Copy full SHA for af1039f - Browse repository at this point
Copy the full SHA af1039fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 039197b - Browse repository at this point
Copy the full SHA 039197bView commit details -
Merge pull request operator-framework#655 from operator-framework/rev…
…ert-644-deprecate-fix Revert "Test for bundlepaths before deprecate"
Configuration menu - View commit details
-
Copy full SHA for 96c1023 - Browse repository at this point
Copy the full SHA 96c1023View commit details -
add SetEscapeHTML method to declcfg yamlEncoder
Signed-off-by: Joe Lanford <joe.lanford@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0318c3e - Browse repository at this point
Copy the full SHA 0318c3eView commit details -
Merge pull request operator-framework#647 from dinhxuanvu/error-impr
Improve load func error handling to expose more information
Configuration menu - View commit details
-
Copy full SHA for c572d0d - Browse repository at this point
Copy the full SHA c572d0dView commit details
Commits on May 7, 2021
-
fix(deprecated): don't verify deprecated replaces
If a bundle is referenced in the "deprecated" table, don't verify that the bundle it's replacing is present. Signed-off-by: Nick Hale <njohnhale@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8f93a09 - Browse repository at this point
Copy the full SHA 8f93a09View commit details -
Merge pull request operator-framework#652 from njhale/fix/readd-depre…
…cated Fix/readd deprecated
Configuration menu - View commit details
-
Copy full SHA for a7c0864 - Browse repository at this point
Copy the full SHA a7c0864View commit details -
Merge pull request operator-framework#641 from joelanford/declcfg-yaml
Support YAML formatting for declarative config
Configuration menu - View commit details
-
Copy full SHA for 7e5150e - Browse repository at this point
Copy the full SHA 7e5150eView commit details
Commits on May 12, 2021
-
consistently use latest go1.16 in all workflows
Signed-off-by: Joe Lanford <joe.lanford@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for afc4448 - Browse repository at this point
Copy the full SHA afc4448View commit details
Commits on May 13, 2021
-
Merge pull request operator-framework#662 from joelanford/gh-actions-…
…go-1-16 Consistently use latest go1.16 in all workflows
Configuration menu - View commit details
-
Copy full SHA for 68c1758 - Browse repository at this point
Copy the full SHA 68c1758View commit details
Commits on May 17, 2021
-
fix race in test with mockRepo/mockBlobStore
use pointer receivers in mockRepo and mockBlobStore to avoid copying the mutex in mockBlobStore Signed-off-by: Joe Lanford <joe.lanford@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 280b493 - Browse repository at this point
Copy the full SHA 280b493View commit details -
Merge pull request operator-framework#665 from joelanford/fix-unit-flake
fix race in test with mockRepo/mockBlobStore
Configuration menu - View commit details
-
Copy full SHA for 0ae0cd4 - Browse repository at this point
Copy the full SHA 0ae0cd4View commit details
Commits on May 18, 2021
-
fix: elide channels with deprecated bundle heads
Signed-off-by: Nick Hale <njohnhale@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for de74420 - Browse repository at this point
Copy the full SHA de74420View commit details -
test(sqlite): ensure tolerant bundle removal
Signed-off-by: Nick Hale <njohnhale@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0147a44 - Browse repository at this point
Copy the full SHA 0147a44View commit details -
Merge pull request operator-framework#659 from njhale/fix/deprecate-c…
…hannel Elide channels starting with deprecated bundles
Configuration menu - View commit details
-
Copy full SHA for 42d8e42 - Browse repository at this point
Copy the full SHA 42d8e42View commit details
Commits on May 19, 2021
-
Add
opm alpha init/render
commands.The `init` command is a simple CLI used to generate new `olm.package` blobs. It has flags for default channel, icon file, and description file to enable every field to be populated via the CLI. The `render` command converts various opm-related images to a declarative config format. It: - converts bundle images to `olm.bundle` blobs - converts databases in sqlite-based index images to declarative config blobs. - loads and serializes config directories from declarative-config-based index images, inlining any bundle objects that are found. Combined, these two commands form the foundation for building new DC-based indexes. Signed-off-by: Joe Lanford <joe.lanford@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for fd09951 - Browse repository at this point
Copy the full SHA fd09951View commit details
Commits on May 25, 2021
-
fix(containerd): drop xattrs during unpack
On some systems, creating files with certain extended attributes is a restricted operation -- e.g. "security.compatibility" on SELinux -- and causes bundle and index unpacking to fail for unprivileged users. To fix this, we drop all xattrs from unpacked files before writing them. Signed-off-by: Nick Hale <njohnhale@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3bd849f - Browse repository at this point
Copy the full SHA 3bd849fView commit details -
Merge pull request operator-framework#667 from njhale/fix/ignore-xattrs
fix(containerd): drop xattrs during unpack
Configuration menu - View commit details
-
Copy full SHA for 92e5523 - Browse repository at this point
Copy the full SHA 92e5523View commit details
Commits on May 27, 2021
-
pre-fix this would copy all yaml files in `./manifests` into the _file_ `/manifests` and it would only keep the last file's contents. Adding that trailing slash creates the `/manifests` directory and copies all files as expected. Signed-off-by: Josh Gwosdz <jgwosdz@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for edb64dd - Browse repository at this point
Copy the full SHA edb64ddView commit details
Commits on Jun 3, 2021
-
fix(sqlite): upsert deprecation table entries
Ensure insertions into the deprecated table always succeed by ignoring primary key constraints; i.e. "upsert" rows. This makes insertions idempotent and prevents duplicate deprecated properties from causing migration failures. Signed-off-by: Nick Hale <njohnhale@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5b9db62 - Browse repository at this point
Copy the full SHA 5b9db62View commit details -
Merge pull request operator-framework#669 from njhale/fix/migration-12
fix(sqlite): upsert deprecation table entries
Configuration menu - View commit details
-
Copy full SHA for b660eab - Browse repository at this point
Copy the full SHA b660eabView commit details -
Add draft release info to opm release doc
Signed-off-by: kevinrizza <krizza@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 45d6ea6 - Browse repository at this point
Copy the full SHA 45d6ea6View commit details -
Merge pull request operator-framework#670 from kevinrizza/master
Add draft release info to opm release doc
Configuration menu - View commit details
-
Copy full SHA for c95be3c - Browse repository at this point
Copy the full SHA c95be3cView commit details -
Signed-off-by: Joe Lanford <joe.lanford@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d258369 - Browse repository at this point
Copy the full SHA d258369View commit details
Commits on Jun 4, 2021
-
Merge pull request operator-framework#661 from joelanford/declcfg-render
Add opm alpha init/render commands.
Configuration menu - View commit details
-
Copy full SHA for b79f47a - Browse repository at this point
Copy the full SHA b79f47aView commit details
Commits on Jun 7, 2021
-
Remove
opm alpha add
,declcfg.WriteDir
, and related now-unused co……de/tests Signed-off-by: Joe Lanford <joe.lanford@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for eaa4f8b - Browse repository at this point
Copy the full SHA eaa4f8bView commit details -
Signed-off-by: Joe Lanford <joe.lanford@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 05ef277 - Browse repository at this point
Copy the full SHA 05ef277View commit details
Commits on Jun 9, 2021
-
Merge pull request operator-framework#674 from joelanford/declcfg-rm-…
…add-write-dir Remove `opm alpha add`, `declcfg.WriteDir`, and related now-unused code/tests
Configuration menu - View commit details
-
Copy full SHA for fc1611f - Browse repository at this point
Copy the full SHA fc1611fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master