summaryrefslogtreecommitdiff
path: root/docs/gl_objects
Commit message (Collapse)AuthorAgeFilesLines
* feat: add support for issue.related_merge_requestsfeat/related_mrGauvain Pocentek2019-06-201-0/+4
| | | | Closes #794
* feat: implement artifacts deletionfix/744/delete_artifactsGauvain Pocentek2019-06-101-0/+4
| | | | Closes #744
* Merge pull request #789 from python-gitlab/no-more-v3Max Wittig2019-06-101-2/+1
|\ | | | | docs: remove v3 support
| * docs: remove v3 supportno-more-v3Gauvain Pocentek2019-06-081-2/+1
| |
* | Merge pull request #785 from agustinhenze/add-pipeline-get-variables-endpointMax Wittig2019-06-101-0/+4
|\ \ | | | | | | Add new endpoint to get the variables of a pipeline
| * | feat: add endpoint to get the variables of a pipelineAgustin Henze2019-06-101-0/+4
| |/ | | | | | | | | | | It adds a new endpoint which was released in the Gitlab CE 11.11. Signed-off-by: Agustin Henze <tin@redhat.com>
* | docs: Add an example of trigger token usagetrigger_token_exampleGauvain Pocentek2019-06-081-0/+10
|/ | | | Closes #752
* documentation fixKarol Ossowski2019-05-082-14/+14
|
* documentationKarol Ossowski2019-05-022-0/+75
|
* add project releases apiKris Gambirazzi2019-03-271-0/+33
|
* fix tiny typopurificant2019-02-281-1/+1
|
* fix(api): avoid parameter conflicts with python and gitlabno-param-conflictsGauvain Pocentek2019-01-132-1/+11
| | | | | | | | | | Provide another way to send data to gitlab with a new `query_parameters` argument. This parameter can be used to explicitly define the dict of items to send to the server, so that **kwargs are only used to specify python-gitlab specific parameters. Closes #566 Closes #629
* Add access control options to protected branch creationEric Sabouraud2018-12-071-0/+9
|
* Merge pull request #625 from python-gitlab/fix/611/resource_label_eventMax Wittig2018-11-282-1/+40
|\ | | | | Add support to resource label events
| * Add support to resource label eventsfix/611/resource_label_eventGauvain Pocentek2018-11-222-1/+40
| | | | | | | | Closes #611
* | [feature] Add support for members all() methodfeature/589/member_allGauvain Pocentek2018-11-242-0/+10
| | | | | | | | Closes #589
* | Merge pull request #639 from python-gitlab/fix/628/doc_typoMax Wittig2018-11-231-1/+1
|\ \ | | | | | | [docs] Fix typo in custom attributes example
| * | [docs] Fix typo in custom attributes examplefix/628/doc_typoGauvain Pocentek2018-11-221-1/+1
| |/ | | | | | | Closes #628
* | [docs] Fix the milestone filetring doc (iid -> iids)fix/633/milestone_filterGauvain Pocentek2018-11-221-1/+1
|/ | | | Fixes #633
* Merge pull request #634 from python-gitlab/docs/project-typoGauvain Pocentek2018-11-221-1/+1
|\ | | | | | | | | docs(projects): fix typo in code sample Closes #630
| * docs(projects): fix typo in code sampledocs/project-typoMax Wittig2018-11-191-1/+1
| | | | | | Fixes #630
* | docs(groups): fix typodocs/groups-fix-typoMax Wittig2018-11-201-1/+1
|/ | | Fixes #635
* Fix 3 typosNic Grayson2018-11-091-3/+3
|
* [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