summaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | feat: add support for commit revert API (#991)Nejc Habjan2020-02-182-0/+24
|/
* fix(docs and tests): update docs and tests for set_approversCharles2020-01-301-2/+2
| | | | Updated the docs with the new set_approvers arguments, and updated tests with the arg as well.
* Merge pull request #980 from python-gitlab/refactor/cleanup-upgradeRoger Meier2019-12-181-1/+1
|\ | | | | Refactor/cleanup upgrade
| * refactor: remove six dependencyMax Wittig2019-12-181-1/+1
| |
* | test: adjust functional tests for project snippetsMax Wittig2019-12-181-1/+1
|/
* feat: add project and group clustersalex lundberg2019-11-241-0/+40
|
* test(projects): support `approval_rules` endpoint for projectsSrikanth Chelluri2019-10-271-0/+16
|
* refactor: remove obsolete test imageMax Wittig2019-10-061-34/+0
| | | | Follow up of #896
* feat(ci): improve functionnal testsCyril Jouve2019-10-064-70/+114
|
* feat(project): add file blame apiVincent Lae2019-10-041-0/+2
| | | | https://docs.gitlab.com/ee/api/repository_files.html#get-file-blame-from-repository
* test(func): disable commit testtest/todo-unit-testMax Wittig2019-09-081-9/+9
| | | | GitLab seems to be randomly failing here
* Merge pull request #875 from python-gitlab/feat/status-apiMax Wittig2019-09-051-0/+11
|\ | | | | feat(user): add status api
| * feat(user): add status apiMax Wittig2019-09-051-0/+11
| |
* | test: re-enabled py_func_v4 testMax Wittig2019-09-051-24/+24
|/
* test: add group label cli testsAlberto López Martín2019-07-261-0/+56
|
* feat: group labels with subscriptable mixinAlberto López Martín2019-07-261-0/+12
|
* test: minor test fixesMax Wittig2019-07-211-3/+4
|
* test: add project releases testMax Wittig2019-07-211-0/+28
| | | | Fixes #762
* test: increase speed by disabling the rate limit fasterMax Wittig2019-07-211-1/+1
|
* fix(cli): fix update value for key not workingproject-variable-updatenateatkins2019-07-211-0/+25
|
* test: always use latest version to testMax Wittig2019-07-211-1/+1
|
* feat: add mr rebase methodJeroen Schutrup2019-07-111-0/+3
|
* feat: add support for issue.related_merge_requestsfeat/related_mrGauvain Pocentek2019-06-201-0/+2
| | | | Closes #794
* chore(ci): update the GitLab version in the test imageGauvain Pocentek2019-06-201-1/+1
|
* Merge pull request #792 from python-gitlab/chore/enable-gitlab-ci-buildsGauvain Pocentek2019-06-202-2/+2
|\ | | | | chore(ci): add automatic GitLab image pushes
| * chore(ci): add automatic GitLab image pusheschore/enable-gitlab-ci-buildsMax Wittig2019-06-102-2/+2
| |
* | feat: implement artifacts deletionfix/744/delete_artifactsGauvain Pocentek2019-06-101-1/+2
|/ | | | Closes #744