summaryrefslogtreecommitdiff
path: root/gitlab/exceptions.py
Commit message (Collapse)AuthorAgeFilesLines
...
* add support for project buildsGauvain Pocentek2016-01-301-0/+8
|
* Implement managers to get access to resourcesGauvain Pocentek2016-01-031-0/+1
| | | | | | | | This changes the 'default' API, using managers is the recommended way to get/list/create objects. Additional operations will be implemented in followup patchs. Old methods are deprecated and will disappear in a while.
* add missing copyright headerGauvain Pocentek2016-01-021-0/+17
|
* Split code in multiple filesGauvain Pocentek2015-12-311-0/+84