aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [libray/cpp/threading] Fix typosskvor2024-11-051-3/+3
| | | | commit_hash:f76f3edfa160fba90d0f8d594211fa35c6eb6077
* Kickstart backoff executoromgronny2024-11-054-6/+26
| | | | commit_hash:f596bd134368bdf312eed4c5f3a9247fb3af9f65
* Fix "unexpected multicommand substitution"vpozdyayev2024-11-051-1/+1
| | | | commit_hash:3c3ca729265d3ad1fed8fa482a15a160a461c75c
* Fix "unexpected multicommand substitution"vpozdyayev2024-11-051-1/+1
| | | | commit_hash:4bda7757107238220a00359914631ba9fc072294
* Move yql/udfs/logs/ to /yql/essentials YQL-19206imunkin2024-11-054-0/+337
| | | | commit_hash:7137f6ca04c4afa838eea547ba246547f4442724
* Add dependency on yql/essentials/public/result_formatignat2024-11-051-13/+14
| | | | commit_hash:eab298355ae23e40ee62960d2c1a55bb35b7be3f
* Intermediate changesrobot-piglet2024-11-055-58/+28
| | | | commit_hash:fa9cb13adebcd335794779a600c4d88ad1af00d4
* Intermediate changesrobot-piglet2024-11-051-37/+26
| | | | commit_hash:1c8f88b066e72203285d006adc5b0d6fd77191f5
* Auto-deduce proto type in ToProtobabenko2024-11-051-1/+1
| | | | commit_hash:eb7865a6eb9af2cbae2d6b30f8027c74ad5a7f0a
* Intermediate changesrobot-piglet2024-11-051-0/+10
| | | | commit_hash:bf7fd863f4c2257a633040a372a08b08265979a5
* Intermediate changesrobot-piglet2024-11-053-7/+0
| | | | commit_hash:106573bba02cd05283557959815f7eba87c491bd
* [phoenix2] Do not serialize fields, whose InVersion filter does not match ↵coteeq2024-11-052-6/+31
| | | | | | latest version commit_hash:9f8f12afe3d5ab1d3d6d4cfb597ddf02b1a98d57
* Fix codestylecherepashka2024-11-051-1/+1
| | | | commit_hash:4ee7ce0c078b8a895149d4020f0c3e7a1a5d8443
* YT-21942: Adjustments to adaptive row count featurearkady-e1ppa2024-11-051-1/+4
| | | | | First ver commit_hash:2463cc9c403515c1e5605fdcfcecc0f7318b4b70
* YQL-19206: Move contrib/ydb/library/yql/tools/udf* to yql/essentials/tools/udf*maxkovalev2024-11-0510-6/+746
| | | | | YQL-19206: Move contrib/ydb/library/yql/tools/udf* to yql/essentials/tools/udf* commit_hash:5b22dd196882a35052ddc0664ae9439ce58444ff
* conf(TS_PROTO): USE_COMMON_GOOGLE_APIS and GENERATE_ENUM_SERIALIZATION supportzaverden2024-11-051-1/+5
| | | | commit_hash:075ec32949fbb4ade99a9d4bcae8277def215b10
* Automatic release build for test_tool, ya_bin, os_ya, os_test_toolrobot-ya-builder2024-11-054-20/+24
| | | | | | | | | | From hash: [7eebeb868430b8f686e404cedb6715c9b88eb9f4](HIDDEN_URL From revision: [15234696](HIDDEN_URL [CI flow](HIDDEN_URL Flow triggered by user: [robot-ci](HIDDEN_URL Update tools: test_tool, ya_bin, os_ya, os_test_tool commit_hash:ec46f6c1d4704dc6168c00d5e8d1ab1baf798d1a
* Automatic release build for ymake, os_ymakerobot-ya-builder2024-11-053-10/+20
| | | | | | | | | | From hash: [f0b6d10de772c3057d63e8d84edb4836acfea4f6](HIDDEN_URL From revision: [15225129](HIDDEN_URL [CI flow](HIDDEN_URL Flow triggered by user: [robot-ci](HIDDEN_URL Update tools: ymake, os_ymake commit_hash:c6967691f02f2aee1168ff9f731cbf3ca5d13a72
* YT-23122: Ping replication card residency cache during long polling. ↵osidorkin2024-11-052-4/+3
| | | | | | Trivial: address cosmetics commit_hash:cff5c3c98e26af991a486f95d353b78dfddb90b8
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2024-11-051-1/+1
| | | | commit_hash:95cd91e635cd58d38f4e69396d9d6d2201f1946b
* Add per-band options for rpc bus connection parallelismKonstantin Khlebnikov2024-11-049-2/+55
| | | | | | | | | | | | | | - Set requst multiplexing parallelism in chunk client - Add for RPC bus band config options for range of multiplexing parallelism Motivation: required connection parallelism more depends on cluster topology. It's easier to provide configuration on this level than fixing all possible initiators. --- Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/895 commit_hash:85eab5883734974d688c8e1a0143f7d005eccde8
* Add one more flag for emitting raw compiler commandnechda2024-11-041-1/+1
| | | | commit_hash:4efcaf7f1961121b1bc9b4aa81ec6d3a606d1d86
* add ::element_type, .get() to smart pointers for better compatibility with stdpavook2024-11-047-8/+97
| | | | | For example, this makes it possible to use gtest pointer matchers on smart pointers commit_hash:2650074ae18ee35696b297d3d1f0393e7350789f
* Intermediate changesrobot-piglet2024-11-0412-79/+126
| | | | commit_hash:930e763f0eed288461ef988c2ae9cc7d6cd6ab0c
* fix DEFAULT_JDK_VERSION macrosnermolaev2024-11-041-4/+12
| | | | commit_hash:adb862030ba6789e6f89c32f1284455c80523ada
* YT-22885: Mark EMultiplexingBand::Default as the unknown valuebabenko2024-11-031-0/+2
| | | | commit_hash:4dccd3176558f66e56b2792b5899348cf382c100
* YT-22885: Mark EWorkloadCategory::UserBatch as the unknown valuebabenko2024-11-031-0/+2
| | | | commit_hash:421040e8ef380526af2d10fd7fb94c5a1d33b42d
* Moved yql/public/udf YQL-19206vvvv2024-11-03105-44/+14593
| | | | | | | init [nodiff:caesar] commit_hash:fea5321f18f8d9ada6a22d2359af7e1c4c19b8cc
* YT-22885: Refactor checked castsbabenko2024-11-0320-139/+215
| | | | commit_hash:7f7600d332c3ddb5c8372e921bcba3b4fbed68f8
* Moved ↵vvvv2024-11-0364-3/+3463
| | | | | | | yql/core/{credentials,file_storage,pg_ext,pg_settings,sql_types,url_lister/interface,url_preprocessing/interface,user_data} YQL-19206 init commit_hash:a14e6656bf99d5d1ac95b6c75abd072ac9739e1d
* Moved yql/parser (w/o pg_wrapper) & yql/protos YQL-19206vvvv2024-11-0398-5/+46592
| | | | | init commit_hash:71603ddfc208bf4ab1691d886ac35f22c107e3ee
* Moved yql/core/issue YQL-19206vvvv2024-11-0210-0/+1040
| | | | | init commit_hash:06ed93798c1bd85fb3b79843b4e9a5507236f4a8
* Moved yql/public/decimal YQL-19206vvvv2024-11-0210-0/+2084
| | | | | | | fresh init commit_hash:1bae0afa7e556cf64c1c39196765e52d82efdee1
* YT-23303: Introduce IBoundedConcurrencyInvoker to postpone the usage of ↵arkady-e1ppa2024-11-027-168/+29
| | | | | | TTaggedInterface commit_hash:2b488e7fd8dc3193de4e1528fea5904a631ce6be
* Cleanup utils/signals dependenciesudovichenko-r2024-11-024-65/+61
| | | | commit_hash:11028e9e13bad8c1fbed21ac7dac0634867b9aae
* Move yql/udfs/examples/ to /yql/essentials YQL-19206imunkin2024-11-0227-0/+1386
| | | | commit_hash:113d16e05a8df9e2b767e045adff661892f03ef1
* YT-23262: send all logs to fileermolovd2024-11-021-1/+27
| | | | commit_hash:af0cfccef62a612208772fef9f0778b48ab16fda
* YQL-19206: Move contrib/ydb/library/yql/tools/ to yql/essentials/tools/maxkovalev2024-11-0210-6/+948
| | | | | YQL-19206: Move contrib/ydb/library/yql/tools/ to yql/essentials/tools/ commit_hash:db43e12cb7f8d79b470589676fd98198a9c94318
* YT-23294: Recreate terminated federated clientsnadya732024-11-025-0/+21
| | | | | | | | | | | * Changelog entry Type: fix Component: queue-agent Fix expiration of clients for chaos queues and consumers when cluster connection is changed. Pull Request resolved: <https://github.com/ytsaurus/ytsaurus/pull/913> commit_hash:0f4c6c196076fa370cf5a63df803bf1cbeca5bf0
* YT-21709: Support parent transactions in shuffle serviceapollo13212024-11-0212-89/+15
| | | | commit_hash:2d3b5fbd4263578e773706ad3c401e3f605424da
* YQL-19206: Move contrib/ydb/library/yql/tools/pg* to yql/essentials/tools/pg*maxkovalev2024-11-0212-0/+2244
| | | | | YQL-19206: Move contrib/ydb/library/yql/tools to yql/essentials/tools commit_hash:4e16a5a9355fc868aa23f7aa8363d8057b912c71
* Add python wrapper for clangnechda2024-11-026-43/+65
| | | | commit_hash:0ac8fe42fec35bd7fd78602530d909a5369b4e0b
* YT-23303: Rework TInvokerWrapper to no longer always inherit from IInvoker ↵arkady-e1ppa2024-11-027-22/+58
| | | | | | | virtually done commit_hash:cb0fb004fbbe049eaf7ad8025faa97e1602b6579
* Use cell leader address as sanitized hostAndrey Chulkov2024-11-021-6/+5
| | | | | | | | | | | | | | | | | This PR addresses multiple issues: * Host sanitization was dependent on cell peer hostnames having the same length. The fallback was the local host name, which is different for different peers and can lead to snapshot mismatch. * The sanitized host attribute is only **serialized** when running under error sanitizer guard. However, response errors aren't serialized in `Automaton`, so right now all such errors are returned to the user without the host attribute. Conversely, PRK serialization is performed in `Automaton`, so we were storing the potentially differing host names :) The new approach uses the address of the leading peer in the cell as the sanitized host name, and a fixed placeholder if it is not possible to determine it for some reason. This way we don't need additional options for cellar nodes, since the leader is handling all requests and sanitization is not poisoning any errors. Additionally, the host attribute is always serialized into errors, if available, same as datetime. Also deletes `SanitizeLocalHostName` helper and corresponding unittest as obsolete. --- Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/908 commit_hash:04cb44b995e467540d5921d2bf90f2d8c2ac2b06
* Update contrib/libs/backtrace to 2024-10-18robot-contrib2024-11-023-20/+204
| | | | commit_hash:33e94ac26af64d1500659e25fffd40b6cd935e3f
* Update contrib/python/MarkupSafe/py3 to 3.0.2robot-contrib2024-11-024-3/+39
| | | | commit_hash:885751ae8f5f3eff72c88798b636a67ffcf86aa1
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2024-11-021-1/+1
| | | | commit_hash:fdb84ff67180fd3887207a1b681ca8ab16652f47
* Add detailed diff to 'Row differs in input and output chunks'babenko2024-11-024-0/+100
| | | | commit_hash:f08566636493f766d50bc0f25336e8dc021399ef
* Split ydb part from yql/public/issue YQL-19206vvvv2024-11-015-227/+97
| | | | | init commit_hash:8b939f1c7e04aa3a20226fc112bedb27bc29f54d
* Intermediate changesrobot-piglet2024-11-017-35/+12
| | | | commit_hash:dc07e4388dadb503fe10a3abb0242cd2ae85c646