-
- Downloads
Add optional param :start_project to allow variable commit targets
This extends POST#:id/repository/commits to allow the optional parameter `:start_project`, which will allow targeting other projects besides the one derived from `:id`. Resolves https://gitlab.com/gitlab-org/gitlab-ce/issues/50850
Showing
- changelogs/unreleased/50850-kerrizor-extend-api-to-accept-start_project-option.yml 5 additions, 0 deletions...50-kerrizor-extend-api-to-accept-start_project-option.yml
- doc/api/commits.md 1 addition, 0 deletionsdoc/api/commits.md
- lib/api/commits.rb 10 additions, 0 deletionslib/api/commits.rb
- spec/requests/api/commits_spec.rb 92 additions, 0 deletionsspec/requests/api/commits_spec.rb
Please register or sign in to comment