summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* feat(user): add status apifeat/status-apiMax Wittig2019-09-041-0/+38
|
* Merge pull request #865 from orf/retrieve-environmentMax Wittig2019-08-221-0/+4
|\ | | | | feat: add methods to retrieve an individual project environment
| * feat: add methods to retrieve an individual project environmentTom Forbes2019-08-201-0/+4
| |
* | fix(projects): avatar uploading for projectsRavan Scafi2019-08-141-0/+7
|/
* docs(snippets): fix project-snippets layoutMax Wittig2019-07-211-1/+1
| | | | Fixes #828
* docs(projects): add mention about project listingsjkogut2019-07-211-0/+2
| | | | | | | | | Having exactly 20 internal and 5 private projects in the group spent some time debugging this issue. Hopefully that helped: https://github.com/python-gitlab/python-gitlab/issues/93 Imho should be definitely mention about `all=True` parameter.
* Merge pull request #823 from jeroen92/rebase-mrMax Wittig2019-07-211-0/+4
|\ | | | | Resolve #822, add mr rebase
| * feat: add mr rebase methodJeroen Schutrup2019-07-111-0/+4
| |
* | docs: re-order api examplesandy.haynssen2019-07-172-2/+2
| | | | | | | | `Pipelines and Jobs` and `Protected Branches` are out of order in contents and sometimes hard to find when looking for examples.
* | feat: get artifact by ref and jobJeff Groom2019-07-111-0/+4
|/
* Merge pull request #803 from python-gitlab/feat/related_mrMax Wittig2019-07-011-0/+4
|\ | | | | feat: add support for issue.related_merge_requests
| * feat: add support for issue.related_merge_requestsfeat/related_mrGauvain Pocentek2019-06-201-0/+4
| | | | | | | | Closes #794
* | docs: add pipeline deletionminitux2019-06-251-0/+4
|/
* docs(api-usage): fix project group exampleNikolaos Pothitos2019-06-191-2/+2
| | | | Fixes #798
* 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-103-14/+8
|\ | | | | docs: remove v3 support
| * docs: remove v3 supportno-more-v3Gauvain Pocentek2019-06-083-14/+8
| |
* | 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
* refactor: format everything blackrefactor/blackMax Wittig2019-05-162-96/+109
|
* documentation fixKarol Ossowski2019-05-082-14/+14
|
* documentationKarol Ossowski2019-05-023-0/+77
|
* 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-133-1/+30
| | | | | | | | | | 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
* fix: handle empty 'Retry-After' header from GitLabSrikanth Chelluri2019-01-081-1/+15
| | | | | | | | | When requests are throttled (HTTP response code 429), python-gitlab assumed that 'Retry-After' existed in the response headers. This is not always the case and so the request fails due to a KeyError. The change in this commit adds a rudimentary exponential backoff to the 'http_request' method, which defaults to 10 retries but can be set to -1 to retry without bound.
* 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
|
* docs(cli): add PyYAML requirement noticeci-output-optionMax Wittig2018-10-091-0/+5
| | | | Fixes #606
* 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] add a warning about https://Gauvain Pocentek2018-09-052-0/+10
| | | | | http to https redirection cause problems. Make notes of this in the docs.
* [docs] fix cut and paste leftoverGauvain Pocentek2018-09-051-1/+1
|
* Use https:// for gitlab URLGauvain Pocentek2018-09-041-1/+1
|
* [docs] Fix the owned/starred usage documentationGauvain Pocentek2018-09-042-3/+3
| | | | Closes #579
* Minor doc updatesGauvain Pocentek2018-08-254-6/+10
|
* Add a FAQGauvain Pocentek2018-08-252-0/+34
|