Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat: add appearance APIfeat/appearance | Max Wittig | 2020-01-22 | 1 | -0/+26 |
| | |||||
* | docs: fix snippet get in project | Jeff Groom | 2020-01-08 | 1 | -1/+1 |
| | |||||
* | docs(projects): add raw file download docs | Max Wittig | 2019-12-18 | 1 | -0/+7 |
| | | | Fixes #969 | ||||
* | docs(projects): fix file deletion docsdocs/file-deletion-docs | VeLKerr | 2019-12-16 | 1 | -1/+1 |
| | | | | The function `file.delete()` requires `branch` argument in addition to `commit_message`. | ||||
* | docs: added docs for statistics | Mitar | 2019-12-12 | 1 | -0/+51 |
| | |||||
* | docs(snippets): fix snippet docs | Max Wittig | 2019-11-29 | 1 | -1/+1 |
| | | | Fixes #954 | ||||
* | docs: fix typo | Bernhard M. Wiedemann | 2019-11-29 | 1 | -1/+1 |
| | |||||
* | docs: add project and group cluster examples | alex lundberg | 2019-11-25 | 1 | -0/+82 |
| | |||||
* | Merge pull request #929 from SVLay/docs/pipeline-variables | Max Wittig | 2019-11-10 | 1 | -2/+2 |
|\ | | | | | docs(pipelines_and_jobs): add pipeline custom variables usage example | ||||
| * | docs(pipelines_and_jobs): add pipeline custom variables usage example | Vitali Ulantsau | 2019-10-31 | 1 | -2/+2 |
| | | |||||
* | | feat: add support for include_subgroups filter | Conor Nevin | 2019-11-06 | 1 | -0/+1 |
|/ | |||||
* | fix(projects): support `approval_rules` endpoint for projects | Srikanth Chelluri | 2019-10-27 | 1 | -0/+15 |
| | | | | | | | | | | | | The `approvers` API endpoint is deprecated [1]. GitLab instead uses the `approval_rules` API endpoint to modify approval settings for merge requests. This adds the functionality for project-level merge request approval settings. Note that there does not exist an endpoint to 'get' a single approval rule at this moment - only 'list'. [1] https://docs.gitlab.com/ee/api/merge_request_approvals.html | ||||
* | feat: add users activate, deactivate functionality | Max Wittig | 2019-10-25 | 1 | -0/+5 |
| | | | | These were introduced in GitLab 12.4 | ||||
* | 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 | ||||
* | 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(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 | 1 | -0/+0 |
| | | | | | | | | `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 |
|/ | |||||
* | 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 | 1 | -2/+1 |
|\ | | | | | docs: remove v3 support | ||||
| * | docs: remove v3 supportno-more-v3 | Gauvain Pocentek | 2019-06-08 | 1 | -2/+1 |
| | | |||||
* | | 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 | ||||
* | documentation fix | Karol Ossowski | 2019-05-08 | 2 | -14/+14 |
| | |||||
* | documentation | Karol Ossowski | 2019-05-02 | 2 | -0/+75 |
| | |||||
* | 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 | 2 | -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 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 |