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: python-gitlab/python-gitlab
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.21.1
Choose a base ref
...
head repository: python-gitlab/python-gitlab
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.21.2
Choose a head ref
  • 12 commits
  • 10 files changed
  • 4 contributors

Commits on May 27, 2017

  1. install doc: use sudo for system commands

    Fixes #267
    Gauvain Pocentek committed May 27, 2017
    Configuration menu
    Copy the full SHA
    a3b8858 View commit details
    Browse the repository at this point in the history
  2. [v4] Make MR work properly

    * Use iids instead of ids (Fixes #266)
    * Add required duration argument for time_estimate() and
      add_spent_time()
    Gauvain Pocentek committed May 27, 2017
    Configuration menu
    Copy the full SHA
    1ab9ff0 View commit details
    Browse the repository at this point in the history
  3. Fix python functional tests

    Gauvain Pocentek committed May 27, 2017
    Configuration menu
    Copy the full SHA
    f733ffb View commit details
    Browse the repository at this point in the history
  4. pep8 fix

    Gauvain Pocentek committed May 27, 2017
    Configuration menu
    Copy the full SHA
    0663184 View commit details
    Browse the repository at this point in the history
  5. Remove extra_attrs argument from _raw_list (unneeded)

    Gauvain Pocentek committed May 27, 2017
    Configuration menu
    Copy the full SHA
    f3b2855 View commit details
    Browse the repository at this point in the history
  6. [v4] Make project issues work properly

    * Use iids instead of ids
    * Add required duration argument for time_estimate() and
      add_spent_time()
    Gauvain Pocentek committed May 27, 2017
    Configuration menu
    Copy the full SHA
    ac3aef6 View commit details
    Browse the repository at this point in the history
  7. Prepare for v4 API testing

    Gauvain Pocentek committed May 27, 2017
    Configuration menu
    Copy the full SHA
    38bff3e View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2017

  1. import urlencode() from six.moves.urllib.parse instead of from urllib (

    …#268)
    
    Fixes AttributeError on Python 3, as `urlencode` function has been moved to `urllib.parse` module.
    
    `six.moves.urllib.parse.urlencode()` is an py2.py3 compatible alias of `urllib.parse.urlencode()` on Python 3, and of `urllib.urlencode()` on Python 2.
    Cosimo Lupo authored and Gauvain Pocentek committed Jun 2, 2017
    Configuration menu
    Copy the full SHA
    88900e0 View commit details
    Browse the repository at this point in the history
  2. Fixed spelling mistake (#269)

    NathanGiesbrecht authored and Gauvain Pocentek committed Jun 2, 2017
    Configuration menu
    Copy the full SHA
    2b1e0f0 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2017

  1. Add new event types to ProjectHook

    These are being returned in the live API, but can't set them.
    AstraLuma authored Jun 5, 2017
    Configuration menu
    Copy the full SHA
    1a58f7e View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2017

  1. Merge pull request #272 from astronouth7303/patch-1

    Add new event types to ProjectHook
    Gauvain Pocentek authored Jun 11, 2017
    Configuration menu
    Copy the full SHA
    4ce2794 View commit details
    Browse the repository at this point in the history
  2. 0.21.2 release

    Gauvain Pocentek committed Jun 11, 2017
    Configuration menu
    Copy the full SHA
    19f1b1a View commit details
    Browse the repository at this point in the history
Loading