Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openshift/origin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e099cf6
Choose a base ref
...
head repository: openshift/origin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c5d2f04
Choose a head ref
  • 3 commits
  • 41 files changed
  • 1 contributor

Commits on Oct 20, 2025

  1. gatewayapicontroller: Use dynamic client for OLM

    Instead of using the OperatorsV1 client from the
    github.com/operator-framework/operator-lifecycle-manager package, use
    the dynamic client, and drop the import for this package.  Vendoring
    this package necessitated adding a replace stanza for openshift/api in
    go.mod; this stanza can now be dropped.
    
    The replace stanza was causing problems to people who wanted to import
    openshift/origin to use the OpenShift Tests Extensions framework.
    
    Follow-up to commit 407d63b.
    
    * go.mod: Drop github.com/operator-framework/operator-lifecycle-manager,
    and drop the replace rule for openshift/api.
    * go.sum: Regenerate.
    * test/extended/router/gatewayapicontroller.go: Use the dynamic client.
    * vendor/*: Regenerate.
    Miciah committed Oct 20, 2025
    Configuration menu
    Copy the full SHA
    0a03e35 View commit details
    Browse the repository at this point in the history
  2. gatewayapicontroller: Log when deleting objects

    Log each deleted object during post-test cleanup.
    
    * test/extended/router/gatewayapicontroller.go: Add logging.
    Miciah committed Oct 20, 2025
    Configuration menu
    Copy the full SHA
    98af431 View commit details
    Browse the repository at this point in the history
  3. gatewayapicontroller: Delete Operator CR

    Delete the Operator CR for the Service Mesh operator during post-test
    cleanup.
    
    * test/extended/router/gatewayapicontroller.go: Add delete command.
    Miciah committed Oct 20, 2025
    Configuration menu
    Copy the full SHA
    c5d2f04 View commit details
    Browse the repository at this point in the history
Loading