aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix YQL_UDF_YDB_TEST macroudovichenko-r2024-11-201-0/+5
| | | | commit_hash:231818a85581b4c119ea310cb8ce8c47934f327b
* Update YFM for ya make to latest versionrobot-infraui-ci2024-11-201-4/+4
| | | | | Update YFM for ya make to latest version commit_hash:9621b73ea72f6a48e9fdb3612cef01e5eddad28f
* Update flake8 binariesshadchin2024-11-203-5/+17
| | | | commit_hash:33644a2ad5fc56ac738869b46aa5d5e991c8ef9a
* YQL-19206 Move contrib/ydb/library/yql/tests/sql/yt_native_file -> ↵udovichenko-r2024-11-202-0/+156
| | | | | | yt/yql/tests/sql/yt_file commit_hash:0c9c4ff8a4fbff1f8ad41fc95097d56401249616
* Part of PR. Stylenae2022024-11-2051-371/+705
| | | | | Часть большого ПР REVIEW:7264088 commit_hash:0f5b03fbbed0ac30f734943309e3ef5cd4d7a30e
* Intermediate changesrobot-piglet2024-11-207-4/+44
| | | | commit_hash:c2908947ab85dde6631ac29f6d9fbf43bbb2648d
* Use clang-format resource in style cpp linteralevitskii2024-11-206-3/+33
| | | | | Use clang-format resouce in style cpp linter commit_hash:440dce939163f75f5652a9d119a2d5f064e47e6e
* /util: streaming CityHasha11ax2024-11-202-0/+83
| | | | commit_hash:bd4032fbf4c4ece089ad071747194b38df6c5edd
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2024-11-201-1/+1
| | | | commit_hash:4591e7a8126c65672359f0cdee64ad789ca9ae74
* Intermediate changesrobot-piglet2024-11-202-4/+4
| | | | commit_hash:032737595139b2cf9c9ffdb1c8fd20846852fc6d
* Add suppressions for ubsan in opensslnechda2024-11-195-4/+21
| | | | commit_hash:54d8848f6168c0370b9bcbd164290fc4fc1c2128
* Style fixesdimdim112024-11-192-7/+5
| | | | | Style fixes commit_hash:3a65d76039bb3c84b47e849c0ca9833d9b6d6e7a
* Fix javac flags, full support of RUN_JAVA_PROGRAMdimdim112024-11-192-62/+101
| | | | | Fix javac flags, full support of RUN_JAVA_PROGRAM commit_hash:0d9cc80fef351cb6c25839b90c34483448ecbe7c
* Add a clarifying comment about exceptions in TryFromString* functionsakhropov2024-11-191-0/+1
| | | | commit_hash:60b664d99f74a0d1ec00e0ab843e87583a5360a4
* YQL-19206 Move contrib/ydb/library/yql/tests/sql/sql2yql -> ↵udovichenko-r2024-11-1910-0/+37449
| | | | | | yql/essentials/tests/sql/sql2yql commit_hash:137ab446f8ed4df274d02b251cbe5e2bb08c8194
* YT-20044: Remote copy for dynamic tables with hunk chunksalexelexa2024-11-192-1/+206
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support remote copy for dynamic table with hunk chunks. - Still doesn't work for tables with compression dictionaries. - Still doesn't work for tables with erasure encoded hunks, mainly due to unsupported remote copy for tables with striped erasure. Remote copy scheme: * fetch hunk chunk specs (same as for regular chunks); * remote copy hunk chunks (TRemoteCopyHunkTask), each job returns HunkChunkIdMapping (old -\> new); * add HunkChunkIdMapping to remote copy spec to patch chunk meta; * remote copy chunks (TRemoteCopyTask); * get hunk chunk list ids for output table; * attach hunks to chunk lists in which tablets they are used. Throw an error if the table has compression dictionary config in `@mount_config`. Throw an error if a static table somehow has a non-empty HunkChunks list. ### Changelog entry Type: feature Component: controller-agents, dynamic-tables commit_hash:bdc959e21c5ea1182ed0ea8268fee3d91e40a427
* Intermediate changesrobot-piglet2024-11-191-0/+3
| | | | commit_hash:5cb62622422884a8fbc7bd1a2d7458b4858d4450
* YDB Import 623robot-ydb-importer2024-11-197-318/+0
| | | | commit_hash:89b2dfdd1bb0d38b205f23744652b1db522e06c4
* YQL-19206 Move contrib/ydb/library/yql/tests/sql/suites -> ↵udovichenko-r2024-11-195417-0/+66205
| | | | | | yql/essentials/tests/sql/suites commit_hash:d0ef1f92b09c94db7c2408f946d2a4c62b603f00
* YQL-19206 Move contrib/ydb/library/yql/tests/postgresql -> ↵udovichenko-r2024-11-19360-4/+241622
| | | | | | yql/essentials/tests/postgresql commit_hash:46fdf59714b20cf2b61233a06e58365227d3c8b2
* Intermediate changesrobot-piglet2024-11-191-1/+1
| | | | commit_hash:1bcd4492a3f6a28a2be8e27b5660e98cc8e4c8d0
* YT-22943: add context for system errorsermolovd2024-11-1912-144/+223
| | | | | | | * thrown system errors contain context (i.e. host method and request id that produced error) Type: feature Component: cpp-sdk commit_hash:af72a3a37785e9e373e816c2cc072df2076f821d
* use C++ atomic with proper default constructoreivanov892024-11-191-10/+14
| | | | commit_hash:1c25da3ce2125ca4d8d1e3e026ef0d2a6d0aa355
* Patch annotation processorsdimdim112024-11-192-19/+13
| | | | | Fixes and add sem deps commit_hash:43b1dd3f53d13a09605153657437d6d8902fcea9
* YT-23561: Abort jobs instead of fail on unexpected job phasepogorelov2024-11-191-0/+1
| | | | commit_hash:a74eea6f0ac2ac4d09210cb34c66305a5baa2f4f
* Cosmeticssabdenovch2024-11-192-19/+19
| | | | commit_hash:d90aaaa0da419f9bda8492506c27ff3759b97c23
* Update YFM for ya make to latest versionrobot-infraui-ci2024-11-181-4/+4
| | | | | Update YFM for ya make to latest version commit_hash:54fe358c4864482582ea72f8e2e8eb16815e567b
* Fixes for AP semanticsdimdim112024-11-181-18/+10
| | | | | Fixes for AP semantics commit_hash:aeffb759ee7372e5672d1a7125fbcd5d46d63fe3
* Enable -Wformat under clang-clthegeorg2024-11-182-4/+3
| | | | commit_hash:b2cf3b80a36e4867b03a79f3e2c552f19920016f
* YQL-19206 Move contrib/ydb/library/yql/tests/common -> ↵udovichenko-r2024-11-1815-4/+1839
| | | | | | yql/essentials/tests/common commit_hash:b0bab3353351a5c79f0a64237b103ddba0004fd7
* Intermediate changesrobot-piglet2024-11-181-0/+6
| | | | commit_hash:6b72cf74512e37b552711d2d0024da75e804e6f1
* Intermediate changesrobot-piglet2024-11-183-96/+468
| | | | commit_hash:253ff6780bbe06b38b22d1a48de66095f832c01d
* cpp/mapreduce: fix styleermolovd2024-11-184-109/+111
| | | | commit_hash:4b9b636737f162b91295356e0ac17f0ea2beab20
* Support JAR_MAIN_CLASS in run.sh - demopazus2024-11-181-2/+2
| | | | | | | [run.sh](HIDDEN_URL [run_app.sh](HIDDEN_URL commit_hash:ad315e3b7e573b557100d239b8913ce6c620fd29
* YQL-19206 Move contrib/ydb/library/yql/tests/s-expressions/suites -> ↵udovichenko-r2024-11-181813-0/+37832
| | | | | | yql/essentials/tests/s-expressions/suites commit_hash:02beb73b0c072658a9f2dc8bd9762791936b4e29
* Intermediate changesrobot-piglet2024-11-182-2/+6
| | | | commit_hash:2440e04b3b8bd1cf2e05526e854a12d30f34b8e8
* YQL-19206 Move contrib/ydb/library/yql/cfg -> yql/essentials/cfgudovichenko-r2024-11-1812-8/+320
| | | | commit_hash:22adeac140825b580d7674c61994c0404ccf2762
* Intermediate changesrobot-piglet2024-11-182-3/+3
| | | | commit_hash:61ff8a8c3d0fbb9a46eb08e98622c938039bc8a9
* YT-23435: Parse format string at compile timearkady-e1ppa2024-11-186-54/+251
| | | | commit_hash:804530d1ee861ff42d7d8cad25d9f569b4feaacf
* YT-22431: Don't use deprecated std::result_of in contrib/libs/apache/arrownadya732024-11-185-5/+78
| | | | commit_hash:b59cf7dbe69a28e5b49c7def237a8a05fc5cfe4e
* Automatic release build for test_tool, ya_bin, os_ya, os_test_toolrobot-ya-builder2024-11-184-20/+24
| | | | | | | | | | From hash: [5ce8019253cdb971d1af36350e3efa3a4ec8545c](HIDDEN_URL From revision: [15327756](HIDDEN_URL [CI flow](HIDDEN_URL Flow triggered by user: [robot-ci](HIDDEN_URL Update tools: test_tool, ya_bin, os_ya, os_test_tool commit_hash:b16a23a4fef3ab23a671ddff7a7cbd4dfc1c21d1
* Intermediate changesrobot-piglet2024-11-182-1/+35
| | | | commit_hash:a5695d6abae3e01238ce9328956579759caca454
* PROTO_SCHEMA() moduleiniklyaev2024-11-187-174/+268
| | | | commit_hash:3c9b927dbb3ddefcaa455eccb51ae1ded847c736
* Fix commentbabenko2024-11-181-1/+1
| | | | commit_hash:7686c43f8fb59c7ab99bfcd83ea5108bb7853504
* Automatic release build for ymake, os_ymakerobot-ya-builder2024-11-183-10/+20
| | | | | | | | | | From hash: [00387af4bdd0f4f421ef019e9b2be77851268bf8](HIDDEN_URL From revision: [15326860](HIDDEN_URL [CI flow](HIDDEN_URL Flow triggered by user: [snermolaev](HIDDEN_URL Update tools: ymake, os_ymake commit_hash:f1006d685f7cfca5a6e4b6831e3d418f1098438c
* Refactor and optimize codicilsbabenko2024-11-1811-181/+303
| | | | commit_hash:30618525152a8c509f47609026d2284a9329534e
* Use batch invoke to reduce the number of wakeups in TDelayedExecutorbabenko2024-11-181-11/+15
| | | | commit_hash:f82fadcde7021c9fcc92f4c9123e0d9d197a79ed
* YT-18571: Drop redundant virtual in presence of overridebabenko2024-11-1813-47/+47
| | | | commit_hash:345623486137a7e3c850370cbc99558dc6c20801
* Migrate more addresses to std::stringbabenko2024-11-178-13/+13
| | | | commit_hash:10f47c96a6a026db591a9ae3270af3e38a27efdd
* Fix batch version of TInvokerWrapper::Invokebabenko2024-11-177-16/+73
| | | | commit_hash:fdb8d24f36e28a431b24b50b7bfd40f6c5a7b001