summaryrefslogtreecommitdiff
path: root/lib/api/submodules.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add submodule update API endpointFrancisco Javier López2018-11-071-0/+47
This new endpoint allow users to update a submodule's reference. The MR involves adding a new operation RPC operation in gitaly-proto (see gitlab-org/gitaly-proto!233) and change Gitaly to use this new version (see gitlab-org/gitaly!936). See gitlab-org/gitlab-ce!20949