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