Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat(api): add support for getting a project's pull mirror details | John L. Villalovos | 2022-11-04 | 1 | -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. Villalovos | 2022-07-28 | 1 | -1/+1 |
| | | | | Update code so that the `warn_return_any` check passes. | ||||
* | feat(projects): add support for project restore API | Nejc Habjan | 2022-07-23 | 1 | -0/+17 |
| | |||||
* | refactor(objects): move ci lint to separate file | Nejc Habjan | 2022-07-05 | 1 | -46/+0 |
| | |||||
* | feat(objects): add Project CI Lint support | John L. Villalovos | 2022-07-04 | 1 | -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 fixtures | Antoine Auger | 2022-06-29 | 1 | -27/+26 |
| | |||||
* | refactor(test-projects): remove test_restore_project | Antoine Auger | 2022-06-16 | 1 | -5/+0 |
| | |||||
* | test(projects): add unit tests for projects | Antoine Auger | 2022-06-16 | 1 | -99/+488 |
| | |||||
* | feat(objects): support get project storage endpoint | Nejc Habjan | 2022-05-27 | 1 | -0/+20 |
| | |||||
* | test(projects): add tests for list project methods | Robin Berger | 2022-05-10 | 1 | -20/+116 |
| | |||||
* | feat(api): add `project.transfer()` and deprecate `transfer_project()` | Nejc Habjan | 2022-01-13 | 1 | -3/+25 |
| | |||||
* | feat(api): add group hooks | Ivan Sugonyak | 2021-06-26 | 1 | -25/+0 |
| | |||||
* | chore: move 'gitlab/tests/' dir to 'tests/unit/' | John L. Villalovos | 2021-05-26 | 1 | -0/+262 |
Move the 'gitlab/tests/' directory to 'tests/unit/' so we have all the tests located under the 'tests/' directory. |