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.6
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 16 files changed
  • 6 contributors

Commits on Jul 13, 2018

  1. Version bump to 0.6.2

    fabianvf committed Jul 13, 2018
    Configuration menu
    Copy the full SHA
    3ff14f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd26985 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2018

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

Commits on Oct 22, 2019

  1. Configuration menu
    Copy the full SHA
    3d8394f View commit details
    Browse the repository at this point in the history
  2. Do not decode response data in Python2 (#329)

    response data is already str in Python2 so it doesn't need to be decoded.
    Furthermore, as decode() uses ascii by default in PY2, it breaks in case of a non-ascii character the response.
    Just mimic what kubernetes do in https://github.com/kubernetes-client/python/blob/master/kubernetes/client/rest.py#L216
    Fix #224
    openshift-cherrypick-robot authored and fabianvf committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    bf4dc71 View commit details
    Browse the repository at this point in the history
  3. Reduce build matrix

    fabianvf committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    255e5a5 View commit details
    Browse the repository at this point in the history
  4. Pin more requirements

    fabianvf committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    250799e View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2019

  1. py3 test fix (#330)

    fabianvf authored Oct 23, 2019
    Configuration menu
    Copy the full SHA
    aac6683 View commit details
    Browse the repository at this point in the history
  2. Bump version

    fabianvf committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    8bd9eda View commit details
    Browse the repository at this point in the history

Commits on May 28, 2020

  1. Update releasers for 3.11

    djzager authored and jmrodri committed May 28, 2020
    Configuration menu
    Copy the full SHA
    aa4f40b View commit details
    Browse the repository at this point in the history
  2. b64encode expects bytes not string

    fridex authored and jmrodri committed May 28, 2020
    Configuration menu
    Copy the full SHA
    74ccd31 View commit details
    Browse the repository at this point in the history
  3. Fix decode issue (#192)

    muff1nman authored and jmrodri committed May 28, 2020
    Configuration menu
    Copy the full SHA
    1f2112e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #368 from jmrodri/fix-release-0.6

    Sync release-0.6 branch with what is in the 0.6.2-12 RPM
    jmrodri authored May 28, 2020
    Configuration menu
    Copy the full SHA
    ec43fd1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5a9db9a View commit details
    Browse the repository at this point in the history
  6. Automatic commit of package [python-openshift] minor release [0.6.4-2].

    Created by command:
    
    /usr/bin/tito tag
    jmrodri committed May 28, 2020
    Configuration menu
    Copy the full SHA
    c46a4ed View commit details
    Browse the repository at this point in the history
Loading