summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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
| * feat: send python-gitlab version as user-agentMax Wittig2019-10-241-1/+1
|/
* Merge pull request #920 from python-gitlab/feat/deployment-createRoger Meier2019-10-243-2/+63
|\ | | | | feat: add deployment creation
| * feat: add deployment creationfeat/deployment-createMax Wittig2019-10-243-2/+63
|/ | | | | | Added in GitLab 12.4 Fixes #917
* Merge pull request #916 from python-gitlab/chore/add-test-to-distMax Wittig2019-10-221-0/+1
|\ | | | | chore(dist): add test data
| * chore(dist): add test dataRoger Meier2019-10-221-0/+1
|/ | | | Closes #907
* Merge pull request #914 from terminalmage/issue913Roger Meier2019-10-211-2/+1
|\ | | | | Remove inaccurate projects.get() example
| * docs: projects get requires idErik Johnson2019-10-211-2/+1
|/ | | | | Also, add an example value for project_id to the other projects.get() example.
* Merge pull request #911 from xdavidwu/fix-project-docMax Wittig2019-10-161-1/+1
|\ | | | | docs(project): fix group project example
| * docs(project): fix group project examplexdavidwu2019-10-161-1/+1
|/ | | GroupManager.search is removed since 9a66d78, use list(search='keyword') instead
* Merge pull request #906 from jouve/test-cleanupMax Wittig2019-10-137-64/+33
|\ | | | | unused unittest2, type -> isinstance
| * feat(test): unused unittest2, type -> isinstanceCyril Jouve2019-10-137-64/+33
|/
* Merge pull request #904 from jouve/remove-cred-authMax Wittig2019-10-132-82/+1
|\ | | | | remove deprecated session auth
| * feat(auth): remove deprecated session authCyril Jouve2019-10-122-82/+1
| |
* | Merge pull request #908 from derekschrock/todo-units-testMax Wittig2019-10-131-4/+5
|\ \ | | | | | | Remove warning about open files from test_todo()
| * | test: remove warning about open files from test_todo()Derek Schrock2019-10-121-4/+5
| |/ | | | | | | | | | | When running unittests python warns that the json file from test_todo() was still open. Use with to open, read, and create encoded json data that is used by resp_get_todo().
* | Merge pull request #905 from jouve/doc-v3Max Wittig2019-10-131-5/+4
|\ \ | |/ |/| remove references to api v3 in docs
| * feat(doc): remove refs to api v3 in docsCyril Jouve2019-10-121-5/+4
|/
* Merge pull request #901 from python-gitlab/fix/non-authv1.12.1Max Wittig2019-10-071-8/+7
|\ | | | | fix: fix not working without auth
| * fix: fix not working without authfix/non-authMax Wittig2019-10-071-8/+7
|/