NARKOZ / gitlab

Ruby wrapper and CLI for the GitLab REST API
https://narkoz.github.io/gitlab
BSD 2-Clause "Simplified" License
1.06k stars 394 forks source link

Feature Request: gitlab CI lint is being deprecated and new APIs are replacing them #660

Closed mrose-fw closed 1 year ago

mrose-fw commented 1 year ago

The currently supported POST /ci/lint to validate gitlab-ci.yml is deprecated, and will be removed completely in version 16. There are new methods that are implemented and available at this time. I'm requesting that the new APIs get support.

The new methods are

GET /projects/:id/ci/lint
POST /projects/:id/ci/lint

The updated documentation can be found here, and specifically the deprecation notice can be found here.

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.