Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for build artifacts and traceissue-122 | Gauvain Pocentek | 2016-06-07 | 2 | -3/+49 |
| | | | | Fixes #122 | ||||
* | pylint fix | Peter Mosmans | 2016-05-31 | 1 | -2/+2 |
| | |||||
* | Added HTTPauth support for even more methods :) | Peter Mosmans | 2016-05-31 | 1 | -3/+12 |
| | |||||
* | Added support for HTTP basic authentication | Peter Mosmans | 2016-05-30 | 2 | -12/+44 |
| | |||||
* | project issue: doc and CLI for (un)subscribe | Gauvain Pocentek | 2016-05-28 | 2 | -0/+28 |
| | |||||
* | Merge pull request #118 from IvicaArsov/issues_subscribe_unsubscribe | Gauvain Pocentek | 2016-05-28 | 2 | -0/+24 |
|\ | | | | | Add support for subscribe and unsubscribe in issues | ||||
| * | Add support for subscribe and unsubscribe in issues | Ivica Arsov | 2016-05-20 | 2 | -0/+24 |
| | | |||||
* | | Merge branch 'master' of github.com:gpocentek/python-gitlab | Gauvain Pocentek | 2016-05-28 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Merge pull request #110 from chrwen-omicron/remove_next_url_from_cls_kwargs | Gauvain Pocentek | 2016-05-15 | 1 | -2/+2 |
| |\ | | | | | | | Remove 'next_url' from kwargs before passing it to the cls constructor. | ||||
| | * | Remove 'next_url' from kwargs before passing it to the cls constructor. | Christian Wenk | 2016-04-21 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | The 'next_url' argument causes problems in the _construct_url method if it doesn't belong there. E.g. if you list all projects, change an attribute of a project and then try to save it, the _construct_url will use the 'next_url' from the list method and the save will fail. | ||||
* | | | version bump0.13 | Gauvain Pocentek | 2016-05-16 | 1 | -1/+1 |
|/ / | |||||
* | | Manage optional parameters for list() and get() | Gauvain Pocentek | 2016-05-15 | 2 | -3/+20 |
| | | | | | | | | | | * List these elements in the API doc * Implement for License objects | ||||
* | | fix pep8 tests | Gauvain Pocentek | 2016-05-13 | 1 | -1/+0 |
| | | |||||
* | | implement list/get licenses | Gauvain Pocentek | 2016-05-13 | 2 | -0/+14 |
| | | |||||
* | | Merge branch 'master' of github.com:gpocentek/python-gitlab | Gauvain Pocentek | 2016-05-13 | 1 | -1/+0 |
|\ \ | |||||
| * \ | Merge pull request #113 from adamreid/master | Gauvain Pocentek | 2016-05-12 | 1 | -1/+0 |
| |\ \ | | | | | | | | | Enable updates on ProjectIssueNotes | ||||
| | * \ | Merge branch 'master' of https://github.com/gpocentek/python-gitlab | Adam Reid | 2016-05-09 | 2 | -36/+96 |
| | |\ \ | |||||
| | * | | | Remove unnecessary canUpdate property from ProjectIssuesNote | Adam Reid | 2016-05-09 | 1 | -1/+0 |
| | | | | | |||||
| | * | | | Enable updates on ProjectIssueNotes | Adam Reid | 2016-05-06 | 1 | -1/+1 |
| | | |/ | | |/| | |||||
* | | | | implement star/unstar for projects | Gauvain Pocentek | 2016-05-13 | 3 | -2/+70 |
| | | | | |||||
* | | | | Deprecate Project.archive() | Gauvain Pocentek | 2016-05-13 | 1 | -0/+7 |
|/ / / | |||||
* | | | Rename some methods to better match the API URLs | Gauvain Pocentek | 2016-05-12 | 1 | -3/+22 |
| | | | | | | | | | | | | Also deprecate the file_* methods in favor of the files manager. | ||||
* | | | ProjectFile: file_path is required for deletion | Gauvain Pocentek | 2016-05-12 | 1 | -1/+1 |
| | | | |||||
* | | | Rework the Gitlab.delete method | Gauvain Pocentek | 2016-05-12 | 1 | -5/+11 |
| | | | | | | | | | | | | Fixes #107 | ||||
* | | | Rework merge requests update | Gauvain Pocentek | 2016-05-10 | 1 | -2/+19 |
| | | | | | | | | | | | | Fixes #76 | ||||
* | | | Enable deprecation warnings for gitlab only | Gauvain Pocentek | 2016-05-10 | 1 | -1/+2 |
| | | | | | | | | | | | | Fixes #96 | ||||
* | | | Add new optional attributes for projects | Gauvain Pocentek | 2016-05-10 | 1 | -3/+6 |
| |/ |/| | | | | | Fixes #116 | ||||
* | | Drop the next_url attribute when listing | Gauvain Pocentek | 2016-05-08 | 1 | -0/+4 |
| | | | | | | | | Fixes #106 | ||||
* | | Implement project contributors | Gauvain Pocentek | 2016-05-08 | 1 | -0/+15 |
| | | |||||
* | | Implement project compare | Gauvain Pocentek | 2016-05-08 | 1 | -1/+21 |
| | | | | | | | | Fixes #112 | ||||
* | | Add support for Project raw_blob | Gauvain Pocentek | 2016-05-08 | 1 | -0/+18 |
| | | |||||
* | | Adding a Session instance for all HTTP requests | Guyzmo | 2016-04-02 | 1 | -36/+39 |
|/ | | | | | | | The session instance will make it easier for setting up once headers, including the authentication payload, and it's also making it easier to override HTTP queries handling, when using [betamax](https://github.com/sigmavirus24/betamax) for recording and replaying the test suites. | ||||
* | Add missing group creation parameters | Gauvain Pocentek | 2016-03-22 | 1 | -0/+5 |
| | | | | | description and visibility_level are optional parameters for group creation. | ||||
* | Add deletion support for issues and MR | Gauvain Pocentek | 2016-03-22 | 1 | -2/+0 |
| | | | | | This is supported in gitlabhq master branch for admin users (soft deletion). | ||||
* | add "external" parameter for users | Gauvain Pocentek | 2016-03-22 | 1 | -2/+3 |
| | |||||
* | MR: add support for closes_issues | Gauvain Pocentek | 2016-03-22 | 2 | -0/+23 |
| | |||||
* | MR: add support for cancel_merge_when_build_succeeds | Gauvain Pocentek | 2016-03-22 | 2 | -0/+20 |
| | |||||
* | minor docs fixes | Gauvain Pocentek | 2016-03-22 | 2 | -6/+7 |
| | |||||
* | Add support for MergeRequest validation | Gauvain Pocentek | 2016-03-22 | 3 | -3/+76 |
| | | | | | | Both API and CLI support this feature. fixes #105 | ||||
* | version bump | Gauvain Pocentek | 2016-03-19 | 1 | -1/+1 |
| | |||||
* | Gitlab.update(): use the proper attributes if defined | Gauvain Pocentek | 2016-03-19 | 1 | -2/+5 |
| | |||||
* | add a note about project search API | Gauvain Pocentek | 2016-03-12 | 1 | -0/+10 |
| | |||||
* | Fix the 'invalid syntax' on Python 3.2, because of u'password' | Asher256 | 2016-03-02 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | More informations regarding this issue: Operating system: Debian Wheezy, with Python 3.2 and the last version of python-gitlab. The gitlab module raised this exception, because of the 'u' (Unicode): Traceback (most recent call last): File "push_settings.py", line 14, in <module> from helper import ROOT_EMAIL, ADMINS, git, old_git File "/opt/scripts/gitlab/helpers/helper.py", line 25, in <module> from gitlab import Gitlab File "/opt/scripts/gitlab/helpers/gitlab/__init__.py", line 32, in <module> from gitlab.objects import * # noqa File "/opt/scripts/gitlab/helpers/gitlab/objects.py", line 546 selfdict.pop(u'password', None) ^ SyntaxError: invalid syntax It is a recent change: 01802c0 (Richard Hansen 2016-02-11 22:43:25 -0500 546) selfdict.pop(u'password', None) 01802c0 (Richard Hansen 2016-02-11 22:43:25 -0500 547) otherdict.pop(u'password', None) To solve the issue, 'u' was removed. | ||||
* | Re-implement _custom_list in the Gitlab class | Gauvain Pocentek | 2016-02-18 | 2 | -20/+42 |
| | | | | | | | | Rename the method _raw_list. This adds support for the ``all=True`` option to enable automatic recursion and avoid pagination if requested by the user. Fixes #93 | ||||
* | remove unused _returnClass attribute | Gauvain Pocentek | 2016-02-14 | 2 | -4/+0 |
| | |||||
* | CI: implement user get-by-username | Gauvain Pocentek | 2016-02-14 | 1 | -2/+9 |
| | | | | fixes #95 | ||||
* | CLI: fix discovery of method to execute | Gauvain Pocentek | 2016-02-14 | 1 | -0/+1 |
| | |||||
* | Improve the doc for UserManager | Gauvain Pocentek | 2016-02-12 | 1 | -3/+20 |
| | | | | | Describe parameters, return values and exceptions for search() and get_by_username(). | ||||
* | Implement "user search" CLI | Gauvain Pocentek | 2016-02-12 | 1 | -1/+8 |
| | |||||
* | define UserManager.get_by_username() to get a user by username | Richard Hansen | 2016-02-12 | 2 | -0/+40 |
| |