Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore(deps): update gitlab/gitlab-ce docker tag to v13.9.1-ce.0 | Renovate Bot | 2021-02-24 | 1 | -1/+1 |
| | |||||
* | chore(deps): update gitlab/gitlab-ce docker tag to v13.9.0-ce.0 | Renovate Bot | 2021-02-22 | 1 | -1/+1 |
| | |||||
* | fix: extend wait timeout for test_delete_user() | John L. Villalovos | 2021-02-21 | 2 | -3/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | Have been seeing intermittent failures of the test_delete_user() functional test. Have made the following changes to hopefully resolve the issue and if it still fails to know better why the failure occurred. * Extend the wait timeout for test_delete_user() from 30 to 60 tries of 0.5 seconds each. * Modify wait_for_sidekiq() to return True if sidekiq process terminated. Return False if the timeout expired. * Modify wait_for_sidekiq() to loop through all processes instead of assuming there is only one process. If all processes are not busy then return. * Modify wait_for_sidekiq() to sleep at least once before checking for processes being busy. * Check for True being returned in test_delete_user() call to wait_for_sidekiq() | ||||
* | Merge pull request #1314 from python-gitlab/feat/release-links | Max Wittig | 2021-02-21 | 3 | -35/+70 |
|\ | | | | | feat: add release links API support | ||||
| * | test(api): add functional test for release links API | Nejc Habjan | 2021-02-21 | 3 | -35/+70 |
| | | |||||
* | | fix: test_update_group() dependency on ordering | John L. Villalovos | 2021-02-20 | 1 | -1/+1 |
|/ | | | | | | | | Since there are two groups we can't depend on the one we changed to always be the first one returned. Instead fetch the group we want and then test our assertion against that group. | ||||
* | chore(deps): update gitlab/gitlab-ce docker tag to v13.8.4-ce.0 | Renovate Bot | 2021-02-11 | 1 | -1/+1 |
| | |||||
* | chore(deps): update gitlab/gitlab-ce docker tag to v13.8.3-ce.0 | Renovate Bot | 2021-02-05 | 1 | -1/+1 |
| | |||||
* | chore(deps): update gitlab/gitlab-ce docker tag to v13.8.2-ce.0 | Renovate Bot | 2021-02-04 | 1 | -1/+1 |
| | |||||
* | test: ignore failing test for now | Max Wittig | 2021-01-29 | 1 | -0/+1 |
| | |||||
* | chore(deps): update gitlab/gitlab-ce docker tag to v13.8.1-ce.0 | Renovate Bot | 2021-01-28 | 1 | -1/+1 |
| | |||||
* | chore: move .env into docker-compose dir | Nejc Habjan | 2021-01-25 | 1 | -0/+2 |
| | |||||
* | feat(tests): test label getter | Marvin Scholz | 2021-01-10 | 1 | -2/+5 |
| | |||||
* | test(cli): add test for job artifacts downloadfix/cli-binary-data | Nejc Habjan | 2020-10-12 | 3 | -1/+98 |
| | |||||
* | chore: apply suggestionsrefactor/split-functional-tests | Nejc Habjan | 2020-10-08 | 5 | -6/+12 |
| | |||||
* | refactor(tests): split functional tests | Nejc Habjan | 2020-10-08 | 15 | -1164/+1498 |
| | |||||
* | chore: use helper fixtures for test directoriestest/cleanup-env | Nejc Habjan | 2020-09-15 | 2 | -12/+18 |
| | |||||
* | chore: allow overriding docker-compose env vars for tag | Nejc Habjan | 2020-09-15 | 1 | -1/+1 |
| | |||||
* | chore: remove unnecessary random function | Nejc Habjan | 2020-09-15 | 1 | -20/+11 |
| | |||||
* | test(env): replace custom scripts with pytest and docker-compose | Nejc Habjan | 2020-09-15 | 13 | -285/+155 |
| | |||||
* | chore(deps): update gitlab/gitlab-ce docker tag to v13.3.6-ce.0 | Renovate Bot | 2020-09-14 | 1 | -1/+1 |
| | |||||
* | feat(api): add support for user identity provider deletionfeat/delete-user-identities | Nejc Habjan | 2020-09-07 | 1 | -0/+20 |
| | |||||
* | chore(deps): update gitlab/gitlab-ce docker tag to v13.3.5-ce.0 | Renovate Bot | 2020-09-04 | 1 | -1/+1 |
| | |||||
* | chore(deps): update gitlab/gitlab-ce docker tag to v13.3.4-ce.0 | Renovate Bot | 2020-09-02 | 1 | -1/+1 |
| | |||||
* | chore(deps): update gitlab/gitlab-ce docker tag to v13.3.3-ce.0 | Renovate Bot | 2020-09-02 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1163 from python-gitlab/feat/instance-variables-api | Max Wittig | 2020-09-01 | 6 | -41/+95 |
|\ | | | | | Feat: add support for instance variables API | ||||
| * | chore(test): use pathlib for pathsfeat/instance-variables-api | Nejc Habjan | 2020-08-31 | 1 | -2/+2 |
| | | |||||
| * | test(api): add tests for variables API | Nejc Habjan | 2020-08-31 | 6 | -41/+95 |
| | | |||||
* | | chore(deps): update gitlab/gitlab-ce docker tag to v13.3.2-ce.0 | Renovate Bot | 2020-08-31 | 1 | -1/+1 |
|/ | |||||
* | chore(ci): pin gitlab-ce version for renovate | Nejc Habjan | 2020-08-31 | 1 | -2/+4 |
| | |||||
* | Merge pull request #1157 from Shkurupii/issue-1154 | Max Wittig | 2020-08-29 | 1 | -0/+13 |
|\ | | | | | Add support to resource milestone events | ||||
| * | chore: make latest black happy with existing code | Oleksii Shkurupii | 2020-08-29 | 1 | -1/+6 |
| | | |||||
| * | feat: add support to resource milestone events | Oleksii Shkurupii | 2020-08-26 | 1 | -0/+13 |
| | | | | | | | | Fixes #1154 | ||||
* | | test(packages): add tests for Packages API | Nejc Habjan | 2020-08-29 | 5 | -1/+27 |
| | | |||||
* | | chore: update tools dir for latest black version | Nejc Habjan | 2020-08-29 | 1 | -1/+6 |
|/ | |||||
* | Merge pull request #1147 from ericfrederich/fix-1146 | Nejc Habjan | 2020-08-23 | 1 | -1/+1 |
|\ | | | | | fix: tests fail when using REUSE_CONTAINER option | ||||
| * | fix: tests fail when using REUSE_CONTAINER option | Eric L Frederich | 2020-08-07 | 1 | -1/+1 |
| | | | | | | | | Fixes #1146 | ||||
* | | fix: implement Gitlab's behavior change for owned=True | Mathieu Parent | 2020-07-23 | 1 | -1/+1 |
| | | |||||
* | | feat: add share/unshare group with group | Mathieu Parent | 2020-07-23 | 1 | -1/+12 |
|/ | |||||
* | fix: disable default keyset pagination | Max Wittig | 2020-06-09 | 1 | -0/+1 |
| | | | | Instead we set pagination to offset on the other paths | ||||
* | test: disable test until Gitlab 13.1 | Max Wittig | 2020-06-08 | 1 | -1/+2 |
| | |||||
* | test(cli): convert shell tests to pytest test casestest/pytest-cli-tests | Nejc Habjan | 2020-04-26 | 5 | -307/+888 |
| | |||||
* | chore(test): remove outdated token testchore/signature-gpg-x509 | Nejc Habjan | 2020-04-23 | 1 | -10/+5 |
| | |||||
* | chore: bring commit signatures up to date with 12.10 | Nejc Habjan | 2020-04-22 | 2 | -5/+5 |
| | |||||
* | Merge pull request #1052 from machine424/deploy-tokens-support | Max Wittig | 2020-04-07 | 2 | -8/+130 |
|\ | | | | | feat(api): add support for Gitlab Deploy Token API | ||||
| * | feat(api): add support for Gitlab Deploy Token API | ayoub mrini | 2020-04-06 | 2 | -8/+130 |
| | | |||||
* | | feat(api): add support for remote mirrors API (#1056)feat/project-remote-mirrors | Nejc Habjan | 2020-04-07 | 1 | -0/+17 |
| | | |||||
* | | test(api): add tests for group export/import API | Nejc Habjan | 2020-04-05 | 1 | -0/+27 |
| | | |||||
* | | test(types): reproduce get_for_api splitting strings (#1057) | Nejc Habjan | 2020-03-28 | 1 | -1/+8 |
|/ | |||||
* | Merge pull request #1054 from nejch/chore/cleanup-test-env | Max Wittig | 2020-03-22 | 1 | -11/+5 |
|\ | | | | | chore: improve test environment for upcoming features |