Joe Lanford
Joe Lanford
Signed-off-by: Joe Lanford **Description of the change:** Adds e2e to ensure resolver correctly handles installs and upgrades when the candidates replace a CSV that does not exist in any catalog....
**Overview** In a recent operator working group meeting, I noticed there is some overlap between the [enmasse CI script](https://github.com/EnMasseProject/enmasse/blob/master/.github/workflows/smoke.yml) and some existing (and upcoming) features in Operator SDK. For example,...
**What do you want to happen?** When I run `kubebuilder create api`, a sample CR gets created in `config/samples`. I'm wondering if there is any appetite for `config/samples` to be...
using cache.BuilderWithOptions does not properly inherit all options passed in from the caller: - scheme was overridden instead of merged - selectors were not inherited at all, even if specified...
This PR adds more flexibility to multi-namespace caches by introducing a new cache builder function (`cache.ByNamespaceBuilder`) that enables callers to specify individual cache builder functions on a per-namespace basis (with...
**Description of the change:** This PR introduces: - an sqlite migration that adds an `add_mode` column to the `package` table. - a new global sanity check that's part of the...
Signed-off-by: Joe Lanford **Description of the change:** Adds `opm reverse-migrate` command that converts an FBC to sqlite. The first commit (f05ca62) is from #972. The additional changes that are the...
Signed-off-by: Joe Lanford **Description of the change:** This PR modifies `opm serve` so that loading FBC is handled asynchronously in the background so that the grpc server can start immediately,...
In https://github.com/operator-framework/operator-registry/pull/661#discussion_r645271595, there is some discussion about whether or not to discard logs produced by operator-registry libraries. In the init/render code, we explicitly discard logrus logs because they are unnecessarily...
**Description of the change:** This PR adds support to the `opm render` command for package manifest and bundle directories. Two notes: 1. When rendering bundle directories, there is no metadata...