summaryrefslogtreecommitdiff
path: root/gitlab/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Added support for HTTP basic authenticationPeter Mosmans2016-05-301-12/+34
* Merge branch 'master' of github.com:gpocentek/python-gitlabGauvain Pocentek2016-05-281-2/+2
|\
| * Merge pull request #110 from chrwen-omicron/remove_next_url_from_cls_kwargsGauvain Pocentek2016-05-151-2/+2
| |\
| | * Remove 'next_url' from kwargs before passing it to the cls constructor.Christian Wenk2016-04-211-2/+2
* | | version bump0.13Gauvain Pocentek2016-05-161-1/+1
|/ /
* | implement list/get licensesGauvain Pocentek2016-05-131-0/+2
* | Rework the Gitlab.delete methodGauvain Pocentek2016-05-121-5/+11
* | Enable deprecation warnings for gitlab onlyGauvain Pocentek2016-05-101-1/+2
* | Drop the next_url attribute when listingGauvain Pocentek2016-05-081-0/+4
* | Adding a Session instance for all HTTP requestsGuyzmo2016-04-021-36/+39
|/
* 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