summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* chore(deps): update python docker tag to v3.9renovate/docker-python-3.xRenovate Bot2020-10-062-3/+3
|
* Merge pull request #1178 from python-gitlab/test/cleanup-envMax Wittig2020-09-1618-321/+187
|\ | | | | test(env): replace custom scripts with pytest and docker-compose
| * chore: use helper fixtures for test directoriestest/cleanup-envNejc Habjan2020-09-152-12/+18
| |
| * chore: allow overriding docker-compose env vars for tagNejc Habjan2020-09-154-19/+12
| |
| * chore: remove unnecessary random functionNejc Habjan2020-09-151-20/+11
| |
| * test(env): replace custom scripts with pytest and docker-composeNejc Habjan2020-09-1515-287/+163
|/
* Merge pull request #1177 from python-gitlab/renovate/pin-dependenciesMax Wittig2020-09-153-3/+3
|\ | | | | chore(deps): pin dependencies
| * chore(deps): pin dependenciesrenovate/pin-dependenciesRenovate Bot2020-09-143-3/+3
|/
* chore(deps): update gitlab/gitlab-ce docker tag to v13.3.6-ce.0Renovate Bot2020-09-141-1/+1
|
* Merge pull request #1189 from python-gitlab/chore/test-hacking-dependencyNejc Habjan2020-09-141-1/+0
|\ | | | | chore(test): remove hacking dependencies
| * chore(test): remove hacking dependenciesMax Wittig2020-09-141-1/+0
|/
* Merge pull request #1180 from Shkurupii/add-unittests-for-project-badgesNejc Habjan2020-09-101-0/+210
|\ | | | | test: add unit tests for badges API
| * test: add unit tests for badges APIOleksii Shkurupii2020-09-071-0/+210
| |
* | Merge pull request #1184 from python-gitlab/fix/runner-access-levelMax Wittig2020-09-101-0/+1
|\ \ | | | | | | fix(api): add missing runner access_level param
| * | fix(api): add missing runner access_level paramfix/runner-access-levelNejc Habjan2020-09-101-0/+1
|/ /
* | Merge pull request #1182 from jlpospisil/allow-mr-search-by-wipNejc Habjan2020-09-091-0/+3
|\ \ | | | | | | Added MR wip filter param
| * | feat(api): added wip filter param for merge requestsJosh Pospisil2020-09-091-0/+1
| | |
| * | feat(api): added wip filter param for merge requestsJosh Pospisil2020-09-081-0/+2
| | |
* | | Merge pull request #1181 from python-gitlab/feat/delete-user-identitiesMax Wittig2020-09-094-0/+53
|\ \ \ | |/ / |/| | feat(api): add support for user identity provider deletion
| * | feat(api): add support for user identity provider deletionfeat/delete-user-identitiesNejc Habjan2020-09-074-0/+53
|/ /
* | Merge pull request #1179 from python-gitlab/chore/readthedocs-ymlMax Wittig2020-09-071-0/+13
|\ \ | | | | | | chore(ci): add .readthedocs.yml
| * | chore(ci): add .readthedocs.ymlchore/readthedocs-ymlNejc Habjan2020-09-061-0/+13
|/ /
* | Merge pull request #1175 from python-gitlab/chore/noisy-renovateMax Wittig2020-09-051-0/+9
|\ \ | | | | | | chore(ci): reduce renovate PR noise
| * | chore(ci): reduce renovate PR noiseNejc Habjan2020-09-051-0/+9
|/ /
* | Merge pull request #1174 from Shkurupii/add-unittests-for-resource-label-eventsNejc Habjan2020-09-051-0/+105
|\ \ | | | | | | Add unit tests for resource label events API
| * | test: add unit tests for resource label events APIOleksii Shkurupii2020-09-041-0/+105
| | |
* | | Merge pull request #1173 from ↵Max Wittig2020-09-041-1/+1
|\ \ \ | |_|/ |/| | | | | | | | python-gitlab/renovate/docker-gitlab-gitlab-ce-13.x chore(deps): update gitlab/gitlab-ce docker tag to v13.3.5-ce.0
| * | chore(deps): update gitlab/gitlab-ce docker tag to v13.3.5-ce.0Renovate Bot2020-09-041-1/+1
|/ /
* | Merge pull request #1172 from ↵Max Wittig2020-09-031-1/+1
|\ \ | | | | | | | | | | | | python-gitlab/renovate/docker-gitlab-gitlab-ce-13.x chore(deps): update gitlab/gitlab-ce docker tag to v13.3.4-ce.0
| * | 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
|/