gitaly: Add flag for simplification of 'find_local_branches_response'
Currently 'find_local_branches_response' returns a specific response which holds branch information. Gitaly now can return a more generic response when the flag 'simplify_find_local_branches_response' is enabled. Let's add this flag to gitlab too, so we can switch to the new more generic response type.
显示
- GITALY_SERVER_VERSION 1 个添加, 1 个删除GITALY_SERVER_VERSION
- config/feature_flags/undefined/gitaly_simplify_find_local_branches_response.yml 8 个添加, 0 个删除...ndefined/gitaly_simplify_find_local_branches_response.yml
- lib/gitlab/gitaly_client/ref_service.rb 17 个添加, 8 个删除lib/gitlab/gitaly_client/ref_service.rb
- spec/lib/gitlab/gitaly_client/ref_service_spec.rb 70 个添加, 21 个删除spec/lib/gitlab/gitaly_client/ref_service_spec.rb
加载中
想要评论请 注册 或 登录