Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test(cli): improve basic CLI coveragetest/cli-coverage | Nejc Habjan | 2021-11-27 | 1 | -0/+49 |
| | |||||
* | chore: rename `master` branch to `main`chore/master-to-main | Nejc Habjan | 2021-10-11 | 2 | -5/+5 |
| | | | | | BREAKING CHANGE: As of python-gitlab 3.0.0, the default branch for development has changed from `master` to `main`. | ||||
* | chore: fix mypy pre-commit hook | Nejc Habjan | 2021-08-22 | 1 | -0/+0 |
| | |||||
* | 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. | ||||
* | feat(objects): add support for generic packages API | Nejc Habjan | 2021-05-31 | 1 | -0/+48 |
| | |||||
* | chore: rename 'tools/functional/' to 'tests/functional/' | John L. Villalovos | 2021-05-26 | 5 | -0/+818 |
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 |