Thanks to visit codestin.com
Credit goes to github.com

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: v0.11.1
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
  • 3 commits
  • 9 files changed
  • 3 contributors

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 <[email protected]>
    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 <[email protected]>
    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