Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |||||
* | Merge pull request #906 from jouve/test-cleanup | Max Wittig | 2019-10-13 | 7 | -64/+33 | |
|\ | | | | | unused unittest2, type -> isinstance | |||||
| * | 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 | |
| | | ||||||
* | | Merge pull request #908 from derekschrock/todo-units-test | Max Wittig | 2019-10-13 | 1 | -4/+5 | |
|\ \ | | | | | | | Remove warning about open files from test_todo() | |||||
| * | | 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(). | |||||
* | | Merge pull request #905 from jouve/doc-v3 | Max Wittig | 2019-10-13 | 1 | -5/+4 | |
|\ \ | |/ |/| | remove references to api v3 in docs | |||||
| * | feat(doc): remove refs to api v3 in docs | Cyril Jouve | 2019-10-12 | 1 | -5/+4 | |
|/ | ||||||
* | Merge pull request #901 from python-gitlab/fix/non-authv1.12.1 | Max Wittig | 2019-10-07 | 1 | -8/+7 | |
|\ | | | | | fix: fix not working without auth | |||||
| * | fix: fix not working without authfix/non-auth | Max Wittig | 2019-10-07 | 1 | -8/+7 | |
|/ | ||||||
* | Merge pull request #899 from python-gitlab/chore/package-versionv1.12.0 | Max Wittig | 2019-10-06 | 1 | -1/+1 | |
|\ | | | | | chore: bump to 1.12.0 | |||||
| * | chore: bump to 1.12.0 | Max Wittig | 2019-10-06 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #898 from python-gitlab/feat/update_submodule | Max Wittig | 2019-10-06 | 3 | -0/+82 | |
|\ | | | | | Feat/update submodule | |||||
| * | 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 | 2 | -1/+10 | |
| | | ||||||
| * | feat(project): implement update_submodule | Sebastian Kratzert | 2019-10-06 | 2 | -0/+73 | |
|/ | ||||||
* | Merge pull request #897 from python-gitlab/refactor/remove-obsolete-image | Max Wittig | 2019-10-06 | 2 | -45/+0 | |
|\ | | | | | refactor: remove obsolete test image | |||||
| * | refactor: remove obsolete test image | Max Wittig | 2019-10-06 | 2 | -45/+0 | |
| | | | | | | | | Follow up of #896 | |||||
* | | 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 | |
| | | ||||||
* | | Merge pull request #896 from jouve/fix-functionnal-test | Max Wittig | 2019-10-06 | 4 | -70/+114 | |
|\ \ | | | | | | | improve functionnal tests | |||||
| * | | feat(ci): improve functionnal tests | Cyril Jouve | 2019-10-06 | 4 | -70/+114 | |
| | | | ||||||
* | | | Merge pull request #894 from minitux/master | Max Wittig | 2019-10-05 | 3 | -0/+28 | |
|\ \ \ | |/ / | | / | |/ |/| | feat (project): add file blame api | |||||
| * | feat(project): add file blame api | Vincent Lae | 2019-10-04 | 3 | -0/+28 | |
|/ | | | | https://docs.gitlab.com/ee/api/repository_files.html#get-file-blame-from-repository | |||||
* | Merge pull request #891 from python-gitlab/docs/project-note-list | Max Wittig | 2019-10-02 | 1 | -0/+5 | |
|\ | | | | | docs(projects): add note about project list | |||||
| * | docs(projects): add note about project list | Max Wittig | 2019-10-02 | 1 | -0/+5 | |
|/ | | | Fixes #795 | |||||
* | Merge pull request #886 from LuckySB/cli_user_project | Max Wittig | 2019-09-27 | 1 | -2/+4 | |
|\ | | | | | fix cli command user-project list | |||||
| * | fix(cli): fix cli command user-project list | Sergey Bondarev | 2019-09-27 | 1 | -2/+4 | |
|/ | ||||||
* | Merge pull request #885 from sathieu/patch-1 | Max Wittig | 2019-09-25 | 1 | -2/+4 | |
|\ | | | | | Don't mangle label name on update | |||||
| * | fix(labels): don't mangle label name on update | Mathieu Parent | 2019-09-24 | 1 | -2/+4 | |
|/ | ||||||
* | Merge pull request #880 from python-gitlab/docs/tags-fix-typo | Max Wittig | 2019-09-10 | 1 | -1/+1 | |
|\ | | | | | docs(repository-tags): fix typo | |||||
| * | docs(repository-tags): fix typo | Max Wittig | 2019-09-10 | 1 | -1/+1 | |
|/ | | | Closes #879 |