-
- 下载
Merge branch '428488-implement-new-hierarchy-queries' into 'master'
Implement cached hierarchical queries See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/141628 Merged-by:Adam Hegyi <ahegyi@gitlab.com> Approved-by:
Max Fan <mfan@gitlab.com> Approved-by:
Matt Kasa <mkasa@gitlab.com> Reviewed-by:
Terri Chu <tchu@gitlab.com> Reviewed-by:
Tianwen Chen <tchen@gitlab.com> Reviewed-by:
Max Fan <mfan@gitlab.com>
显示
- app/models/namespace.rb 1 个添加, 5 个删除app/models/namespace.rb
- app/models/namespaces/traversal/cached.rb 54 个添加, 0 个删除app/models/namespaces/traversal/cached.rb
- app/models/namespaces/traversal/linear.rb 4 个添加, 0 个删除app/models/namespaces/traversal/linear.rb
- app/models/namespaces/traversal/recursive.rb 6 个添加, 0 个删除app/models/namespaces/traversal/recursive.rb
- app/services/groups/update_service.rb 2 个添加, 1 个删除app/services/groups/update_service.rb
- ee/app/services/security/orchestration/assign_service.rb 1 个添加, 1 个删除ee/app/services/security/orchestration/assign_service.rb
- ee/app/services/security/orchestration/unassign_service.rb 1 个添加, 1 个删除ee/app/services/security/orchestration/unassign_service.rb
- ee/lib/elastic/latest/application_class_proxy.rb 1 个添加, 1 个删除ee/lib/elastic/latest/application_class_proxy.rb
- spec/factories/namespaces/descendants.rb 6 个添加, 0 个删除spec/factories/namespaces/descendants.rb
- spec/models/namespaces/traversal/cached_spec.rb 135 个添加, 61 个删除spec/models/namespaces/traversal/cached_spec.rb
- spec/services/groups/update_service_spec.rb 2 个添加, 0 个删除spec/services/groups/update_service_spec.rb
- spec/support/shared_examples/namespaces/traversal_examples.rb 8 个添加, 0 个删除.../support/shared_examples/namespaces/traversal_examples.rb
加载中
想要评论请 注册 或 登录