summaryrefslogtreecommitdiff
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
|
* Merge pull request #429 from Miouge1/doc-mr-labelsGauvain Pocentek2018-02-091-0/+1
|\ | | | | Add documentation about labels update
| * Add documentation about labels updateMiouge12018-02-091-0/+1
|/
* pep8 fixesGauvain Pocentek2018-02-051-7/+4
|
* Remove pipeline schedules from v3 (not supported)Gauvain Pocentek2018-02-051-13/+0
|
* Merge branch 'mlq-feature/pipeline-schedules'Gauvain Pocentek2018-02-052-40/+39
|\
| * Update pipeline schedules codeGauvain Pocentek2018-02-052-1/+64
| |\
| | * Project pipeline jobsMoritz Lipp2017-11-131-0/+16
| | |
| | * Project pipeline schedulesMoritz Lipp2017-11-132-0/+73
| | |
* | | Project pipeline jobsMoritz Lipp2018-02-051-0/+12
| | |
* | | Project pipeline schedulesMoritz Lipp2018-02-052-0/+77
| | |
* | | Merge pull request #420 from tardyp/patch-2Gauvain Pocentek2018-02-051-1/+3
|\ \ \ | | | | | | | | make trigger_pipeline return the pipeline
| * | | fix pep8Pierre Tardy2018-02-051-2/+3
| | | |
| * | | make trigger_pipeline return the pipelinePierre Tardy2018-01-291-1/+2
| | | | | | | | | | | | | | | | | | | | Trigger_pipeline returns nothing, which makes it difficult to track the pipeline being trigger. Next PR will be about updating a pipeline object to get latest status (not sure yet the best way to do it)
* | | | 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-058-42/+41
| | |
* | | Gitlab can be used as context managerGauvain Pocentek2018-02-053-0/+29
| | | | | | | | | | | | Fixes #371
* | | config: support api_version in the global sectionGauvain Pocentek2018-02-042-1/+7
|/ / | | | | | | Fixes #421
* | Add Gitlab and User events supportGauvain Pocentek2018-01-217-41/+82
| | | | | | | | Closes #412
* | Add support for getting list of user projectsGauvain Pocentek2018-01-213-1/+30
| | | | | | | | Fixes #403
* | Add support for MR participants APIGauvain Pocentek2018-01-202-0/+30
| | | | | | | | Fixes #387
* | 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-183-6/+36
| |
* | Merge pull request #408 from movermeyer/patch-1Gauvain Pocentek2018-01-081-0/+3
|\ \ | | | | | | Adding the supported version badge
| * | Adding the supported version badgeMichael Overmeyer2018-01-051-0/+3
| | |
* | | Merge pull request #409 from movermeyer/patch-2Gauvain Pocentek2018-01-081-1/+1
|\ \ \ | |/ / |/| | Clarifying what compatible means
| * | Clarifying what supports meansMichael Overmeyer2018-01-051-1/+1
|/ /
* | Prepare v1.2.01.2.0Gauvain Pocentek2018-01-013-1/+49
| |
* | Respect content of REQUESTS_CA_BUNDLE and *_proxy envvarsGauvain Pocentek2018-01-012-2/+5
| | | | | | | | | | | | | | | | Explicitly call the requests session.merge_environment_settings() method, which will use some environment variables to setup the session properly. Closes #352
* | Add doc for search by custom attributeGauvain Pocentek2018-01-013-0/+15
| |
* | Add support for user/group/project filter by custom attributeGauvain Pocentek2018-01-013-5/+23
| | | | | | | | Closes #367
* | Add support for project and group custom variablesGauvain Pocentek2018-01-016-34/+132
| | | | | | | | implements parts of #367
* | Add support for features flagsGauvain Pocentek2018-01-016-1/+66
| | | | | | | | Fixes #360
* | Add support for pagesdomainsGauvain Pocentek2017-12-315-0/+98
| | | | | | | | Closes #362
* | Add supported python versions in setup.pyGauvain Pocentek2017-12-311-1/+8
| |
* | Add support for subgroups listingGauvain Pocentek2017-12-313-1/+34
| | | | | | | | Closes #390
* | Add groups listing attributesGauvain Pocentek2017-12-311-0/+2
| |
* | Merge pull request #406 from ericfrederich/paginationGauvain Pocentek2017-12-311-1/+1
|\ \ | | | | | | Allow per_page to be used with generators.
| * | Allow per_page to be used with generators.Eric L Frederich2017-12-261-1/+1
|/ / | | | | | | Fixes #405
* | Update groups testsGauvain Pocentek2017-12-262-2/+2
| | | | | | | | | | Group search in gitlab 10.3 requires a query string with more than 3 characters. Not sure if feature or bug, but let's handle it.
* | Minor doc update (variables)Gauvain Pocentek2017-12-191-4/+4
| | | | | | | | Fixes #400
* | Update testing tools for /session removalGauvain Pocentek2017-12-174-41/+83
| |
* | Remove now-invalid testGauvain Pocentek2017-12-161-3/+0
| |
* | ProjectFile.create(): don't modify the input dataGauvain Pocentek2017-12-161-2/+3
| | | | | | | | Fixes #394
* | submanagers: allow having undefined parametersGauvain Pocentek2017-12-161-1/+1
| | | | | | | | | | | | | | This might happen in CLI context, where recursion to discover parent attributes is not required (URL gets hardcoded) Fix should fix the CLI CI.
* | [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
| |