summaryrefslogtreecommitdiff
path: root/gitlab
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #1053 from lassimus/masterNejc Habjan2020-03-231-0/+4
|\ | | | | feat: add create from template args to ProjectManager
| * feat: add create from template args to ProjectManagerlassimus2020-03-201-0/+4
| | | | | | | | | | | | This commit adds the v4 Create project attributes necessary to create a project from a project, instance, or group level template as documented in https://docs.gitlab.com/ee/api/projects.html#create-project
* | feat: add support for commit GPG signature APINejc Habjan2020-03-222-0/+45
| |
* | test: create separate module for commit testsNejc Habjan2020-03-222-44/+79
| |
* | Merge pull request #1049 from donhui/typo-fixNejc Habjan2020-03-212-4/+4
|\ \ | |/ |/| * docs: fix comment of prev_page()
| * docs: fix comment of prev_page()Donghui Wang2020-03-211-1/+1
| | | | | | | | Co-Authored-By: Nejc Habjan <hab.nejc@gmail.com>
| * docs: fix comment of prev_page()Donghui Wang2020-03-211-1/+1
| | | | | | | | Co-Authored-By: Nejc Habjan <hab.nejc@gmail.com>
| * docs: fix comment of prev_page()donhui2020-03-202-4/+4
| |
* | fix: add missing import_project paramNejc Habjan2020-03-181-0/+3
| |
* | test: move mocks to top of moduleNejc Habjan2020-03-181-100/+102
| |
* | chore: clean up for black and flake8Nejc Habjan2020-03-181-11/+7
| |
* | chore: flatten test_import_githubNejc Habjan2020-03-181-25/+26
| |
* | chore: move test_import_github into TestProjectImportNejc Habjan2020-03-182-29/+27
| |
* | test: add unit tests for Project ImportNejc Habjan2020-03-181-0/+53
| |
* | test: add unit tests for Project ExportNejc Habjan2020-03-181-1/+70
| |
* | test: prepare base project test class for more testsNejc Habjan2020-03-181-4/+9
|/
* chore: bump version to 2.1.2v2.1.2Max Wittig2020-03-091-1/+1
|
* Revert "feat: use keyset pagination by default for `all=True`"Max Wittig2020-03-091-6/+0
|
* chore: bump version to 2.1.1v2.1.1Max Wittig2020-03-091-1/+1
|
* chore(user): update user attributes to 12.8Max Wittig2020-03-091-0/+4
|
* Merge pull request #1039 from python-gitlab/fix/set-approversv2.1.0Max Wittig2020-03-081-1/+2
|\ | | | | Fix/set approvers
| * fix(projects): correct copy-paste errorfix/set-approversMax Wittig2020-03-081-1/+1
| |
| * fix(objects): add default name data and use http postCharles2020-02-151-2/+3
| | | | | | | | Updating approvers new api needs a POST call. Also It needs a name of the new rule, defaulting this to 'name'.
* | chore: bump version to 2.1.0Max Wittig2020-03-081-1/+1
| |
* | fix: do not require empty data dict for create()Nejc Habjan2020-03-071-1/+4
| |
* | Merge pull request #1034 from filipowm/feat/api-oauth-applicationsMax Wittig2020-03-013-0/+39
|\ \ | | | | | | feat(api): add support for GitLab OAuth Applications using Applications API
| * | feat(api): add support for GitLab OAuth Applications APIMateusz Filipowicz2020-03-013-0/+39
| | |
* | | Merge pull request #1003 from python-gitlab/feat/all-keyset-paginationRoger Meier2020-02-251-0/+6
|\ \ \ | |/ / |/| | feat: use keyset pagination by default for `all=True`
| * | feat: use keyset pagination by default for `all=True`Max Wittig2020-01-271-0/+6
| | |
* | | Merge pull request #1026 from nejch/feat/user-membershipsMax Wittig2020-02-242-0/+44
|\ \ \ | | | | | | | | feat: add support for user memberships API (#1009)
| * | | feat: add support for user memberships API (#1009)Nejc Habjan2020-02-222-0/+44
| | | |
* | | | fix: remove trailing slashes from base URL (#913)Nejc Habjan2020-02-231-2/+2
| | | |
* | | | test: add unit tests for base URLs with trailing slashesNejc Habjan2020-02-231-0/+17
|/ / /
* | | test: remove duplicate resp_get_projectNejc Habjan2020-02-191-9/+1
| | |
* | | test: use lazy object in unit testsNejc Habjan2020-02-191-1/+1
| | |
* | | test: add unit tests for revert commit APINejc Habjan2020-02-191-0/+52
| | |
* | | fix: return response with commit dataNejc Habjan2020-02-191-1/+4
| | |
* | | style: fix black violationsNejc Habjan2020-02-181-0/+1
| | |
* | | feat: add support for commit revert API (#991)Nejc Habjan2020-02-182-0/+20
| | |
* | | Merge pull request #1005 from charlesfayal/fix_set_approversMax Wittig2020-02-121-3/+14
|\ \ \ | | |/ | |/| change path for set_approvers to new api, with defaulted rule_type an…
| * | fix(objects): update set_approvers function callCharles2020-01-301-6/+12
| | | | | | | | | | | | Added a miss paramter update to the set_approvers function
| * | fix(objects): update to new gitlab api for path, and argsCharles2020-01-301-3/+8
| |/ | | | | | | Updated the gitlab path for set_approvers to approvers_rules, added default arg for rule type, and added arg for # of approvals required.
* | fix: remove null values from features POST data, because it failsMateusz Filipowicz2020-02-072-0/+5
| | | | | | | | with HTTP 500
* | feat: add capability to control GitLab features per project or groupMateusz Filipowicz2020-02-071-2/+19
| |
* | chore: bump version to 2.0.1Max Wittig2020-02-051-1/+1
| |
* | chore(user): update user attributesMax Wittig2020-02-051-0/+5
|/ | | This also workarounds an GitLab issue, where private_profile, would reset to false if not supplied
* Merge pull request #1000 from matusf/update-auth-docsMax Wittig2020-01-261-5/+1
|\ | | | | Update auth docs
| * docs(auth): remove email/password authMatus Ferech2020-01-261-5/+1
| |
* | feat: add global order_by option to ease paginationfeat/keyset-paginationMax Wittig2020-01-263-0/+13
| |
* | feat: support keyset pagination globallyMax Wittig2020-01-263-0/+14
| |