summaryrefslogtreecommitdiff
path: root/tests/functional/api/test_projects.py
Commit message (Collapse)AuthorAgeFilesLines
* wip: debugging...jlvillal/debuggingJohn L. Villalovos2021-11-211-0/+10
|
* refactor: use f-strings for string formattingNejc Habjan2021-11-051-1/+1
|
* feat(api): add project milestone promotionRaimund Hook2021-10-271-0/+21
| | | | | | Adds promotion to Project Milestones Signed-off-by: Raimund Hook <raimund.hook@exfo.com>
* feat(api): add project label promotionRaimund Hook2021-10-181-0/+24
| | | | | | Adds a mixin that allows the /promote endpoint to be called. Signed-off-by: Raimund Hook <raimund.hook@exfo.com>
* chore: rename `master` branch to `main`chore/master-to-mainNejc Habjan2021-10-111-1/+1
| | | | | BREAKING CHANGE: As of python-gitlab 3.0.0, the default branch for development has changed from `master` to `main`.
* refactor(objects): remove deprecated tag release APINejc Habjan2021-09-081-4/+0
| | | | | BREAKING CHANGE: remove deprecated tag release API. This was removed in GitLab 14.0
* fix: functional project service test (#1500)John Villalovos2021-06-091-0/+5
| | | chore: fix functional project service test
* chore: rename 'tools/functional/' to 'tests/functional/'John L. Villalovos2021-05-261-0/+267
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