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.15
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.15.1
Choose a head ref
  • 5 commits
  • 4 files changed
  • 1 contributor

Commits on Aug 30, 2016

  1. docs: improve the pagination section

    Gauvain Pocentek committed Aug 30, 2016
    Configuration menu
    Copy the full SHA
    29e2efe View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2016

  1. Fix and test pagination

    Fixes #140
    Gauvain Pocentek committed Sep 3, 2016
    Configuration menu
    Copy the full SHA
    c08c913 View commit details
    Browse the repository at this point in the history
  2. 'path' is an existing gitlab attr, don't use it

    Use path_ instead of path as parameter name for methods using it.
    Otherwise it might conflict with GitlabObject attributes.
    Gauvain Pocentek committed Sep 3, 2016
    Configuration menu
    Copy the full SHA
    b815f3a View commit details
    Browse the repository at this point in the history
  3. Properly fix _raw_list

    Gauvain Pocentek committed Sep 3, 2016
    Configuration menu
    Copy the full SHA
    dc3dcd1 View commit details
    Browse the repository at this point in the history
  4. 0.15.1 release

    Gauvain Pocentek committed Sep 3, 2016
    Configuration menu
    Copy the full SHA
    90ad2de View commit details
    Browse the repository at this point in the history
Loading