aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Moved yql/minikql YQL-19206vvvv2024-11-07730-66/+172576
| | | | | | | init [nodiff:caesar] commit_hash:d1182ef7d430ccf7e4d37ed933c7126d7bd5d6e4
* Prepare move yql/minikql YQL-19206vvvv2024-11-07112-2/+18236
| | | | | types,jsonpath,dom commit_hash:6b54be5968b6a30b6d97fe3a1611574bcefc749e
* Intermediate changesrobot-piglet2024-11-061-0/+3
| | | | commit_hash:6acc1b14a2c86ce4c930ba3a10be20ad289fb18d
* [unified-agent] add config endpoint to agentetoraf2024-11-061-0/+1
| | | | commit_hash:f617f0a99f254f9100cea5bb7c2adaa30ae2038d
* Better diagnostics in AbortProcess(Silently|Dramatically)babenko2024-11-0619-54/+178
| | | | commit_hash:7bbc13afbd569ca9bb064aed656c12644fd2de96
* NaN-safe comparison and hashingbabenko2024-11-0615-128/+254
| | | | commit_hash:46d59ab3acbd313753d3e46f3a6f10a8ebc424d8
* Update contrib/restricted/boost/asio to 1.81.0thegeorg2024-11-06134-2422/+7330
| | | | commit_hash:831bd28098493bc44ccb221464203e928703d3f4
* Moved yql/ast YQL-19206vvvv2024-11-0637-5/+17507
| | | | | init commit_hash:a6a63582073784b9318cc04ffcc1e212f3df703b
* Remove forgotten feature switch: YMAKE_JAVA_TESTsvidyuk2024-11-063-25/+12
| | | | commit_hash:baacdf6da887ea8415dfcc2d6d7063388b7c7aee
* Remove methods Data, Size, Empty from TStringmikhnenko2024-11-063-2/+9
| | | | | | | If this pr has broken something, try using the methods named with a small letter \[nodiff:caesar\] commit_hash:c08a737938cff39577c6e47d4434531f6355e4c2
* Intermediate changesrobot-piglet2024-11-061-1/+1
| | | | commit_hash:d313ff8d16f964d796106f71b9e2d65b0ea39f82
* Fix serializing error's hostbabenko2024-11-061-2/+7
| | | | commit_hash:e02881e5d901f7cba312d6859f9fc2bed5905e48
* Fix incoming request profiling: increment counters even for non-accepted ↵babenko2024-11-063-272/+315
| | | | | | requests (2nd attempt) commit_hash:202ccff8f8d6833ffea6c63601d15c37c56d802a
* Update YFM for ya make to latest versionrobot-infraui-ci2024-11-061-4/+4
| | | | | Update YFM for ya make to latest version commit_hash:e0c01de95707616a585154fd94939e21ec372395
* Cosmetics: CodeKeyCannotBeNan -> CodeKeyCannotBeNaNbabenko2024-11-062-2/+2
| | | | commit_hash:538657f4deee1537625022d71a8beb2485f0ab05
* Update contrib/libs/nghttp2 to 1.64.0robot-contrib2024-11-0530-6158/+6188
| | | | commit_hash:229e82d21a5e93c864b79c5d00a5ce331f8ab3ef
* Extracted core deps from yql/sqlvvvv2024-11-053-0/+43
| | | | | init commit_hash:852391d4b02f63b3c7985a6a5c73b13b741cf017
* [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