summaryrefslogtreecommitdiff
path: root/tests/unit/objects/test_projects.py
Commit message (Collapse)AuthorAgeFilesLines
* feat(api): add support for getting a project's pull mirror detailsJohn L. Villalovos2022-11-041-0/+27
| | | | | | | Add the ability to get a project's pull mirror details. This was added in GitLab 15.5 and is a PREMIUM feature. https://docs.gitlab.com/ee/api/projects.html#get-a-projects-pull-mirror-details
* chore: enable mypy check `warn_return_any`John L. Villalovos2022-07-281-1/+1
| | | | Update code so that the `warn_return_any` check passes.
* feat(projects): add support for project restore APINejc Habjan2022-07-231-0/+17
|
* refactor(objects): move ci lint to separate fileNejc Habjan2022-07-051-46/+0
|
* feat(objects): add Project CI Lint supportJohn L. Villalovos2022-07-041-0/+46
| | | | | | Add support for validating a project's CI configuration [1] [1] https://docs.gitlab.com/ee/api/lint.html
* refactor(test-projects): apply suggestions and use fixturesAntoine Auger2022-06-291-27/+26
|
* refactor(test-projects): remove test_restore_projectAntoine Auger2022-06-161-5/+0
|
* test(projects): add unit tests for projectsAntoine Auger2022-06-161-99/+488
|
* feat(objects): support get project storage endpointNejc Habjan2022-05-271-0/+20
|
* test(projects): add tests for list project methodsRobin Berger2022-05-101-20/+116
|
* feat(api): add `project.transfer()` and deprecate `transfer_project()`Nejc Habjan2022-01-131-3/+25
|
* feat(api): add group hooksIvan Sugonyak2021-06-261-25/+0
|
* chore: move 'gitlab/tests/' dir to 'tests/unit/'John L. Villalovos2021-05-261-0/+262
Move the 'gitlab/tests/' directory to 'tests/unit/' so we have all the tests located under the 'tests/' directory.