summaryrefslogtreecommitdiff
path: root/gitlab/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* version bumpGauvain Pocentek2016-03-191-1/+1
* Gitlab.update(): use the proper attributes if definedGauvain Pocentek2016-03-191-2/+5
* Re-implement _custom_list in the Gitlab classGauvain Pocentek2016-02-181-0/+25
* remove unused _returnClass attributeGauvain Pocentek2016-02-141-3/+0
* bump version to cleanup my mess on pypi0.12.1Gauvain Pocentek2016-02-031-1/+1
* Partially revert 00ab7d00Gauvain Pocentek2016-02-031-2/+1
* Rework the __version__ importGauvain Pocentek2016-01-301-1/+2
* Add support for application settingsGauvain Pocentek2016-01-271-1/+2
* Implement project variables supportGauvain Pocentek2016-01-241-1/+2
* fix ProjectLabel get and deleteGauvain Pocentek2016-01-231-1/+1
* make connection exceptions more explicitGauvain Pocentek2016-01-231-18/+18
* 0.11.1 release updateGauvain Pocentek2016-01-171-1/+1
* Support deletion without getting the object firstGauvain Pocentek2016-01-101-4/+14
* Rework gitlab._sanitizeGauvain Pocentek2016-01-101-5/+4
* Improve the API documentation.Gauvain Pocentek2016-01-101-16/+165
* Bump versionGauvain Pocentek2016-01-091-2/+2
* Implement ProjectManager search/list methodsGauvain Pocentek2016-01-081-0/+9
* 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