summaryrefslogtreecommitdiff
path: root/gitlab/exceptions.py
Commit message (Collapse)AuthorAgeFilesLines
* Implement ProjectBuild.play()Gauvain Pocentek2016-10-031-0/+4
|
* Add ProjectBuild.erase()Jonathon Reinhart2016-10-021-0/+4
| | | | | | | | | | We can't use the existing delete() functionality, because GitLab uses `POST /projects/:id/builds/:build_id/erase` to erase a build. Instead of overriding delete(), we add a separate erase() method to keep the naming consistent, and allow potentially more fine-grained operations in the future. - https://docs.gitlab.com/ce/api/builds.html#erase-a-build
* Add support for project pipelinesGauvain Pocentek2016-08-271-2/+18
|
* implement the todo APIGauvain Pocentek2016-08-111-0/+4
|
* Handle empty messages from server in exceptionsGauvain Pocentek2016-08-071-1/+1
|
* Add support for subscribe and unsubscribe in issuesIvica Arsov2016-05-201-0/+8
|
* implement star/unstar for projectsGauvain Pocentek2016-05-131-1/+6
|
* minor docs fixesGauvain Pocentek2016-03-221-3/+4
|
* Add support for MergeRequest validationGauvain Pocentek2016-03-221-3/+19
| | | | | | Both API and CLI support this feature. fixes #105
* Add support for user block/unblockGauvain Pocentek2016-02-041-0/+8
|
* 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