Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Move deploy key enable/disable to the object | Gauvain Pocentek | 2016-11-05 | 1 | -2/+2 | |
| | | | | | To keep things consistent with other objects, action methods are available on the object itself, not the manager. | |||||
* | Merge branch 'master-project-deploy-keys' of ↵ | Gauvain Pocentek | 2016-11-05 | 2 | -0/+20 | |
|\ | | | | | | | https://github.com/Asher256/python-gitlab into Asher256-master-project-deploy-keys | |||||
| * | Fixing the response and project_id argument | Asher256 | 2016-11-01 | 1 | -4/+0 | |
| | | ||||||
| * | Documentation for enable/disable deploy key functions | Asher256@users.noreply.github.com | 2016-10-30 | 2 | -0/+24 | |
| | | ||||||
* | | docs: add a note for python 3.5 for file content update | Gauvain Pocentek | 2016-11-01 | 1 | -1/+3 | |
|/ | | | | | | | The data passed to the JSON serializer must be a string with python 3. Document this in the exemples. Fix #175 | |||||
* | Add support for the notification settings API | Gauvain Pocentek | 2016-10-23 | 3 | -1/+61 | |
| | ||||||
* | Add support for broadcast messages API | Gauvain Pocentek | 2016-10-23 | 3 | -0/+70 | |
| | ||||||
* | 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 | |||||
* | Add support for --all in CLI | Gauvain Pocentek | 2016-09-23 | 1 | -1/+7 | |
| | | | | Fixes #153 | |||||
* | 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 | |
| | ||||||
* | docs: improve the pagination section | Gauvain Pocentek | 2016-08-30 | 1 | -2/+11 | |
| | ||||||
* | minor RST fix0.15 | Gauvain Pocentek | 2016-08-28 | 1 | -0/+1 | |
| | ||||||
* | Add support for project deployments | Gauvain Pocentek | 2016-08-27 | 3 | -0/+35 | |
| | ||||||
* | Add support for access requests | Gauvain Pocentek | 2016-08-27 | 3 | -0/+84 | |
| | ||||||
* | 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 | 2 | -0/+17 | |
| | ||||||
* | implement the todo API | Gauvain Pocentek | 2016-08-11 | 7 | -0/+91 | |
| | ||||||
* | 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 | 3 | -0/+51 | |
| | ||||||
* | docs: add ApplicationSettings API | Gauvain Pocentek | 2016-08-09 | 3 | -0/+31 | |
| | ||||||
* | 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 | 3 | -0/+98 | |
| | ||||||
* | Fix fork creation documentation | Gauvain Pocentek | 2016-08-09 | 1 | -2/+2 | |
| | | | | Fixes #136 | |||||
* | docs: add MR API | Gauvain Pocentek | 2016-08-07 | 3 | -0/+147 | |
| | ||||||
* | fix labels deletion example | Gauvain Pocentek | 2016-08-07 | 1 | -1/+1 | |
| | ||||||
* | docs: add licenses API | Gauvain Pocentek | 2016-08-06 | 3 | -0/+30 | |
| | ||||||
* | docs: add labales API | Gauvain Pocentek | 2016-08-06 | 3 | -0/+76 | |
| | ||||||
* | Add support for project environments | Gauvain Pocentek | 2016-08-06 | 3 | -0/+74 | |
| | ||||||
* | docs: add deploy keys API | Gauvain Pocentek | 2016-08-06 | 3 | -0/+95 | |
| | ||||||
* | doc: replace incorrect archive call() | Gauvain Pocentek | 2016-08-04 | 1 | -2/+2 | |
| | ||||||
* | document namespaces API | Gauvain Pocentek | 2016-08-04 | 4 | -1/+30 | |
| | ||||||
* | Add support from listing group issues | Gauvain Pocentek | 2016-07-24 | 2 | -0/+26 | |
| | ||||||
* | Docs: drop the FAQ | Gauvain Pocentek | 2016-07-24 | 2 | -16/+0 | |
| | | | | The only question is now documented in the API examples. | |||||
* | docs: issues API | Gauvain Pocentek | 2016-07-24 | 5 | -4/+154 | |
| | ||||||
* | docs: commits API | Gauvain Pocentek | 2016-07-24 | 3 | -0/+138 | |
| | ||||||
* | doc: fix doubled parameter | Gauvain Pocentek | 2016-07-18 | 1 | -1/+1 | |
| | ||||||
* | docs: groups API documentation | Gauvain Pocentek | 2016-07-17 | 3 | -0/+178 | |
| | ||||||
* | 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 | 3 | -0/+247 | |
| |