SERVER-119058 Change ownership for change streams files (#47665)
GitOrigin-RevId: d9cf6908823d5405f9d74c4dfc30ae9176ae7d0d
This commit is contained in:
parent
45c3ea63e0
commit
c0c4319995
2
.github/CODEOWNERS
vendored
2
.github/CODEOWNERS
vendored
@ -2479,6 +2479,7 @@ WORKSPACE.bazel @10gen/devprod-build @svc-auto-approve-bot
|
||||
/src/mongo/db/pipeline/**/*change_stream* @10gen/query-execution-change-streams @svc-auto-approve-bot
|
||||
/src/mongo/db/pipeline/**/catalog_resource_handle.h @10gen/query-execution-classic @svc-auto-approve-bot
|
||||
/src/mongo/db/pipeline/**/common_sort_key_optimization_test.cpp @10gen/query-optimization @svc-auto-approve-bot
|
||||
/src/mongo/db/pipeline/**/data_to_shards_allocation_query_service* @10gen/query-execution-change-streams @svc-auto-approve-bot
|
||||
/src/mongo/db/pipeline/**/dependencies* @10gen/query-optimization @svc-auto-approve-bot
|
||||
/src/mongo/db/pipeline/**/dispatch_shard_pipeline_test.cpp @10gen/query-optimization @svc-auto-approve-bot
|
||||
/src/mongo/db/pipeline/**/document_source_check_resume_token_test.cpp @10gen/query-execution-change-streams @svc-auto-approve-bot
|
||||
@ -2522,6 +2523,7 @@ WORKSPACE.bazel @10gen/devprod-build @svc-auto-approve-bot
|
||||
/src/mongo/db/pipeline/**/make_js_function* @10gen/query-integration-features @svc-auto-approve-bot
|
||||
/src/mongo/db/pipeline/**/*_processor* @10gen/query-execution-classic @svc-auto-approve-bot
|
||||
/src/mongo/db/pipeline/**/group_processor* @10gen/query-execution-classic @svc-auto-approve-bot
|
||||
/src/mongo/db/pipeline/**/historical_placement_fetcher* @10gen/query-execution-change-streams @svc-auto-approve-bot
|
||||
/src/mongo/db/pipeline/**/lite_parsed* @10gen/query-optimization @svc-auto-approve-bot
|
||||
/src/mongo/db/pipeline/**/partition_key_comparator* @10gen/query-integration-features @svc-auto-approve-bot
|
||||
/src/mongo/db/pipeline/**/pipeline_d* @10gen/query-optimization @svc-auto-approve-bot
|
||||
|
||||
@ -73,6 +73,9 @@ filters:
|
||||
- "common_sort_key_optimization_test.cpp":
|
||||
approvers:
|
||||
- 10gen/query-optimization
|
||||
- "data_to_shards_allocation_query_service*":
|
||||
approvers:
|
||||
- 10gen/query-execution-change-streams
|
||||
- "dependencies*":
|
||||
approvers:
|
||||
- 10gen/query-optimization
|
||||
@ -202,6 +205,9 @@ filters:
|
||||
- "group_processor*":
|
||||
approvers:
|
||||
- 10gen/query-execution-classic
|
||||
- "historical_placement_fetcher*":
|
||||
approvers:
|
||||
- 10gen/query-execution-change-streams
|
||||
- "lite_parsed*":
|
||||
approvers:
|
||||
- 10gen/query-optimization
|
||||
|
||||
Loading…
Reference in New Issue
Block a user