aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* GRUT: Format grut/libs/bigrt/testlib with clang-formationagamed2025-03-201-0/+1
| | | | commit_hash:bece40f92506136772ea217a98cdcd207d27abdb
* Added YellowZone check after preallocation in gracejoinmfilitov2025-03-201-0/+5
| | | | | Additional check that after allocating memory we did not go beyond the yellow zone. Otherwise deallocate and switch to spilling commit_hash:c240687c121d99a4b794f5da2993e984854d6bc8
* YQL-18303: Adjust implicit cast rules between Datetime typesimunkin2025-03-2014-59/+577
| | | | | Follows up 16a38d1b1de0cc97c5cbf97176331ea6691e23be commit_hash:4d702692f7441dc95f2874f80f6618043b73c816
* YT: Parse strings '10G', '8Ki' as TSize (~i64)pechatnov2025-03-2010-4/+546
| | | | commit_hash:3957ea35dac5850782a055f4e9f77151da63874b
* Poison lookup cachesabdenovch2025-03-201-1/+12
| | | | | | | | | * Changelog entry Type: feature Component: dynamic-tables Added poisoning of row-cache for better memory error detection. commit_hash:0c32257fa66b55b4d4059617b64fbfb7f445d664
* Block input for YT MapReduce map stageziganshinmr2025-03-2011-49/+113
| | | | commit_hash:36f9bfe1cdd4832a2f7365fc082796dca67d8b01
* Automatic release build for test_tool, os_ya, ya_bin, os_test_toolrobot-ya-builder2025-03-204-20/+22
| | | | | Update tools: test_tool, os_ya, ya_bin, os_test_tool commit_hash:6ce7eb4cba2494693d086256938ed3ea0de25c09
* Revert "Release 4.57.0-rc-1"3y3k02025-03-202-6/+6
| | | | | This reverts commit e56aae0504470b913391995b912ccc7d91e34ede. commit_hash:75836e71139a955b203533bc80e33e36f7ee5e42
* New commands for JAVA_PROTOsvidyuk2025-03-201-5/+6
| | | | commit_hash:f9a7025a91d562d9d4c353bb132034e3b1fe7096
* spinlock: move unlock operations into the TSpinLockBase classswarmer2025-03-201-16/+8
| | | | commit_hash:97d3f3aa633aa9376f38930ef3b6bdb5e784bb97
* Release CLI 4.57.03y3k02025-03-202-6/+6
| | | | | | This reverts commit dbe64223d6697541e9d729ea9327bf9335bfe193, reversing changes made to 272372340053a2e44dac5af894a2a26883c34ca6. commit_hash:ffa3b65c25c1aec9a4d7751cdf1742dca02047ca
* env for GO_PROTO_PLUGINssnermolaev2025-03-201-3/+9
| | | | commit_hash:619ca38eab26d96c2cf80068dc55846b1c7fa449
* Automatic release build for ymake, os_ymakerobot-ya-builder2025-03-203-10/+20
| | | | | Update tools: ymake, os_ymake commit_hash:de2bf688d08c53b32f3c0a6af9bc5a3cc44d9567
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-03-201-1/+1
| | | | commit_hash:24bdc7e32a2d40dd93845e941b49dbb6aee9875f
* Fix Y_LIFETIMEBOUND placement in TArrayRef ctorvadim-xd2025-03-201-1/+1
| | | | | | | | | | | | | | | Detected by clang 20 ```cpp struct TFoo { const int X[10]; }; void Foo() { TArrayRef<const int> a{TFoo{}.X}; // error } ``` commit_hash:299f849c2d3cc640866eee3ff82be37f624ac70d
* Add saturation add functions and refactor yt/yt/library/numericeshcherbin2025-03-195-121/+408
| | | | commit_hash:3bef7c2280c0f100c7ba8bff6f779764b691e123
* library/cpp/cache: don't use deleted allocator typeswarmer2025-03-191-4/+4
| | | | | std::allocator<void> was deprecated in C++17 and removed in C++20 commit_hash:a3ee8d8f62ee5a7dffbb3a95ff6afac7f32baf1c
* Update contrib/restricted/abseil-cpp to 20250127.1robot-contrib2025-03-1924-32/+36
| | | | commit_hash:ba806fade44cb61f6f4e597654b5ffe8b1e5b999
* YQL-19739 better errors for initial parameters validationvvvv2025-03-196-6/+74
| | | | commit_hash:67d1188f3d667d7c3355c17d9a1adefe2adb2a6e
* GRUT: Format grut/libs/bigrt/transaction with clang-formationagamed2025-03-191-0/+1
| | | | commit_hash:d4401a719056d7b894383cdcaa6ff88c85b013d2
* Intermediate changesrobot-piglet2025-03-196-149/+557
| | | | commit_hash:b16f3e48e8ace97fa7d4b3d172f16bb0e784fd8b
* YQL-19729: QPlayer for robotsmrlolthe1st2025-03-191-0/+1
| | | | commit_hash:c9bc73f0802e418e4af62b12f743c4e862dbbdc9
* Intermediate changesrobot-piglet2025-03-192-0/+16
| | | | commit_hash:c67cba9ae71e0537ebbf4d47c15e56c5818c46a1
* Allow passing update arguments by valuecoteeq2025-03-192-6/+54
| | | | commit_hash:21ec3f9f2dcd2a944074c3b83196c6e1b61ef64f
* Add TCompactVector::data()vadim-xd2025-03-191-0/+8
| | | | | For TArrayRef(TCompactVector) commit_hash:d6b75e4cd93aa786abeb1c1cc00d9827f6d4ea15
* YQL-18303: Introduce ExtDateType data type flagimunkin2025-03-191-7/+14
| | | | commit_hash:5f7d390b260264526d8546015d2e98e2130b67da
* YQL mkql blocks transport, added triming by MinFillPercentagegrigoriypisar2025-03-197-68/+190
| | | | | Added block trimming in transport commit_hash:9794613300322045a81a9b40d4ebe519d30937a4
* Remove unused macro - used for YDB compatibilityilezhankin2025-03-191-2/+0
| | | | commit_hash:ec5e09d191b714b8465756189e5d0898ba6ce92a
* Enhance GPU event log and add scheduling segments info to Orchideshcherbin2025-03-192-0/+9
| | | | commit_hash:c378b1dd4fc83886305ddc3519d215b7b3c2f9cc
* Introduce PruneKeys Callablesmpereskokova2025-03-1916-27/+490
| | | | commit_hash:ca25a6ece5ae902c4b93846f69bc33b6336a669c
* Intermediate changesrobot-piglet2025-03-193-0/+57
| | | | commit_hash:50f35111dfe21322f7d24f449ffb9d644521d601
* Support offset in YT builderlirikl312025-03-192-0/+11
| | | | | язык динтаблиц поддерживает offset, добавляю в builder commit_hash:7b24e71291b839b32c8ea8e2474978da2071c445
* Add Kotlin compile flagsdimdim112025-03-194-0/+26
| | | | | Add Kotlin compile flags commit_hash:a84699a5a47684e0da7e36482c09e52b173d1a08
* Intermediate changesrobot-piglet2025-03-191-0/+1
| | | | commit_hash:11711810dda55920d911ae6c20fcfcb881340f61
* YQL-19724 logger for udf resolvingvvvv2025-03-1931-59/+228
| | | | commit_hash:c019511f90871e0a4d783856db0fa2272e21a336
* Intermediate changesrobot-piglet2025-03-1910-102/+35
| | | | commit_hash:ebf6fb6dff099bd6bcfbf201e52dda1751dd76fd
* YQL-19616 Implement ILexer via antlr_astVictor Smirnov2025-03-1933-206/+440
| | | | | | | | | | | | | - [x] Added `antlr_ast/antlr4` module and moved `TLexerTokensCollector4` there from `proto_ast/antlr4`. - [x] Moved stuff around back and forth. Ready for a review. --- Co-authored-by: vityaman [vityaman.dev@yandex.ru] Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/1128 commit_hash:e08785c3408ef813505bdc7511560e9536f4ab79
* change ormathene-grey2025-03-192-2/+3
| | | | commit_hash:9c93eed6009f6341594f2c67190e2c9574947f8e
* Добавил поддержку нескольких ↵s2m12025-03-191-2/+35
| | | | | | коннекторов и фабрики коннектов commit_hash:12cd63e4b3253289dbea4c3147c5dcbad2442562
* Added settings of create transfer statement: flush_interval, batch_size, ↵tesseract2025-03-191-1/+12
| | | | | | | consumer_name <https://github.com/ydb-platform/ydb/pull/15770> commit_hash:f9e7a01a29938b4bec4aacdaa4e116101326f7da
* [library/python/runtime_py3/importer.pxi] Support trailing newline in ↵prettyboy2025-03-191-3/+6
| | | | | | | | | | root.path files Для того чтобы работал сценарий ``` echo `arc root` > /tmp/.root.path ``` commit_hash:255b16f66c1a610cea5322a3842edc492634faaf
* PR from branch users/3y3k0/revert-23y3k02025-03-193-11/+24
| | | | | | | | | | | Fix local plugins Update build graph and tools Revert "PR from branch users/3y3k0/revert" This reverts commit becfde4a7d1b946ceed23f12cdb31002410c8797, reversing changes made to da3025ed731f918ba1d29f88f2f77eea66ce9ac4. commit_hash:38495e46ca34f023a978042d5ebff0e83092768e
* Intermediate changesrobot-piglet2025-03-195-4/+35
| | | | commit_hash:ea6617380efc5fd86784a19436fefccb22019756
* Added UserNotifications framework to sysinclbuglloc2025-03-191-0/+1
| | | | | | User Notifications с нами начиная с 10.14: https://developer.apple.com/documentation/usernotifications?language=objc Хочу переехать с депрекейтед `NSUserNotificationCenter` на `UNUserNotificationCenter` commit_hash:0089a129601b724a1781edc91817d84929905d52
* YT-24505: Add fair share IO Enginedon-dron2025-03-195-24/+34
| | | | commit_hash:0a033ee0a0034b7f3e83e65316095a746ec09cd9
* Delete STYLE macroalevitskii2025-03-193-20/+0
| | | | | Delete STYLE macro commit_hash:5eb4c9b34d6ae5fc94532bc4f6929f9236bcaa1a
* Add semantic with kotlinc flagsdimdim112025-03-193-0/+7
| | | | | Add semantic with kotlinc flags commit_hash:4974ee4f5414cd95fef4a0af97fa4f40436aa0cb
* Don't include FindCython explicitly, this will allow 'Cython_ROOT' variable ↵akhropov2025-03-181-5/+0
| | | | | | to be taken into account when searching for Cython.. #2810 commit_hash:b902d7bd5d87ca0a5e72ecae30c15df4246fd7fe
* use cppyndexer instead of yndexerya-shishqa2025-03-181-1/+1
| | | | commit_hash:837b6c213de7a220e626bbf89ad8f0ac1cb79cfa
* GRUT: Format grut/libs/bigrt/resharder/compute_shard_number with clang-formationagamed2025-03-181-0/+1
| | | | commit_hash:570e02a3ac9cf87c961786af25991774f811a851