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.17
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.18
Choose a head ref
  • 18 commits
  • 13 files changed
  • 3 contributors

Commits on Dec 12, 2016

  1. Fix JIRA service editing for GitLab 8.14+

    GitLab simplified the configuration for JIRA service and renamed most of
    the fields. To maintain backward compatibility all mandatory fields were
    moved to optional section.
    galet committed Dec 12, 2016
    Configuration menu
    Copy the full SHA
    343c131 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7e6482 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #192 from galet/gitlab-8.14-jira

    Fix JIRA service editing for GitLab 8.14+
    Gauvain Pocentek authored Dec 12, 2016
    Configuration menu
    Copy the full SHA
    15d3362 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2016

  1. Added support for Snippets (new API in Gitlab 8.15)

    cf [Gitlab-CE MR !6373](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6373)
    
    Signed-off-by: Guyzmo <guyzmo+github@m0g.net>
    guyzmo committed Dec 24, 2016
    Configuration menu
    Copy the full SHA
    6022dfe View commit details
    Browse the repository at this point in the history
  2. [docs] update pagination section

    First page is page 1.
    
    Fixes #197
    Gauvain Pocentek committed Dec 24, 2016
    Configuration menu
    Copy the full SHA
    d86ca59 View commit details
    Browse the repository at this point in the history
  3. [docs] artifacts example: open file in wb mode

    Fixes #194
    Gauvain Pocentek committed Dec 24, 2016
    Configuration menu
    Copy the full SHA
    35c6bbb View commit details
    Browse the repository at this point in the history
  4. [CLI] ignore empty arguments

    Gitlab 8.15 doesn't appreciate arguments with None as value. This breaks
    the python-gitlab CLI.
    
    Fixes #199
    Gauvain Pocentek committed Dec 24, 2016
    Configuration menu
    Copy the full SHA
    f4fcf45 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2016

  1. [CLI] Fix wrong use of arguments

    The previous change removed undefined arguments from the args dict,
    don't try to use possibly missing arguments without a fallback value.
    Gauvain Pocentek committed Dec 25, 2016
    Configuration menu
    Copy the full SHA
    b05c0b6 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'features/personal_snippets' of https://github.com/guyzm…

    …o/python-gitlab into guyzmo-features/personal_snippets
    Gauvain Pocentek committed Dec 25, 2016
    Configuration menu
    Copy the full SHA
    26c8a0f View commit details
    Browse the repository at this point in the history
  3. Merge branch 'guyzmo-features/personal_snippets'

    Gauvain Pocentek committed Dec 25, 2016
    Configuration menu
    Copy the full SHA
    0a4d40e View commit details
    Browse the repository at this point in the history
  4. [docs] Add doc for snippets

    Gauvain Pocentek committed Dec 25, 2016
    Configuration menu
    Copy the full SHA
    bd7d2f6 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2016

  1. SnippetManager: all() -> public()

    Rename the method to make what it does more explicit.
    Gauvain Pocentek committed Dec 26, 2016
    Configuration menu
    Copy the full SHA
    7453895 View commit details
    Browse the repository at this point in the history
  2. Snippet: content() -> raw()

    Using the content() method causes conflicts with the API `content`
    attribute.
    Gauvain Pocentek committed Dec 26, 2016
    Configuration menu
    Copy the full SHA
    064e2b4 View commit details
    Browse the repository at this point in the history
  3. Add functional tests for Snippet

    Gauvain Pocentek committed Dec 26, 2016
    Configuration menu
    Copy the full SHA
    d3d8baf View commit details
    Browse the repository at this point in the history
  4. Fix duplicated data in API docs

    Fixes #190
    Gauvain Pocentek committed Dec 26, 2016
    Configuration menu
    Copy the full SHA
    73990b4 View commit details
    Browse the repository at this point in the history
  5. Update known attributes for projects

    Fixes #181
    Gauvain Pocentek committed Dec 26, 2016
    Configuration menu
    Copy the full SHA
    3804661 View commit details
    Browse the repository at this point in the history
  6. sudo: always use strings

    The behavior seems to have changed on recent gitlab releases and
    providing an ID as int doesn't work anymore. Using a string seems to
    make things work again.
    
    Fixes #193
    Gauvain Pocentek committed Dec 26, 2016
    Configuration menu
    Copy the full SHA
    d6c87d9 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2016

  1. prepare the 0.18 release

    Gauvain Pocentek committed Dec 27, 2016
    Configuration menu
    Copy the full SHA
    8028ec7 View commit details
    Browse the repository at this point in the history
Loading