summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | chore(deps): update gitlab/gitlab-ce docker tag to v13.3.4-ce.0Renovate Bot2020-09-021-1/+1
|/ / /
* | | Merge pull request #1171 from ↵Nejc Habjan2020-09-021-1/+1
|\ \ \ | |/ / |/| | | | | | | | python-gitlab/renovate/docker-gitlab-gitlab-ce-13.x chore(deps): update gitlab/gitlab-ce docker tag to v13.3.3-ce.0
| * | chore(deps): update gitlab/gitlab-ce docker tag to v13.3.3-ce.0Renovate Bot2020-09-021-1/+1
|/ /
* | Merge pull request #1170 from python-gitlab/chore/bump-to-2-5-0v2.5.0Nejc Habjan2020-09-011-1/+1
|\ \ | | | | | | chore: bump python-gitlab to 2.5.0
| * | chore: bump python-gitlab to 2.5.0chore/bump-to-2-5-0Max Wittig2020-09-011-1/+1
|/ /
* | Merge pull request #1168 from python-gitlab/renovate/docker-python-3.xMax Wittig2020-09-011-1/+1
|\ \ | | | | | | chore(deps): update python docker tag to v3.8
| * | chore(deps): update python docker tag to v3.8Renovate Bot2020-08-311-1/+1
| | |
* | | Merge pull request #1163 from python-gitlab/feat/instance-variables-apiMax Wittig2020-09-0113-117/+443
|\ \ \ | | | | | | | | Feat: add support for instance variables API
| * | | chore(test): use pathlib for pathsfeat/instance-variables-apiNejc Habjan2020-08-311-2/+2
| | | |
| * | | docs(variables): add docs for instance-level variablesNejc Habjan2020-08-313-52/+103
| | | |
| * | | test(api): add tests for variables APINejc Habjan2020-08-317-41/+288
| | | |
| * | | feat(api): add support for instance variablesNejc Habjan2020-08-313-24/+52
| | | |
| * | | refactor: turn objects module into a packageNejc Habjan2020-08-311-0/+0
| |/ /
* | | Merge pull request #1167 from ↵Nejc Habjan2020-09-011-1/+1
|\ \ \ | |/ / |/| | | | | | | | python-gitlab/renovate/docker-gitlab-gitlab-ce-13.x chore(deps): update gitlab/gitlab-ce docker tag to v13.3.2-ce.0
| * | chore(deps): update gitlab/gitlab-ce docker tag to v13.3.2-ce.0Renovate Bot2020-08-311-1/+1
|/ /
* | Merge pull request #1165 from DylannCordel/fix-user-email-reconfirmationNejc Habjan2020-08-311-1/+1
|\ \ | | | | | | fix: wrong reconfirmation parameter when updating user's email
| * | fix: wrong reconfirmation parameter when updating user's emailDylann CORDEL2020-08-311-1/+1
|/ / | | | | | | | | | | | | | | | | | | | | Since version 10.3 (and later), param to not send (re)confirmation when updating an user is `skip_reconfirmation` (and not `skip_confirmation`). See: * https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/15175?tab= * https://docs.gitlab.com/11.11/ee/api/users.html#user-modification * https://docs.gitlab.com/ee/api/users.html#user-modification
* | Merge pull request #1164 from nejch/masterMax Wittig2020-08-312-2/+15
|\ \ | | | | | | chore(ci): pin gitlab-ce version for renovate
| * | chore(ci): pin gitlab-ce version for renovateNejc Habjan2020-08-312-2/+15
|/ /
* | Merge pull request #1162 from python-gitlab/chore/pre-commit-configMax Wittig2020-08-304-9/+52
|\ \ | | | | | | chore(env): add pre-commit and commit-msg hooks
| * | chore(env): add pre-commit and commit-msg hookschore/pre-commit-configNejc Habjan2020-08-304-9/+52
|/ /
* | Merge pull request #1161 from python-gitlab/chore/ci-fixed-black-versionNejc Habjan2020-08-291-1/+1
|\ \ | | | | | | chore(ci): use fixed black version
| * | chore(ci): use fixed black versionchore/ci-fixed-black-versionMax Wittig2020-08-291-1/+1
|/ /
* | Merge pull request #1157 from Shkurupii/issue-1154Max Wittig2020-08-294-0/+143
|\ \ | | | | | | Add support to resource milestone events
| * | chore: make latest black happy with existing codeOleksii Shkurupii2020-08-294-10/+43
| | |
| * | test: add unit tests for resource milestone events APIOleksii Shkurupii2020-08-281-0/+73
| | | | | | | | | | | | Fixes #1154
| * | Merge branch 'master' into issue-1154Oleksii Shkurupii2020-08-2743-2617/+2790
| |\ \
| * | | feat: add support to resource milestone eventsOleksii Shkurupii2020-08-263-0/+70
| | | | | | | | | | | | | | | | Fixes #1154
* | | | Merge pull request #1159 from python-gitlab/feat/project-artifactsMax Wittig2020-08-293-0/+70
|\ \ \ \ | | | | | | | | | | Feat: Project job artifacts for latest successful pipeline
| * | | | chore: update tools dir for latest black versionfeat/project-artifactsNejc Habjan2020-08-281-1/+6
| | | | |
| * | | | chore: remove unnecessary importNejc Habjan2020-08-281-2/+0
| | | | |
| * | | | docs(api): add example for latest pipeline job artifactsNejc Habjan2020-08-281-0/+5
| | | | |
| * | | | feat(api): add endpoint for latest ref artifactsNejc Habjan2020-08-282-0/+67
| | | | |
| * | | | chore: make latest black happy with existing codeNejc Habjan2020-08-283-9/+37
| | |/ / | |/| |
* | | | Merge pull request #1160 from python-gitlab/feat/packages-apiMax Wittig2020-08-2914-11/+322
|\ \ \ \ | |/ / / |/| | | Feat: Add support for packages API
| * | | docs(packages): add examples for Packages API and cli usagefeat/packages-apiNejc Habjan2020-08-293-0/+93
| | | |
| * | | test(packages): add tests for Packages APINejc Habjan2020-08-297-1/+151
| | | |
| * | | feat(api): add support for Packages APINejc Habjan2020-08-291-0/+35
| | | |
| * | | chore: update tools dir for latest black versionNejc Habjan2020-08-291-1/+6
| | | |
| * | | chore: make latest black happy with existing codeNejc Habjan2020-08-293-9/+37
|/ / /
* | | Merge pull request #1156 from python-gitlab/docs/group-projects-list-cliMax Wittig2020-08-261-0/+12
|\ \ \ | | | | | | | | docs(cli): add examples for group-project list
| * | | docs(cli): add examples for group-project listdocs/group-projects-list-cliNejc Habjan2020-08-261-0/+12
| |/ /
* | | Merge pull request #1078 from python-gitlab/refactor/split-unit-testsMax Wittig2020-08-2642-2617/+2778
|\ \ \ | |/ / |/| | Refactor: split unit tests by API resources
| * | refactor: rewrite unit tests for objects with responsesrefactor/split-unit-testsNejc Habjan2020-08-2324-940/+900
| | |
| * | refactor: split unit tests by GitLab API resourcesNejc Habjan2020-08-2234-2447/+2645
| | |
| * | chore: run unittest2pytest on all unit testsNejc Habjan2020-08-2212-439/+446
| | |
| * | chore: remove remnants of python2 importsNejc Habjan2020-08-223-4/+0
| | |
* | | Merge pull request #1147 from ericfrederich/fix-1146Nejc Habjan2020-08-231-1/+1
|\ \ \ | |/ / |/| | fix: tests fail when using REUSE_CONTAINER option
| * | fix: tests fail when using REUSE_CONTAINER optionEric L Frederich2020-08-071-1/+1
| | | | | | | | | | | | Fixes #1146
* | | Merge pull request #1139 from sathieu/share_group_with_groupMax Wittig2020-08-213-2/+56
|\ \ \ | | | | | | | | feat: add share/unshare the group with a group