summaryrefslogtreecommitdiff
path: root/gitlab/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* ignore pep8 errorGauvain Pocentek2016-08-081-1/+1
* add a basic HTTP debug methodGauvain Pocentek2016-08-081-0/+14
* Update changelog/authors/version for 0.140.14Gauvain Pocentek2016-08-071-1/+1
* Fix the listing of some resourcesGauvain Pocentek2016-08-071-2/+3
* remove debug print statementGauvain Pocentek2016-08-061-1/+0
* Add support for project environmentsGauvain Pocentek2016-08-061-0/+4
* add support for global deploy key listingGauvain Pocentek2016-08-061-0/+2
* Add support from listing group issuesGauvain Pocentek2016-07-241-0/+2
* Improve commit statuses and commentsGauvain Pocentek2016-07-241-4/+18
* Allow to stream the downloads when appropriateGauvain Pocentek2016-07-171-1/+2
* Gitlab: add managers for build-related resourcesGauvain Pocentek2016-07-171-0/+7
* Implement runners global APIGauvain Pocentek2016-07-171-0/+2
* Add docstring for settings manager in Gitlab classGauvain Pocentek2016-07-171-0/+1
* Implement user emails supportGauvain Pocentek2016-07-161-0/+2
* add support for namespacesGauvain Pocentek2016-06-191-0/+2
* Add support for commit commentsGauvain Pocentek2016-06-191-0/+3
* Merge branch 'master' of https://github.com/missionrulz/python-gitlab into mi...Gauvain Pocentek2016-06-191-0/+2
|\
| * typo in doc blockMissionrulz2016-06-191-1/+1
| * add to __init__.py & move manager after class declarationMissionrulz2016-06-191-0/+2
* | pylint fixPeter Mosmans2016-05-311-2/+2
* | Added HTTPauth support for even more methods :)Peter Mosmans2016-05-311-3/+12
* | 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
|\