summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* docs(projects): fix file deletion docsdocs/file-deletion-docsVeLKerr2019-12-161-1/+1
| | | | The function `file.delete()` requires `branch` argument in addition to `commit_message`.
* Merge pull request #968 from mitar/statsMax Wittig2019-12-133-0/+129
|\ | | | | Stats
| * test: added tests for statisticsMitar2019-12-121-0/+56
| |
| * docs: added docs for statisticsMitar2019-12-121-0/+51
| |
| * feat: access project's issues statisticsMitar2019-12-121-0/+11
| | | | | | | | Fixes #966
| * feat: adding project statsMitar2019-12-121-0/+11
| | | | | | | | Fixes #967
* | Merge pull request #972 from mitar/http-retryMax Wittig2019-12-132-1/+23
|\ \ | |/ |/| Retry transient HTTP errors
| * feat: retry transient HTTP errorsMitar2019-12-122-1/+23
|/ | | | Fixes #970
* Merge pull request #963 from python-gitlab/fix/as_listRoger Meier2019-12-094-6/+24
|\ | | | | Fix/as list
| * test: test that all is ignored, when as_list=Falsefix/as_listMax Wittig2019-12-081-0/+18
| |
| * style: format with the latest black versionMax Wittig2019-12-082-5/+5
| |
| * fix: ignore all parameter, when as_list=TrueMax Wittig2019-12-081-1/+1
|/ | | | Closes #962
* chore(ci): use correct crane ciMax Wittig2019-12-071-1/+1
|
* chore: bump version to 1.14.0v1.14.0Max Wittig2019-12-071-1/+1
|
* Merge pull request #949 from idanbensha/add_audit_eventsMax Wittig2019-12-042-0/+11
|\ | | | | feat: add audit endpoint
| * feat: add audit endpointidanbensha2019-12-022-0/+11
| |
* | Merge pull request #958 from vvv/fix-docker-refMax Wittig2019-12-021-1/+1
|\ \ | | | | | | README.rst: fix the upstream Docker image reference
| * | docs(readme): fix Docker image referenceValery V. Vorotyntsev2019-12-021-1/+1
|/ / | | | | | | | | | | | | | | v1.8.0 is not available. ``` Unable to find image 'registry.gitlab.com/python-gitlab/python-gitlab:v1.8.0' locally docker: Error response from daemon: manifest for registry.gitlab.com/python-gitlab/python-gitlab:v1.8.0 not found: manifest unknown: manifest unknown. ```
* | Merge pull request #955 from python-gitlab/fix/snippet-docsMax Wittig2019-11-291-1/+1
|\ \ | | | | | | docs(snippets): fix snippet docs
| * | docs(snippets): fix snippet docsMax Wittig2019-11-291-1/+1
|/ / | | | | Fixes #954
* | Merge pull request #953 from bmwiedemann/masterMax Wittig2019-11-291-1/+1
|\ \ | |/ |/| Fix doc typo
| * docs: fix typoBernhard M. Wiedemann2019-11-291-1/+1
|/
* Merge pull request #947 from lundbird/masterMax Wittig2019-11-261-0/+82
|\ | | | | docs: add project and group cluster examples
| * docs: add project and group cluster examplesalex lundberg2019-11-251-0/+82
| |
* | Merge pull request #946 from lundbird/masterMax Wittig2019-11-253-0/+133
|\ \ | |/ | | feat: add project and group clusters
| * feat: add project and group clustersalex lundberg2019-11-243-0/+133
| |
* | chore(ci): switch to crane docker image (#944)Max Wittig2019-11-221-2/+3
| |
* | Merge pull request #943 from choyrim/942-project-fork-list-404Max Wittig2019-11-201-15/+12
|\ \ | | | | | | #942: fix up path computation for project-fork list
| * | fix(project-fork): copy create fix from ProjectPipelineManagerChoy Rim2019-11-201-0/+19
| | |
| * | fix(project-fork): correct path computation for project-fork listChoy Rim2019-11-201-23/+1
|/ /
* | docs(changelog): add notice for release-notes on Github (#938)Max Wittig2019-11-191-2/+4
|/
* Merge pull request #937 from sathieu/fix_labels_saveMax Wittig2019-11-141-2/+2
|\ | | | | fix(labels): ensure label.save() works
| * fix(labels): ensure label.save() worksMathieu Parent2019-11-141-2/+2
|/ | | | | | | | | | | | | | | Otherwise, we get: File "gitlabracadabra/mixins/labels.py", line 67, in _process_labels current_label.save() File "gitlab/exceptions.py", line 267, in wrapped_f return f(*args, **kwargs) File "gitlab/v4/objects.py", line 896, in save self._update_attrs(server_data) File "gitlab/base.py", line 131, in _update_attrs self.__dict__["_attrs"].update(new_attrs) TypeError: 'NoneType' object is not iterable Because server_data is None.
* Merge pull request #934 from tymonx/fix-missing-attribute-for-project-approvalsMax Wittig2019-11-131-0/+2
|\ | | | | Added missing attributes for project approvals
| * fix: added missing attributes for project approvalsTymoteusz Blazejczyk2019-11-121-0/+2
|/ | | | | | | | Reference: https://docs.gitlab.com/ee/api/merge_request_approvals.html#change-configuration Missing attributes: * merge_requests_author_approval * merge_requests_disable_committers_approval
* Merge pull request #929 from SVLay/docs/pipeline-variablesMax Wittig2019-11-101-2/+2
|\ | | | | docs(pipelines_and_jobs): add pipeline custom variables usage example
| * docs(pipelines_and_jobs): add pipeline custom variables usage exampleVitali Ulantsau2019-10-311-2/+2
| |
* | Merge pull request #932 from ConorNevin/masterMax Wittig2019-11-072-0/+2
|\ \ | | | | | | Add support for include_subgroups filter
| * | feat: add support for include_subgroups filterConor Nevin2019-11-062-0/+2
|/ /
* | Merge pull request #931 from python-gitlab/choree/1-13-0v1.13.0Max Wittig2019-11-021-1/+1
|\ \ | |/ |/| chore: bump version to 1.13.0
| * chore: bump version to 1.13.0choree/1-13-0Max Wittig2019-11-021-1/+1
|/
* Merge pull request #919 from appian/project-approval-rulesMax Wittig2019-10-273-0/+45
|\ | | | | fix(projects): support `approval_rules` endpoint for projects
| * test(projects): support `approval_rules` endpoint for projectsSrikanth Chelluri2019-10-271-0/+16
| |
| * fix(projects): support `approval_rules` endpoint for projectsSrikanth Chelluri2019-10-272-0/+29
|/ | | | | | | | | | | | 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
* chore(setup): we support 3.8 (#924)Max Wittig2019-10-251-0/+1
| | | | | | * chore(setup): we support 3.8 * style: format with black
* Merge pull request #923 from python-gitlab/feat/users-activate-deactivateRoger Meier2019-10-254-0/+80
|\ | | | | feat: add users activate, deactivate functionality
| * feat: add users activate, deactivate functionalityMax Wittig2019-10-254-0/+80
|/ | | | These were introduced in GitLab 12.4
* Merge pull request #922 from python-gitlab/chore/latest-docker-imageRoger Meier2019-10-241-0/+11
|\ | | | | chore(ci): update latest docker image for every tag
| * chore(ci): update latest docker image for every tagchore/latest-docker-imageMax Wittig2019-10-241-0/+11
| |
* | Merge pull request #921 from python-gitlab/feat/python-gitlab-agentRoger Meier2019-10-241-1/+1
|\ \ | |/ |/| feat: send python-gitlab version as user-agent