summaryrefslogtreecommitdiff
path: root/spec/services/submodules
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2023-03-151-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-03-301-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-06-241-1/+1
|
* Add start_sha to commits APIMarkus Koller2019-07-181-1/+1
| | | | | | | | | | When passing start_branch on committing from the WebIDE, it's possible that the branch has changed since editing started, which results in the change being applied on top of the latest commit in the branch and overwriting the new changes. By passing the start_sha instead we can make sure that the change is applied on top of the commit which the user started editing from.
* Add submodule update API endpointFrancisco Javier López2018-11-071-0/+212
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