Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore: simplify `wait_for_sidekiq` usage | John L. Villalovos | 2022-10-05 | 1 | -2/+1 |
| | | | | | Simplify usage of `wait_for_sidekiq` by putting the assert if it timed out inside the function rather than after calling it. | ||||
* | chore: enable mypy check `strict_equality` | John L. Villalovos | 2022-07-19 | 1 | -2/+14 |
| | | | | Enable the `mypy` `strict_equality` check. | ||||
* | test(functional): replace len() calls with list membership checks | Nejc Habjan | 2022-07-03 | 1 | -20/+16 |
| | |||||
* | feat(users): add ban and unban methods | Antoine Auger | 2022-06-13 | 1 | -0/+10 |
| | |||||
* | feat(user): support getting user SSH key by id | Nejc Habjan | 2022-04-01 | 1 | -0/+3 |
| | |||||
* | chore: always use context manager for file IO | Nejc Habjan | 2022-01-23 | 1 | -1/+2 |
| | |||||
* | test(cli): improve basic CLI coveragetest/cli-coverage | Nejc Habjan | 2021-11-27 | 1 | -9/+3 |
| | |||||
* | chore: rename 'tools/functional/' to 'tests/functional/' | John L. Villalovos | 2021-05-26 | 1 | -0/+170 |
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 |