aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Intermediate changesrobot-piglet2024-06-162-1/+56
|
* Intermediate changesrobot-piglet2024-06-161-1/+1
|
* Implemented RPC method for reading JobProxy logsTagir Khamitov2024-06-1512-0/+102
| | | | | | | | | | | As a part of working on [this issue](https://github.com/ytsaurus/ytsaurus/issues/165) I've implemented RPC method for reading JobProxy logs and uploading them to Cypress. --- f31ec2651b37b87791e950e7ad7264f6f8ece645 Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/594 Co-authored-by: ignat <ignat@yandex-team.com>
* [kafka] YT-21744: Support dynamic config and cosmeticsnadya732024-06-152-39/+55
| | | | | wip e55ce2fefaf54ab6230b1ac5207e0dcda87645d5
* Intermediate changesrobot-piglet2024-06-1543-180/+403
|
* [util] Check lifetime of the move-only type passed through the ↵swarmer2024-06-142-0/+34
| | | | | | TMaybe::GetOrElse method 03109df768118daa8c95e373de082712a2362407
* [util] Instantiation of TMaybe with an array type is ill-formedswarmer2024-06-141-0/+2
| | | | 69e5abfadd994602479be713abb69e2d6053734d
* [queues] YT-21855: Cosmetics for pull queue consumernadya732024-06-142-0/+2
| | | | | Cosmetics for pull queue consumer 3e448bbc389a487b942c1dcd41a5d2cd6c83d4fc
* YT-21987: Support build of yt/yt/client with system stlnadya732024-06-1410-51/+69
| | | | 62e80da5fdcbdae723b31312339e204116847e9f
* [contrib] import openthread for linux platformrus0842024-06-141-0/+5
| | | | a7cbcf6aba701cfdfb6d478a27e8d48da1c5d72f
* Unbundle nlohmann_json from contrib/libs/projthegeorg2024-06-141-2/+1
| | | | 8053e7d3b31e5386109fc59fd45a45ff7522827d
* Intermediate changesrobot-piglet2024-06-1496-239/+275
|
* Cosmetics (post-commit)sabdenovch2024-06-145-38/+48
| | | | a8acc946f5655170fc732816a8a8bc9e33388de3
* Improve build/rules/yt.policy and check dependenciesignat2024-06-141-0/+1
| | | | ae19a6c35241814f51f9efefbf7a6441b5fa4672
* c17dab7d2265202e3437b7e9ad6a93485c578b92pg2024-06-141-0/+1
|
* Intermediate changesrobot-piglet2024-06-143-167/+1
|
* Change undelivered messages handling in job and timer storegryzlov-ad2024-06-142-6/+20
| | | | ae99200cc6344837df3430e172f088fe06375584
* Fix tidyiaz16072024-06-142-60/+7
| | | | | | В https://a.yandex-team.ru/arcadia/commit/rXXXXXX мы стали запускать тайдинг для всего питона. в этом PR фикс. чуть подробнее тут https://st.yandex-team.ru/#66619a1cef58eb2de9918702 3acfe69bcd47502d38bc51e83ba936407992d875
* Jacoco 0.8.12 with Java 22 support to fix Java 20+ coverage reportsmiroslav22024-06-141-0/+2
| | | | | * remove old 0.8.7 d2d61769d843c6d27530c407fb9b32d107f1495d
* pass module lang in testselen-volodina2024-06-141-15/+15
| | | | | pass module_lang in tests bc7452000cd4082a121a66c56609fe475adc31f6
* Release clang16 #10robot-brewer2024-06-142-5/+15
| | | | | https://github.com/yandex/toolchain-registry/releases/tag/clang16-v10 cb465b72d46fef59ae8183a704bc4de343920ec8
* Fix uberjar shading, support LDC processing with new option 'shade-include'miroslav22024-06-141-8/+24
| | | | ea8c2557a731ea114340ae4c559ccef2f45706f3
* YT-21868: Fix missing anchor for single messages in YT_LOG_XXX macrosarkady-e1ppa2024-06-141-1/+14
| | | | 438bc5ed4e35d7a3aeffcce25e862d21289d4cad
* Use same wine peerdir on Windows target regardless of hostspreis2024-06-141-2/+1
| | | | d066598700eb4325890c037c8db5dd1ad1f248a8
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2024-06-141-2/+1
| | | | 37b50713c341b80929c9c75df32b79a4e3fe00ab
* Intermediate changesrobot-piglet2024-06-131-6/+6
|
* Update Python from 2.7.16 to 2.7.18shadchin2024-06-1342-186/+237
| | | | 2a151e9cf2ebdfa59d250c1bbb800e908703a6f0
* Add OS_SDK from ubuntu-22mikhnenko2024-06-132-1/+3
| | | | afb63fdba183d6c56bedb1bc853c1c19edd333d3
* YT-21868: Enable stat analysis in some other placesarkady-e1ppa2024-06-1317-306/+133
| | | | | | | | | | | We slightly rework inner workings of stat analysis. For almost any sane use case the behavior is identical, but should compile a little faster. If you send string literals like `char[N]` or `const char*` make them constexpr. If you can't (e.g. `ex.what()` case) wrap it in `TStringBuf`, if you want the "by the book; 100% right" solution then wrap it in `TRuntimeFormat` instead. `SetRequestInfo` methods now statically checks the format. Only one error was found -- hooray! Some other internal stuff was added, a lot removed -- don't worry about it. You won't be able to see the difference 62050dfe8a9cedc1289f18e80397ff33a8e2ecdb
* feat(conf): strong error for missing envzaverden2024-06-131-1/+1
| | | | 2bcbc388f4572621be717459467a10ee900a6348
* Intermediate changesrobot-piglet2024-06-131-8/+11
|
* Fix babenko-issues for watermark row mergergryzlov-ad2024-06-133-6/+12
| | | | 35578ca1f598ea49758c82e06d70191036ceded8
* feat(nots/cli): build env supportzaverden2024-06-132-1/+25
| | | | 15835b7dc46959ac79a57b0c0ec84f500dc839aa
* Revert commit rXXXXXX, YT-21692: Enable ChunkProber by defaultdon-dron2024-06-131-1/+1
| | | | cbed5971acf61f658192644a09aa39ddb349a20e
* Fix java command file in pluginv-korovin2024-06-134-12/+55
| | | | e43ef305d767fb94adc0f4f6e3901156fc3b7939
* Automatic release build for ya_bin3, os_ya, ya_bin, test_tool, os_test_toolrobot-ya-builder2024-06-134-20/+24
| | | | | | | | | | From hash: [2c546a824d7c0893a9b0412115f3d71aea0033f0](https://a.yandex-team.ru/arcadia/commit/2c546a824d7c0893a9b0412115f3d71aea0033f0) From revision: [14204596](https://a.yandex-team.ru/arcadia/commit/rXXXXXX) [CI flow](https://a.yandex-team.ru/projects/ya_make/ci/releases/flow?dir=devtools%2Fya&id=release-ya-bin2-ya-bin3-tts&version=419) Flow triggered by user: [v-korovin](https://staff.yandex-team.ru/v-korovin) Update tools: ya_bin3, os_ya, ya_bin, test_tool, os_test_tool a927299a1f95a2db79e298fd9b5d78e66d02b7ec
* Intermediate changesrobot-piglet2024-06-1314-823/+534
|
* Intermediate changesrobot-piglet2024-06-132-0/+44
|
* [build] link_exe: Add cupti to CUDA_LIBRARIESdeshevoy2024-06-131-0/+2
| | | | bddf00bb1bd387adf17502c2af8be1e265c8f5a8
* Change "build/ymake.core.conf": add .a and .lib extensions to _LINK_UNIT to ↵thetweak2024-06-121-1/+1
| | | | | | enable prebuilt libs at PROGRAM level 0cc271a33abdfed1937da5019bf4dbd7e3ba8e98
* Import upstream 74056a0e2834577ad590d023ee73cc20cf103d38mikhnenko2024-06-121-1/+1
| | | | ef4420043d69b575e894d62b4a77946a51cc4c1b
* Increment timeout counter on dns resolve timeoutGleb Vishnevsky2024-06-121-2/+3
| | | | | | | | | Seems to be a bug, `TimeoutCounter` is created in `TDnsResolver` but never incremented. --- 74769ed5efd79d43378bce375b4ce2c7a3e6c9e4 Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/642
* Mitigate meaningless difference in .clang-format'sthegeorg2024-06-121-0/+1
| | | | 2b225295e185799ec49e39f48de7268d0e753cee
* YT-21692: Enable ChunkProber by defaultdon-dron2024-06-121-1/+1
| | | | 1c3d938a168945e34ac8c28bd98544a3d91f2b8c
* Intermediate changesrobot-piglet2024-06-121-0/+10
|
* Upload new jdk-21.0.3+9robot-javacom2024-06-121-5/+5
| | | | | https://a.yandex-team.ru/projects/committeejava/ci/actions/flow?dir=devtools%2Fcontrib%2Fprepare_jdk&id=prepare-new-pr&number=45 d83e5011b2313efbba8b81dbd92bf8f7a6401c6b
* Fix commands on Windowsspreis2024-06-122-10/+25
| | | | | In order to get stable command regardless of platform we shall use linux way of representing commands everywhere. Happily this almost always works on Windows except direct file presence checks like in compile_cuda.py 1412fdabc2fcf1732cd2578e0c6ffe91b220aa2e
* return some patchesdimastark2024-06-121-0/+2
| | | | 6a24fc876b103baf5f4653aeb8b335a889ba77ff
* Intermediate changesrobot-piglet2024-06-121-0/+90
|
* YT-21868: Delete unneeded ToString methodsarkady-e1ppa2024-06-1277-435/+142
| | | | e856aa45df227b86e8b121852d3774bb2504193b