aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Intermediate changesrobot-piglet2025-04-092-34/+83
| | | | commit_hash:82c13e8369702b168088dc96f7c8c9025d7abbb6
* YT-23505: Add IPrerequisite to client/apigryzlov-ad2025-04-0922-106/+238
| | | | commit_hash:7dcae50ae63844645ae306627ebeec7cc090430d
* YT-23505: Introduce chaos leasegryzlov-ad2025-04-097-1/+41
| | | | commit_hash:4c47b7b75ace18f0f57347b25b062bf0d414e7d9
* Intermediate changesrobot-piglet2025-04-095-1/+107
| | | | commit_hash:b05d89eb8dfeb6b3f2fe069a57d8f2297b8e3638
* Fix (irreproduciable) bug in ParseAndValidateYamlIntegerbabenko2025-04-091-1/+1
| | | | commit_hash:520a331780a798315911b90e4f4d932d9b809bc9
* Change default TensorRT version in AUTOCHECK from 5 to 10nechda2025-04-091-2/+2
| | | | commit_hash:b82d5a6815e917785ddb64ad020632e814fe0308
* use consistent BreakConstructorInitializers and BreakInheritanceList options ↵egovol2025-04-091-1/+1
| | | | | | in `.clang-format` commit_hash:1d25146f5a76da6ee2b6fadbf9e9650782f6704b
* Make TLogger respect rvaluespogorelov2025-04-093-12/+62
| | | | commit_hash:dc29e989d9edbb7f171ba47632de428289393058
* Intermediate changesrobot-piglet2025-04-0912-12/+32
| | | | commit_hash:82cfb3bb916af616b6a16161253ed74b1be02c4e
* Intermediate changesrobot-piglet2025-04-0911-10/+29
| | | | commit_hash:beff4bb8465ac16cbba2bd47f1a49bc8ae8565ca
* Intermediate changesrobot-piglet2025-04-094-12/+23
| | | | commit_hash:09b286f52f83fbff697b82af94ef317af646e3f6
* Switch JSRC_LIBRARY and its successors to new commandssnermolaev2025-04-091-4/+5
| | | | commit_hash:fb9373414e0a94f9fe4895b6c21e329e63f19565
* Switch IOS_INTERFACE and DEFAULT_IOS_INTERFACE to new commandssnermolaev2025-04-091-2/+3
| | | | commit_hash:e6121a6932075416d37d6a6b7da6bd0e956701ed
* Swicth DEV_DLL_PROXY to new commandssnermolaev2025-04-091-2/+3
| | | | commit_hash:998d57c1793410a93fc535bf960eead64a81d66d
* Switch CI_GROUP to new commandssnermolaev2025-04-091-1/+2
| | | | commit_hash:510cec0d50dda1dfe3fb8d59e9183dba3faee604
* Intermediate changesrobot-piglet2025-04-083-28/+44
| | | | commit_hash:bf469eb9f85927cfef8fb4151f740c34dd092add
* YQL-19747 keywords freqvvvv2025-04-086-1/+99
| | | | commit_hash:7de75454f7dc424a5ac1883b88418eecdaa261fd
* YQL-19747 write all aliases for yt hintsvvvv2025-04-083-4/+36
| | | | commit_hash:daa1d17f2f2569a87a9af557046c653a17a64981
* YQL-19747 Complete after PRAGMA and multi-token namesvityaman2025-04-0815-30/+286
| | | | | | | | | | | | - [x] Complete after PRAGMA - [x] Complete multi-token names correctly, for example, `yt.` returns only `DisableStrict`, not `yt.DisableStrict` and `DateTime::` returns `Split`, not `DateTime::Split`. I tried to implement it using `CompletedToken` edition, but not all completion environments support candidates with various `contextLen` (`Replxx` does not). So I decided that completions should rewrite only the current token, not sequences. For example, on `DateTime::Spl` rewrite only `Spl`. It makes sense as multi-token names have some namespace separated by a punctuation, so used types only namespace and gets names inside of it. --- Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/1181 commit_hash:9d8967ac43b9348f6dbb53837d92a9dcc9b51f48
* Fix keeping aggregate columns in case of distinct aggregation over windowziganshinmr2025-04-085-11/+74
| | | | commit_hash:6aa8a8297542455d107d7debbfaac3f30f48d885
* Add EnableRpcProxyInJobProxy option to TUserJobSpechiddenpath2025-04-082-0/+10
| | | | commit_hash:066f704ba92da58c63ac8af6f9032f6c2672a9be
* Move HPND-sell-variant to REQUIRE_CITATIONkirilltatunov2025-04-081-1/+1
| | | | | | | | | HPND уже в REQUIRE_CITATION, а HPND-sell-variant как будто бы такая же, но разрешает больше. https://spdx.org/licenses/HPND-sell-variant.html > This license is a variant of HPND (https://spdx.org/licenses/HPND.html). This variant explicitly includes the permission to "sell" the software, which is not explicitly referenced in the HPND template, and makes a few other minor changes. commit_hash:87d4ef4529dfc8fee641b6a0f59a4a0bb1095b8b
* QL joins refactoringsabdenovch2025-04-082-1/+2
| | | | commit_hash:bf6a38b831d4a1301e19a6524c711d7a1c17bf48
* YT-24527 trying to fix dq-gateway crasheslucius2025-04-081-3/+3
| | | | commit_hash:7662baf98f53a4d1c3b1538a80caa7101f744b0a
* go1.23 switchpsydvl2025-04-084045-367518/+379156
| | | | | | Переключение Go на 1.23 Тулчейн с исходниками положен в PR:7442346 commit_hash:a56e7228a1eab335f40c731dc6a103945515cd70
* Pass output_includes through command in CHECK_CONFIG_Halevitskii2025-04-081-2/+1
| | | | | Pass output_includes through command in CHECK_CONFIG_H commit_hash:4be563e6c3e2636fc079b593964bc9bef3885358
* YTORM: Path attributeshitsedesen2025-04-081-0/+1
| | | | commit_hash:045d8a23a8914c8a38833a1782c188ad07b1a5af
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-04-081-1/+1
| | | | commit_hash:d1a020a6c819ad53c70a8c9d62796c8b10b76516
* YQL-19747 Improve yql_complete tool and add input validationvityaman2025-04-088-19/+62
| | | | | | | | | No description --- Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/1185 commit_hash:1def5874ff6a9a5b3dcdd0ad285d2e64b16c9306
* Add sysincl headerskirilltatunov2025-04-081-0/+1
| | | | | Я покрываю библиотеку metrokit ya.make'ами, и нужно добавить системный header и пару header'ов из ios pod'ов. commit_hash:dff5a8f37753e5953ed044ba6e05f0386a906910
* External build system generator release 109robot-ya-builder2025-04-073-7/+13
| | | | | Update tools: yexport, os-yexport commit_hash:c945b027e56f4c8e526cfdc93c2928e419e61f93
* YQL-19747 statements (hints etc)vvvv2025-04-076-2/+77
| | | | commit_hash:1288e94c1f35aed35f40ac5e9b59e708b7cfafad
* Intermediate changesrobot-piglet2025-04-079-14/+38
| | | | commit_hash:6768768ea3a3962231d3fabdffb2ce0db44e9347
* Remove arcadia_test_datasay2025-04-072-11/+0
| | | | commit_hash:0daacd6f5a9880a3a29a2c32a039e41407266063
* Intermediate changesrobot-piglet2025-04-0722-46/+690
| | | | commit_hash:bdf980a10265fd16f4aecae0dff78846b425bd8b
* YQL-19747 Complete type name as a function argumentvityaman2025-04-074-6/+52
| | | | | | | | | | | | | | | | | As I understand, type name should not be completed at `SELECT |`, so I added a check that we are at `invoke_expr` context. Currently composite type keywords are suggested at `SELECT |` and also are uppercased. I will fix it separately when this merged during - https://github.com/users/vityaman/projects/5?pane=issue&itemId=105056723&issue=vityaman%7Cydb%7C8 --- - Related to https://github.com/ydb-platform/ydb/issues/9056 - Related to https://github.com/users/vityaman/projects/5/views/1?pane=issue&itemId=105056423&issue=vityaman%7Cydb%7C7 --- Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/1182 commit_hash:e87565867cf9fa82d9ac49a88d59b293d6686fe7
* Better safety for GetRpcUserAgentbabenko2025-04-071-51/+39
| | | | commit_hash:538e2bc8d0ac9c7a88ebb87f1a320b563329f28c
* Intermediate changesrobot-piglet2025-04-071-2/+5
| | | | commit_hash:6a1c19eb4925f3dd59db5299f1072962932c057b
* Intermediate changesrobot-piglet2025-04-0715-171/+430
| | | | commit_hash:32ce16d8158d416147fcd7231a39bd5b3e9fa50f
* YDB FQ: Support OpenSearchvitalyisaev2025-04-071-0/+1
| | | | commit_hash:71b06636c44e364b3f8a92b8ee9c7017988bd7bf
* Automatic release build for test_tool, os_ya, ya_bin, os_test_toolrobot-ya-builder2025-04-074-20/+22
| | | | | Update tools: test_tool, os_ya, ya_bin, os_test_tool commit_hash:15128871ddaf32f74b427dc3c18f763997ecda58
* Always taring WITH_JDK by python, patch tarinfo in python taringdimdim112025-04-072-18/+32
| | | | commit_hash:34dbae394624660e81ae61f12d5b87569025cdda
* YT-24270: Added overdraft for TAsyncSemaphorecherepashka2025-04-073-1/+108
| | | | | | | | | * Changelog entry Type: feature Component: core Add slots overdraft into TAsyncSemaphore commit_hash:3a25c8c48546671fece656d75b2b5e4d37f829cd
* External build system generator release 108robot-ya-builder2025-04-073-6/+12
| | | | | Update tools: yexport, os-yexport commit_hash:1fca303069f0feae4f743b7b9eda669269d48b93
* Update ytexec resourceignat2025-04-071-1/+3
| | | | commit_hash:105467498065ee2aa208092018dd2a9c8e670093
* Make WriteMetric protectedgolubi-kuryat2025-04-074-65/+57
| | | | | | | | Появляется возможность зарегистрировать новую тип метрики с кастомным поведением, который наследуется от IMetric Пример использования HIDDEN_URL commit_hash:82e3997427ef61d8017d6a1c1eca848131b03d7b
* Automatic release build for ymake, os_ymakerobot-ya-builder2025-04-073-10/+20
| | | | | Update tools: ymake, os_ymake commit_hash:a278b9a4cbed3902996f3c7e9e4dd9e63dae9a55
* New command engine: enable for .in source processingvpozdyayev2025-04-071-0/+1
| | | | commit_hash:82469b351b1b310f3d6d6f136b56bfd898b34016
* Fix TTbbLocalExecutor::GetWorkerThreadId. Enable ↵akhropov2025-04-072-4/+23
| | | | | | test_fit_on_scipy_sparse_spmatrix on Windows. commit_hash:c52cdc5529aff5cda1cbd11be2852647736ceb49
* More detailed description of GetWorkerThreadId. Remove comments duplicationakhropov2025-04-062-3/+5
| | | | commit_hash:19ac2b49b9bb7ac988b229e4d5c4c4ed6f75b138