gemfile: Update `gitaly` to `16.1.0-rc2`
Update the gitaly gem from `16.1.0-rc1` to `16.1.0-rc2`. The new gem has the updated protobuf for `GetTreeEntries` RPC, which includes new structured error type `GetTreeEntriesError`. In the following commit[s], we will use this error for better response handling. The new release of the gitaly gem also deprecates the `Gitaly::FindLocalBranchResponse` field. So modify `ref_service_spec.rb` to remove any usage of the field.
显示
- Gemfile 1 个添加, 1 个删除Gemfile
- Gemfile.checksum 1 个添加, 1 个删除Gemfile.checksum
- Gemfile.lock 2 个添加, 2 个删除Gemfile.lock
- lib/gitlab/gitaly_client/commit_service.rb 26 个添加, 0 个删除lib/gitlab/gitaly_client/commit_service.rb
- spec/lib/gitlab/gitaly_client/commit_service_spec.rb 123 个添加, 0 个删除spec/lib/gitlab/gitaly_client/commit_service_spec.rb
- spec/lib/gitlab/gitaly_client/ref_service_spec.rb 33 个添加, 72 个删除spec/lib/gitlab/gitaly_client/ref_service_spec.rb
加载中
想要评论请 注册 或 登录