summaryrefslogtreecommitdiff
path: root/gitlab
Commit message (Expand)AuthorAgeFilesLines
* add support for project buildsGauvain Pocentek2016-01-302-0/+47
* Fix Project.tree()Gauvain Pocentek2016-01-301-3/+9
* Fix project updateGauvain Pocentek2016-01-302-6/+7
* Rework the __version__ importGauvain Pocentek2016-01-303-1/+9
* Add sudo supportGauvain Pocentek2016-01-302-0/+2
* Fix the 'password' requirement for User creationGauvain Pocentek2016-01-301-5/+8
* Add support for application settingsGauvain Pocentek2016-01-273-8/+75
* Implement project variables supportGauvain Pocentek2016-01-243-3/+18
* implement project triggers supportGauvain Pocentek2016-01-241-0/+12
* Implement setting release info on a tagGauvain Pocentek2016-01-241-1/+26
* ProjectTag supports deletion (gitlab 8.4.0)Gauvain Pocentek2016-01-241-1/+0
* Implement ProjectMilestone.issues()Gauvain Pocentek2016-01-231-0/+13
* fix ProjectLabel get and deleteGauvain Pocentek2016-01-232-2/+5
* make connection exceptions more explicitGauvain Pocentek2016-01-231-18/+18
* add a decode method for ProjectFileGauvain Pocentek2016-01-231-0/+9
* fix the test_create_unknown_path testGauvain Pocentek2016-01-231-4/+3
* Fix the json() method for python 3Gauvain Pocentek2016-01-232-4/+14
* skip BaseManager attributes when encoding to JSONRichard Hansen2016-01-231-2/+3
* add a missing import statementRichard Hansen2016-01-231-0/+1
* 0.11.1 release updateGauvain Pocentek2016-01-171-1/+1
* add unit tests for managersGauvain Pocentek2016-01-161-3/+23
* remove debugging print instructionGauvain Pocentek2016-01-161-1/+0
* Fix discovery of parents object attrs for managersGauvain Pocentek2016-01-161-10/+15
* Support setting commit statusColin D Bennett2016-01-121-0/+17
* Support deletion without getting the object firstGauvain Pocentek2016-01-104-7/+50
* cli.py: make internal functions privateGauvain Pocentek2016-01-101-30/+30
* Rework gitlab._sanitizeGauvain Pocentek2016-01-102-5/+20
* Improve the API documentation.Gauvain Pocentek2016-01-102-54/+353
* Bump versionGauvain Pocentek2016-01-091-2/+2
* add missing importGauvain Pocentek2016-01-091-0/+1
* implement group search in CLIGauvain Pocentek2016-01-091-5/+18
* Add support for groups searchGauvain Pocentek2016-01-092-15/+47
* unit tests for config parserGauvain Pocentek2016-01-092-4/+112
* Implement ProjectManager search/list methodsGauvain Pocentek2016-01-083-0/+105
* CLI: fix the discovery of possible actionsGauvain Pocentek2016-01-081-2/+1
* Create a manager for ProjectFork objectsGauvain Pocentek2016-01-082-7/+6
* Merge branch 'add_fork_support' of https://github.com/fgouteroux/python-gitla...Gauvain Pocentek2016-01-082-0/+35
|\
| * add fork project supportfgouteroux2016-01-062-0/+35
* | Deprecate the "old" Gitlab methodsGauvain Pocentek2016-01-082-13/+44
|/
* add unit tests for BaseManagerGauvain Pocentek2016-01-032-9/+155
* GitLab -> Gitlab (class names)Gauvain Pocentek2016-01-032-4/+4
* fix pretty_print with managersGauvain Pocentek2016-01-031-1/+3
* Implement managers to get access to resourcesGauvain Pocentek2016-01-033-26/+288
* add missing copyright headerGauvain Pocentek2016-01-021-0/+17
* Split code in multiple filesGauvain Pocentek2015-12-313-874/+900
* remove deprecated methodsGauvain Pocentek2015-12-311-29/+0
* python3: fix CLI error when arguments are missingGauvain Pocentek2015-12-311-2/+6
* fix the testsGauvain Pocentek2015-12-312-4/+10
* Rename the _created attribute _from_apiGauvain Pocentek2015-12-313-14/+13
* Provide a create method for GitlabObject'sGauvain Pocentek2015-12-312-2/+11