summaryrefslogtreecommitdiff
path: root/gitlab/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Restore the prvious listing behaviorGauvain Pocentek2017-08-041-10/+25
* functional tests for v4Gauvain Pocentek2017-08-041-2/+22
* Restore correct exceptionsGauvain Pocentek2017-07-151-6/+12
* Merge branch 'master' into rework_apiGauvain Pocentek2017-07-091-3/+3
|\
| * Added dependency injection support for SessionGuyzmo2017-07-081-2/+2
| * 0.21.2 release0.21.2Gauvain Pocentek2017-06-111-1/+1
* | typoGauvain Pocentek2017-06-241-1/+1
* | build submanagers for v3 onlyGauvain Pocentek2017-06-241-15/+16
* | Remove unused future.division importGauvain Pocentek2017-06-111-1/+0
* | Fix GitlabList.__len__Gauvain Pocentek2017-06-051-1/+1
* | Tests and fixes for the http_* methodsGauvain Pocentek2017-06-021-13/+10
* | make the tests passGauvain Pocentek2017-06-021-3/+6
* | Migrate all v4 objects to new APIGauvain Pocentek2017-06-021-7/+11
* | New API: handle gl.auth() and CurrentUser* classesGauvain Pocentek2017-06-021-8/+12
* | pep8Gauvain Pocentek2017-06-021-1/+0
* | Rework the manager and object classesGauvain Pocentek2017-06-021-5/+11
* | pep8 againGauvain Pocentek2017-06-021-10/+12
* | Add lower-level methods for Gitlab()Gauvain Pocentek2017-06-021-0/+221
|/
* Remove extra_attrs argument from _raw_list (unneeded)Gauvain Pocentek2017-05-271-4/+2
* Prepare the 0.21.1 releaseGauvain Pocentek2017-05-251-1/+1
* Prepare the 0.21 release0.21Gauvain Pocentek2017-05-241-1/+1
* update copyright yearsGauvain Pocentek2017-05-241-1/+1
* [v4] Add support for dockerfiles APIGauvain Pocentek2017-05-241-0/+2
* Merge branch 'v4_support'Gauvain Pocentek2017-05-241-30/+42
|\
| * [v4] Remove deprecated objects methods and classesGauvain Pocentek2017-05-241-2/+2
| * 202 is expected on some delete operationsGauvain Pocentek2017-05-231-1/+1
| * [v4] Drop teams supportGauvain Pocentek2017-05-231-1/+2
| * Reorganise the code to handle v3 and v4 objectsGauvain Pocentek2017-05-231-25/+29
| * Update Gitlab __init__ docstringGauvain Pocentek2017-05-231-0/+1
| * [v4] Update project search APIGauvain Pocentek2017-05-231-0/+4
| * Initial, non-functional v4 supportGauvain Pocentek2017-05-231-4/+6
* | Deprecate parameter related methods in gitlab.GitlabGauvain Pocentek2017-05-241-8/+30
|/
* Prepare 0.20 release0.20Gauvain Pocentek2017-03-251-1/+1
* Stop listing if recursion limit is hit (#234)Johan Brandhorst2017-03-231-10/+20
* Properly handle extra args when listing with all=TrueGauvain Pocentek2017-03-171-0/+1
* Add DeployKey{,Manager} classesGauvain Pocentek2017-03-171-0/+1
* 0.19 release0.19Gauvain Pocentek2017-02-211-2/+2
* prepare the 0.18 release0.18Gauvain Pocentek2016-12-271-1/+1
* Added support for Snippets (new API in Gitlab 8.15)Guyzmo2016-12-241-1/+3
* 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