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 | 1 | -4/+4 | |
| | ||||||
* | fix: ignore all parameter, when as_list=True | Max Wittig | 2019-12-08 | 1 | -1/+1 | |
| | | | | Closes #962 | |||||
* | chore: bump version to 1.14.0v1.14.0 | Max Wittig | 2019-12-07 | 1 | -1/+1 | |
| | ||||||
* | feat: add audit endpoint | idanbensha | 2019-12-02 | 2 | -0/+11 | |
| | ||||||
* | Merge pull request #946 from lundbird/master | Max Wittig | 2019-11-25 | 1 | -0/+92 | |
|\ | | | | | feat: add project and group clusters | |||||
| * | feat: add project and group clusters | alex lundberg | 2019-11-24 | 1 | -0/+92 | |
| | | ||||||
* | | 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 | |
|/ | ||||||
* | 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. | |||||
* | 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 | |||||
* | feat: add support for include_subgroups filter | Conor Nevin | 2019-11-06 | 1 | -0/+1 | |
| | ||||||
* | chore: bump version to 1.13.0choree/1-13-0 | Max Wittig | 2019-11-02 | 1 | -1/+1 | |
| | ||||||
* | fix(projects): support `approval_rules` endpoint for projects | Srikanth Chelluri | 2019-10-27 | 1 | -0/+14 | |
| | | | | | | | | | | | | 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 | 3 | -0/+75 | |
| | | | | These were introduced in GitLab 12.4 | |||||
* | feat: send python-gitlab version as user-agent | Max Wittig | 2019-10-24 | 1 | -1/+1 | |
| | ||||||
* | feat: add deployment creationfeat/deployment-create | Max Wittig | 2019-10-24 | 2 | -2/+47 | |
| | | | | | | Added in GitLab 12.4 Fixes #917 | |||||
* | feat(test): unused unittest2, type -> isinstance | Cyril Jouve | 2019-10-13 | 7 | -64/+33 | |
| | ||||||
* | Merge pull request #904 from jouve/remove-cred-auth | Max Wittig | 2019-10-13 | 2 | -82/+1 | |
|\ | | | | | remove deprecated session auth | |||||
| * | feat(auth): remove deprecated session auth | Cyril Jouve | 2019-10-12 | 2 | -82/+1 | |
| | | ||||||
* | | test: remove warning about open files from test_todo() | Derek Schrock | 2019-10-12 | 1 | -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(). | |||||
* | fix: fix not working without authfix/non-auth | Max Wittig | 2019-10-07 | 1 | -8/+7 | |
| | ||||||
* | chore: bump to 1.12.0 | Max Wittig | 2019-10-06 | 1 | -1/+1 | |
| | ||||||
* | test(submodules): correct test methodfeat/update_submodule | Max Wittig | 2019-10-06 | 1 | -4/+4 | |
| | ||||||
* | docs(project): add submodule docs | Max Wittig | 2019-10-06 | 1 | -1/+1 | |
| | ||||||
* | feat(project): implement update_submodule | Sebastian Kratzert | 2019-10-06 | 2 | -0/+73 | |
| | ||||||
* | Merge pull request #892 from godaji/remove-unused-code | Max Wittig | 2019-10-06 | 4 | -6/+3 | |
|\ | | | | | Remove unused code and simplify string format. | |||||
| * | refactor: remove unused code, simplify string format | godaji | 2019-10-06 | 4 | -6/+3 | |
| | | ||||||
* | | feat(project): add file blame api | Vincent Lae | 2019-10-04 | 1 | -0/+22 | |
|/ | | | | https://docs.gitlab.com/ee/api/repository_files.html#get-file-blame-from-repository | |||||
* | fix(cli): fix cli command user-project list | Sergey Bondarev | 2019-09-27 | 1 | -2/+4 | |
| | ||||||
* | fix(labels): don't mangle label name on update | Mathieu Parent | 2019-09-24 | 1 | -2/+4 | |
| | ||||||
* | fix(todo): mark_all_as_done doesn't return anything | Max Wittig | 2019-09-08 | 1 | -4/+0 | |
| | ||||||
* | test(todo): add unittests | Max Wittig | 2019-09-08 | 2 | -0/+121 | |
| | ||||||
* | style: format with black | Max Wittig | 2019-09-07 | 1 | -3/+1 | |
| | ||||||
* | test(status): add user status test | Max Wittig | 2019-09-07 | 1 | -10/+31 | |
| | ||||||
* | feat: add support for job token | Mathieu Parent | 2019-09-06 | 4 | -6/+45 | |
| | | | | See https://docs.gitlab.com/ee/api/jobs.html#get-job-artifacts for usage | |||||
* | Merge pull request #875 from python-gitlab/feat/status-api | Max Wittig | 2019-09-05 | 1 | -0/+35 | |
|\ | | | | | feat(user): add status api | |||||
| * | feat(user): add status api | Max Wittig | 2019-09-05 | 1 | -0/+35 | |
| | | ||||||
* | | test: re-enabled py_func_v4 test | Max Wittig | 2019-09-05 | 1 | -80/+40 | |
|/ | ||||||
* | chore: bump package versionv1.11.0 | Max Wittig | 2019-08-31 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #865 from orf/retrieve-environment | Max Wittig | 2019-08-22 | 2 | -1/+31 | |
|\ | | | | | feat: add methods to retrieve an individual project environment | |||||
| * | feat: add methods to retrieve an individual project environment | Tom Forbes | 2019-08-20 | 2 | -1/+31 | |
| | | ||||||
* | | fix(projects): avatar uploading for projects | Ravan Scafi | 2019-08-14 | 1 | -0/+1 | |
|/ | ||||||
* | fix: remove empty list default arguments | Frantisek Lachman | 2019-08-14 | 1 | -2/+7 | |
| | | | | Signed-off-by: Frantisek Lachman <flachman@redhat.com> | |||||
* | fix: remove empty dict default arguments | Frantisek Lachman | 2019-08-14 | 3 | -16/+30 | |
| | | | | Signed-off-by: Frantisek Lachman <flachman@redhat.com> | |||||
* | fix: add project and group label update without id to fix cli | Alberto López Martín | 2019-07-26 | 1 | -0/+22 | |
| | ||||||
* | feat: group labels with subscriptable mixin | Alberto López Martín | 2019-07-26 | 2 | -2/+54 | |
| | ||||||
* | chore: bump package version to 1.10.0 | Max Wittig | 2019-07-22 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #838 from python-gitlab/pickle-fix | Max Wittig | 2019-07-21 | 2 | -1/+2 | |
|\ | | | | | fix: improve pickle support | |||||
| * | fix: improve pickle support | bourgesl | 2019-07-21 | 2 | -1/+2 | |
| | |