Add submodule update API endpoint
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
显示
- Gemfile 1 个添加, 1 个删除Gemfile
- Gemfile.lock 4 个添加, 5 个删除Gemfile.lock
- Gemfile.rails5.lock 4 个添加, 5 个删除Gemfile.rails5.lock
- app/models/repository.rb 12 个添加, 0 个删除app/models/repository.rb
- app/services/submodules/update_service.rb 38 个添加, 0 个删除app/services/submodules/update_service.rb
- changelogs/unreleased/fj-41213-api-update-submodule-commit.yml 5 个添加, 0 个删除...elogs/unreleased/fj-41213-api-update-submodule-commit.yml
- doc/api/README.md 2 个添加, 1 个删除doc/api/README.md
- doc/api/repository_submodules.md 49 个添加, 0 个删除doc/api/repository_submodules.md
- lib/api/api.rb 1 个添加, 0 个删除lib/api/api.rb
- lib/api/submodules.rb 47 个添加, 0 个删除lib/api/submodules.rb
- lib/gitlab/git/repository.rb 14 个添加, 0 个删除lib/gitlab/git/repository.rb
- lib/gitlab/gitaly_client/operation_service.rb 26 个添加, 0 个删除lib/gitlab/gitaly_client/operation_service.rb
- spec/requests/api/submodules_spec.rb 99 个添加, 0 个删除spec/requests/api/submodules_spec.rb
- spec/services/submodules/update_service_spec.rb 212 个添加, 0 个删除spec/services/submodules/update_service_spec.rb
- spec/support/helpers/test_env.rb 2 个添加, 1 个删除spec/support/helpers/test_env.rb
加载中
想要评论请 注册 或 登录