summaryrefslogtreecommitdiff
path: root/docs/gl_objects
Commit message (Collapse)AuthorAgeFilesLines
* [docs] Add an example of pipeline schedule vars listingissue/595Gauvain Pocentek2018-11-031-0/+7
| | | | Closes #595
* [docs] fix discussions typomkosiarc2018-10-151-3/+3
|
* refactor: rename MASTER_ACCESSrefactor/rename-variableMax Wittig2018-10-064-5/+5
| | | | | | | to MAINTAINER_ACCESS to follow GitLab 11.0 docs See: https://docs.gitlab.com/ce/user/permissions.html#project-members-permissions
* Add project protected tags management (#581)Eric Sabouraud2018-10-031-0/+33
|
* [docs] Add a note about GroupProject limited APIGauvain Pocentek2018-09-051-5/+17
|
* [docs] Fix the owned/starred usage documentationGauvain Pocentek2018-09-041-2/+2
| | | | Closes #579
* Minor doc updatesGauvain Pocentek2018-08-253-2/+6
|
* [docs] Add/updates notes about read-only objectsGauvain Pocentek2018-08-242-5/+32
| | | | | MR and issues attached to the root API or groups are not editable. Provide notes describing how to manage this.
* Update projects.rstbtmanm2018-08-211-1/+1
|
* Added support for listing forks of a project (#562)David Guest2018-07-261-0/+4
|
* Implement MR.pipelines()Gauvain Pocentek2018-07-151-0/+8
| | | | Closes #555
* Support group and global MR listingGauvain Pocentek2018-07-151-0/+42
| | | | Closes #553
* Improve the snippets examplesGauvain Pocentek2018-07-031-2/+10
| | | | closes #543
* Fix simple typo in identity modification exampleTom Downes2018-07-021-1/+1
|
* [docs] don't use hardcoded values for idsGauvain Pocentek2018-06-273-15/+14
|
* Improve the protect branch creation exampleGauvain Pocentek2018-06-231-1/+5
| | | | Closes #536
* [docs] Add an example for external identities settingsGauvain Pocentek2018-06-171-0/+6
| | | | Fixes #528
* Add support for epics API (EE)Gauvain Pocentek2018-06-171-0/+79
| | | | Fixes #525
* ProjectPipelineJob objects can only be listedGauvain Pocentek2018-06-141-8/+14
| | | | | | And they are not directly related to ProjectJob objects. Fixes #531
* Add support for the LDAP gorups APIGauvain Pocentek2018-06-131-2/+13
|
* Implement MR-level approvalsGauvain Pocentek2018-06-111-11/+26
| | | | Fixes #323
* Add project push rules configuration (#520)Eric Sabouraud2018-06-111-0/+34
|
* [docs] projects.all() doesn't exist in v4Gauvain Pocentek2018-06-111-3/+0
| | | | Fixes #526
* Add support for Project.pull_mirror (EE)Gauvain Pocentek2018-06-101-1/+5
|
* Add support for board creation/deletion (EE)Gauvain Pocentek2018-06-101-5/+14
|
* Add support for LDAP groupsGauvain Pocentek2018-06-091-0/+15
|
* Add support for issue links (EE)Gauvain Pocentek2018-06-092-1/+39
| | | | Fixes #422
* Add geo nodes API supportGauvain Pocentek2018-06-091-0/+43
| | | | Fixes #524
* Add support for project-level MR approval configurationEric Sabouraud2018-06-081-0/+30
|
* Update time stats docsGauvain Pocentek2018-05-302-0/+36
|
* Add support for group badgesGauvain Pocentek2018-05-291-0/+52
| | | | | | Also consolidate project/group badges tests, and add some docs Fixes #469
* Implement runner token validationGauvain Pocentek2018-05-291-0/+8
|
* Runners can be created (registered)Gauvain Pocentek2018-05-291-0/+4
|
* Implement runner jobs listingGauvain Pocentek2018-05-291-0/+26
|
* Add missing project attributesGauvain Pocentek2018-05-291-0/+13
|
* Add support for group boardsGauvain Pocentek2018-05-293-72/+95
|
* Issues: add missing attributes and methodsGauvain Pocentek2018-05-281-0/+8
|
* Add feature flags deletion supportGauvain Pocentek2018-05-281-0/+4
|
* Add support for environment stop()Gauvain Pocentek2018-05-281-0/+4
|
* Add commit.merge_requests() supportGauvain Pocentek2018-05-281-0/+4
|
* Implement commit.refs()Gauvain Pocentek2018-05-281-0/+6
|
* Add missing docs fileGauvain Pocentek2018-05-271-0/+107
|
* Implement user_agent_detail for snippetsGauvain Pocentek2018-05-272-0/+8
| | | | Add a new UserAgentDetail mixin to avoid code duplication.
* Add support for merged branches deletionGauvain Pocentek2018-05-271-0/+4
|
* 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