aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* YT-24926 Reserve memory for replicatoin progress segments when updating progresssavrus2025-04-281-0/+2
| | | | commit_hash:e19e56459c3c2fd434f57ec0cc2214a3cad8576d
* Support jvm args, skip empty excludesdimdim112025-04-282-4/+16
| | | | | Support jvm args,skip empty excludes commit_hash:a5a8235098e53dcc8b881857302c7adc70f15d9a
* Fix generate errorprone versiondimdim112025-04-281-1/+1
| | | | | Fix generate errorprone version commit_hash:063f5c324f2e984db4e81f369fbe9e41da117e45
* Enable cuDNN 9.0.0nechda2025-04-281-2/+2
| | | | commit_hash:53fa40a1cf486926ecf5d1ecb9270ac3e185ae0b
* YQL-19747 Enable custom NameSet and FrequencyDatavityaman2025-04-2818-149/+205
| | | | | | | | | | | | | | | | | | | | | | Clients might want to use custom `NameSet` and `FrequencyData` in their environment, for example, to get their private UDFs and to have more relevant ranking that includes their private UDF and respect their usage pattern. To achieve this goal I decided to load pure `NameSet` and `FrequencyData` and provide functions for pruning. Also I checked defaults and decided that it is more common for a client to create a `StaticNameService` from pure `NameSet` and `FrequencyData` to keep their pruning consistent. I also extracted a separate module `ranking`. It will be needed when I will implement `UnionNameService` to union `StaticNameService` and `SchemaNameService`. `UnionNameService` will load `Limit` names from each child and then crop them to sorted prefix of length `Limit` using `IRanking`. --- - Related to `YQL-19747` - Related to https://github.com/ydb-platform/ydb/issues/9056 - Related to https://github.com/vityaman/ydb/issues/14 --- Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/1246 Co-authored-by: vvvv <vvvv@yandex-team.com> Co-authored-by: vvvv <vvvv@yandex-team.com> commit_hash:cdca301a58a34e56d537a447b4ff779cd70faea6
* YQL-19747 Use TMaybevityaman2025-04-285-18/+22
| | | | | | | | | | | | | | Just replaced `std::optional` usages with `TMaybe` to prevent this refactoring noise in future PRs. --- - Related to `YQL-19747` - Related to https://github.com/ydb-platform/ydb/issues/9056 --- Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/1247 commit_hash:dca8a6849e5ba9cb614d8350996f9423a1dc2373
* Intermediate changesrobot-piglet2025-04-281-285/+0
| | | | commit_hash:aa1c18d55456f44ef9530409cb3a89f0face4fad
* , YQL-19745] Rework ForceTransform optimizer. Check storage settings at ↵udovichenko-r2025-04-289-70/+188
| | | | | | runtime. Add DontForceTransformForInputTables pragma to skip forced transformation for input tables commit_hash:d1abd740299685e7eddca35636ebbd183310bb1a
* warn if no profile library found for coverage buildiniklyaev2025-04-281-0/+7
| | | | commit_hash:e5c5172a2d6960cfb77ec37878bb87869ead057c
* feat(jest): jest+docker simple examplezaverden2025-04-281-0/+1
| | | | commit_hash:f9feea0573b84c6425377de005bd365a3312acb5
* Fix import datetime for subinterpreterssnermolaev2025-04-281-0/+1
| | | | | _pydatetime module should be imported when working in subinterpreters mode since _datetime module is not yet ready for subinterpreters (contrib/tools/python3/Lib/datetime.py), but we get **Warn: ModuleNotFoundError: No module named '_pydatetime'**. commit_hash:4c3ebf1f1a231edcca1580943d1e8a1661bcfa5b
* Automatic release build for ymake, os_ymakerobot-ya-builder2025-04-283-10/+20
| | | | | Update tools: ymake, os_ymake commit_hash:3bda8a178059980144ce84f51f78c8137f156327
* Update contrib/restricted/boost/move to 1.88.0robot-contrib2025-04-274-6/+12
| | | | commit_hash:6bc68ae9eb665c4a01f5a8456483ee55a4200c2d
* Downgrade some peer-polling logging messages to tracebabenko2025-04-261-24/+24
| | | | commit_hash:e917fd820acd406bc0376436e22618127197fb10
* Revert commit rXXXXXX, YT-24704: Introduce new delivery fenced connection ↵babenko2025-04-265-824/+246
| | | | | | for pipes commit_hash:2913223ca66e49e7b106ad17861df3aaad42b62f
* Update contrib/restricted/boost/concept_check to 1.88.0robot-contrib2025-04-266-25/+37
| | | | commit_hash:c5d0d83f3c96f6ce174a917d3b77a09cd1da1f66
* Update contrib/restricted/boost/foreach to 1.88.0robot-contrib2025-04-263-4/+5
| | | | commit_hash:98d0e46ebd3d4e5b761b05f0a0b85f9632887675
* Update contrib/restricted/boost/preprocessor to 1.88.0robot-contrib2025-04-263-194/+194
| | | | commit_hash:47e2ffc4eba79a63f52970441d36b55923e8675a
* Update contrib/restricted/boost/thread to 1.88.0robot-contrib2025-04-263-5/+5
| | | | commit_hash:72d100073977c01253631e527d0c32431afa6a3b
* Intermediate changesrobot-piglet2025-04-264-8/+8
| | | | commit_hash:2edb2710050fab676407bbd1687f4ab3ca948880
* Update contrib/restricted/boost/dynamic_bitset to 1.88.0robot-contrib2025-04-266-39/+42
| | | | commit_hash:511e44ab155a0c5f9ed4411a78f49ee9d0a61e01
* Update contrib/libs/backtrace to 2025-04-10robot-contrib2025-04-263-6/+40
| | | | commit_hash:b83ff5b933764714ff399267007e42ead4442007
* Update contrib/restricted/boost/assert to 1.88.0robot-contrib2025-04-264-5/+18
| | | | commit_hash:931ef1a282827767edaf1969e8ca96ac243cc242
* Update contrib/restricted/boost/random to 1.88.0robot-contrib2025-04-2618-117/+1758
| | | | commit_hash:ebdcd84666775e6ef696b59c8f3f5fe4ca7094b3
* Update contrib/restricted/boost/conversion to 1.88.0robot-contrib2025-04-267-18/+18
| | | | commit_hash:4ba556cdc948fd9c42adbdcf29bdd94c64a74e0b
* Update contrib/restricted/boost/config to 1.88.0robot-contrib2025-04-263-6/+6
| | | | commit_hash:dd99bc51fe53915daa27447fba48dce39a4552fc
* Update contrib/restricted/boost/atomic to 1.88.0robot-contrib2025-04-263-5/+6
| | | | commit_hash:3ee6df436caba2fb7d0fb84922e5877e7e557f9d
* Intermediate changesrobot-piglet2025-04-2620-88/+68
| | | | commit_hash:d5803d0504d2b59e86f5f760aa15993f6c445389
* Update contrib/restricted/boost/any to 1.88.0robot-contrib2025-04-2610-38/+38
| | | | commit_hash:bd4983e2435e237f78063a1c1a89838ad080dafe
* Intermediate changesrobot-piglet2025-04-262-4/+4
| | | | commit_hash:90c285ee55e6870ffa7792f27f621d58846e54f1
* Update contrib/restricted/boost/core to 1.88.0robot-contrib2025-04-269-23/+57
| | | | commit_hash:b3b4c89b830227d9a615540e9c2517ab1249374f
* Update contrib/restricted/boost/variant to 1.88.0robot-contrib2025-04-2621-105/+105
| | | | commit_hash:d961a8d221c31bc22b8ded463912ebc726e80eae
* Update contrib/restricted/boost/lexical_cast to 1.88.0robot-contrib2025-04-2617-24/+24
| | | | commit_hash:9f9e5240637a9026aa84d5763ef58d1ca5a7c069
* Update contrib/restricted/boost/smart_ptr to 1.88.0robot-contrib2025-04-265-8/+8
| | | | commit_hash:289fbbb5ba2df4d3ab5582fe434988c07fc899e6
* 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