summaryrefslogtreecommitdiff
path: root/docs/gl_objects
Commit message (Collapse)AuthorAgeFilesLines
...
* Add support for the search APIGauvain Pocentek2018-05-211-0/+53
| | | | 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] 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
* [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
| |
* | 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-283-119/+90
| | | | Fixes #472
* [docs] fix GitLab refernce for notesGauvain Pocentek2018-03-231-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
* [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-033-5/+5
|
* 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
|
* 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
* Add Gitlab and User events supportGauvain Pocentek2018-01-213-36/+48
| | | | 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
|
* 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-011-0/+26
| | | | Fixes #360
* Add support for pagesdomainsGauvain Pocentek2017-12-311-0/+65
| | | | Closes #362
* Add support for subgroups listingGauvain Pocentek2017-12-311-0/+19
| | | | Closes #390
* Minor doc update (variables)Gauvain Pocentek2017-12-191-4/+4
| | | | Fixes #400
* Add missing doc fileGauvain Pocentek2017-12-161-0/+45
|
* Update project services docs for v4Gauvain Pocentek2017-12-161-1/+4
| | | | Fixes #396
* Add doc to get issue from iid (#321)Bancarel Valentin2017-12-112-0/+10
|
* Merge pull request #374 from benjamb/typosGauvain Pocentek2017-12-111-1/+1
|\ | | | | Fix typos in docs
| * Fix link to settings APIBen Brown2017-11-241-1/+1
| |
* | Update pagination docs for ProjectCommitGauvain Pocentek2017-12-111-0/+5
|/ | | | | | In v3 pagination starts at page 0 instead of page 1. Fixes: #377
* Add support for project housekeepingGauvain Pocentek2017-11-122-0/+10
| | | | Closes #368
* Add support for user_agent_detail (issues)Gauvain Pocentek2017-11-112-0/+9
| | | | https://docs.gitlab.com/ce/api/issues.html#get-user-agent-details
* [docs] Bad arguments in projetcs file documentationTHEBAULT Julien2017-11-111-1/+1
|
* update user docs with gitlab URLsGauvain Pocentek2017-11-111-0/+19
|
* Add support for user activitiesGauvain Pocentek2017-11-111-0/+36
|
* typoGauvain Pocentek2017-11-101-1/+1
|
* Add support for impersonation tokens APIGauvain Pocentek2017-11-102-0/+55
| | | | Closes #363