Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat: add deployment creationfeat/deployment-create | Max Wittig | 2019-10-24 | 1 | -0/+16 |
| | | | | | | Added in GitLab 12.4 Fixes #917 | ||||
* | docs: projects get requires id | Erik Johnson | 2019-10-21 | 1 | -2/+1 |
| | | | | | Also, add an example value for project_id to the other projects.get() example. | ||||
* | docs(project): fix group project example | xdavidwu | 2019-10-16 | 1 | -1/+1 |
| | | | GroupManager.search is removed since 9a66d78, use list(search='keyword') instead | ||||
* | feat(doc): remove refs to api v3 in docs | Cyril Jouve | 2019-10-12 | 1 | -5/+4 |
| | |||||
* | docs(project): add submodule docs | Max Wittig | 2019-10-06 | 1 | -0/+9 |
| | |||||
* | feat(project): add file blame api | Vincent Lae | 2019-10-04 | 1 | -0/+4 |
| | | | | https://docs.gitlab.com/ee/api/repository_files.html#get-file-blame-from-repository | ||||
* | docs(projects): add note about project list | Max Wittig | 2019-10-02 | 1 | -0/+5 |
| | | | Fixes #795 | ||||
* | docs(repository-tags): fix typo | Max Wittig | 2019-09-10 | 1 | -1/+1 |
| | | | Closes #879 | ||||
* | docs(todo): correct todo docs | Max Wittig | 2019-09-08 | 1 | -4/+3 |
| | |||||
* | feat: add support for job token | Mathieu Parent | 2019-09-06 | 2 | -5/+12 |
| | | | | See https://docs.gitlab.com/ee/api/jobs.html#get-job-artifacts for usage | ||||
* | feat(user): add status api | Max Wittig | 2019-09-05 | 1 | -0/+37 |
| | |||||
* | 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 |
| |