Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | test(api): fix issues test | Ben Brown | 2021-06-01 | 1 | -3/+3 | |
| | | | | Was incorrectly using the issue 'id' vs 'iid'. | |||||
* | test(functional): explicitly remove deploy tokens on reset | Ben Brown | 2021-06-01 | 1 | -0/+4 | |
| | | | | | Deploy tokens would remain in the instance if the respective project or group was deleted without explicitly revoking the deploy tokens first. | |||||
* | test(cli): replace assignment expression | Ben Brown | 2021-06-01 | 1 | -5/+3 | |
| | | | | | This is a feature added in 3.8, removing it allows for the test to run with lower python versions. | |||||
* | test(functional): optionally keep containers running post-tests | Ben Brown | 2021-06-01 | 2 | -1/+24 | |
| | | | | | | Additionally updates token creation to make use of `first_or_create()`, to avoid errors from the script caused by GitLab constraints preventing duplicate tokens with the same value. | |||||
* | feat(objects): add support for generic packages API | Nejc Habjan | 2021-05-31 | 3 | -2/+165 | |
| | ||||||
* | feat(api): add deployment mergerequests interface | Ludwig Weiss | 2021-05-30 | 1 | -0/+56 | |
| | ||||||
* | chore: apply suggestions | Nejc Habjan | 2021-05-30 | 1 | -3/+7 | |
| | ||||||
* | feat(objects): support all issues statistics endpoints | Nejc Habjan | 2021-05-30 | 1 | -3/+22 | |
| | ||||||
* | feat(objects): add support for descendant groups API | Nejc Habjan | 2021-05-29 | 2 | -0/+59 | |
| | ||||||
* | feat(objects): add pipeline test report support | Raphaƫl Monat | 2021-05-29 | 1 | -1/+53 | |
| | ||||||
* | chore: move 'gitlab/tests/' dir to 'tests/unit/' | John L. Villalovos | 2021-05-26 | 55 | -0/+5852 | |
| | | | | | Move the 'gitlab/tests/' directory to 'tests/unit/' so we have all the tests located under the 'tests/' directory. | |||||
* | chore: rename 'tools/functional/' to 'tests/functional/' | John L. Villalovos | 2021-05-26 | 27 | -0/+3067 | |
| | | | | | | | | | 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 | |||||
* | drop the tests dir, this is useless | Gauvain Pocentek | 2013-06-22 | 2 | -156/+0 | |
| | ||||||
* | unittest for SSH keys | Gauvain Pocentek | 2013-02-17 | 1 | -0/+24 | |
| | ||||||
* | some unit tests! | Gauvain Pocentek | 2013-02-16 | 2 | -0/+132 | |