diff options
author | Innokentii Mokin <innokentii@ydb.tech> | 2024-04-18 17:59:57 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-18 17:59:57 +0300 |
commit | 91dbfed314e59ce5247ee9b0675f556cf9371615 (patch) | |
tree | cc2ea79974c71e30bf35338de99bcaac75bc6887 | |
parent | 75936ddf8c6c3a04a3833fbb170c606f15c15caf (diff) | |
download | ydb-91dbfed314e59ce5247ee9b0675f556cf9371615.tar.gz |
Sort ya make recurses (#3884)
44 files changed, 119 insertions, 119 deletions
diff --git a/ydb/apps/ya.make b/ydb/apps/ya.make index b12d0d9c41..16793907d1 100644 --- a/ydb/apps/ya.make +++ b/ydb/apps/ya.make @@ -1,6 +1,6 @@ RECURSE( - ydbd - ydb dstool pgwire + ydb + ydbd ) diff --git a/ydb/core/blobstorage/ut_pdiskfit/ya.make b/ydb/core/blobstorage/ut_pdiskfit/ya.make index 393ceb4877..fad06980ed 100644 --- a/ydb/core/blobstorage/ut_pdiskfit/ya.make +++ b/ydb/core/blobstorage/ut_pdiskfit/ya.make @@ -1,6 +1,6 @@ RECURSE( - pdiskfit lib + pdiskfit ) RECURSE_FOR_TESTS( diff --git a/ydb/core/blobstorage/vdisk/hulldb/ya.make b/ydb/core/blobstorage/vdisk/hulldb/ya.make index e1b1c72b0e..3b28f4d246 100644 --- a/ydb/core/blobstorage/vdisk/hulldb/ya.make +++ b/ydb/core/blobstorage/vdisk/hulldb/ya.make @@ -29,6 +29,6 @@ RECURSE( compstrat fresh generic - test recovery + test ) diff --git a/ydb/core/fq/libs/ya.make b/ydb/core/fq/libs/ya.make index 16867b84b8..1842a398e4 100644 --- a/ydb/core/fq/libs/ya.make +++ b/ydb/core/fq/libs/ya.make @@ -1,9 +1,9 @@ RECURSE( actors audit - checkpoint_storage checkpointing checkpointing_common + checkpoint_storage cloud_audit common compute diff --git a/ydb/core/kqp/common/ya.make b/ydb/core/kqp/common/ya.make index a3a557af32..bd5d07580c 100644 --- a/ydb/core/kqp/common/ya.make +++ b/ydb/core/kqp/common/ya.make @@ -55,6 +55,6 @@ END() RECURSE( compilation - simple events + simple ) diff --git a/ydb/core/tablet_flat/test/tool/ya.make b/ydb/core/tablet_flat/test/tool/ya.make index 7fd47e7e65..f83efaa5e0 100644 --- a/ydb/core/tablet_flat/test/tool/ya.make +++ b/ydb/core/tablet_flat/test/tool/ya.make @@ -1,4 +1,4 @@ RECURSE( - surg perf + surg ) diff --git a/ydb/core/tx/long_tx_service/ya.make b/ydb/core/tx/long_tx_service/ya.make index a6617bbe2d..8df94abb7a 100644 --- a/ydb/core/tx/long_tx_service/ya.make +++ b/ydb/core/tx/long_tx_service/ya.make @@ -23,8 +23,8 @@ END() RECURSE( public - ut public/ut + ut ) RECURSE_FOR_TESTS( diff --git a/ydb/core/tx/ya.make b/ydb/core/tx/ya.make index 22384a6a37..16eacd9162 100644 --- a/ydb/core/tx/ya.make +++ b/ydb/core/tx/ya.make @@ -35,11 +35,11 @@ RECURSE( schemeshard sequenceproxy sequenceshard + sharding + tiering time_cast + tracing tx_allocator tx_allocator_client tx_proxy - tiering - sharding - tracing ) diff --git a/ydb/core/ya.make b/ydb/core/ya.make index acdeb24363..d9a1b0e645 100644 --- a/ydb/core/ya.make +++ b/ydb/core/ya.make @@ -1,24 +1,25 @@ RECURSE( actorlib_impl base - blobstorage blob_depot + blobstorage blockstore change_exchange client cms - control config + control debug debug_tools discovery docapi + driver_lib engine erasure external_sources filestore - fq formats + fq graph grpc_caching grpc_services @@ -26,6 +27,7 @@ RECURSE( health_check http_proxy io_formats + jaeger_tracing kafka_proxy kesus keyvalue @@ -59,9 +61,7 @@ RECURSE( wrappers ydb_convert ymq - driver_lib yql_testlib - jaeger_tracing ) RECURSE_FOR_TESTS( diff --git a/ydb/core/ymq/ya.make b/ydb/core/ymq/ya.make index 42aa5fe5f6..c4966bd888 100644 --- a/ydb/core/ymq/ya.make +++ b/ydb/core/ymq/ya.make @@ -3,8 +3,8 @@ RECURSE( base client http - queues proto + queues ) RECURSE_FOR_TESTS( diff --git a/ydb/library/actors/ya.make b/ydb/library/actors/ya.make index 00d7801798..e9f1309c63 100644 --- a/ydb/library/actors/ya.make +++ b/ydb/library/actors/ya.make @@ -1,16 +1,16 @@ RECURSE( - log_backend core cppcoro dnsresolver examples + helpers + http interconnect + log_backend memory_log - helpers prof protos + testlib util wilson - testlib - http ) diff --git a/ydb/library/arrow_clickhouse/ya.make b/ydb/library/arrow_clickhouse/ya.make index e5982a1a30..771df8dcad 100644 --- a/ydb/library/arrow_clickhouse/ya.make +++ b/ydb/library/arrow_clickhouse/ya.make @@ -29,7 +29,7 @@ SRCS( END() RECURSE( - Common Columns + Common DataStreams ) diff --git a/ydb/library/benchmarks/ya.make b/ydb/library/benchmarks/ya.make index 1148e93bb8..156c0dc699 100644 --- a/ydb/library/benchmarks/ya.make +++ b/ydb/library/benchmarks/ya.make @@ -1,4 +1,4 @@ RECURSE( - template gen_queries + template ) diff --git a/ydb/library/persqueue/ya.make b/ydb/library/persqueue/ya.make index fc7884db77..143a827442 100644 --- a/ydb/library/persqueue/ya.make +++ b/ydb/library/persqueue/ya.make @@ -1,9 +1,9 @@ RECURSE( + counter_time_keeper deprecated obfuscate tests topic_parser topic_parser_public - ) diff --git a/ydb/library/schlab/mon/ya.make b/ydb/library/schlab/mon/ya.make index a0dc3acdd3..a54658dfcb 100644 --- a/ydb/library/schlab/mon/ya.make +++ b/ydb/library/schlab/mon/ya.make @@ -28,8 +28,8 @@ PEERDIR( END() RECURSE( - test static static/css static/js + test ) diff --git a/ydb/library/ya.make b/ydb/library/ya.make index f62aa24edf..18781cffde 100644 --- a/ydb/library/ya.make +++ b/ydb/library/ya.make @@ -1,7 +1,7 @@ RECURSE( accessor - actors aclib + actors arrow_clickhouse arrow_kernels arrow_parquet @@ -14,8 +14,8 @@ RECURSE( grpc http_proxy keys - login logger + login mkql_proto naming_conventions ncloud @@ -31,9 +31,9 @@ RECURSE( time_series_vec wilson_ids workload - yaml_config workload yaml_config + yaml_config ycloud yql ) diff --git a/ydb/library/yql/parser/proto_ast/gen/ya.make b/ydb/library/yql/parser/proto_ast/gen/ya.make index b480619bbc..81d39789f9 100644 --- a/ydb/library/yql/parser/proto_ast/gen/ya.make +++ b/ydb/library/yql/parser/proto_ast/gen/ya.make @@ -1,7 +1,7 @@ RECURSE( + jsonpath v0 - v1 v0_proto_split + v1 v1_proto_split - jsonpath ) diff --git a/ydb/library/yql/providers/dq/ya.make b/ydb/library/yql/providers/dq/ya.make index e44cf18b62..138d3260b3 100644 --- a/ydb/library/yql/providers/dq/ya.make +++ b/ydb/library/yql/providers/dq/ya.make @@ -5,16 +5,16 @@ RECURSE( config counters expr_nodes - scheduler global_worker_manager interface + metrics mkql opt planner provider runtime + scheduler task_runner task_runner_actor worker_manager - metrics ) diff --git a/ydb/library/yql/providers/pg/ya.make b/ydb/library/yql/providers/pg/ya.make index a727bb18bf..14a0d3a736 100644 --- a/ydb/library/yql/providers/pg/ya.make +++ b/ydb/library/yql/providers/pg/ya.make @@ -1,4 +1,4 @@ RECURSE( - provider expr_nodes -)
\ No newline at end of file + provider +) diff --git a/ydb/library/yql/providers/yt/comp_nodes/ya.make b/ydb/library/yql/providers/yt/comp_nodes/ya.make index bb63014843..5e50834faa 100644 --- a/ydb/library/yql/providers/yt/comp_nodes/ya.make +++ b/ydb/library/yql/providers/yt/comp_nodes/ya.make @@ -14,4 +14,4 @@ RECURSE( RECURSE_FOR_TESTS( ut -)
\ No newline at end of file +) diff --git a/ydb/library/yql/tests/common/ya.make b/ydb/library/yql/tests/common/ya.make index d1f83c5bca..1ac429bbb1 100644 --- a/ydb/library/yql/tests/common/ya.make +++ b/ydb/library/yql/tests/common/ya.make @@ -1,5 +1,5 @@ RECURSE( - udf_test test_framework + udf_test ) diff --git a/ydb/library/yql/tests/ya.make b/ydb/library/yql/tests/ya.make index 302e284b22..125645de9c 100644 --- a/ydb/library/yql/tests/ya.make +++ b/ydb/library/yql/tests/ya.make @@ -1,6 +1,6 @@ RECURSE( common + postgresql s-expressions sql - postgresql ) diff --git a/ydb/library/yql/tools/dq/ya.make b/ydb/library/yql/tools/dq/ya.make index 3bdf652c40..fe08c99a59 100644 --- a/ydb/library/yql/tools/dq/ya.make +++ b/ydb/library/yql/tools/dq/ya.make @@ -1,6 +1,6 @@ RECURSE( dq_cli service_node - worker_node worker_job + worker_node ) diff --git a/ydb/library/yql/tools/ya.make b/ydb/library/yql/tools/ya.make index dd10bea1d2..148d7cd86a 100644 --- a/ydb/library/yql/tools/ya.make +++ b/ydb/library/yql/tools/ya.make @@ -1,12 +1,12 @@ RECURSE( astdiff - dqrun dq + dqrun mrjob mrrun pg_catalog_dump - pgrun pg-make-test + pgrun purebench sql2yql sql_formatter diff --git a/ydb/library/yql/udfs/common/ya.make b/ydb/library/yql/udfs/common/ya.make index 17ae1e0204..808b51a073 100644 --- a/ydb/library/yql/udfs/common/ya.make +++ b/ydb/library/yql/udfs/common/ya.make @@ -10,8 +10,8 @@ RECURSE( ip_base json json2 - math knn + math pire protobuf re2 diff --git a/ydb/library/yql/utils/simd/exec/runtime_dispatching/ya.make b/ydb/library/yql/utils/simd/exec/runtime_dispatching/ya.make index d4ee9c1ce9..858df8f9a1 100644 --- a/ydb/library/yql/utils/simd/exec/runtime_dispatching/ya.make +++ b/ydb/library/yql/utils/simd/exec/runtime_dispatching/ya.make @@ -12,7 +12,7 @@ END() RECURSE( AVX2_algo - SSE42_algo Fallback_algo main -)
\ No newline at end of file + SSE42_algo +) diff --git a/ydb/library/yql/utils/simd/exec/ya.make b/ydb/library/yql/utils/simd/exec/ya.make index e86fb715d6..c9475e1e77 100644 --- a/ydb/library/yql/utils/simd/exec/ya.make +++ b/ydb/library/yql/utils/simd/exec/ya.make @@ -25,8 +25,8 @@ PEERDIR( END() RECURSE( + add_columns pack_tuple - tuples_to_bucket stream_store - add_columns -)
\ No newline at end of file + tuples_to_bucket +) diff --git a/ydb/library/yql/utils/ya.make b/ydb/library/yql/utils/ya.make index db0a9f0d09..1f0c317176 100644 --- a/ydb/library/yql/utils/ya.make +++ b/ydb/library/yql/utils/ya.make @@ -61,8 +61,8 @@ RECURSE( fetch log plan - simd signals + simd sys test_http_server threading diff --git a/ydb/library/yql/yt/ya.make b/ydb/library/yql/yt/ya.make index abd7fe1a95..8c55b5ab11 100644 --- a/ydb/library/yql/yt/ya.make +++ b/ydb/library/yql/yt/ya.make @@ -7,9 +7,9 @@ SRCS( END() RECURSE( - dynamic - native dq_vanilla_job dq_vanilla_job.lite + dynamic + native ) diff --git a/ydb/mvp/ya.make b/ydb/mvp/ya.make index 8a8ca6ee78..1840ade76b 100644 --- a/ydb/mvp/ya.make +++ b/ydb/mvp/ya.make @@ -2,4 +2,4 @@ RECURSE( core meta oidc_proxy -)
\ No newline at end of file +) diff --git a/ydb/public/api/client/ya.make b/ydb/public/api/client/ya.make index 8dec846268..2e7aba325d 100644 --- a/ydb/public/api/client/ya.make +++ b/ydb/public/api/client/ya.make @@ -1,5 +1,5 @@ RECURSE( nc_private - yc_public yc_private + yc_public ) diff --git a/ydb/public/api/client/yc_private/ydb/ya.make b/ydb/public/api/client/yc_private/ydb/ya.make index d216f0ee4b..a12d9c9d1a 100644 --- a/ydb/public/api/client/yc_private/ydb/ya.make +++ b/ydb/public/api/client/yc_private/ydb/ya.make @@ -1,3 +1,3 @@ RECURSE( v1 -)
\ No newline at end of file +) diff --git a/ydb/public/api/client/yc_public/ya.make b/ydb/public/api/client/yc_public/ya.make index 8205e987c7..f4c9afdf2f 100644 --- a/ydb/public/api/client/yc_public/ya.make +++ b/ydb/public/api/client/yc_public/ya.make @@ -1,7 +1,7 @@ RECURSE( - iam + common events + iam logging - common ) diff --git a/ydb/public/api/ya.make b/ydb/public/api/ya.make index c2e2c48c48..29a6c0c9b5 100644 --- a/ydb/public/api/ya.make +++ b/ydb/public/api/ya.make @@ -1,5 +1,5 @@ RECURSE( + client grpc protos - client ) diff --git a/ydb/public/sdk/cpp/client/extensions/ya.make b/ydb/public/sdk/cpp/client/extensions/ya.make index 09720e88fa..b2c2d1058c 100644 --- a/ydb/public/sdk/cpp/client/extensions/ya.make +++ b/ydb/public/sdk/cpp/client/extensions/ya.make @@ -1,4 +1,4 @@ RECURSE( - solomon_stats discovery_mutator + solomon_stats ) diff --git a/ydb/public/sdk/cpp/ya.make b/ydb/public/sdk/cpp/ya.make index 09a79283e3..4e84a7f9d0 100644 --- a/ydb/public/sdk/cpp/ya.make +++ b/ydb/public/sdk/cpp/ya.make @@ -1,63 +1,63 @@ RECURSE( + client/draft + client/draft/ut client/extensions client/helpers - client/ydb_types/credentials - client/ydb_discovery - client/ydb_types/status - client/ydb_persqueue_public/ut/with_offset_ranges_mode_ut - client/ydb_types - client/ydb_table - client/ydb_coordination - client/ydb_import - client/ydb_driver/ut - client/ydb_driver - client/ydb_persqueue_core - client/ydb_proto - client/ydb_query + client/impl/ydb_endpoints + client/impl/ydb_endpoints/ut + client/impl/ydb_internal/common + client/impl/ydb_internal/db_driver_state + client/impl/ydb_internal/grpc_connections + client/impl/ydb_internal/logger + client/impl/ydb_internal/make_request + client/impl/ydb_internal/plain_status + client/impl/ydb_internal/thread_pool + client/impl/ydb_internal/value_helpers + client/impl/ydb_stats + client/resources client/ydb_common_client + client/ydb_common_client/impl + client/ydb_coordination + client/ydb_coordination/ut client/ydb_datastreams - client/ydb_scheme + client/ydb_discovery + client/ydb_driver + client/ydb_driver/ut client/ydb_export - client/ydb_persqueue_public/impl - client/ydb_value/ut - client/ydb_types/fatal_error_handlers + client/ydb_extension + client/ydb_federated_topic + client/ydb_federated_topic/impl + client/ydb_federated_topic/ut + client/ydb_import client/ydb_operation + client/ydb_params + client/ydb_params/ut + client/ydb_persqueue_core client/ydb_persqueue_public + client/ydb_persqueue_public/impl client/ydb_persqueue_public/ut + client/ydb_persqueue_public/ut/ut_utils + client/ydb_persqueue_public/ut/with_offset_ranges_mode_ut + client/ydb_proto + client/ydb_query + client/ydb_rate_limiter + client/ydb_result + client/ydb_result/ut + client/ydb_scheme + client/ydb_table + client/ydb_table/impl + client/ydb_table/query_stats client/ydb_topic client/ydb_topic/codecs client/ydb_topic/impl client/ydb_topic/ut - client/ydb_federated_topic - client/ydb_federated_topic/impl - client/ydb_federated_topic/ut - client/ydb_extension - client/ydb_result/ut - client/ydb_params/ut - client/ydb_rate_limiter - client/ydb_coordination/ut - client/ydb_result + client/ydb_types + client/ydb_types/credentials client/ydb_types/exceptions + client/ydb_types/fatal_error_handlers client/ydb_types/operation - client/ydb_params + client/ydb_types/status client/ydb_value - client/ydb_table/impl - client/ydb_common_client/impl - client/ydb_table/query_stats - client/ydb_persqueue_public/ut/ut_utils - client/impl/ydb_internal/grpc_connections - client/impl/ydb_stats - client/impl/ydb_internal/value_helpers - client/impl/ydb_internal/common - client/impl/ydb_endpoints - client/impl/ydb_internal/plain_status - client/impl/ydb_internal/thread_pool - client/impl/ydb_endpoints/ut - client/impl/ydb_internal/logger - client/impl/ydb_internal/make_request - client/resources - client/impl/ydb_internal/db_driver_state - client/draft/ut - client/draft + client/ydb_value/ut examples ) diff --git a/ydb/public/tools/ya.make b/ydb/public/tools/ya.make index 403a254334..1ff35d50f3 100644 --- a/ydb/public/tools/ya.make +++ b/ydb/public/tools/ya.make @@ -1,6 +1,6 @@ RECURSE( lib - ydb_recipe local_ydb task_stats_drawing + ydb_recipe ) diff --git a/ydb/services/ext_index/ya.make b/ydb/services/ext_index/ya.make index 2c29168f8a..2cd5ce1ed4 100644 --- a/ydb/services/ext_index/ya.make +++ b/ydb/services/ext_index/ya.make @@ -13,4 +13,4 @@ END() RECURSE( ut -)
\ No newline at end of file +) diff --git a/ydb/services/metadata/ya.make b/ydb/services/metadata/ya.make index 3ecbfbf689..0765556a0d 100644 --- a/ydb/services/metadata/ya.make +++ b/ydb/services/metadata/ya.make @@ -13,6 +13,6 @@ PEERDIR( END() RECURSE( - secret initializer -)
\ No newline at end of file + secret +) diff --git a/ydb/services/ya.make b/ydb/services/ya.make index 3928a57970..4e108f48ad 100644 --- a/ydb/services/ya.make +++ b/ydb/services/ya.make @@ -2,9 +2,12 @@ RECURSE( auth bg_tasks cms - dynamic_config datastreams + deprecated/persqueue_v0 + deprecated/persqueue_v0/api discovery + dynamic_config + ext_index fq kesus keyvalue @@ -15,9 +18,6 @@ RECURSE( monitoring persqueue_cluster_discovery persqueue_v1 - deprecated/persqueue_v0 - deprecated/persqueue_v0/api rate_limiter - ext_index ydb ) diff --git a/ydb/tests/functional/sqs/ya.make b/ydb/tests/functional/sqs/ya.make index 192fb3e6d0..3d711b9512 100644 --- a/ydb/tests/functional/sqs/ya.make +++ b/ydb/tests/functional/sqs/ya.make @@ -1,6 +1,6 @@ RECURSE( - common cloud + common large merge_split_common_table/fifo merge_split_common_table/std diff --git a/ydb/tests/functional/ya.make b/ydb/tests/functional/ya.make index 421293dceb..4aa762a48a 100644 --- a/ydb/tests/functional/ya.make +++ b/ydb/tests/functional/ya.make @@ -10,23 +10,23 @@ RECURSE( encryption hive kqp + kv_workload large_serializable limits - kv_workload open_source postgresql + query_cache rename restarts scheme_shard scheme_tests + script_execution + sdk/cpp/sdk_credprovider serializable serverless - sdk/cpp/sdk_credprovider sqs suite_tests tenants ttl ydb_cli - query_cache - script_execution ) diff --git a/ydb/tools/ya.make b/ydb/tools/ya.make index fc6c37fbfb..830adfc0c3 100644 --- a/ydb/tools/ya.make +++ b/ydb/tools/ya.make @@ -3,7 +3,7 @@ RECURSE( cfg query_replay simple_queue - ydbd_slice tsserver tstool + ydbd_slice ) diff --git a/ydb/ya.make b/ydb/ya.make index 3f4452ef56..4403415641 100644 --- a/ydb/ya.make +++ b/ydb/ya.make @@ -1,13 +1,13 @@ RECURSE( apps core + docs + docs/en/core + docs/ru/core library + mvp public services tests tools - docs - docs/ru/core - docs/en/core - mvp ) |