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: 1.0.0
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: 1.0.1
Choose a head ref
  • 17 commits
  • 17 files changed
  • 5 contributors

Commits on Sep 11, 2017

  1. Tag can get by id

    robberphex committed Sep 11, 2017
    Configuration menu
    Copy the full SHA
    cc249ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b36786 View commit details
    Browse the repository at this point in the history
  3. add list method

    robberphex committed Sep 11, 2017
    Configuration menu
    Copy the full SHA
    b537b30 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #307 from RobberPhex/fix-tag-api

    Fix tag api
    Gauvain Pocentek authored Sep 11, 2017
    Configuration menu
    Copy the full SHA
    fd40fce View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2017

  1. adds project upload feature (#239)

    d0c-s4vage authored and Gauvain Pocentek committed Sep 12, 2017
    Configuration menu
    Copy the full SHA
    29879d6 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2017

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

Commits on Sep 18, 2017

  1. Merge pull request #309 from mkobit/patch-1

    Minor typo fix in "Switching to v4" documentation
    Gauvain Pocentek authored Sep 18, 2017
    Configuration menu
    Copy the full SHA
    9d6036c View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2017

  1. Fix password authentication for v4

    Fixes #311
    Gauvain Pocentek committed Sep 19, 2017
    Configuration menu
    Copy the full SHA
    89bf53f View commit details
    Browse the repository at this point in the history
  2. Fix the labels attrs on MR and issues

    Fixes #306
    Gauvain Pocentek committed Sep 19, 2017
    Configuration menu
    Copy the full SHA
    e09581f View commit details
    Browse the repository at this point in the history
  3. Exceptions: use a proper error message

    Gauvain Pocentek committed Sep 19, 2017
    Configuration menu
    Copy the full SHA
    e35563e View commit details
    Browse the repository at this point in the history
  4. exception message: mimic v3 API

    Gauvain Pocentek committed Sep 19, 2017
    Configuration menu
    Copy the full SHA
    05da7ba View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2017

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

Commits on Sep 21, 2017

  1. Merge pull request #317 from mion00/patch-1

    Fix http_get method in get artifacts and job trace
    Gauvain Pocentek authored Sep 21, 2017
    Configuration menu
    Copy the full SHA
    d321847 View commit details
    Browse the repository at this point in the history
  2. CommitStatus: sha is parent attribute

    Fixes #316
    Gauvain Pocentek committed Sep 21, 2017
    Configuration menu
    Copy the full SHA
    7d6f3d0 View commit details
    Browse the repository at this point in the history
  3. Fix a couple listing calls to allow proper pagination

    Project.repository_tree and Project.repository_contributors return
    lists, so use http_list to allow users to use listing features such as
    `all=True`.
    
    Closes #314
    Gauvain Pocentek committed Sep 21, 2017
    Configuration menu
    Copy the full SHA
    80351ca View commit details
    Browse the repository at this point in the history
  4. Add missing doc file

    Gauvain Pocentek committed Sep 21, 2017
    Configuration menu
    Copy the full SHA
    a346f92 View commit details
    Browse the repository at this point in the history
  5. 1.0.1 release

    Gauvain Pocentek committed Sep 21, 2017
    Configuration menu
    Copy the full SHA
    e5f59bd View commit details
    Browse the repository at this point in the history
Loading