summaryrefslogtreecommitdiff
path: root/gitlab/objects.py
Commit message (Expand)AuthorAgeFilesLines
* add support for project buildsGauvain Pocentek2016-01-301-0/+39
* Fix Project.tree()Gauvain Pocentek2016-01-301-3/+9
* Fix project updateGauvain Pocentek2016-01-301-4/+5
* Add sudo supportGauvain Pocentek2016-01-301-0/+1
* Fix the 'password' requirement for User creationGauvain Pocentek2016-01-301-5/+8
* Add support for application settingsGauvain Pocentek2016-01-271-7/+34
* Implement project variables supportGauvain Pocentek2016-01-241-0/+14
* 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-231-1/+4
* add a decode method for ProjectFileGauvain Pocentek2016-01-231-0/+9
* Fix the json() method for python 3Gauvain Pocentek2016-01-231-4/+5
* skip BaseManager attributes when encoding to JSONRichard Hansen2016-01-231-2/+3
* add a missing import statementRichard Hansen2016-01-231-0/+1
* 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-101-0/+15
* Improve the API documentation.Gauvain Pocentek2016-01-101-38/+188
* add missing importGauvain Pocentek2016-01-091-0/+1
* Add support for groups searchGauvain Pocentek2016-01-091-15/+24
* Implement ProjectManager search/list methodsGauvain Pocentek2016-01-081-0/+27
* Create a manager for ProjectFork objectsGauvain Pocentek2016-01-081-0/+5
* add fork project supportfgouteroux2016-01-061-0/+28
* add unit tests for BaseManagerGauvain Pocentek2016-01-031-9/+8
* fix pretty_print with managersGauvain Pocentek2016-01-031-1/+3
* Implement managers to get access to resourcesGauvain Pocentek2016-01-031-26/+258
* Split code in multiple filesGauvain Pocentek2015-12-311-0/+801