Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: add `get_all` param (and `--get-all`) to allow passing `all` to API | Nejc Habjan | 2022-07-21 | 1 | -2/+2 |
| | |||||
* | test(functional): replace len() calls with list membership checks | Nejc Habjan | 2022-07-03 | 1 | -7/+5 |
| | |||||
* | chore: use constants from gitlab.const module | John L. Villalovos | 2021-11-30 | 1 | -1/+1 |
| | | | | | Have code use constants from the gitlab.const module instead of from the top-level gitlab module. | ||||
* | refactor(objects): remove deprecated constants defined in objects | Nejc Habjan | 2021-09-11 | 1 | -1/+1 |
| | | | | | BREAKING CHANGE: remove deprecated constants defined in gitlab.v4.objects, and use only gitlab.const module | ||||
* | chore: rename 'tools/functional/' to 'tests/functional/' | John L. Villalovos | 2021-05-26 | 1 | -0/+74 |
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 |