Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat(user): add status apifeat/status-api | Max Wittig | 2019-09-04 | 1 | -0/+38 |
| | |||||
* | Merge pull request #865 from orf/retrieve-environment | Max Wittig | 2019-08-22 | 1 | -0/+4 |
|\ | | | | | feat: add methods to retrieve an individual project environment | ||||
| * | feat: add methods to retrieve an individual project environment | Tom Forbes | 2019-08-20 | 1 | -0/+4 |
| | | |||||
* | | fix(projects): avatar uploading for projects | Ravan Scafi | 2019-08-14 | 1 | -0/+7 |
|/ | |||||
* | docs(snippets): fix project-snippets layout | Max Wittig | 2019-07-21 | 1 | -1/+1 |
| | | | | Fixes #828 | ||||
* | docs(projects): add mention about project listings | jkogut | 2019-07-21 | 1 | -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-mr | Max Wittig | 2019-07-21 | 1 | -0/+4 |
|\ | | | | | Resolve #822, add mr rebase | ||||
| * | feat: add mr rebase method | Jeroen Schutrup | 2019-07-11 | 1 | -0/+4 |
| | | |||||
* | | docs: re-order api examples | andy.haynssen | 2019-07-17 | 2 | -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 job | Jeff Groom | 2019-07-11 | 1 | -0/+4 |
|/ | |||||
* | Merge pull request #803 from python-gitlab/feat/related_mr | Max Wittig | 2019-07-01 | 1 | -0/+4 |
|\ | | | | | feat: add support for issue.related_merge_requests | ||||
| * | feat: add support for issue.related_merge_requestsfeat/related_mr | Gauvain Pocentek | 2019-06-20 | 1 | -0/+4 |
| | | | | | | | | Closes #794 | ||||
* | | docs: add pipeline deletion | minitux | 2019-06-25 | 1 | -0/+4 |
|/ | |||||
* | docs(api-usage): fix project group example | Nikolaos Pothitos | 2019-06-19 | 1 | -2/+2 |
| | | | | Fixes #798 | ||||
* | feat: implement artifacts deletionfix/744/delete_artifacts | Gauvain Pocentek | 2019-06-10 | 1 | -0/+4 |
| | | | | Closes #744 | ||||
* | Merge pull request #789 from python-gitlab/no-more-v3 | Max Wittig | 2019-06-10 | 3 | -14/+8 |
|\ | | | | | docs: remove v3 support | ||||
| * | docs: remove v3 supportno-more-v3 | Gauvain Pocentek | 2019-06-08 | 3 | -14/+8 |
| | | |||||
* | | Merge pull request #785 from agustinhenze/add-pipeline-get-variables-endpoint | Max Wittig | 2019-06-10 | 1 | -0/+4 |
|\ \ | | | | | | | Add new endpoint to get the variables of a pipeline | ||||
| * | | feat: add endpoint to get the variables of a pipeline | Agustin Henze | 2019-06-10 | 1 | -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_example | Gauvain Pocentek | 2019-06-08 | 1 | -0/+10 |
|/ | | | | Closes #752 | ||||
* | refactor: format everything blackrefactor/black | Max Wittig | 2019-05-16 | 2 | -96/+109 |
| | |||||
* | documentation fix | Karol Ossowski | 2019-05-08 | 2 | -14/+14 |
| | |||||
* | documentation | Karol Ossowski | 2019-05-02 | 3 | -0/+77 |
| | |||||
* | add project releases api | Kris Gambirazzi | 2019-03-27 | 1 | -0/+33 |
| | |||||
* | fix tiny typo | purificant | 2019-02-28 | 1 | -1/+1 |
| | |||||
* | fix(api): avoid parameter conflicts with python and gitlabno-param-conflicts | Gauvain Pocentek | 2019-01-13 | 3 | -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 GitLab | Srikanth Chelluri | 2019-01-08 | 1 | -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 creation | Eric Sabouraud | 2018-12-07 | 1 | -0/+9 |
| | |||||
* | Merge pull request #625 from python-gitlab/fix/611/resource_label_event | Max Wittig | 2018-11-28 | 2 | -1/+40 |
|\ | | | | | Add support to resource label events | ||||
| * | Add support to resource label eventsfix/611/resource_label_event | Gauvain Pocentek | 2018-11-22 | 2 | -1/+40 |
| | | | | | | | | Closes #611 | ||||
* | | [feature] Add support for members all() methodfeature/589/member_all | Gauvain Pocentek | 2018-11-24 | 2 | -0/+10 |
| | | | | | | | | Closes #589 | ||||
* | | Merge pull request #639 from python-gitlab/fix/628/doc_typo | Max Wittig | 2018-11-23 | 1 | -1/+1 |
|\ \ | | | | | | | [docs] Fix typo in custom attributes example | ||||
| * | | [docs] Fix typo in custom attributes examplefix/628/doc_typo | Gauvain Pocentek | 2018-11-22 | 1 | -1/+1 |
| |/ | | | | | | | Closes #628 | ||||
* | | [docs] Fix the milestone filetring doc (iid -> iids)fix/633/milestone_filter | Gauvain Pocentek | 2018-11-22 | 1 | -1/+1 |
|/ | | | | Fixes #633 | ||||
* | Merge pull request #634 from python-gitlab/docs/project-typo | Gauvain Pocentek | 2018-11-22 | 1 | -1/+1 |
|\ | | | | | | | | | docs(projects): fix typo in code sample Closes #630 | ||||
| * | docs(projects): fix typo in code sampledocs/project-typo | Max Wittig | 2018-11-19 | 1 | -1/+1 |
| | | | | | | Fixes #630 | ||||
* | | docs(groups): fix typodocs/groups-fix-typo | Max Wittig | 2018-11-20 | 1 | -1/+1 |
|/ | | | Fixes #635 | ||||
* | Fix 3 typos | Nic Grayson | 2018-11-09 | 1 | -3/+3 |
| | |||||
* | [docs] Add an example of pipeline schedule vars listingissue/595 | Gauvain Pocentek | 2018-11-03 | 1 | -0/+7 |
| | | | | Closes #595 | ||||
* | [docs] fix discussions typo | mkosiarc | 2018-10-15 | 1 | -3/+3 |
| | |||||
* | docs(cli): add PyYAML requirement noticeci-output-option | Max Wittig | 2018-10-09 | 1 | -0/+5 |
| | | | | Fixes #606 | ||||
* | refactor: rename MASTER_ACCESSrefactor/rename-variable | Max Wittig | 2018-10-06 | 4 | -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 Sabouraud | 2018-10-03 | 1 | -0/+33 |
| | |||||
* | [docs] Add a note about GroupProject limited API | Gauvain Pocentek | 2018-09-05 | 1 | -5/+17 |
| | |||||
* | [docs] add a warning about https:// | Gauvain Pocentek | 2018-09-05 | 2 | -0/+10 |
| | | | | | http to https redirection cause problems. Make notes of this in the docs. | ||||
* | [docs] fix cut and paste leftover | Gauvain Pocentek | 2018-09-05 | 1 | -1/+1 |
| | |||||
* | Use https:// for gitlab URL | Gauvain Pocentek | 2018-09-04 | 1 | -1/+1 |
| | |||||
* | [docs] Fix the owned/starred usage documentation | Gauvain Pocentek | 2018-09-04 | 2 | -3/+3 |
| | | | | Closes #579 | ||||
* | Minor doc updates | Gauvain Pocentek | 2018-08-25 | 4 | -6/+10 |
| | |||||
* | Add a FAQ | Gauvain Pocentek | 2018-08-25 | 2 | -0/+34 |
| |