|
374 | 374 | "cmake/SetupYdbCppSDK.cmake":"taxi/uservices/userver/cmake/SetupYdbCppSDK.cmake",
|
375 | 375 | "cmake/Stacktrace.cmake":"taxi/uservices/userver/cmake/Stacktrace.cmake",
|
376 | 376 | "cmake/UserverCxxCompileOptionsIfSupported.cmake":"taxi/uservices/userver/cmake/UserverCxxCompileOptionsIfSupported.cmake",
|
| 377 | + "cmake/UserverEmbedFile.cmake":"taxi/uservices/userver/cmake/UserverEmbedFile.cmake", |
377 | 378 | "cmake/UserverGrpcTargets.cmake":"taxi/uservices/userver/cmake/UserverGrpcTargets.cmake",
|
378 | 379 | "cmake/UserverModule.cmake":"taxi/uservices/userver/cmake/UserverModule.cmake",
|
379 | 380 | "cmake/UserverPack.cmake":"taxi/uservices/userver/cmake/UserverPack.cmake",
|
|
383 | 384 | "cmake/UserverSql.cmake":"taxi/uservices/userver/cmake/UserverSql.cmake",
|
384 | 385 | "cmake/UserverTestsuite.cmake":"taxi/uservices/userver/cmake/UserverTestsuite.cmake",
|
385 | 386 | "cmake/UserverVenv.cmake":"taxi/uservices/userver/cmake/UserverVenv.cmake",
|
| 387 | + "cmake/embedded_config.cmake":"taxi/uservices/userver/cmake/embedded_config.cmake", |
386 | 388 | "cmake/get_cpm.cmake":"taxi/uservices/userver/cmake/get_cpm.cmake",
|
387 | 389 | "cmake/install/Config.cmake.in":"taxi/uservices/userver/cmake/install/Config.cmake.in",
|
388 | 390 | "cmake/install/userver-chaotic-config.cmake":"taxi/uservices/userver/cmake/install/userver-chaotic-config.cmake",
|
|
3066 | 3068 | "samples/digest_auth_service/tests/test_digest.py":"taxi/uservices/userver/samples/digest_auth_service/tests/test_digest.py",
|
3067 | 3069 | "samples/digest_auth_service/tests/test_proxy.py":"taxi/uservices/userver/samples/digest_auth_service/tests/test_proxy.py",
|
3068 | 3070 | "samples/digest_auth_service/user_info.hpp":"taxi/uservices/userver/samples/digest_auth_service/user_info.hpp",
|
| 3071 | + "samples/embedded_files/CMakeLists.txt":"taxi/uservices/userver/samples/embedded_files/CMakeLists.txt", |
| 3072 | + "samples/embedded_files/main.cpp":"taxi/uservices/userver/samples/embedded_files/main.cpp", |
| 3073 | + "samples/embedded_files/src/hello_handler.cpp":"taxi/uservices/userver/samples/embedded_files/src/hello_handler.cpp", |
| 3074 | + "samples/embedded_files/src/hello_handler.hpp":"taxi/uservices/userver/samples/embedded_files/src/hello_handler.hpp", |
| 3075 | + "samples/embedded_files/src/say_hello.cpp":"taxi/uservices/userver/samples/embedded_files/src/say_hello.cpp", |
| 3076 | + "samples/embedded_files/src/say_hello.hpp":"taxi/uservices/userver/samples/embedded_files/src/say_hello.hpp", |
| 3077 | + "samples/embedded_files/static_config.yaml":"taxi/uservices/userver/samples/embedded_files/static_config.yaml", |
| 3078 | + "samples/embedded_files/testsuite/conftest.py":"taxi/uservices/userver/samples/embedded_files/testsuite/conftest.py", |
| 3079 | + "samples/embedded_files/testsuite/test_hello.py":"taxi/uservices/userver/samples/embedded_files/testsuite/test_hello.py", |
3069 | 3080 | "samples/flatbuf_service/CMakeLists.txt":"taxi/uservices/userver/samples/flatbuf_service/CMakeLists.txt",
|
3070 | 3081 | "samples/flatbuf_service/flatbuf_service.cpp":"taxi/uservices/userver/samples/flatbuf_service/flatbuf_service.cpp",
|
3071 | 3082 | "samples/flatbuf_service/flatbuffer_schema.fbs":"taxi/uservices/userver/samples/flatbuf_service/flatbuffer_schema.fbs",
|
|
4072 | 4083 | "universal/include/userver/utils/projected_set.hpp":"taxi/uservices/userver/universal/include/userver/utils/projected_set.hpp",
|
4073 | 4084 | "universal/include/userver/utils/rand.hpp":"taxi/uservices/userver/universal/include/userver/utils/rand.hpp",
|
4074 | 4085 | "universal/include/userver/utils/regex.hpp":"taxi/uservices/userver/universal/include/userver/utils/regex.hpp",
|
| 4086 | + "universal/include/userver/utils/resources.hpp":"taxi/uservices/userver/universal/include/userver/utils/resources.hpp", |
4075 | 4087 | "universal/include/userver/utils/result_store.hpp":"taxi/uservices/userver/universal/include/userver/utils/result_store.hpp",
|
4076 | 4088 | "universal/include/userver/utils/scope_guard.hpp":"taxi/uservices/userver/universal/include/userver/utils/scope_guard.hpp",
|
4077 | 4089 | "universal/include/userver/utils/shared_readable_ptr.hpp":"taxi/uservices/userver/universal/include/userver/utils/shared_readable_ptr.hpp",
|
|
4360 | 4372 | "universal/src/utils/rand_test.cpp":"taxi/uservices/userver/universal/src/utils/rand_test.cpp",
|
4361 | 4373 | "universal/src/utils/regex.cpp":"taxi/uservices/userver/universal/src/utils/regex.cpp",
|
4362 | 4374 | "universal/src/utils/regex_test.cpp":"taxi/uservices/userver/universal/src/utils/regex_test.cpp",
|
| 4375 | + "universal/src/utils/resources.cpp":"taxi/uservices/userver/universal/src/utils/resources.cpp", |
4363 | 4376 | "universal/src/utils/scope_guard_test.cpp":"taxi/uservices/userver/universal/src/utils/scope_guard_test.cpp",
|
4364 | 4377 | "universal/src/utils/shared_readable_ptr_test.cpp":"taxi/uservices/userver/universal/src/utils/shared_readable_ptr_test.cpp",
|
4365 | 4378 | "universal/src/utils/small_string_benchmark.cpp":"taxi/uservices/userver/universal/src/utils/small_string_benchmark.cpp",
|
|
0 commit comments