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

⚠️ change catalog-specific URL from full path to API endpoint ref #429

Merged
merged 4 commits into from
Oct 18, 2024

Commits on Oct 17, 2024

  1. change catalog-specific URL from full path to API endpoint ref

    solves operator-framework#427 and implements phase 1 of the CatalogD expandable interface.
    This phase just moves from `status.contentURL` to `status.baseURL`, and
    will be used to provide reference to the catalog-specific API instead of
    the full path to JSONLines-formatted content, plus tests and
    documentation.
    
    Signed-off-by: Jordan Keister <jordan@nimblewidget.com>
    grokspawn committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    c52543b View commit details
    Browse the repository at this point in the history
  2. sticking to catalog-centric reference, and updated type

    Signed-off-by: Jordan Keister <jordan@nimblewidget.com>
    grokspawn committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    e5237b3 View commit details
    Browse the repository at this point in the history
  3. remove some magic numbers

    Signed-off-by: Jordan Keister <jordan@nimblewidget.com>
    grokspawn committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    dd938d5 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. review reconciliation

    Signed-off-by: Jordan Keister <jordan@nimblewidget.com>
    grokspawn committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    28e5fbb View commit details
    Browse the repository at this point in the history