| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | test: test that all is ignored, when as_list=Falsefix/as_list | Max Wittig | 2019-12-08 | 1 | -0/+18 |
| | | |||||
| * | style: format with the latest black version | Max Wittig | 2019-12-08 | 2 | -5/+5 |
| | | |||||
| * | fix: ignore all parameter, when as_list=True | Max Wittig | 2019-12-08 | 1 | -1/+1 |
| | | | | | Closes #962 | ||||
| * | chore(ci): use correct crane ci | Max Wittig | 2019-12-07 | 1 | -1/+1 |
| | | |||||
| * | chore: bump version to 1.14.0v1.14.0 | Max Wittig | 2019-12-07 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #949 from idanbensha/add_audit_events | Max Wittig | 2019-12-04 | 2 | -0/+11 |
| |\ | | | | | feat: add audit endpoint | ||||
| | * | feat: add audit endpoint | idanbensha | 2019-12-02 | 2 | -0/+11 |
| | | | |||||
| * | | Merge pull request #958 from vvv/fix-docker-ref | Max Wittig | 2019-12-02 | 1 | -1/+1 |
| |\ \ | | | | | | | README.rst: fix the upstream Docker image reference | ||||
| | * | | docs(readme): fix Docker image reference | Valery V. Vorotyntsev | 2019-12-02 | 1 | -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-docs | Max Wittig | 2019-11-29 | 1 | -1/+1 |
| |\ \ | | | | | | | docs(snippets): fix snippet docs | ||||
| | * | | docs(snippets): fix snippet docs | Max Wittig | 2019-11-29 | 1 | -1/+1 |
| |/ / | | | | | Fixes #954 | ||||
| * | | Merge pull request #953 from bmwiedemann/master | Max Wittig | 2019-11-29 | 1 | -1/+1 |
| |\ \ | |/ |/| | Fix doc typo | ||||
| | * | docs: fix typo | Bernhard M. Wiedemann | 2019-11-29 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #947 from lundbird/master | Max Wittig | 2019-11-26 | 1 | -0/+82 |
| |\ | | | | | docs: add project and group cluster examples | ||||
| | * | docs: add project and group cluster examples | alex lundberg | 2019-11-25 | 1 | -0/+82 |
| | | | |||||
| * | | Merge pull request #946 from lundbird/master | Max Wittig | 2019-11-25 | 3 | -0/+133 |
| |\ \ | |/ | | | feat: add project and group clusters | ||||
| | * | feat: add project and group clusters | alex lundberg | 2019-11-24 | 3 | -0/+133 |
| | | | |||||
| * | | chore(ci): switch to crane docker image (#944) | Max Wittig | 2019-11-22 | 1 | -2/+3 |
| | | | |||||
| * | | Merge pull request #943 from choyrim/942-project-fork-list-404 | Max Wittig | 2019-11-20 | 1 | -15/+12 |
| |\ \ | | | | | | | #942: fix up path computation for project-fork list | ||||
| | * | | fix(project-fork): copy create fix from ProjectPipelineManager | Choy Rim | 2019-11-20 | 1 | -0/+19 |
| | | | | |||||
| | * | | fix(project-fork): correct path computation for project-fork list | Choy Rim | 2019-11-20 | 1 | -23/+1 |
| |/ / | |||||
| * | | docs(changelog): add notice for release-notes on Github (#938) | Max Wittig | 2019-11-19 | 1 | -2/+4 |
| |/ | |||||
| * | Merge pull request #937 from sathieu/fix_labels_save | Max Wittig | 2019-11-14 | 1 | -2/+2 |
| |\ | | | | | fix(labels): ensure label.save() works | ||||
| | * | fix(labels): ensure label.save() works | Mathieu Parent | 2019-11-14 | 1 | -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-approvals | Max Wittig | 2019-11-13 | 1 | -0/+2 |
| |\ | | | | | Added missing attributes for project approvals | ||||
| | * | fix: added missing attributes for project approvals | Tymoteusz Blazejczyk | 2019-11-12 | 1 | -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-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 |
| | | | |||||
| * | | Merge pull request #932 from ConorNevin/master | Max Wittig | 2019-11-07 | 2 | -0/+2 |
| |\ \ | | | | | | | Add support for include_subgroups filter | ||||
| | * | | feat: add support for include_subgroups filter | Conor Nevin | 2019-11-06 | 2 | -0/+2 |
| |/ / | |||||
| * | | Merge pull request #931 from python-gitlab/choree/1-13-0v1.13.0 | Max Wittig | 2019-11-02 | 1 | -1/+1 |
| |\ \ | |/ |/| | chore: bump version to 1.13.0 | ||||
| | * | chore: bump version to 1.13.0choree/1-13-0 | Max Wittig | 2019-11-02 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #919 from appian/project-approval-rules | Max Wittig | 2019-10-27 | 3 | -0/+45 |
| |\ | | | | | fix(projects): support `approval_rules` endpoint for projects | ||||
| | * | test(projects): support `approval_rules` endpoint for projects | Srikanth Chelluri | 2019-10-27 | 1 | -0/+16 |
| | | | |||||
| | * | fix(projects): support `approval_rules` endpoint for projects | Srikanth Chelluri | 2019-10-27 | 2 | -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 Wittig | 2019-10-25 | 1 | -0/+1 |
| | | | | | | | * chore(setup): we support 3.8 * style: format with black | ||||
| * | Merge pull request #923 from python-gitlab/feat/users-activate-deactivate | Roger Meier | 2019-10-25 | 4 | -0/+80 |
| |\ | | | | | feat: add users activate, deactivate functionality | ||||
| | * | feat: add users activate, deactivate functionality | Max Wittig | 2019-10-25 | 4 | -0/+80 |
| |/ | | | | These were introduced in GitLab 12.4 | ||||
| * | Merge pull request #922 from python-gitlab/chore/latest-docker-image | Roger Meier | 2019-10-24 | 1 | -0/+11 |
| |\ | | | | | chore(ci): update latest docker image for every tag | ||||
| | * | chore(ci): update latest docker image for every tagchore/latest-docker-image | Max Wittig | 2019-10-24 | 1 | -0/+11 |
| | | | |||||
| * | | Merge pull request #921 from python-gitlab/feat/python-gitlab-agent | Roger Meier | 2019-10-24 | 1 | -1/+1 |
| |\ \ | |/ |/| | feat: send python-gitlab version as user-agent | ||||
| | * | feat: send python-gitlab version as user-agent | Max Wittig | 2019-10-24 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #920 from python-gitlab/feat/deployment-create | Roger Meier | 2019-10-24 | 3 | -2/+63 |
| |\ | | | | | feat: add deployment creation | ||||
| | * | feat: add deployment creationfeat/deployment-create | Max Wittig | 2019-10-24 | 3 | -2/+63 |
| |/ | | | | | | Added in GitLab 12.4 Fixes #917 | ||||
| * | Merge pull request #916 from python-gitlab/chore/add-test-to-dist | Max Wittig | 2019-10-22 | 1 | -0/+1 |
| |\ | | | | | chore(dist): add test data | ||||
| | * | chore(dist): add test data | Roger Meier | 2019-10-22 | 1 | -0/+1 |
| |/ | | | | Closes #907 | ||||
| * | Merge pull request #914 from terminalmage/issue913 | Roger Meier | 2019-10-21 | 1 | -2/+1 |
| |\ | | | | | Remove inaccurate projects.get() example | ||||
| | * | 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. | ||||
| * | Merge pull request #911 from xdavidwu/fix-project-doc | Max Wittig | 2019-10-16 | 1 | -1/+1 |
| |\ | | | | | docs(project): fix group project 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 | ||||
