Remove usages of FullPath and SetFullPath RPCs
Contributes to https://gitlab.com/gitlab-org/gitlab/-/issues/408940 **Problem** Gitaly plans to remove the SetFullPath and FullPath RPCs in the context of https://gitlab.com/groups/gitlab-org/-/epics/8953. We need to adapt Rails to stop calling those RPCs so that we can move ahead with the planned removal. **Solution** Remove usages of FullPath and SetFullPath RPCs Changelog: other
显示
- app/models/namespace.rb 0 个添加, 7 个删除app/models/namespace.rb
- app/models/project.rb 0 个添加, 11 个删除app/models/project.rb
- app/services/projects/after_rename_service.rb 0 个添加, 1 个删除app/services/projects/after_rename_service.rb
- app/services/projects/create_service.rb 0 个添加, 5 个删除app/services/projects/create_service.rb
- app/services/projects/transfer_service.rb 3 个添加, 4 个删除app/services/projects/transfer_service.rb
- lib/gitlab/git/repository.rb 0 个添加, 15 个删除lib/gitlab/git/repository.rb
- lib/gitlab/gitaly_client/repository_service.rb 0 个添加, 27 个删除lib/gitlab/gitaly_client/repository_service.rb
- spec/lib/gitlab/git/repository_spec.rb 0 个添加, 46 个删除spec/lib/gitlab/git/repository_spec.rb
- spec/lib/gitlab/gitaly_client/repository_service_spec.rb 0 个添加, 25 个删除spec/lib/gitlab/gitaly_client/repository_service_spec.rb
- spec/models/project_spec.rb 0 个添加, 25 个删除spec/models/project_spec.rb
- spec/services/projects/create_service_spec.rb 0 个添加, 4 个删除spec/services/projects/create_service_spec.rb
加载中
想要评论请 注册 或 登录