aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update contrib/restricted/boost/type_index to 1.88.0robot-contrib2025-04-2611-29/+30
| | | | commit_hash:39e4c321d124c05900b61cc9493d46e87474d4f2
* Update contrib/restricted/boost/graph to 1.88.0robot-contrib2025-04-2618-1163/+1314
| | | | commit_hash:b5d20c4aee0080ce01a8ed80d556e11569f0b13a
* Update contrib/restricted/boost/mp11 to 1.88.0robot-contrib2025-04-267-61/+60
| | | | commit_hash:b137476244babd08199f3381d75cff2081477bfe
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-04-261-2/+1
| | | | commit_hash:c0411d32f1f366b8468679d3506bdf544d40e0e3
* Intermediate changesrobot-piglet2025-04-263-24/+69
| | | | commit_hash:1f3731b3dff069de997454d6f6cbbc067a4a0b97
* Small fixescherepashka2025-04-262-13/+8
| | | | commit_hash:0fb1f34803c28dbbddfd61464e25f5775c76e654
* Use extended type for column group validationudovichenko-r2025-04-261-1/+1
| | | | commit_hash:51b4173516653381571df3404fa62e7ee98863ae
* util: Reduce the number of string allocation within the TypeName<T> functionswarmer2025-04-261-8/+12
| | | | | Don't copy a `const char *` into a temporary `TString`, only to convert it back to a `const char *`. commit_hash:f291a94106900ceae8ae830f20716cb35f8aab2d
* Request logging cosmeticsbabenko2025-04-261-5/+11
| | | | commit_hash:12677634cfcf027d0d6f68478481e7cdfa24f16f
* Intermediate changesrobot-piglet2025-04-257-30/+31
| | | | commit_hash:fcf457f82505b2a68c3d5530e329b3255b3bbb7a
* Intermediate changesrobot-piglet2025-04-2522-101/+101
| | | | commit_hash:9b015bb7088fa903751d031b21e02506e175bcf9
* YT-23817: implement try acquire in TCombinedThroughputThrottlervvshlyaga2025-04-251-2/+17
| | | | commit_hash:7e61a1191c39017d06254e045d3f58bbbbdadc01
* Intermediate changesrobot-piglet2025-04-2531-96/+80
| | | | commit_hash:c94956365009858d19389e25868603490967a181
* Use modules md5 for operation hashudovichenko-r2025-04-255-9/+56
| | | | commit_hash:479beaff03a33251903e09d1196e18e030d4029c
* Fix ResPull for multiclusteraneporada2025-04-254-4/+23
| | | | commit_hash:22417d8bf75459bf61b1bfd340a56af7028785c4
* YQL-19901: Fix TestBit for string argumentimunkin2025-04-256-15/+34
| | | | commit_hash:8ca44c4f80502be7e9c4c970f05b64ad9b50b13f
* Find nvrtc library in cuda homenechda2025-04-251-2/+2
| | | | commit_hash:39c670927995d2e5558f218e3d198f29a2e2af40
* Intermediate changesrobot-piglet2025-04-251-1/+0
| | | | commit_hash:14cd0f852fd43d48ad01a7f6608504ef16a4ac95
* YQL-19747: Refactor sql/v1/complete usage of Future and Ptrvityaman2025-04-2532-334/+266
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - [x] Chained futures, add `CompleteAsync` method (then will migrate the YDB CLI on it). - [x] Removed deadlined and fallback NameService as unused - [x] Annotate thread-safe methods with `const` and use `AtomicSharedPtr` for them. - [x] Move `name` to `name/service` with backward compatibility with the YDB CLI. --- `CompletionEngine` is left thread-unsafe because of the dependency chain `CompletionEngine -> LocalSyntaxAnalysis -> C3Engine` which is thread-unsafe, but readonly indexed data structures such as `Ranking` and `NameService` are annotated with const and distributed via shared pointers. I removed deadlined and fallback name services because the first is stupid the second is ahead of its time and is better to be added later to keep interfaces as minimal as possible. --- The migration on async complete plan: 1. Introduce CompleteAsync 2. Migrate clients on CompleteAsync 3. Make Complete to return Future 4. Migrate clients on Complete 5. Remove CompleteAsync --- - Related to https://github.com/ydb-platform/ydb/issues/9056 - Related to https://github.com/vityaman/ydb/issues/33 - Related to https://github.com/vityaman/ydb/issues/31 --- Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/1241 Co-authored-by: vvvv <vvvv@yandex-team.com> Co-authored-by: vvvv <vvvv@yandex-team.com> commit_hash:497cc081ab78bebf7354e0acfaa418d936cc8240
* compiler settings: correct __EMSCRIPTEN__ definevpalchikov2025-04-251-1/+1
| | | | commit_hash:662bf10e4c8caa4c7310317eacd39715dbadc691
* Intermediate changesrobot-piglet2025-04-251-1/+3
| | | | commit_hash:4d256df3cba483ed480b07058d40dc2771082b86
* YT-24704: Introduce new delivery fenced connection for pipespogorelov2025-04-255-246/+824
| | | | | | | | | | | * Changelog entry Type: feature Component: controller-agent Add new delivery fenced connection that works on vanilla linux kernel. It may be used for cpu intensive or gpu jobs to prevent job abort on interruption. commit_hash:02e0f41ad907dfe1c11defc5439214e31ea12ad5
* YT-24894: Add BlockSetSubrequestThreshold to configdon-dron2025-04-251-0/+2
| | | | commit_hash:2e0d520af978a9a16495ac4fd2adc8f072ed973a
* YT-24315: Tab node validates erasure coding of journalstea-mur2025-04-252-0/+3
| | | | | | | | * Changelog entry Type: fix Component: misc-server Tablet nodes used to not validate erasure coding. This is now fixed. commit_hash:c87b15794e5b904cf5876e3887af9aed62b650bc
* GetRef in TPointerCommonilnurkh2025-04-253-0/+50
| | | | commit_hash:4149625a81c51af40642fe498a887608cc57305f
* Primitives for case insensitive simple pattern matchzverevgeny2025-04-2515-13/+266
| | | | commit_hash:5f4bdb090c2f60459073e3e95ccd39ec58b95232
* удалил deprecated поляs2m12025-04-251-7/+2
| | | | commit_hash:99750816a334658ecd2f306d4a496865e7fcc4d8
* Intermediate changesrobot-piglet2025-04-257-14/+0
| | | | commit_hash:a2ae9e9ddb0ebd0f3ce876aa1f8f29e291d3aed1
* Fix for CVE-2023-33460: Memory leak in yajl 2.1.0 with use of ↵npt-17072025-04-253-1/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | yajl_tree_parse function ### Changelog entry ... ### Changelog category * Bugfix ### Description for reviewers This PR fixes a security vulnerability in yajl\_tree\_parse() that was cloned from yaml but did not receive the security patch. The original issue was reported and fixed under [likema/yajl@31531a6](https://github.com/likema/yajl/commit/31531a6e6b5641398237ce15b7e62da02d975fc6). This PR applies the same patch to eliminate the vulnerability. References [GHSA-cqgm-m7h3-xgwm](https://github.com/advisories/GHSA-cqgm-m7h3-xgwm "GHSA-cqgm-m7h3-xgwm") <https://nvd.nist.gov/vuln/detail/CVE-2023-33460> [likema/yajl@31531a6](https://github.com/likema/yajl/commit/31531a6e6b5641398237ce15b7e62da02d975fc6) --- Pull Request resolved: <https://github.com/ydb-platform/ydb/pull/17570> commit_hash:d022109c9836673d185db1ffab7e1064ab8f561d
* Fix YT_LOG_ALERT_AND_THROWh0pless2025-04-251-4/+14
| | | | commit_hash:5065ec89aed827ce2d112d5f8623dfb0215a5207
* Intermediate changesrobot-piglet2025-04-2520-59/+318
| | | | commit_hash:9feae42eea92837e800e65cbcf9acc15f580e438
* Typo in ref_counted.hAlexey Arkhipenko2025-04-251-1/+1
| | | | | | | | | No description --- Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/1240 commit_hash:9afd1a8a5e8a67c4618712edca143bb56027764f
* Use junit4/5 semantics for java testsdimdim112025-04-243-1/+25
| | | | | Use junit4/5 semantics for java tests commit_hash:def6b37d434f8759c3ba83213b5baf2f1af85220
* Intermediate changesrobot-piglet2025-04-241-0/+5
| | | | commit_hash:f2e6589626879ba465833a71e6d23df856f201c9
* Check YT operations spec not to contain secretsziganshinmr2025-04-2422-1/+152
| | | | commit_hash:f3bb066b14d05257ef5fe43c4f80a92a16c10b4a
* YT-24894: Split large get block set requests between nodesdon-dron2025-04-241-0/+2
| | | | commit_hash:47af8407e2e454dd37342ff0a8e7d638e1d5f4a6
* Fix column group calculation for a single groupudovichenko-r2025-04-241-1/+1
| | | | commit_hash:f8138b2300bb8c3beed8d27d4688beb4dc2c6f3a
* Intermediate changesrobot-piglet2025-04-245-0/+117
| | | | commit_hash:b561940fa34bb32aa7a67fa8522fb39ffe55d141
* Intermediate changesrobot-piglet2025-04-241-1/+3
| | | | commit_hash:ae46d476745bcde01f2465ccfec1ae45e8d29d1e
* YQL TaggedType <-> Arrowninaiad2025-04-246-3/+95
| | | | commit_hash:f775e1468b8181bc7f7f409dde6a1af284725e68
* Constifyermolovd2025-04-241-2/+2
| | | | commit_hash:7579cfab3b598d951714e83b74e02d1d9b23cec2
* Enable UnorderedOverSortImproved by defaultaneporada2025-04-243-3/+3
| | | | commit_hash:188eabb32fe62c00b28fbfd2ca438d751e66a540
* Intermediate changesrobot-piglet2025-04-249-22/+24
| | | | commit_hash:dc3193604b8e3f1c1a2e012318f542b2497d7638
* Automatic release build for test_tool, os_ya, ya_bin, os_test_toolrobot-ya-builder2025-04-244-20/+22
| | | | | Update tools: test_tool, os_ya, ya_bin, os_test_tool commit_hash:e1a9b4c4ac2cb1d4372a80cdaf9ff5ffad68f9f1
* Add cuDNN 8.9.7nechda2025-04-241-1/+1
| | | | commit_hash:e4127882c960fab8e539f5332c981e7adebc5cb5
* Enable FilterNullMembersOverJust by defaultaneporada2025-04-243-7/+7
| | | | commit_hash:a97752fe47c21a472a780e6b2097cd7c20c63766
* YT-23180, YT-21017: Support composite types and type coercion in QLlukyan2025-04-234-0/+11
| | | | commit_hash:66a9427951da5b22e74fc6c04f4a3b7fd8713510
* Update contrib/libs/backtrace to 2025-04-08robot-contrib2025-04-233-6/+6
| | | | commit_hash:f557fe6f4960cb4466290d49e5f14af379ba2f94
* Intermediate changesrobot-piglet2025-04-2316-41/+199
| | | | commit_hash:305fec3efc9087bab26ae2fca809e1c3c0723b00
* Remove semantics from EXTERNAL_JAVA_LIBRARYdimdim112025-04-231-4/+0
| | | | | Remove semantics from EXTERNAL_JAVA_LIBRARY commit_hash:30f823498fa04c4da5d137a99e1d24e15e7d5b93