Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add lower-level methods for Gitlab() | Gauvain Pocentek | 2017-06-02 | 1 | -0/+8 | |
| | | | | | | | | | | | | Multiple goals: * Support making direct queries to the Gitlab server, without objects and managers. * Progressively remove the need to know about managers and objects in the Gitlab class; the Gitlab should only be an HTTP proxy to the gitlab server. * With this the objects gain control on how they should do requests. The complexities of dealing with object specifics will be moved in the object classes where they belong. | |||||
* | update copyright years | Gauvain Pocentek | 2017-05-24 | 1 | -1/+1 | |
| | ||||||
* | [v4] Builds have been renamed to Jobs | Gauvain Pocentek | 2017-05-24 | 1 | -3/+19 | |
| | ||||||
* | Provide API wrapper for cherry picking commits (#236) | Christian | 2017-03-21 | 1 | -0/+4 | |
| | ||||||
* | Time tracking (#222) | savenger | 2017-03-03 | 1 | -0/+4 | |
| | | | | | | | | | * Added gitlab time tracking features - get/set/remove estimated time per issue - get/set/remove time spent per issue * Added documentation for time tracking functions | |||||
* | New exception for ProjectKey.enable_deploy_key and disable_deploy_key | Asher256@users.noreply.github.com | 2016-10-30 | 1 | -0/+4 | |
| | ||||||
* | Implement ProjectBuild.play() | Gauvain Pocentek | 2016-10-03 | 1 | -0/+4 | |
| | ||||||
* | Add ProjectBuild.erase() | Jonathon Reinhart | 2016-10-02 | 1 | -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 pipelines | Gauvain Pocentek | 2016-08-27 | 1 | -2/+18 | |
| | ||||||
* | implement the todo API | Gauvain Pocentek | 2016-08-11 | 1 | -0/+4 | |
| | ||||||
* | Handle empty messages from server in exceptions | Gauvain Pocentek | 2016-08-07 | 1 | -1/+1 | |
| | ||||||
* | Add support for subscribe and unsubscribe in issues | Ivica Arsov | 2016-05-20 | 1 | -0/+8 | |
| | ||||||
* | implement star/unstar for projects | Gauvain Pocentek | 2016-05-13 | 1 | -1/+6 | |
| | ||||||
* | minor docs fixes | Gauvain Pocentek | 2016-03-22 | 1 | -3/+4 | |
| | ||||||
* | Add support for MergeRequest validation | Gauvain Pocentek | 2016-03-22 | 1 | -3/+19 | |
| | | | | | | Both API and CLI support this feature. fixes #105 | |||||
* | Add support for user block/unblock | Gauvain Pocentek | 2016-02-04 | 1 | -0/+8 | |
| | ||||||
* | add support for project builds | Gauvain Pocentek | 2016-01-30 | 1 | -0/+8 | |
| | ||||||
* | Implement managers to get access to resources | Gauvain Pocentek | 2016-01-03 | 1 | -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 header | Gauvain Pocentek | 2016-01-02 | 1 | -0/+17 | |
| | ||||||
* | Split code in multiple files | Gauvain Pocentek | 2015-12-31 | 1 | -0/+84 | |