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.6
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.7
Choose a head ref
  • 16 commits
  • 5 files changed
  • 4 contributors

Commits on Feb 3, 2014

  1. Configuration menu
    Copy the full SHA
    994e464 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #16 from locke105/master

    Fix license classifier in setup.py
    Gauvain Pocentek committed Feb 3, 2014
    Configuration menu
    Copy the full SHA
    8ce3e30 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2014

  1. Fix encoding error when printing to redirected output

    When redirecting output to a file sys.stdout.encoding is None, so use
    sys.getdefaultencoding() instead.
    cdleonard committed Jul 28, 2014
    Configuration menu
    Copy the full SHA
    e236fd9 View commit details
    Browse the repository at this point in the history
  2. Fix encoding error when updating with redirected output

    When output is redirected sys.stdout.encoding is None. Fix this by
    always encoding to utf-8, assuming gitlab handles that. The encoding
    used by the local system is irrelevant here.
    cdleonard committed Jul 28, 2014
    Configuration menu
    Copy the full SHA
    ec185cf View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2014

  1. drop the module shebang

    Gauvain Pocentek committed Aug 21, 2014
    Configuration menu
    Copy the full SHA
    01335f3 View commit details
    Browse the repository at this point in the history
  2. add support for UserKey listing and deletion

    Gauvain Pocentek committed Aug 21, 2014
    Configuration menu
    Copy the full SHA
    09e4a64 View commit details
    Browse the repository at this point in the history
  3. add support for branches creation and deletion

    Gauvain Pocentek committed Aug 21, 2014
    Configuration menu
    Copy the full SHA
    97e2689 View commit details
    Browse the repository at this point in the history
  4. Support state_event in ProjectMilestone

    Closes #30
    Gauvain Pocentek committed Aug 21, 2014
    Configuration menu
    Copy the full SHA
    2281283 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #27 from cdleonard/master

    Fix encoding errors on display and update with redirected output
    Gauvain Pocentek committed Aug 21, 2014
    Configuration menu
    Copy the full SHA
    2b5ea46 View commit details
    Browse the repository at this point in the history
  6. update AUTHORS

    Gauvain Pocentek committed Aug 21, 2014
    Configuration menu
    Copy the full SHA
    d38f219 View commit details
    Browse the repository at this point in the history
  7. Support namespace/name for project id

    Closes #28
    Gauvain Pocentek committed Aug 21, 2014
    Configuration menu
    Copy the full SHA
    34d6952 View commit details
    Browse the repository at this point in the history
  8. Fix handling of boolean values

    Gitlab expects an int (1 or 0) as value for boolean attributes.
    Transform python bool's into int's when creating or updating objects.
    
    Closes #22
    Gauvain Pocentek committed Aug 21, 2014
    Configuration menu
    Copy the full SHA
    d4803f9 View commit details
    Browse the repository at this point in the history
  9. flake8 fixes

    Gauvain Pocentek committed Aug 21, 2014
    Configuration menu
    Copy the full SHA
    5d5e0f7 View commit details
    Browse the repository at this point in the history
  10. update copyright years

    Gauvain Pocentek committed Aug 21, 2014
    Configuration menu
    Copy the full SHA
    c6f0a8d View commit details
    Browse the repository at this point in the history
  11. bump version

    Gauvain Pocentek committed Aug 21, 2014
    Configuration menu
    Copy the full SHA
    3f0ac43 View commit details
    Browse the repository at this point in the history
  12. changelog update

    Gauvain Pocentek committed Aug 21, 2014
    Configuration menu
    Copy the full SHA
    8846bf7 View commit details
    Browse the repository at this point in the history
Loading