|
8 | 8 | ".github/dependabot.yml":"taxi/uservices/userver/.github/dependabot.yml",
|
9 | 9 | ".github/docker-compose.yml":"taxi/uservices/userver/.github/docker-compose.yml",
|
10 | 10 | ".github/pull_request_template.md":"taxi/uservices/userver/.github/pull_request_template.md",
|
| 11 | + ".github/workflows/alpine.yml":"taxi/uservices/userver/.github/workflows/alpine.yml", |
11 | 12 | ".github/workflows/ci-conan.yml":"taxi/uservices/userver/.github/workflows/ci-conan.yml",
|
12 | 13 | ".github/workflows/ci.yml":"taxi/uservices/userver/.github/workflows/ci.yml",
|
13 | 14 | ".github/workflows/codeql-analysis.yml":"taxi/uservices/userver/.github/workflows/codeql-analysis.yml",
|
|
118 | 119 | "chaotic/include/userver/chaotic/io/userver/utils/strong_typedef.hpp":"taxi/uservices/userver/chaotic/include/userver/chaotic/io/userver/utils/strong_typedef.hpp",
|
119 | 120 | "chaotic/include/userver/chaotic/object.hpp":"taxi/uservices/userver/chaotic/include/userver/chaotic/object.hpp",
|
120 | 121 | "chaotic/include/userver/chaotic/oneof_with_discriminator.hpp":"taxi/uservices/userver/chaotic/include/userver/chaotic/oneof_with_discriminator.hpp",
|
| 122 | + "chaotic/include/userver/chaotic/openapi/parameters.hpp":"taxi/uservices/userver/chaotic/include/userver/chaotic/openapi/parameters.hpp", |
| 123 | + "chaotic/include/userver/chaotic/openapi/parameters_read.hpp":"taxi/uservices/userver/chaotic/include/userver/chaotic/openapi/parameters_read.hpp", |
| 124 | + "chaotic/include/userver/chaotic/openapi/parameters_write.hpp":"taxi/uservices/userver/chaotic/include/userver/chaotic/openapi/parameters_write.hpp", |
121 | 125 | "chaotic/include/userver/chaotic/primitive.hpp":"taxi/uservices/userver/chaotic/include/userver/chaotic/primitive.hpp",
|
122 | 126 | "chaotic/include/userver/chaotic/ref.hpp":"taxi/uservices/userver/chaotic/include/userver/chaotic/ref.hpp",
|
123 | 127 | "chaotic/include/userver/chaotic/timepoint_tz.hpp":"taxi/uservices/userver/chaotic/include/userver/chaotic/timepoint_tz.hpp",
|
|
179 | 183 | "chaotic/src/chaotic/io/userver/utils/datetime/date.cpp":"taxi/uservices/userver/chaotic/src/chaotic/io/userver/utils/datetime/date.cpp",
|
180 | 184 | "chaotic/src/chaotic/io/userver/utils/datetime/time_point_tz.cpp":"taxi/uservices/userver/chaotic/src/chaotic/io/userver/utils/datetime/time_point_tz.cpp",
|
181 | 185 | "chaotic/src/chaotic/io/userver/utils/datetime/time_point_tz_iso_basic.cpp":"taxi/uservices/userver/chaotic/src/chaotic/io/userver/utils/datetime/time_point_tz_iso_basic.cpp",
|
| 186 | + "chaotic/src/chaotic/openapi/parameters.cpp":"taxi/uservices/userver/chaotic/src/chaotic/openapi/parameters.cpp", |
| 187 | + "chaotic/src/chaotic/openapi/parameters_read.cpp":"taxi/uservices/userver/chaotic/src/chaotic/openapi/parameters_read.cpp", |
| 188 | + "chaotic/src/chaotic/openapi/parameters_read_test.cpp":"taxi/uservices/userver/chaotic/src/chaotic/openapi/parameters_read_test.cpp", |
| 189 | + "chaotic/src/chaotic/openapi/parameters_write.cpp":"taxi/uservices/userver/chaotic/src/chaotic/openapi/parameters_write.cpp", |
| 190 | + "chaotic/src/chaotic/openapi/parameters_write_test.cpp":"taxi/uservices/userver/chaotic/src/chaotic/openapi/parameters_write_test.cpp", |
182 | 191 | "chaotic/tests/back/cpp/conftest.py":"taxi/uservices/userver/chaotic/tests/back/cpp/conftest.py",
|
183 | 192 | "chaotic/tests/back/cpp/test_external.py":"taxi/uservices/userver/chaotic/tests/back/cpp/test_external.py",
|
184 | 193 | "chaotic/tests/back/cpp/test_tr_array.py":"taxi/uservices/userver/chaotic/tests/back/cpp/test_tr_array.py",
|
|
817 | 826 | "core/include/userver/server/http/http_error.hpp":"taxi/uservices/userver/core/include/userver/server/http/http_error.hpp",
|
818 | 827 | "core/include/userver/server/http/http_method.hpp":"taxi/uservices/userver/core/include/userver/server/http/http_method.hpp",
|
819 | 828 | "core/include/userver/server/http/http_request.hpp":"taxi/uservices/userver/core/include/userver/server/http/http_request.hpp",
|
| 829 | + "core/include/userver/server/http/http_request_builder.hpp":"taxi/uservices/userver/core/include/userver/server/http/http_request_builder.hpp", |
820 | 830 | "core/include/userver/server/http/http_response.hpp":"taxi/uservices/userver/core/include/userver/server/http/http_response.hpp",
|
821 | 831 | "core/include/userver/server/http/http_response_body_stream.hpp":"taxi/uservices/userver/core/include/userver/server/http/http_response_body_stream.hpp",
|
822 | 832 | "core/include/userver/server/http/http_response_body_stream_fwd.hpp":"taxi/uservices/userver/core/include/userver/server/http/http_response_body_stream_fwd.hpp",
|
|
826 | 836 | "core/include/userver/server/middlewares/configuration.hpp":"taxi/uservices/userver/core/include/userver/server/middlewares/configuration.hpp",
|
827 | 837 | "core/include/userver/server/middlewares/headers_propagator.hpp":"taxi/uservices/userver/core/include/userver/server/middlewares/headers_propagator.hpp",
|
828 | 838 | "core/include/userver/server/middlewares/http_middleware_base.hpp":"taxi/uservices/userver/core/include/userver/server/middlewares/http_middleware_base.hpp",
|
829 |
| - "core/include/userver/server/request/request_base.hpp":"taxi/uservices/userver/core/include/userver/server/request/request_base.hpp", |
830 | 839 | "core/include/userver/server/request/request_config.hpp":"taxi/uservices/userver/core/include/userver/server/request/request_config.hpp",
|
831 | 840 | "core/include/userver/server/request/request_context.hpp":"taxi/uservices/userver/core/include/userver/server/request/request_context.hpp",
|
832 | 841 | "core/include/userver/server/request/response_base.hpp":"taxi/uservices/userver/core/include/userver/server/request/response_base.hpp",
|
|
1507 | 1516 | "core/src/server/http/http_error.cpp":"taxi/uservices/userver/core/src/server/http/http_error.cpp",
|
1508 | 1517 | "core/src/server/http/http_method.cpp":"taxi/uservices/userver/core/src/server/http/http_method.cpp",
|
1509 | 1518 | "core/src/server/http/http_request.cpp":"taxi/uservices/userver/core/src/server/http/http_request.cpp",
|
| 1519 | + "core/src/server/http/http_request_builder.cpp":"taxi/uservices/userver/core/src/server/http/http_request_builder.cpp", |
1510 | 1520 | "core/src/server/http/http_request_constructor.cpp":"taxi/uservices/userver/core/src/server/http/http_request_constructor.cpp",
|
1511 | 1521 | "core/src/server/http/http_request_constructor.hpp":"taxi/uservices/userver/core/src/server/http/http_request_constructor.hpp",
|
1512 | 1522 | "core/src/server/http/http_request_constructor_benchmark.cpp":"taxi/uservices/userver/core/src/server/http/http_request_constructor_benchmark.cpp",
|
|
1515 | 1525 | "core/src/server/http/http_request_handler.cpp":"taxi/uservices/userver/core/src/server/http/http_request_handler.cpp",
|
1516 | 1526 | "core/src/server/http/http_request_handler.hpp":"taxi/uservices/userver/core/src/server/http/http_request_handler.hpp",
|
1517 | 1527 | "core/src/server/http/http_request_headers_benchmark.cpp":"taxi/uservices/userver/core/src/server/http/http_request_headers_benchmark.cpp",
|
1518 |
| - "core/src/server/http/http_request_impl.cpp":"taxi/uservices/userver/core/src/server/http/http_request_impl.cpp", |
1519 | 1528 | "core/src/server/http/http_request_impl.hpp":"taxi/uservices/userver/core/src/server/http/http_request_impl.hpp",
|
1520 | 1529 | "core/src/server/http/http_request_method_test.cpp":"taxi/uservices/userver/core/src/server/http/http_request_method_test.cpp",
|
1521 | 1530 | "core/src/server/http/http_request_parser.cpp":"taxi/uservices/userver/core/src/server/http/http_request_parser.cpp",
|
|
1580 | 1589 | "core/src/server/pph_config.hpp":"taxi/uservices/userver/core/src/server/pph_config.hpp",
|
1581 | 1590 | "core/src/server/request/internal_request_context.cpp":"taxi/uservices/userver/core/src/server/request/internal_request_context.cpp",
|
1582 | 1591 | "core/src/server/request/internal_request_context.hpp":"taxi/uservices/userver/core/src/server/request/internal_request_context.hpp",
|
1583 |
| - "core/src/server/request/request_base.cpp":"taxi/uservices/userver/core/src/server/request/request_base.cpp", |
1584 | 1592 | "core/src/server/request/request_config.cpp":"taxi/uservices/userver/core/src/server/request/request_config.cpp",
|
1585 |
| - "core/src/server/request/request_constructor.hpp":"taxi/uservices/userver/core/src/server/request/request_constructor.hpp", |
1586 | 1593 | "core/src/server/request/request_context.cpp":"taxi/uservices/userver/core/src/server/request/request_context.cpp",
|
1587 | 1594 | "core/src/server/request/request_context_test.cpp":"taxi/uservices/userver/core/src/server/request/request_context_test.cpp",
|
1588 | 1595 | "core/src/server/request/request_parser.hpp":"taxi/uservices/userver/core/src/server/request/request_parser.hpp",
|
|
3352 | 3359 | "scripts/docs/doxygen-awesome-css/doxygen-awesome.css":"taxi/uservices/userver/scripts/docs/doxygen-awesome-css/doxygen-awesome.css",
|
3353 | 3360 | "scripts/docs/doxygen.conf":"taxi/uservices/userver/scripts/docs/doxygen.conf",
|
3354 | 3361 | "scripts/docs/en/cpp/def_groups.hpp":"taxi/uservices/userver/scripts/docs/en/cpp/def_groups.hpp",
|
| 3362 | + "scripts/docs/en/deps/alpine.md":"taxi/uservices/userver/scripts/docs/en/deps/alpine.md", |
3355 | 3363 | "scripts/docs/en/deps/arch.md":"taxi/uservices/userver/scripts/docs/en/deps/arch.md",
|
3356 | 3364 | "scripts/docs/en/deps/debian-11.md":"taxi/uservices/userver/scripts/docs/en/deps/debian-11.md",
|
3357 | 3365 | "scripts/docs/en/deps/fedora-35.md":"taxi/uservices/userver/scripts/docs/en/deps/fedora-35.md",
|
|
3555 | 3563 | "scripts/sql/requirements.txt":"taxi/uservices/userver/scripts/sql/requirements.txt",
|
3556 | 3564 | "scripts/sql/templates/sql.cpp.jinja":"taxi/uservices/userver/scripts/sql/templates/sql.cpp.jinja",
|
3557 | 3565 | "scripts/sql/templates/sql.hpp.jinja":"taxi/uservices/userver/scripts/sql/templates/sql.hpp.jinja",
|
| 3566 | + "scripts/tests/test_start_with_testsuite.sh":"taxi/uservices/userver/scripts/tests/test_start_with_testsuite.sh", |
3558 | 3567 | "scripts/uctl/uctl.bash_completion.sh":"taxi/uservices/userver/scripts/uctl/uctl.bash_completion.sh",
|
3559 | 3568 | "scripts/uctl/uctl.py":"taxi/uservices/userver/scripts/uctl/uctl.py",
|
3560 | 3569 | "testsuite/CMakeLists.txt":"taxi/uservices/userver/testsuite/CMakeLists.txt",
|
|
0 commit comments