-
- Downloads
There was an error fetching the commit references. Please try again later.
Fully deprecate `public_builds` in projects API
When we changed from `public_builds` to `public_jobs` in gitlab-foss!9463 we missed the `PUT` and `POST` endpoints. Internally we still refer to it as `public_builds` and due to the breaking changes policy for the API we will still need to support `public_builds` as an API parameter, so using the `translate_params_for_compatibility()` method to support both is a convenient way to achieve consistency without a large refactor. Fixes #329725
parent
d4d8ee73
No related branches found
No related tags found
Showing
- doc/api/projects.md 6 additions, 3 deletionsdoc/api/projects.md
- lib/api/helpers/projects_helpers.rb 4 additions, 2 deletionslib/api/helpers/projects_helpers.rb
- lib/api/projects.rb 1 addition, 0 deletionslib/api/projects.rb
- spec/requests/api/projects_spec.rb 22 additions, 0 deletionsspec/requests/api/projects_spec.rb
Please register or sign in to comment