summaryrefslogtreecommitdiff
path: root/gitlab/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | 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