Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore: rename 'tools/functional/' to 'tests/functional/' | John L. Villalovos | 2021-05-26 | 27 | -3067/+0 |
| | | | | | | | | | Rename the 'tools/functional/' directory to 'tests/functional/' This makes more sense as these are functional tests and not tools. This was dicussed in: https://github.com/python-gitlab/python-gitlab/discussions/1468 | ||||
* | chore: add a merge_request() pytest fixture and use it | John L. Villalovos | 2021-05-25 | 2 | -82/+105 |
| | | | | | Added a pytest.fixture for merge_request(). Use this fixture in tools/functional/api/test_merge_requests.py | ||||
* | chore: simplify functional tests | John L. Villalovos | 2021-05-25 | 1 | -59/+57 |
| | | | | | Add a helper function to have less code duplication in the functional testing. | ||||
* | chore: add functional test mr.merge() with long commit message | John L. Villalovos | 2021-05-25 | 1 | -0/+59 |
| | | | | | | | | | | Functional test to show that https://github.com/python-gitlab/python-gitlab/issues/1452 is fixed. Added a functional test to ensure that we can use large commit message (10_000+ bytes) in mr.merge() Related to: #1452 | ||||
* | chore: add a functional test for issue #1120 | John L. Villalovos | 2021-05-25 | 1 | -0/+59 |
| | | | | | | | | Going to switch to putting parameters from in the query string to having them in the 'data' body section. Add a functional test to make sure that we don't break anything. https://github.com/python-gitlab/python-gitlab/issues/1120 | ||||
* | chore: fix import ordering using isort | John L. Villalovos | 2021-05-25 | 2 | -2/+0 |
| | | | | | | Fix the import ordering using isort. https://pycqa.github.io/isort/ | ||||
* | Merge pull request #1376 from Shkurupii/feat-get-inherited-members | Nejc Habjan | 2021-05-14 | 1 | -1/+2 |
|\ | | | | | feat: get inherited member for project/group | ||||
| * | feat: add feature to get inherited member for project/group | Oleksii Shkurupii | 2021-05-07 | 1 | -1/+2 |
| | | |||||
* | | chore(deps): update gitlab/gitlab-ce docker tag to v13.11.4-ce.0 | Renovate Bot | 2021-05-14 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #1420 from python-gitlab/fix/missing-list-attributes | John Villalovos | 2021-05-06 | 1 | -0/+4 |
|\ | | | | | fix(objects): make lists work for filters in all objects | ||||
| * | test(functional): add test for skip_groups list filter | Nejc Habjan | 2021-05-06 | 1 | -0/+4 |
| | | |||||
* | | chore(deps): update gitlab/gitlab-ce docker tag to v13.11.3-ce.0renovate/docker-gitlab-gitlab-ce-13.x | Renovate Bot | 2021-04-30 | 1 | -1/+1 |
| | | |||||
* | | chore: have flake8 check the entire project | John L. Villalovos | 2021-04-30 | 8 | -16/+12 |
| | | | | | | | | | | Have flake8 run at the top-level of the projects instead of just the gitlab directory. | ||||
* | | chore(deps): update gitlab/gitlab-ce docker tag to v13.11.2-ce.0 | Renovate Bot | 2021-04-28 | 1 | -1/+1 |
|/ | |||||
* | fix: iids not working as a list in projects.issues.list() | John L. Villalovos | 2021-04-27 | 1 | -1/+5 |
| | | | | | | | | | Set the 'iids' values as type ListAttribute so it will pass the list as a comma-separated string, instead of a list. Add a functional test. Closes: #1407 | ||||
* | chore(deps): update gitlab/gitlab-ce docker tag to v13.11.1-ce.0 | Renovate Bot | 2021-04-23 | 1 | -1/+1 |
| | |||||
* | chore(deps): update gitlab/gitlab-ce docker tag to v13.11.0-ce.0 | Renovate Bot | 2021-04-22 | 1 | -1/+1 |
| | |||||
* | chore(deps): update gitlab/gitlab-ce docker tag to v13.10.3-ce.0 | Renovate Bot | 2021-04-14 | 1 | -1/+1 |
| | |||||
* | chore(deps): update gitlab/gitlab-ce docker tag to v13.10.1-ce.0 | Renovate Bot | 2021-03-31 | 1 | -1/+1 |
| | |||||
* | chore(deps): update gitlab/gitlab-ce docker tag to v13.10.0-ce.0 | Renovate Bot | 2021-03-22 | 1 | -1/+1 |
| | |||||
* | chore(deps): update gitlab/gitlab-ce docker tag to v13.9.4-ce.0 | Renovate Bot | 2021-03-17 | 1 | -1/+1 |
| | |||||
* | chore(deps): update gitlab/gitlab-ce docker tag to v13.9.3-ce.0 | Renovate Bot | 2021-03-10 | 1 | -1/+1 |
| | |||||
* | chore(deps): update gitlab/gitlab-ce docker tag to v13.9.2-ce.0 | Renovate Bot | 2021-03-04 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |