summaryrefslogtreecommitdiff
path: root/gitlab/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Create a manager for ProjectFork objectsGauvain Pocentek2016-01-081-7/+1
* Merge branch 'add_fork_support' of https://github.com/fgouteroux/python-gitla...Gauvain Pocentek2016-01-081-0/+7
|\
| * add fork project supportfgouteroux2016-01-061-0/+7
* | Deprecate the "old" Gitlab methodsGauvain Pocentek2016-01-081-0/+15
|/
* Implement managers to get access to resourcesGauvain Pocentek2016-01-031-0/+29
* Split code in multiple filesGauvain Pocentek2015-12-311-874/+15
* remove deprecated methodsGauvain Pocentek2015-12-311-29/+0
* fix the testsGauvain Pocentek2015-12-311-1/+3
* Rename the _created attribute _from_apiGauvain Pocentek2015-12-311-9/+8
* Provide a create method for GitlabObject'sGauvain Pocentek2015-12-311-0/+10
* Add a get method for GitlabObjectGauvain Pocentek2015-12-301-6/+18
* 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
* 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-191-1/+4
* Fix deletion of object not using 'id' as IDGauvain Pocentek2015-09-191-1/+2
* Provide a Gitlab.from_config methodGauvain Pocentek2015-08-211-0/+10
* don't list everything by defaultGauvain Pocentek2015-08-211-2/+5
* fix pep8 testGauvain Pocentek2015-08-211-1/+2
* Merge pull request #64 from jantman/issues/63Gauvain Pocentek2015-08-211-2/+9
|\
| * 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-111-0/+7
* 0.9.1 release0.9.1Gauvain Pocentek2015-05-151-1/+1
* get ready for a 0.9 releaseGauvain Pocentek2015-05-151-1/+1
* update copyright dateGauvain Pocentek2015-05-141-2/+2
* Rename a few more private methodsGauvain Pocentek2015-05-131-15/+15
* Projects can be updatedGauvain Pocentek2015-05-131-2/+3
* use more pythonic names for some methodsGauvain Pocentek2015-05-121-106/+107
* make the tests passGauvain Pocentek2015-05-121-29/+33
* Deprecate some Gitlab object methodsGauvain Pocentek2015-05-111-14/+45
* gitlab is now a packageGauvain Pocentek2015-05-111-0/+1297