summaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* chore: apply suggestionsrefactor/split-functional-testsNejc Habjan2020-10-085-6/+12
|
* refactor(tests): split functional testsNejc Habjan2020-10-0815-1164/+1498
|
* 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-151-1/+1
|
* chore: remove unnecessary random functionNejc Habjan2020-09-151-20/+11
|
* test(env): replace custom scripts with pytest and docker-composeNejc Habjan2020-09-1513-285/+155
|
* chore(deps): update gitlab/gitlab-ce docker tag to v13.3.6-ce.0Renovate Bot2020-09-141-1/+1
|
* feat(api): add support for user identity provider deletionfeat/delete-user-identitiesNejc Habjan2020-09-071-0/+20
|
* chore(deps): update gitlab/gitlab-ce docker tag to v13.3.5-ce.0Renovate Bot2020-09-041-1/+1
|
* chore(deps): update gitlab/gitlab-ce docker tag to v13.3.4-ce.0Renovate Bot2020-09-021-1/+1
|
* chore(deps): update gitlab/gitlab-ce docker tag to v13.3.3-ce.0Renovate Bot2020-09-021-1/+1
|
* Merge pull request #1163 from python-gitlab/feat/instance-variables-apiMax Wittig2020-09-016-41/+95
|\ | | | | Feat: add support for instance variables API
| * chore(test): use pathlib for pathsfeat/instance-variables-apiNejc Habjan2020-08-311-2/+2
| |
| * test(api): add tests for variables APINejc Habjan2020-08-316-41/+95
| |
* | chore(deps): update gitlab/gitlab-ce docker tag to v13.3.2-ce.0Renovate Bot2020-08-311-1/+1
|/
* chore(ci): pin gitlab-ce version for renovateNejc Habjan2020-08-311-2/+4
|
* Merge pull request #1157 from Shkurupii/issue-1154Max Wittig2020-08-291-0/+13
|\ | | | | Add support to resource milestone events
| * chore: make latest black happy with existing codeOleksii Shkurupii2020-08-291-1/+6
| |
| * feat: add support to resource milestone eventsOleksii Shkurupii2020-08-261-0/+13
| | | | | | | | Fixes #1154
* | test(packages): add tests for Packages APINejc Habjan2020-08-295-1/+27
| |
* | chore: update tools dir for latest black versionNejc Habjan2020-08-291-1/+6
|/
* 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
* | fix: implement Gitlab's behavior change for owned=TrueMathieu Parent2020-07-231-1/+1
| |
* | feat: add share/unshare group with groupMathieu Parent2020-07-231-1/+12
|/
* fix: disable default keyset paginationMax Wittig2020-06-091-0/+1
| | | | Instead we set pagination to offset on the other paths
* test: disable test until Gitlab 13.1Max Wittig2020-06-081-1/+2
|
* test(cli): convert shell tests to pytest test casestest/pytest-cli-testsNejc Habjan2020-04-265-307/+888
|
* chore(test): remove outdated token testchore/signature-gpg-x509Nejc Habjan2020-04-231-10/+5
|
* chore: bring commit signatures up to date with 12.10Nejc Habjan2020-04-222-5/+5
|
* Merge pull request #1052 from machine424/deploy-tokens-supportMax Wittig2020-04-072-8/+130
|\ | | | | feat(api): add support for Gitlab Deploy Token API
| * feat(api): add support for Gitlab Deploy Token APIayoub mrini2020-04-062-8/+130
| |
* | feat(api): add support for remote mirrors API (#1056)feat/project-remote-mirrorsNejc Habjan2020-04-071-0/+17
| |
* | test(api): add tests for group export/import APINejc Habjan2020-04-051-0/+27
| |
* | test(types): reproduce get_for_api splitting strings (#1057)Nejc Habjan2020-03-281-1/+8
|/
* Merge pull request #1054 from nejch/chore/cleanup-test-envMax Wittig2020-03-221-11/+5
|\ | | | | chore: improve test environment for upcoming features
| * chore: improve and document testing against different imagesNejc Habjan2020-03-211-3/+4
| |
| * chore: remove references to python2 in test envNejc Habjan2020-03-211-8/+1
| |
* | feat: add support for commit GPG signature APINejc Habjan2020-03-222-0/+15
|/
* fix: add missing import_project paramNejc Habjan2020-03-181-1/+5
|
* Merge pull request #1039 from python-gitlab/fix/set-approversv2.1.0Max Wittig2020-03-081-2/+2
|\ | | | | Fix/set approvers
| * fix(projects): correct copy-paste errorfix/set-approversMax Wittig2020-03-081-2/+2
| |
* | fix: do not require empty data dict for create()Nejc Habjan2020-03-071-1/+1
| |
* | Merge pull request #1022 from nejch/chore/ensure-latest-imageMax Wittig2020-02-241-1/+5
|\ \ | | | | | | chore: ensure developers use same gitlab image as CI
| * | chore: ensure developers use same gitlab image as TravisNejc Habjan2020-02-191-1/+5
| |/
* | Merge pull request #1023 from nejch/perf/wait-gitlab-reconfigureMax Wittig2020-02-241-9/+2
|\ \ | | | | | | perf: wait for gitlab to reconfigure instead of using hardcoded sleep
| * | perf: prepare environment when gitlab is reconfiguredNejc Habjan2020-02-201-9/+2
| |/
* | feat: add support for user memberships API (#1009)Nejc Habjan2020-02-222-0/+33
| |
* | fix: return response with commit dataNejc Habjan2020-02-191-3/+2
| |
* | style: fix black violationsNejc Habjan2020-02-181-2/+3
| |