Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for the notification settings API | Gauvain Pocentek | 2016-10-23 | 2 | -0/+59 |
| | |||||
* | Add support for broadcast messages API | Gauvain Pocentek | 2016-10-23 | 2 | -0/+69 |
| | |||||
* | Add support for boards API | Gauvain Pocentek | 2016-10-23 | 2 | -0/+90 |
| | | | | | | | | This is not fully usable because the gitlab API has some limitations: - not possible to create boards programmatically - not possible to get labels ID (https://gitlab.com/gitlab-org/gitlab-ce/issues/23448) | ||||
* | Implement ProjectBuild.play() | Gauvain Pocentek | 2016-10-03 | 2 | -0/+10 |
| | |||||
* | Update docs to use ProjectBuild.erase() | Jonathon Reinhart | 2016-10-02 | 2 | -10/+6 |
| | |||||
* | Fix examples for file modification | Gauvain Pocentek | 2016-09-25 | 1 | -2/+2 |
| | | | | Fixes #156 | ||||
* | Create a project in a group | derek-austin | 2016-09-21 | 1 | -0/+10 |
| | | | Just a sketch, feel free to toss it and do it in the right way. | ||||
* | Brief branch protection notes | Will Starms | 2016-09-14 | 1 | -0/+7 |
| | | | You can pass developers_can_push and developers_can_merge to the protect function. Handy! | ||||
* | fix doc | Armin Weihbold | 2016-09-10 | 1 | -1/+1 |
| | |||||
* | add doc | Armin Weihbold | 2016-09-10 | 1 | -0/+3 |
| | |||||
* | minor RST fix0.15 | Gauvain Pocentek | 2016-08-28 | 1 | -0/+1 |
| | |||||
* | Add support for project deployments | Gauvain Pocentek | 2016-08-27 | 2 | -0/+34 |
| | |||||
* | Add support for access requests | Gauvain Pocentek | 2016-08-27 | 2 | -0/+83 |
| | |||||
* | Add support for project pipelines | Gauvain Pocentek | 2016-08-27 | 2 | -0/+51 |
| | |||||
* | Add support for project services API | Gauvain Pocentek | 2016-08-13 | 2 | -1/+54 |
| | |||||
* | Move the constants at the gitlab root level | Gauvain Pocentek | 2016-08-11 | 2 | -9/+9 |
| | |||||
* | Add sidekiq metrics support | Gauvain Pocentek | 2016-08-11 | 1 | -0/+16 |
| | |||||
* | implement the todo API | Gauvain Pocentek | 2016-08-11 | 6 | -0/+90 |
| | |||||
* | docs: notes API | Gauvain Pocentek | 2016-08-09 | 2 | -0/+86 |
| | |||||
* | docs: snippets API | Gauvain Pocentek | 2016-08-09 | 2 | -0/+92 |
| | |||||
* | docs: tags API | Gauvain Pocentek | 2016-08-09 | 2 | -0/+68 |
| | |||||
* | docs: system hooks API | Gauvain Pocentek | 2016-08-09 | 2 | -0/+50 |
| | |||||
* | docs: add ApplicationSettings API | Gauvain Pocentek | 2016-08-09 | 2 | -0/+30 |
| | |||||
* | docs: repository files API | Gauvain Pocentek | 2016-08-09 | 2 | -0/+78 |
| | |||||
* | docs: project repository API | Gauvain Pocentek | 2016-08-09 | 2 | -0/+95 |
| | |||||
* | docs: add milestones API | Gauvain Pocentek | 2016-08-09 | 2 | -0/+97 |
| | |||||
* | Fix fork creation documentation | Gauvain Pocentek | 2016-08-09 | 1 | -2/+2 |
| | | | | Fixes #136 | ||||
* | docs: add MR API | Gauvain Pocentek | 2016-08-07 | 2 | -0/+146 |
| | |||||
* | fix labels deletion example | Gauvain Pocentek | 2016-08-07 | 1 | -1/+1 |
| | |||||
* | docs: add licenses API | Gauvain Pocentek | 2016-08-06 | 2 | -0/+29 |
| | |||||
* | docs: add labales API | Gauvain Pocentek | 2016-08-06 | 2 | -0/+75 |
| | |||||
* | Add support for project environments | Gauvain Pocentek | 2016-08-06 | 2 | -0/+72 |
| | |||||
* | docs: add deploy keys API | Gauvain Pocentek | 2016-08-06 | 2 | -0/+94 |
| | |||||
* | document namespaces API | Gauvain Pocentek | 2016-08-04 | 3 | -1/+29 |
| | |||||
* | Add support from listing group issues | Gauvain Pocentek | 2016-07-24 | 2 | -0/+26 |
| | |||||
* | docs: issues API | Gauvain Pocentek | 2016-07-24 | 4 | -4/+153 |
| | |||||
* | docs: commits API | Gauvain Pocentek | 2016-07-24 | 2 | -0/+137 |
| | |||||
* | doc: fix doubled parameter | Gauvain Pocentek | 2016-07-18 | 1 | -1/+1 |
| | |||||
* | docs: groups API documentation | Gauvain Pocentek | 2016-07-17 | 2 | -0/+177 |
| | |||||
* | Allow to stream the downloads when appropriate | Gauvain Pocentek | 2016-07-17 | 2 | -2/+25 |
| | | | | | | | | | Some API calls will download possibly large data, resulting in a high memory usage and out-of-memory errors. For these API calls use the requests streaming capabilities and download chunked data. The caller is responsible of providing a callable to actually store the data. The default callable just prints the data on stdout. | ||||
* | docs: Add builds-related API docs | Gauvain Pocentek | 2016-07-17 | 2 | -0/+246 |
| | |||||
* | Implement runners global API | Gauvain Pocentek | 2016-07-17 | 2 | -0/+67 |
| | |||||
* | docs: fork relationship API | Gauvain Pocentek | 2016-07-17 | 2 | -5/+16 |
| | |||||
* | docs: project search API | Gauvain Pocentek | 2016-07-17 | 1 | -0/+3 |
| | |||||
* | docs: document hooks API | Gauvain Pocentek | 2016-07-17 | 2 | -0/+70 |
| | |||||
* | Implement sharing project with a group | Gauvain Pocentek | 2016-07-16 | 2 | -0/+10 |
| | |||||
* | docs: add project members doc | Gauvain Pocentek | 2016-07-16 | 2 | -0/+83 |
| | |||||
* | docs: document projects API | Gauvain Pocentek | 2016-07-16 | 3 | -1/+164 |
| | |||||
* | Implement user emails support | Gauvain Pocentek | 2016-07-16 | 2 | -0/+108 |
| | |||||
* | docs: crossref improvements | Gauvain Pocentek | 2016-07-16 | 2 | -12/+19 |
| |