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/openshift-restclient-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: openshift/openshift-restclient-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release-0.11
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 11 files changed
  • 4 contributors

Commits on Mar 24, 2020

  1. Release 0.11.0

    fabianvf committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    58b5265 View commit details
    Browse the repository at this point in the history
  2. Fix travis condition

    fabianvf committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    d257672 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

  1. Improve handling of dict patches in lists (#364)

    List items should be properly recursively patched, otherwise
    changes to nested fields can be ignored.
    
    This does change one of the tests to allow the deeper patching
    to work correctly
    
    Co-authored-by: Will Thames <will@thames.id.au>
    openshift-cherrypick-robot and willthames authored May 15, 2020
    Configuration menu
    Copy the full SHA
    c0059f4 View commit details
    Browse the repository at this point in the history
  2. [release-0.11] Handle dryRun, and pass that on as a query param. (#363)

    * Handle dryRun, and pass that on as a query param.
    
    Co-authored-by: Mridul Gogoi <mgogoi@xevo.com>
    openshift-cherrypick-robot and Mridul Gogoi authored May 15, 2020
    Configuration menu
    Copy the full SHA
    9e7a09e View commit details
    Browse the repository at this point in the history

Commits on May 20, 2020

  1. Bump version

    fabianvf committed May 20, 2020
    Configuration menu
    Copy the full SHA
    06268d8 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2020

  1. [release-0.11] Recursive diff (#370)

    * Fix strategic patch merge of env variables
    
    The key is `env`, not `envVars`
    
    * Add a Kubernetes specific recursive dict diff
    
    Understands strategic patch keys and can therefore
    better diff list elements
    
    * Remove unused dictdiffer dependency
    
    Co-authored-by: Will Thames <will@thames.id.au>
    openshift-cherrypick-robot and willthames authored Jun 6, 2020
    Configuration menu
    Copy the full SHA
    43a072d View commit details
    Browse the repository at this point in the history
  2. Handle list merges where items have been added elsewhere (#371)

    For example, a Pod has its service account token mounted as
    a volume - we don't want to later try and remove it.
    
    Other examples are likely available
    
    Co-authored-by: Will Thames <will@thames.id.au>
    openshift-cherrypick-robot and willthames authored Jun 6, 2020
    Configuration menu
    Copy the full SHA
    e2e6989 View commit details
    Browse the repository at this point in the history
  3. Bump version

    fabianvf committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    f5c66d2 View commit details
    Browse the repository at this point in the history
Loading