summaryrefslogtreecommitdiff
path: root/gitlab
Commit message (Expand)AuthorAgeFilesLines
* Rename the _created attribute _from_apiGauvain Pocentek2015-12-313-14/+13
* Provide a create method for GitlabObject'sGauvain Pocentek2015-12-312-2/+11
* Add the CLI -g short option for --gitlabGauvain Pocentek2015-12-301-1/+1
* Add a get method for GitlabObjectGauvain Pocentek2015-12-302-8/+20
* Move request return_code tests in _raise_error_from_responseGauvain Pocentek2015-12-291-87/+62
* Version bump0.10Gauvain Pocentek2015-12-291-1/+1
* Add support for group members updateGauvain Pocentek2015-12-241-1/+5
* Merge branch 'master' of github.com:gpocentek/python-gitlabGauvain Pocentek2015-12-241-1/+2
|\
| * Use name as sort key to fix Python 3 TypeErrorColin D Bennett2015-12-231-1/+2
* | Sanitize the id used to construct URLsGauvain Pocentek2015-12-241-1/+3
|/
* Can bypassing confirm when creating new userpa43732015-09-241-1/+7
* Fix GET/POST for project filesGauvain Pocentek2015-09-192-5/+9
* hide the action attributeGauvain Pocentek2015-09-191-0/+1
* Fix deletion of object not using 'id' as IDGauvain Pocentek2015-09-191-1/+2
* Provide a Gitlab.from_config methodGauvain Pocentek2015-08-213-56/+98
* don't list everything by defaultGauvain Pocentek2015-08-212-7/+9
* fix pep8 testGauvain Pocentek2015-08-212-12/+12
* Merge pull request #64 from jantman/issues/63Gauvain Pocentek2015-08-212-2/+60
|\
| * issue #63 add unit tests for 'next' link handling in list()Jason Antman2015-08-051-0/+51
| * issue #63 - revert logging additionsJason Antman2015-08-051-4/+0
| * python-gitlab Issue #63 - implement pagination for list()Jason Antman2015-07-281-2/+13
* | add support to update MergeRequestNotesStefan Klug2015-08-121-1/+0
* | fix url when fetching a single MergeRequestStefan Klug2015-08-121-2/+9
|/
* Fix the update/delete CLI subcommandsGauvain Pocentek2015-07-112-4/+22
* fix delete and update CLI methodsGauvain Pocentek2015-07-111-2/+2
* 0.9.1 release0.9.1Gauvain Pocentek2015-05-151-1/+1
* remove executable flag on cli.pyGauvain Pocentek2015-05-151-0/+0
* get ready for a 0.9 releaseGauvain Pocentek2015-05-151-1/+1
* update copyright dateGauvain Pocentek2015-05-142-3/+3
* CLI: remove wrong attributes from the verbose outputGauvain Pocentek2015-05-141-2/+6
* CLI: provide a --config-file optionGauvain Pocentek2015-05-131-6/+15
* Rename a few more private methodsGauvain Pocentek2015-05-131-15/+15
* Move the CLI in the gitlab packageGauvain Pocentek2015-05-131-0/+357
* Fix the tests when the host runs a web serverGauvain Pocentek2015-05-131-1/+12
* Projects can be updatedGauvain Pocentek2015-05-131-2/+3
* use more pythonic names for some methodsGauvain Pocentek2015-05-123-128/+130
* make the tests passGauvain Pocentek2015-05-123-120/+216
* setup tox for py27 and py34 testsGauvain Pocentek2015-05-111-0/+0
* move the tests inside the packageGauvain Pocentek2015-05-112-0/+1001
* Deprecate some Gitlab object methodsGauvain Pocentek2015-05-111-14/+45
* gitlab is now a packageGauvain Pocentek2015-05-112-363/+1297
* Add a tox configuration fileGauvain Pocentek2015-05-111-43/+68
* *clean import packageStefano Mandruzzato2015-05-011-7/+2
* bug fixed on requiredArgumentsStefano Mandruzzato2015-04-271-21/+8
* remove "gitlab" of arguments because conflicts with "gitlab" attribute with G...Stefano Mandruzzato2015-04-271-0/+3
* remove forgotten argumentmassimone882015-04-271-1/+0
* improvement argument required for each actionmassimone882015-04-271-9/+15
* implement argparse library for parsing the argumentsmassimone882015-04-271-223/+152
* "timeout" option is an int, not a boolGauvain Pocentek2015-02-071-2/+2
* CLI: support a timout optionGauvain Pocentek2014-10-261-1/+11