aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Signed Enumeratedeep2024-11-221-5/+12
| | | | commit_hash:af73a3ea146e2eb6141cb19913e534d75ba573fd
* Intermediate changesrobot-piglet2024-11-221212-4402/+8603
| | | | commit_hash:e8f03143f071def87f56790176fbdc918784ed35
* nots/*: Стабилизация trunkkhoden2024-11-225-16/+65
| | | | | | | | | | | | | Суть изменений: 1. Наполнение папки ~/.nots/nm_store/$MODDIR/node_modules прямо в builder (перед установкой модулей в $BINDIR) 2. Это все равно нужно было бы делать в nots/cli, а теперь оно наполняется заранее, что обеспечивает структуру node_modules выше по уровню, чем virtual-store (важно для кастомных резолверов пакетов, ищущих пакеты выше по иерархии) 3. Убран предварительный запуск `pnpm install`, пакеты качаются один раз (тарболы в ya make) 4. После `ya make` все равно запускается `pnpm install` для гарантии (там еще всякие действия делаются) # Всем, кого робот призовет в PR ## Пожалуйста, игнорируйте, это массовая проверка, в транк не попадут изменения в ваших проектах ## Нам нужно лишь стриггерить CI, чтобы проверить, что никто не сломался. Правки в pnpm-lock.yaml файлах будет откачены. commit_hash:d124ecb77bda10bd8e975078382c685ac35c8928
* Update contrib/python/types-protobuf to 5.28.3.20241030robot-contrib2024-11-223-20/+23
| | | | commit_hash:34dfb9be1465bd259bf2f5c90a3114542cd87d6d
* Public TValuePackerTransport.IsBlock_ fieldhor9112024-11-221-0/+4
| | | | commit_hash:1460634e062682d017761c493ba36122257278e9
* Remove TRbTree and TAvlTree from forward declarations as they are not in utilakhropov2024-11-211-6/+0
| | | | commit_hash:7f3c30234700758cc6218bdef0fa2e6862f2c32e
* Update contrib/libs/expat to 2.6.4robot-contrib2024-11-2110-54/+147
| | | | commit_hash:9a71f6b42bb4dd7cf1281e4b72c5da4a3c18a399
* Support ALTER SEQUENCE commandshumkovnd2024-11-2112-14/+584
| | | | | <https://github.com/ydb-platform/ydb/issues/11763> commit_hash:5611cbe2f0e09543749e9866c5db8d427649e754
* Release clang-format-18 #2robot-brewer2024-11-212-0/+64
| | | | | https://github.com/yandex/toolchain-registry/releases/tag/clang-format-18-v2 commit_hash:0cc68e232a14adf66a88617e9b1f7f18facd2dce
* Enable -Wreturn-std-movethegeorg2024-11-211-1/+0
| | | | commit_hash:c7f0699a8f585dc8140bded7a65b017808bebb38
* ListSample/ListSampleN/ListShuffle implementationziganshinmr2024-11-2121-0/+705
| | | | commit_hash:987b10b398caa89eee8b94b33f9ea1dc74197223
* Fix filter pushdown over Aggregate with session/hopping windowaneporada2024-11-214-18/+51
| | | | commit_hash:3d4989f7a92e9b330cd4b19f1850cdca544a1d64
* Fix proto with proto-libraries, refactor errorpronedimdim112024-11-212-26/+61
| | | | | | | Refactor errorprone Fix building protos in Gradle commit_hash:54d1cdf9df00e7ab30b991ddf1f534ab5992ef3c
* Update YFM for ya make to latest versionrobot-infraui-ci2024-11-211-4/+4
| | | | | Update YFM for ya make to latest version commit_hash:de0c6142717a3513a711df08540adc3ba5113307
* Intermediate changesrobot-piglet2024-11-211-0/+23
| | | | commit_hash:50996f174ea1b659bc41e9f4e9f27328060af2ca
* [arc][getopt]fix enforcment of RequiredArgument().DisableSpaceParse()tldr2024-11-213-9/+27
| | | | commit_hash:9c2ada5b95be3f810d2750406d74d839bd2598ff
* YT-23585: Fix race between Cancel and GetCanceledError in Cancelerponasenko-rs2024-11-211-11/+14
| | | | commit_hash:2c1b31d95037975cf4703cb90f81232f880a37e6
* YT-23542: Add local throttlers to distributed throttler member attributes.yuryalekseev2024-11-212-0/+21
| | | | commit_hash:786aac617c6a994ba9f2f527bb6c64c55f48be29
* Intermediate changesrobot-piglet2024-11-211-0/+47
| | | | commit_hash:3d8c36a9891955ab700f018337e599a271197819
* Fix issues in rXXXXXXapollo13212024-11-218-11/+11
| | | | | Fix issues commit_hash:da56a7560d342885bc31423bcc6dd53188cc4841
* Update contrib/python/types-protobuf to 5.28.0.20240924robot-contrib2024-11-214-8/+7
| | | | commit_hash:0a209dcd80a5c303e9cbc293056b422eb96242a1
* Extend TTL syntax to support tiersyentsovsemyon2024-11-2110-25/+332
| | | | | RFC: **[nda.ya.ru/t/JsIT3hp679nYxn](https://nda.ya.ru/t/JsIT3hp679nYxn)** commit_hash:a0a4f65b24ee591cb76fd3cf253ffe24a01bfaf5
* contrib/libs/poco: Backport PR #2943 to fix ↵thegeorg2024-11-211-4/+22
| | | | | | | -Wimplicit-const-int-float-conversion Backport [PR #2943](https://github.com/pocoproject/poco/pull/2943) from poco upstream. commit_hash:5013b65cd3f7e719f6489c889c710eea3ad91537
* Intermediate changesrobot-piglet2024-11-2119-60/+311
| | | | commit_hash:9085ddac9f80e60b5b938027d444ed98e80ef95a
* Fix most Gradle proto buildsdimdim112024-11-211-37/+21
| | | | | Fix most Gradle proto builds commit_hash:d601ed32e402ea33de324070c013643e09f2b1c1
* Added cluster field to TRichYPathv-a-zolotov2024-11-212-0/+7
| | | | | | | | | Add cluster field to TRichYPath ### Changelog entry Type: feature Component: cpp-sdk commit_hash:eff6ccc4add04d64520c427c194424913ea2dfc4
* Intermediate changesrobot-piglet2024-11-212-2/+30
| | | | commit_hash:c9890b6966b6c4d2d0cb13bda9b30004d232450e
* YT-23461: Support different columns in metanadya022024-11-2010-37/+83
| | | | | | | | | * Changelog entry Type: fix Component: proxy Add the ability to read tables with different number of columns in chunk meta in arrow format. commit_hash:d8d654f4addbeecab2529033ddff68f31521f104
* 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