Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat: send python-gitlab version as user-agentfeat/python-gitlab-agent | Max Wittig | 2019-10-24 | 1 | -1/+3 |
| | |||||
* | 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 | ||||
* | Merge pull request #878 from python-gitlab/test/todo-unit-test | Max Wittig | 2019-09-08 | 5 | -17/+133 |
|\ | | | | | Test/todo unit test | ||||
| * | test(func): disable commit testtest/todo-unit-test | Max Wittig | 2019-09-08 | 1 | -9/+9 |
| | | | | | | | | GitLab seems to be randomly failing here | ||||
| * | fix(todo): mark_all_as_done doesn't return anything | Max Wittig | 2019-09-08 | 1 | -4/+0 |
| | | |||||
| * | docs(todo): correct todo docs | Max Wittig | 2019-09-08 | 1 | -4/+3 |
| | | |||||
| * | 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 |
| | |||||
* | Merge pull request #876 from sathieu/job_token | Max Wittig | 2019-09-06 | 7 | -11/+58 |
|\ | | | | | Add support for job token | ||||
| * | feat: add support for job token | Mathieu Parent | 2019-09-06 | 7 | -11/+58 |
|/ | | | | See https://docs.gitlab.com/ee/api/jobs.html#get-job-artifacts for usage |