| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | api-usage: bit more detail for listing with `all` | Gauvain Pocentek | 2018-05-11 | 1 | -9/+10 |
| | | |||||
| * | [docs] update service.available() example for API v4 | Gauvain Pocentek | 2018-05-10 | 1 | -1/+2 |
| | | | | | Fixes #482 | ||||
| * | [docs] add a code example for listing commits of a MR | Gauvain Pocentek | 2018-05-10 | 1 | -0/+4 |
| | | | | | Fixes #491 | ||||
| * | [docs] move mr samples in rst file | Gauvain Pocentek | 2018-05-10 | 2 | -121/+38 |
| | | |||||
| * | Merge pull request #484 from Matusf/docs-example-raises-attribute-error | Gauvain Pocentek | 2018-05-10 | 1 | -1/+4 |
| |\ | | | | | Change method for getting content of snippet | ||||
| | * | Add API v3 example | Matus Ferech | 2018-04-28 | 1 | -1/+4 |
| | | | |||||
| | * | Change method for getting content of snippet | Matus Ferech | 2018-04-13 | 1 | -1/+1 |
| | | | |||||
| * | | docs(api-usage): add rate limit documentation | Max Wittig | 2018-04-18 | 1 | -0/+23 |
| | | | |||||
| * | | Update projects.py | Twan | 2018-04-13 | 1 | -2/+4 |
| |/ | | | Add missing attributes to file.create in order to make it work. | ||||
| * | docs(projects): fix typo | Max Wittig | 2018-04-12 | 1 | -1/+1 |
| | | |||||
| * | Fix the impersonation token deletion example | Gauvain Pocentek | 2018-03-29 | 1 | -2/+2 |
| | | | | | Fixes #476 | ||||
| * | [docs] Move notes examples in their own file | Gauvain Pocentek | 2018-03-28 | 4 | -120/+92 |
| | | | | | Fixes #472 | ||||
| * | [docs] fix GitLab refernce for notes | Gauvain Pocentek | 2018-03-23 | 1 | -1/+1 |
| | | |||||
| * | Implement attribute types to handle special cases | Gauvain Pocentek | 2018-03-17 | 1 | -0/+6 |
| | | | | | | | | | Some attributes need to be parsed/modified to work with the API (for instance lists). This patch provides two attribute types that will simplify parts of the code, and fix some CLI bugs. Fixes #443 | ||||
| * | update docs copyright years | Gauvain Pocentek | 2018-03-17 | 1 | -1/+1 |
| | | |||||
| * | [docs] Merge builds.rst and builds.py | Gauvain Pocentek | 2018-03-17 | 2 | -231/+90 |
| | | |||||
| * | Support downloading a single artifact file | Gauvain Pocentek | 2018-03-17 | 1 | -2/+7 |
| | | | | | Fixes #432 | ||||
| * | [cli] Allow to read args from files | Gauvain Pocentek | 2018-03-05 | 1 | -1/+15 |
| | | | | | | | | With the @/file/path syntax (similar to curl) user can provide values from attributes in files. Fixes #448 | ||||
| * | [docs] Commits: add an example of binary file creation | Gauvain Pocentek | 2018-03-05 | 1 | -2/+9 |
| | | | | | | | Binary files need to be encoded in base64. Fixes #427 | ||||
| * | [docs] Fix the time tracking examples | Gauvain Pocentek | 2018-03-05 | 1 | -3/+3 |
| | | | | | Fixes #449 | ||||
| * | introduce RefreshMixin | Pierre Tardy | 2018-03-04 | 2 | -0/+22 |
| | | | | | | RefreshMixin allows to update a REST object so that you can poll on it. This is mostly useful for pipelines and jobs, but could be set on most of other objects, with unknown usecases. | ||||
| * | Fix typos in documentation | Jakub Wilk | 2018-03-03 | 4 | -7/+7 |
| | | |||||
| * | Add support for unsharing projects to v4 API | Eric Sabouraud | 2018-02-28 | 1 | -0/+4 |
| | | |||||
| * | Add docs for pipeline schedules | Gauvain Pocentek | 2018-02-18 | 1 | -0/+60 |
| | | |||||
| * | Move the pipelines doc to builds.rst | Gauvain Pocentek | 2018-02-18 | 3 | -77/+49 |
| | | |||||
| * | Add documentation about labels update | Miouge1 | 2018-02-09 | 1 | -0/+1 |
| | | |||||
| * | Merge pull request #419 from tardyp/patch-1 | Gauvain Pocentek | 2018-02-05 | 2 | -4/+18 |
| |\ | | | | | Simplify the example for streamed artifacts | ||||
| | * | add a Simplified example for streamed artifacts | Pierre Tardy | 2018-02-05 | 2 | -4/+18 |
| | | | | | | | | | | | Going through an object adds a lot of complication. Adding example for unzipping on the fly | ||||
| * | | Default to API v4 | Gauvain Pocentek | 2018-02-05 | 3 | -14/+12 |
| | | | |||||
| * | | Gitlab can be used as context manager | Gauvain Pocentek | 2018-02-05 | 1 | -0/+17 |
| | | | | | | | | | Fixes #371 | ||||
| * | | config: support api_version in the global section | Gauvain Pocentek | 2018-02-04 | 1 | -1/+3 |
| |/ | | | | Fixes #421 | ||||
| * | Add Gitlab and User events support | Gauvain Pocentek | 2018-01-21 | 4 | -36/+49 |
| | | | | | Closes #412 | ||||
| * | Add support for getting list of user projects | Gauvain Pocentek | 2018-01-21 | 1 | -0/+1 |
| | | | | | Fixes #403 | ||||
| * | Update the groups documentation | Gauvain Pocentek | 2018-01-20 | 2 | -94/+35 |
| | | | | | Closes #410 | ||||
| * | Fix wrong tag example | Gauvain Pocentek | 2018-01-20 | 1 | -1/+1 |
| | | | | | Fixes #416 | ||||
| * | Add manager for jobs within a pipeline. (#413) | Keith Wansbrough | 2018-01-18 | 2 | -6/+24 |
| | | |||||
| * | Clarifying what supports means | Michael Overmeyer | 2018-01-05 | 1 | -1/+1 |
| | | |||||
| * | Add doc for search by custom attribute | Gauvain Pocentek | 2018-01-01 | 3 | -0/+15 |
| | | |||||
| * | Add support for project and group custom variables | Gauvain Pocentek | 2018-01-01 | 4 | -34/+80 |
| | | | | | implements parts of #367 | ||||
| * | Add support for features flags | Gauvain Pocentek | 2018-01-01 | 2 | -0/+27 |
| | | | | | Fixes #360 | ||||
| * | Add support for pagesdomains | Gauvain Pocentek | 2017-12-31 | 2 | -0/+66 |
| | | | | | Closes #362 | ||||
| * | Add support for subgroups listing | Gauvain Pocentek | 2017-12-31 | 1 | -0/+19 |
| | | | | | Closes #390 | ||||
| * | Minor doc update (variables) | Gauvain Pocentek | 2017-12-19 | 1 | -4/+4 |
| | | | | | Fixes #400 | ||||
| * | [docs] Add a note about password auth being removed from GitLab | Gauvain Pocentek | 2017-12-16 | 1 | -2/+17 |
| | | | | | | | | Provide a code snippet demonstrating how to use cookie-based authentication. Fixes #380 | ||||
| * | Add missing doc file | Gauvain Pocentek | 2017-12-16 | 1 | -0/+45 |
| | | |||||
| * | Update project services docs for v4 | Gauvain Pocentek | 2017-12-16 | 1 | -1/+4 |
| | | | | | Fixes #396 | ||||
| * | Add support for award emojis | Gauvain Pocentek | 2017-12-16 | 1 | -0/+1 |
| | | | | | Fixes #361 | ||||
| * | Add doc to get issue from iid (#321) | Bancarel Valentin | 2017-12-11 | 2 | -0/+10 |
| | | |||||
| * | Merge pull request #374 from benjamb/typos | Gauvain Pocentek | 2017-12-11 | 2 | -3/+3 |
| |\ | | | | | Fix typos in docs | ||||
| | * | Fix typos in docs | Ben Brown | 2017-11-24 | 1 | -2/+2 |
| | | | |||||
