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: operator-framework/java-operator-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.9.4
Choose a base ref
...
head repository: operator-framework/java-operator-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.9.5
Choose a head ref
  • 6 commits
  • 25 files changed
  • 3 contributors

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    e862d05 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. fix: clean up dependencies (#2524)

    * fix: clean up dependencies
    
    Signed-off-by: Chris Laprun <claprun@redhat.com>
    
    * fix: an HTTP client implementation is required
    
    Signed-off-by: Chris Laprun <claprun@redhat.com>
    
    ---------
    
    Signed-off-by: Chris Laprun <claprun@redhat.com>
    metacosm authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    d3fc897 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. fix: integraiton test GC timeout on kube 1.31.0 (#2531)

    Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
    csviri authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    24494cb View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. refactor: rename method more appropriately (#2536)

    Signed-off-by: Chris Laprun <claprun@redhat.com>
    metacosm authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    c1c65b1 View commit details
    Browse the repository at this point in the history
  2. refactor: make asBoolean public (#2537)

    Signed-off-by: Chris Laprun <claprun@redhat.com>
    metacosm authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    d7ce03e View commit details
    Browse the repository at this point in the history
  3. refactor: make shouldUseSSA work with types instead of instances + te…

    …sts (#2538)
    
    * refactor: make shouldUseSSA work with types instead of instances + tests
    
    Signed-off-by: Chris Laprun <claprun@redhat.com>
    
    * fix: shouldUseSSA should also work with unmanaged configuration
    
    Signed-off-by: Chris Laprun <claprun@redhat.com>
    
    ---------
    
    Signed-off-by: Chris Laprun <claprun@redhat.com>
    metacosm authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    3bb8172 View commit details
    Browse the repository at this point in the history
Loading