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.19
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.20
Choose a head ref
  • 17 commits
  • 23 files changed
  • 7 contributors

Commits on Mar 3, 2017

  1. Time tracking (#222)

    * Added gitlab time tracking features
    
    - get/set/remove estimated time per issue
    - get/set/remove time spent per issue
    
    * Added documentation for time tracking functions
    savenger authored and Gauvain Pocentek committed Mar 3, 2017
    Configuration menu
    Copy the full SHA
    92151b2 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2017

  1. Changelog: improvements. Fixes #229 (#230)

    + change indentation so bullet points are not treated as quote
    + add links to releases
    + add dates to releases
    + use releases as headers
    GhostLyrics authored and Gauvain Pocentek committed Mar 9, 2017
    Configuration menu
    Copy the full SHA
    37ee7ea View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2017

  1. Make sure that manager objects are never overwritten

    Group.projects (manager) can be replaced by a list of Project objects
    when creating/updating objects. The GroupObject API is more consistent
    and closer to the GitLab API, so make sure it is always used.
    
    Fixes #209
    Gauvain Pocentek committed Mar 17, 2017
    Configuration menu
    Copy the full SHA
    35339d6 View commit details
    Browse the repository at this point in the history
  2. Minor changelog formatting update

    Gauvain Pocentek committed Mar 17, 2017
    2 Configuration menu
    Copy the full SHA
    99e6f65 View commit details
    Browse the repository at this point in the history
  3. Include chanlog and release notes in docs

    Gauvain Pocentek committed Mar 17, 2017
    Configuration menu
    Copy the full SHA
    ea0759d View commit details
    Browse the repository at this point in the history
  4. Add DeployKey{,Manager} classes

    They are the same as Key and KeyManager but the name makes more sense.
    
    Fixes #212
    Gauvain Pocentek committed Mar 17, 2017
    Configuration menu
    Copy the full SHA
    a3f2ab1 View commit details
    Browse the repository at this point in the history
  5. Add support for merge request notes deletion

    Fixes #227
    Gauvain Pocentek committed Mar 17, 2017
    Configuration menu
    Copy the full SHA
    e39d7ea View commit details
    Browse the repository at this point in the history
  6. Properly handle extra args when listing with all=True

    Fixes #233
    Gauvain Pocentek committed Mar 17, 2017
    Configuration menu
    Copy the full SHA
    3b38844 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2017

  1. Implement pipeline creation API (#237)

    mondwan authored and Gauvain Pocentek committed Mar 18, 2017
    Configuration menu
    Copy the full SHA
    8c27e70 View commit details
    Browse the repository at this point in the history
  2. Make GroupProject inherit from Project

    Fixes #209
    Gauvain Pocentek committed Mar 18, 2017
    1 Configuration menu
    Copy the full SHA
    380bcc4 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2017

  1. Change to correct logic of functions

    Dmytro Litvinov committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    889bbe5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #243 from DmytroLitvinov/fix/bug_242

    Change to correct logic of functions
    Gauvain Pocentek authored Mar 20, 2017
    Configuration menu
    Copy the full SHA
    cc4fe78 View commit details
    Browse the repository at this point in the history
  3. add 'delete source branch' option when creating MR (#241)

    cgumpert authored and Gauvain Pocentek committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    8677f1c View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2017

  1. Provide API wrapper for cherry picking commits (#236)

    cgumpert authored and Gauvain Pocentek committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    22bf128 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2017

  1. Stop listing if recursion limit is hit (#234)

    Johan Brandhorst authored and Gauvain Pocentek committed Mar 23, 2017
    Configuration menu
    Copy the full SHA
    989f3b7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #244 from gpocentek/issue/209

    Make GroupProject inherit from Project
    Gauvain Pocentek authored Mar 23, 2017
    Configuration menu
    Copy the full SHA
    20d6678 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2017

  1. Prepare 0.20 release

    Gauvain Pocentek committed Mar 25, 2017
    Configuration menu
    Copy the full SHA
    c545504 View commit details
    Browse the repository at this point in the history
Loading