summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Minor doc update (variables)Gauvain Pocentek2017-12-191-4/+4
| | | | Fixes #400
* [docs] Add a note about password auth being removed from GitLabGauvain Pocentek2017-12-161-2/+17
| | | | | | | Provide a code snippet demonstrating how to use cookie-based authentication. Fixes #380
* Add missing doc fileGauvain Pocentek2017-12-161-0/+45
|
* Update project services docs for v4Gauvain Pocentek2017-12-161-1/+4
| | | | Fixes #396
* Add support for award emojisGauvain Pocentek2017-12-161-0/+1
| | | | Fixes #361
* Add doc to get issue from iid (#321)Bancarel Valentin2017-12-112-0/+10
|
* Merge pull request #374 from benjamb/typosGauvain Pocentek2017-12-112-3/+3
|\ | | | | Fix typos in docs
| * Fix typos in docsBen Brown2017-11-241-2/+2
| |
| * Fix link to settings APIBen Brown2017-11-241-1/+1
| |
* | Update pagination docs for ProjectCommitGauvain Pocentek2017-12-112-1/+6
|/ | | | | | 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
* Add support for oauth and anonymous auth in config/CLIGauvain Pocentek2017-11-101-2/+8
|
* Rework authentication args handlingGauvain Pocentek2017-11-101-2/+8
| | | | | | | | * Raise exceptions when conflicting arguments are used * Build the auth headers when instanciating Gitlab, not on each request * Enable anonymous Gitlab objects (#364) Add docs and unit tests
* Remove deprecated objects/methodsGauvain Pocentek2017-11-101-2/+2
|
* Merge branch 'master' of github.com:python-gitlab/python-gitlabGauvain Pocentek2017-11-081-1/+2
|\
| * [doc] Fix project.triggers.create example with v4 APIJerome Robert2017-11-071-1/+2
| |
* | Add users custome attributes supportGauvain Pocentek2017-11-042-0/+54
|/
* [doc] Add sample code for client-side certificatesGauvain Pocentek2017-11-031-0/+23
| | | | Closes #23
* Pagination generators: expose more informationGauvain Pocentek2017-11-011-0/+9
| | | | | | | Expose the X-* pagination attributes returned by the Gitlab server when requesting lists. Closes #304
* Update the repository_blob documentationGauvain Pocentek2017-11-012-2/+5
| | | | Fixes #312
* Add support for wiki pagesGauvain Pocentek2017-11-013-0/+68
|
* Add support for GPG keysGauvain Pocentek2017-11-012-138/+151
| | | | Closes #355
* Add support for group milestonesGauvain Pocentek2017-11-012-6/+16
| | | | Closes #349
* Document the Gitlab session parameterGauvain Pocentek2017-10-211-0/+24
| | | | | | Provide a proxy setup example. Closes #341
* [docs] document `get_create_attrs` in the API tutorialGauvain Pocentek2017-10-211-27/+36
|