Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add helper classes and CLI tool to work with catalog image #764

Merged
merged 1 commit into from
Jan 8, 2025
Merged

Conversation

Allda
Copy link
Contributor

@Allda Allda commented Jan 3, 2025

The set of classes is introduced that helps with catalog image parsing. The classes automatically parse the catalog using 'opm render' command and splits it into logical sub-classes that represents Catalog, Bundle, Operator package, Channel.

The commit also introduces a CLI tool that simplifies working with Catalog images locally and allows user to browse through catalog content in terminal using human readable console output.

JIRA: ISV-5279

Merge Request Checklists

  • Development is done in feature branches
  • Code changes are submitted as pull request into a primary branch [Provide reason for non-primary branch submissions]
  • Code changes are covered with unit and integration tests.
  • Code passes all automated code tests:
    • Linting
    • Code formatter - Black
    • Security scanners
    • Unit tests
    • Integration tests
  • Code is reviewed by at least 1 team member
  • Pull request is tagged with "risk/good-to-go" label for minor changes

docs/catalog_image_browser.md Outdated Show resolved Hide resolved
docs/catalog_image_browser.md Outdated Show resolved Hide resolved
docs/catalog_image_browser.md Outdated Show resolved Hide resolved
docs/catalog_image_browser.md Outdated Show resolved Hide resolved
operator-pipeline-images/operatorcert/catalog/channel.py Outdated Show resolved Hide resolved
Copy link
Contributor

@wcheang wcheang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just one more spot with the weird characters, otherwise looks good 👍

The set of classes is introduced that helps with catalog image parsing.
The classes automatically parse the catalog using 'opm render' command
and splits it into logical sub-classes that represents Catalog, Bundle,
Operator package, Channel.

The commit also introduces a CLI tool that simplifies working with
Catalog images locally and allows user to browse through catalog content
in terminal using human readable console output.

JIRA: ISV-5279

Signed-off-by: Ales Raszka <[email protected]>
@Allda Allda merged commit 2aecdd2 into main Jan 8, 2025
4 checks passed
@Allda Allda deleted the ISV-5279 branch January 8, 2025 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants