summaryrefslogtreecommitdiff
path: root/gitlab/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* prepare 0.17 release0.17Gauvain Pocentek2016-12-021-1/+1
* Rework requests argumentsGauvain Pocentek2016-12-011-44/+29
* Add support for templates APIGauvain Pocentek2016-11-061-0/+2
* Make the manager objects create mor dynamicGauvain Pocentek2016-11-051-122/+28
* Fix docstring for http_{username,password}Gauvain Pocentek2016-11-051-4/+4
* Add support for the notification settings APIGauvain Pocentek2016-10-231-0/+3
* Add support for broadcast messages APIGauvain Pocentek2016-10-231-0/+3
* Add support for Gitlab.version()Gauvain Pocentek2016-10-231-0/+21
* Add support for boards APIGauvain Pocentek2016-10-231-0/+6
* Set version to 0.160.16Gauvain Pocentek2016-10-161-1/+1
* 0.15.1 release0.15.1Gauvain Pocentek2016-09-031-1/+1
* Properly fix _raw_listGauvain Pocentek2016-09-031-2/+8
* 'path' is an existing gitlab attr, don't use itGauvain Pocentek2016-09-031-13/+13
* Fix and test paginationGauvain Pocentek2016-09-031-3/+3
* bump version and update changelogGauvain Pocentek2016-08-271-1/+1
* Add support for project deploymentsGauvain Pocentek2016-08-271-0/+3
* Add support for access requestsGauvain Pocentek2016-08-271-0/+6
* Add support for project pipelinesGauvain Pocentek2016-08-271-0/+3
* Add support for project services APIGauvain Pocentek2016-08-131-0/+3
* Refactor the Gitlab classGauvain Pocentek2016-08-131-135/+25
* Remove method marked as deprecated 7 months agoGauvain Pocentek2016-08-111-124/+0
* Move the constants at the gitlab root levelGauvain Pocentek2016-08-111-0/+1
* Add sidekiq metrics supportGauvain Pocentek2016-08-111-0/+1
* implement the todo APIGauvain Pocentek2016-08-111-0/+2
* 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
|/ /