Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test(functional): replace len() calls with list membership checks | Nejc Habjan | 2022-07-03 | 1 | -2/+2 |
| | |||||
* | fix(api): do not require Release name for creation | Eric Davies | 2021-07-27 | 1 | -0/+18 |
| | | | | | Stop requiring a `name` attribute for creating a Release, since a release name has not been required since GitLab 12.5. | ||||
* | test(releases): integration for release PUT | Pierre Paques | 2021-06-26 | 1 | -0/+9 |
| | |||||
* | chore: rename 'tools/functional/' to 'tests/functional/' | John L. Villalovos | 2021-05-26 | 1 | -0/+36 |
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 |