Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test: always ensure clean config environment | Nejc Habjan | 2022-07-26 | 1 | -5/+1 |
| | |||||
* | fix(cli): url-encode path components of the URL | John L. Villalovos | 2022-01-08 | 1 | -0/+35 |
| | | | | | | | | | | | | | In the CLI we need to make sure the components put into the path portion of the URL are url-encoded. Otherwise they will be interpreted as part of the path. For example can specify the project ID as a path, but in the URL it must be url-encoded or it doesn't work. Also stop adding the components of the path as query parameters in the URL. Closes: #783 Closes: #1498 | ||||
* | chore: rename 'tools/functional/' to 'tests/functional/' | John L. Villalovos | 2021-05-26 | 1 | -0/+19 |
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 |