aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* switch ymake nots plugins to ymakeyamlsnermolaev2025-06-063-3/+11
| | | | commit_hash:7efc8ab40184186a1c5d597aa5ea2c0dc1fbe85a
* Initialize Fair share thread pool threads correctlysabdenovch2025-06-061-2/+3
| | | | | | | | | * Changelog entry Type: fix Component: misc-server Fixed bad initialization of threads within fair-share thread pool. commit_hash:1db38c436c8ed4de3b5b86b7dab7e5bd8e1a3100
* YT-24943: CAST for YTQLsabdenovch2025-06-051-3/+8
| | | | | | | | | * Changelog entry Type: feature Component: dynamic-tables Implemented CAST operator for YTQL. commit_hash:c2ba91dab1077ba605108c0653e9f19bce36589a
* YDB Import 803robot-ydb-importer2025-06-051-3/+0
| | | | commit_hash:fe11e9a05b0232084e52f20ff2e4d07deede4564
* YT-21709: Support running Shuffle Service in Job Proxyapollo13212025-06-052-7/+43
| | | | commit_hash:e14340b096804a5c7122eb494fd88fb6e1a80ef7
* JVM_ARGS semanticsdimdim112025-06-052-0/+5
| | | | | JVM_ARGS semantics commit_hash:ea2192c88e0940f41e5d89c6bcb0622bfcc52897
* Support contribs in exported projectsdimdim112025-06-051-1/+6
| | | | commit_hash:d2b17ac2f5acef09ee51b5e07e70a7e9cd661c75
* use repo layout in `contrib/libs/brotli`redotter2025-06-0594-18/+18
| | | | commit_hash:b4eac4cf131dd15c80c126415bebfca8a85d819d
* YT-24872: Refactor builtin user creation and add more of thembabenko2025-06-052-0/+6
| | | | commit_hash:1e0d9c5162d3c69cdcfdce819e2d663c1cb92c9b
* YDB FQ: add YSON & JSON MongoDB ReadingModeninaiad2025-06-051-0/+4
| | | | commit_hash:3c6cb3c41856b76e78b4eaa41d067fbb4bdf9fde
* YQL-20053 fix & clarify warningvvvv2025-06-051-2/+2
| | | | commit_hash:98cd4d4370d009f6e71e69219f5b9d89ab3eca9e
* Cosmeticsermolovd2025-06-051-6/+6
| | | | commit_hash:66d8e5fc6068a31f2afd10d44310115dcd7a4106
* Add more ytflow-specific settingsngc2242025-06-051-1/+15
| | | | commit_hash:6cb410bacaead8cc100d8e65d9baa6ec235c7ef2
* Update contrib/libs/simdjson to 3.13.0robot-contrib2025-06-0510-26/+73
| | | | commit_hash:c30203c3ffe630324436789272f0d65d573575bc
* Copy from libs with proto_namespace 2 times: with and without namespacedimdim112025-06-051-7/+7
| | | | | Fix proto namespace in extract task commit_hash:bdb0fc0dfef04a589b1a7610e2a82fb2b586d273
* Remove unused in_dirs_inputsdimdim112025-06-053-3/+0
| | | | | Remove unused in_dirs_inputs commit_hash:439db7df10701d7a26683f5d494b1e9153a383e7
* YQL-20048: Udf resolver more analyticsmrlolthe1st2025-06-054-18/+46
| | | | commit_hash:ae2acd657ed2d45b09807c205f0aa8fab3be003e
* feat clang-tidy: add new checks to whitelistabramov-alex2025-06-052-9/+9
| | | | | | | | | | | | | Adds four new checks: - misc-const-correctness ([docs](https://clang.llvm.org/extra/clang-tidy/checks/misc/const-correctness.html)): ensures all variables that can be declared const are indeed declared const - misc-use-anonymous-namespace ([docs](https://clang.llvm.org/extra/clang-tidy/checks/misc/use-anonymous-namespace.html)): finds symbols declared at global scope that can be moved into an anonymous namespace - readability-duplicate-include ([docs](https://clang.llvm.org/extra/clang-tidy/checks/readability/duplicate-include.html)): removes duplicate #include's - readability-identifier-length ([docs](https://clang.llvm.org/extra/clang-tidy/checks/readability/identifier-length.html)): finds variables and functions with too short names. By default the minimum required length is 3 commit_hash:180a6d8e7cd3773e9c1712703a1e2954e3be876b
* Update github.com/xuri/excelize/v2 to 2.9.1atridis2025-06-052-2/+2
| | | | commit_hash:bffb598486f6755f69cf17be37862d16fc96a263
* Intermediate changesrobot-piglet2025-06-055-5/+4
| | | | commit_hash:40bf61b82ccf579324ce46b351b55852673bc7db
* Automatic release build for test_tool, os_ya, ya_bin, os_test_toolrobot-ya-builder2025-06-054-20/+22
| | | | | Update tools: test_tool, os_ya, ya_bin, os_test_tool commit_hash:358b5ebe86f44950c909a3f13cdce5f7ce0fea98
* Lombok always first APdimdim112025-06-051-4/+7
| | | | | Lombok always first AP commit_hash:e6050570d7ab24beff28f09a1d390fe200c5ee18
* TS_FAKEID for TS buildssnermolaev2025-06-051-1/+2
| | | | commit_hash:9be668a6a9393094d22561be0b0f0d8fe0d0dce9
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-06-051-1/+1
| | | | commit_hash:f8e72351f95dd8c8dc411f63be347d9526cf31a9
* Release clang-format-18 #6robot-brewer2025-06-052-5/+15
| | | | | https://github.com/yandex/toolchain-registry/releases/tag/clang-format-18-v6 commit_hash:38797fdb5da45de5d5fe523c5ada22b441750d8a
* Fix some issues in rXXXXXXapollo13212025-06-051-2/+2
| | | | commit_hash:2037509705af3b6b9e164425e33cfc34a22ebbdb
* YT-23783: Add log drop tracker in overload controllerdave11ar2025-06-042-0/+17
| | | | | | | | | | ## **Changelog entry** * Type: feature * Component: overload controller Add log drop tracker in overload controller commit_hash:f0fffbe4e5d75937a5e5eeb12e2512e8b233055c
* Fill TBucketQuoter before taking tokens, KIKIMR-23363serg-belyakov2025-06-041-1/+1
| | | | | Fill bucket before use commit_hash:db2f1b8395b7e2c7bbd56ad95601e460abc8b191
* Patch templates for symlinks to generateddimdim112025-06-041-2/+7
| | | | | Patch templates for symlinks to generated commit_hash:5a6b520b01af761362c60e88ef24048924a228ec
* YQL-19940: Msan sanitizingatarasov52025-06-0416-313/+531
| | | | commit_hash:a7bee9ef953705fedbc2280f5a1eac81a305944f
* Optimize source sets templatedimdim112025-06-041-27/+24
| | | | | Optimize source sets template commit_hash:7e813f052ea071a0796b096f59d8e5b4f8a84283
* YT-25206: Set up Cypress Transaction Service on Cypress Proxiesh0pless2025-06-043-3/+6
| | | | | | | | List of changes: - Add a new extension to TReqHeader to save information about original cell tag and master channel kind. Previously, this information was passed to Cypress Proxy only in Execute request, now all requests that use channels to Cypress Proxies automatically save said information. - Extract TCypressProxyServiceBase as an underlying class, which is responsible for extracting cell tag and master channel kind and saving it to context, and facilitating the handling of request redirection. - Set up a (purely proxying) Cypress Transaction Service. commit_hash:33341a0106832eb545678dec31f1aa9095fcdce0
* support database settings in ALTER DATABASEdeminds2025-06-0410-17/+208
| | | | | | | | The main goal is to enable setting SchemeLimits (ShardsLimit and PathsLimit) via YQL. Issue: - https://github.com/ydb-platform/ydb/issues/16742 commit_hash:e873849e3b4bb494e349ccebbb1ff6d51655c5d1
* YQL-20050 ascii ilike in the peepholevvvv2025-06-042-26/+85
| | | | commit_hash:ecabde17ea40a36ec6c992bec2b371529d6cc84c
* Intermediate changesrobot-piglet2025-06-041-0/+1
| | | | commit_hash:e25f917c35b426ceef2da831c159597de9d6b6cb
* Track execution stack countsabdenovch2025-06-041-0/+2
| | | | commit_hash:129460119183c8f490ca05dc051023a9cd6c602a
* Remove unused ExtendGenericError methodhiddenpath2025-06-042-16/+0
| | | | commit_hash:70f08c3d0ef32d71b24bb9b41e770a7f9910ff60
* playwright demozaverden2025-06-042-2/+5
| | | | commit_hash:622aa5fefca59d52192c61653ba2184e8bb995d0
* fix(conf): do not allow `.` in TS_*_TEST_FORzaverden2025-06-041-1/+4
| | | | commit_hash:3d7ff2376332341b9fdcb95341a6d15d9c358878
* TTryGuard for queue locknae2022025-06-041-39/+58
| | | | commit_hash:027b7f086dcb0c574896ea5bd2c4958bf82914cf
* Add a todo to remove the LogUseCore optionhiddenpath2025-06-041-5/+4
| | | | commit_hash:2af1e11b5ae48afa30c1762d0170f3089a2e117f
* Support multiple pynode actorsthenromanov2025-06-032-2/+2
| | | | | Named bundle of multiple binaries commit_hash:f10706772bc22e09c2d9469cf16894cc3ce80d81
* Fix user data lifetime bugmikailbag2025-06-033-9/+36
| | | | | | | Profile previously have not extended lifetime for user data referenced by contained allocations. Such data could be destroyed too early, potentially during deallocation, rendering user_data pointer invalid (and thus making the whole feature effectively unusable). As a fix, profiles now act as strong pointers for all sampled allocations. commit_hash:8f77b397661ca7eab30793aece6f2e655722e99c
* Automatic release build for ymake, os_ymakerobot-ya-builder2025-06-033-10/+20
| | | | | Update tools: ymake, os_ymake commit_hash:b59a9cbf3a2065b179b7830355d2e56ac8ff7ff4
* Fix LWTrace leaking HTTP request string to HTML pageSemyon Danilov2025-06-031-4/+4
| | | | | | | | | Co-authored-by: the-ancient-1 <cthulhu@ydb.tech> --- Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/1303 commit_hash:92106e48ef7d9a34a2446896fb26dfe92c86d194
* Intermediate changesrobot-piglet2025-06-031-1/+1
| | | | commit_hash:5b8b3bc4aa19afe6315c872b93d7133fdb09b608
* add took methodmatusha-g2025-06-032-0/+22
| | | | | add took method commit_hash:6cbacad68f50a1144726e074a905ba96dbc4e62e
* Save distinct constraint for PruneKeysmpereskokova2025-06-0310-14/+275
| | | | commit_hash:c571530f0a74edc44a65da0388e8e4c543121044
* Support scalar-only logical opsaneporada2025-06-035-5/+185
| | | | commit_hash:2be000baa1e203ec9b4bab5a4d236abc64609376
* New CHANGEFEED's option: SCHEMA_CHANGESilnaz2025-06-035-0/+29
| | | | commit_hash:23ba332ac8979f2e4e62231fb47414233ee4043e