summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* Add support for the discussions APIGauvain Pocentek2018-05-271-0/+1
| | | | Fixes #501
* Document the global per_page settingGauvain Pocentek2018-05-262-0/+11
|
* Add support for the search APIGauvain Pocentek2018-05-212-0/+54
| | | | Fixes #470
* Add support for project import/exportGauvain Pocentek2018-05-211-0/+57
| | | | Fixes #471
* Add support for user avatar uploadGauvain Pocentek2018-05-211-0/+7
| | | | Fixes #308
* [docs] update the sphinx extension for v4 objectsGauvain Pocentek2018-05-204-132/+32
|
* [docs] Rework the examples pagesGauvain Pocentek2018-05-2049-2319/+697
| | | | | | * Get rid of the .py files and bring all the python examples in the RST files * Fix a few things
* Drop API v3 supportGauvain Pocentek2018-05-193-92/+23
| | | | Drop the code, the tests, and update the documentation.
* api-usage: bit more detail for listing with `all`Gauvain Pocentek2018-05-111-9/+10
|
* [docs] update service.available() example for API v4Gauvain Pocentek2018-05-101-1/+2
| | | | Fixes #482
* [docs] add a code example for listing commits of a MRGauvain Pocentek2018-05-101-0/+4
| | | | Fixes #491
* [docs] move mr samples in rst fileGauvain Pocentek2018-05-102-121/+38
|
* Merge pull request #484 from Matusf/docs-example-raises-attribute-errorGauvain Pocentek2018-05-101-1/+4
|\ | | | | Change method for getting content of snippet
| * Add API v3 exampleMatus Ferech2018-04-281-1/+4
| |
| * Change method for getting content of snippetMatus Ferech2018-04-131-1/+1
| |
* | docs(api-usage): add rate limit documentationMax Wittig2018-04-181-0/+23
| |
* | Update projects.pyTwan2018-04-131-2/+4
|/ | | Add missing attributes to file.create in order to make it work.
* docs(projects): fix typoMax Wittig2018-04-121-1/+1
|
* Fix the impersonation token deletion exampleGauvain Pocentek2018-03-291-2/+2
| | | | Fixes #476
* [docs] Move notes examples in their own fileGauvain Pocentek2018-03-284-120/+92
| | | | Fixes #472
* [docs] fix GitLab refernce for notesGauvain Pocentek2018-03-231-1/+1
|
* Implement attribute types to handle special casesGauvain Pocentek2018-03-171-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 yearsGauvain Pocentek2018-03-171-1/+1
|
* [docs] Merge builds.rst and builds.pyGauvain Pocentek2018-03-172-231/+90
|
* Support downloading a single artifact fileGauvain Pocentek2018-03-171-2/+7
| | | | Fixes #432
* [cli] Allow to read args from filesGauvain Pocentek2018-03-051-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 creationGauvain Pocentek2018-03-051-2/+9
| | | | | | Binary files need to be encoded in base64. Fixes #427
* [docs] Fix the time tracking examplesGauvain Pocentek2018-03-051-3/+3
| | | | Fixes #449
* introduce RefreshMixinPierre Tardy2018-03-042-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 documentationJakub Wilk2018-03-034-7/+7
|
* Add support for unsharing projects to v4 APIEric Sabouraud2018-02-281-0/+4
|
* Add docs for pipeline schedulesGauvain Pocentek2018-02-181-0/+60
|
* Move the pipelines doc to builds.rstGauvain Pocentek2018-02-183-77/+49
|
* Add documentation about labels updateMiouge12018-02-091-0/+1
|
* Merge pull request #419 from tardyp/patch-1Gauvain Pocentek2018-02-052-4/+18
|\ | | | | Simplify the example for streamed artifacts
| * add a Simplified example for streamed artifactsPierre Tardy2018-02-052-4/+18
| | | | | | | | | | Going through an object adds a lot of complication. Adding example for unzipping on the fly
* | Default to API v4Gauvain Pocentek2018-02-053-14/+12
| |
* | Gitlab can be used as context managerGauvain Pocentek2018-02-051-0/+17
| | | | | | | | Fixes #371
* | config: support api_version in the global sectionGauvain Pocentek2018-02-041-1/+3
|/ | | | Fixes #421
* Add Gitlab and User events supportGauvain Pocentek2018-01-214-36/+49
| | | | Closes #412
* Add support for getting list of user projectsGauvain Pocentek2018-01-211-0/+1
| | | | Fixes #403
* Update the groups documentationGauvain Pocentek2018-01-202-94/+35
| | | | Closes #410
* Fix wrong tag exampleGauvain Pocentek2018-01-201-1/+1
| | | | Fixes #416
* Add manager for jobs within a pipeline. (#413)Keith Wansbrough2018-01-182-6/+24
|
* Clarifying what supports meansMichael Overmeyer2018-01-051-1/+1
|
* Add doc for search by custom attributeGauvain Pocentek2018-01-013-0/+15
|
* Add support for project and group custom variablesGauvain Pocentek2018-01-014-34/+80
| | | | implements parts of #367
* Add support for features flagsGauvain Pocentek2018-01-012-0/+27
| | | | Fixes #360
* Add support for pagesdomainsGauvain Pocentek2017-12-312-0/+66
| | | | Closes #362
* Add support for subgroups listingGauvain Pocentek2017-12-311-0/+19
| | | | Closes #390