aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* YT-22894: Add ability to change chaos replica path with alter_table_replica ↵osidorkin2024-09-254-0/+18
| | | | | | command commit_hash:9aa80e83e2d18edfb322de5f0591b324aaf93024
* Intermediate changesrobot-piglet2024-09-254-19/+59
| | | | commit_hash:a2a7945a295a16d334554e99646b5d670df0bdeb
* Introduce persistent state transient cachekvk19202024-09-252-2/+16
| | | | commit_hash:1f6b2d6feec63b886995543a1656e6e44da18366
* Make TNothing nodiscardvadim-xd2024-09-251-1/+1
| | | | commit_hash:6ff089c6f629be6a68a94d1e1ee648630f8568d2
* Support DONT_COMPRESS in RESOURCE_FILES macrospreis2024-09-251-5/+9
| | | | commit_hash:472aa616870fc2bf68d96f5c8e86143a35d0a142
* fix ya tool yq when called with non-Arcadia yasnermolaev2024-09-251-2/+9
| | | | commit_hash:d60f7c35d2d74073b71f7eecce11e305c5e652db
* faster implicit `TString` → `const std::string&` conversion: using ↵swarmer2024-09-242-1/+14
| | | | | | | template operator TStringType& to deprioritize non-const method Converting a `TString` to a `const std::string&` should not cause data cloning. commit_hash:df425bd56f8517d882444e15f3cc586af92d90b3
* Add handler for continue status in HTTP responsenadya022024-09-243-0/+11
| | | | commit_hash:8d648be88e611901567f55d73dc6526d7889bbbf
* Intermediate changesrobot-piglet2024-09-241-2/+2
| | | | commit_hash:4ecbfb06e6dd6595d325a32d577b4ed90f0ee064
* Fix UB in MakeWellKnownIdbabenko2024-09-241-2/+2
| | | | commit_hash:fbe7f38577500dd3efd682cc7b125ef99c5e3e1a
* Intermediate changesrobot-piglet2024-09-245-29/+138
| | | | commit_hash:4fd110744a809cc923058a0e9949e65d8fa64e4d
* Implement uninitialized string resize in abseil-cpp-tstringvadim-xd2024-09-231-0/+19
| | | | commit_hash:b627b33a30b4948b8b2240e7aa8693793e86501f
* Intermediate changesrobot-piglet2024-09-231-38/+53
| | | | commit_hash:9da3eb91ac1626625fafab7ae80b22f3f3b75821
* Fix TAtomicIntrusivePtr::Reset for lsanbabenko2024-09-231-1/+0
| | | | commit_hash:7db063d2838aac3ab4a0c681ca1744361cfbb31e
* Untitled commitpg2024-09-233-2/+10
| | | | commit_hash:c82d1093fb7e721a5c6c42e3a24d7f94e8a1dd21
* Make TAtomicIntrusivePtr lsan-friendlybabenko2024-09-233-26/+134
| | | | commit_hash:c4a4db14dd6f9b82fb65377014112bf0a131d3e0
* Enable Conan2 in CatBoost export... Fix #2582akhropov2024-09-238-42/+34
| | | | commit_hash:a800c78104fd097ab08ea50f8573f672be0ffcd1
* Fix typo in library/cpp/yt/memoryponasenko-rs2024-09-232-3/+3
| | | | commit_hash:7b3f45fc7a89f88cb3f5609ab96fe1951290bfa4
* Use unified remove function in TFsPath.sath2024-09-232-11/+9
| | | | | | | | | | | | | | Текущая реализация не удаляет readonly файлы под Windows Для остальных систем ``` ::unlink ::rmdir ``` равноценно вызову ``` remove ``` commit_hash:99a45d03ae667ec82e57ca8fa7500bae9f827086
* Disable cast to string& from TSring&&mikhnenko2024-09-231-1/+1
| | | | commit_hash:9d13cf8c2f490f6590afada455248339a63b6bf8
* Automatic release build for test_tool, os_ya, ya_bin, os_test_toolrobot-ya-builder2024-09-234-20/+24
| | | | | | | | | | From hash: [eb3dd9e73d9d3d27353ecd2380959a380808eb85](https://a.yandex-team.ru/arcadia/commit/eb3dd9e73d9d3d27353ecd2380959a380808eb85) From revision: [14926438](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=484) Flow triggered by user: [kuzmich321](https://staff.yandex-team.ru/kuzmich321) Update tools: test_tool, os_ya, ya_bin, os_test_tool commit_hash:f67092e9b671497eccd8cf4fb0a5b592047247ec
* Intermediate changesrobot-piglet2024-09-237-9/+31
| | | | commit_hash:51da31b953af59da417fd34f6497294c54fae317
* Update contrib/python/types-protobuf to 5.27.0.20240907robot-contrib2024-09-233-7/+8
| | | | commit_hash:80263c0d7d931f7f4c90cc1e81edc8762168f343
* Automatic release build for ymake, os_ymakerobot-ya-builder2024-09-233-10/+20
| | | | | | | | | | From hash: [590b53b1bff28d143b46b7bae6231218161f625a](https://a.yandex-team.ru/arcadia/commit/590b53b1bff28d143b46b7bae6231218161f625a) From revision: [14930934](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-ymake&version=236) Flow triggered by user: [tekireeva](https://staff.yandex-team.ru/tekireeva) Update tools: ymake, os_ymake commit_hash:ba2acf226db383c2f5c20011aa1c02e4d084042d
* Add some kv pspreis2024-09-231-7/+7
| | | | commit_hash:b209177999467a49ea7768c7e03c45357105b382
* Extract Go lib version from yosvidyuk2024-09-233-0/+120
| | | | commit_hash:5bdd87be839b02f013261505a6f5f2fb7fcfc1d4
* move definition of USE_GRAND_BYPASS and USE_GRAPH_CHANGES_PREDICTOR to ↵snermolaev2024-09-231-4/+0
| | | | | | internal conf commit_hash:10a997ed76297d607ca5577785904428bbcbe9f6
* GO STRUCT_CMDiniklyaev2024-09-232-11/+12
| | | | commit_hash:54ae28efed1e5eb932ecade8472b8cf558f71f5b
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2024-09-231-1/+1
| | | | commit_hash:2b9516db9387ad85e62b08511c52f7bd73f1cf64
* Intermediate changesrobot-piglet2024-09-221-2/+5
| | | | commit_hash:fd1105c7e74e7daa1ed746cc2f82c5a37e3a946c
* Update contrib/restricted/fast_float to 6.1.5robot-contrib2024-09-216-4/+97
| | | | commit_hash:97b92af9bc7e72bb1debc2ea05dec7e918830462
* Intermediate changesrobot-piglet2024-09-218-13/+36
| | | | commit_hash:6e2ef2caf4e824ea7435d2d9677bade2721a0578
* YT-22593: Switch roles and tags to std::stringbabenko2024-09-217-121/+122
| | | | commit_hash:95b4390ea7180acad42fdcea90a9f30053184498
* Increase RC size to 64 bitsbabenko2024-09-214-18/+17
| | | | commit_hash:31d021c482ac2a3f99e86bf1a2aca7231c86c11d
* YT: Add with totals expression to query builderdaniilvasilev2024-09-213-0/+42
| | | | commit_hash:6952a02dfac593408c83f2400cad5e81594dc0f8
* Intermediate changesrobot-piglet2024-09-2118-114/+193
| | | | commit_hash:eed9ab338cab60f205ce140295c0393eaee72cfe
* More assertions in refcountersbabenko2024-09-214-18/+44
| | | | commit_hash:0c6147f498fdf817921889ac84a321f84f2d1059
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2024-09-211-1/+1
| | | | commit_hash:9714f9b847c397d02c23f220e3d09b59b7d50e78
* Upload new jdk-23+37robot-javacom2024-09-204-2/+50
| | | | | https://a.yandex-team.ru/projects/committeejava/ci/actions/flow?dir=devtools%2Fcontrib%2Fprepare_jdk&id=prepare-new-pr&number=81 commit_hash:62a3320b4a252e7b3150d737920eca5c4b707d57
* Intermediate changesrobot-piglet2024-09-201-2/+0
| | | | commit_hash:918a0dcec668a251cd29324dc517406ad3be67ec
* Move custom signal handler stack from TLSKonstantin Khlebnikov2024-09-202-2/+3
| | | | | | | | | | | | | | Fix deadlock on GL(dl_load_lock) when code is build as a shared library. At loading library static initializers are called under GL(dl_load_lock). Some of them want to start new thread and wait it up and running. New thread in its turn registers non-POD TLS destructor for signal stack, (__cxa_thread_atexit) which takes the same lock: GL(dl_load_lock). Boom. --- Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/854 commit_hash:77eade346d6009f79cc62cd121eadd4fcb0c20e4
* YT-21274: Add dynamic tables versioned map reduce writedave11ar2024-09-2011-1/+75
| | | | commit_hash:6ad6c8ea122b90ec0ea6a226b42fc82a47760de6
* Remove usages of nullptr_t TString ctor (library/)dgolear2024-09-191-1/+1
| | | | | library/ commit_hash:38b8e7afe8e2e7fd377997abd8aea6e33171cdb7
* Fix: reset RawTypeV3, when Type is set (and vice versa)ermolovd2024-09-193-6/+45
| | | | commit_hash:af63b4f5a0c2db692a0224330b79c5088c6982dc
* Fix linker time traceborman2024-09-191-3/+2
| | | | | | LLD has removed -Wl,--time-trace-file option: https://github.com/llvm/llvm-project/commit/a2c1f7c90da770167cecdb008fcf40eaa9f123ce No support for legacy versions since time tracing is rarely used commit_hash:af90e3fa8f1b0dec976b0bca579e26510f8f0b8b
* Drop lld14 support and validationthegeorg2024-09-192-23/+2
| | | | commit_hash:b9ba8df54dab0acd9b0521ab6a6a9de7ff471075
* Fix reimportsnechda2024-09-198-36/+52
| | | | commit_hash:b4b0ee880890478723bec5ff7a5083ba1db1d1f7
* YT: Fix fail on WriteSchema for null object of type TYsonStructshishmak2024-09-192-1/+58
| | | | commit_hash:771e910a67daff1e39c97a2518d523db3714002e
* std::variant formatter: require that arguments are formattablepavook2024-09-192-0/+2
| | | | commit_hash:f3123d7cb2022bdc565cc9aadd347deb2cd235d3
* Fix issues in rXXXXXXapollo13212024-09-191-1/+1
| | | | | Fix issues commit_hash:2e316fff1338fd0b6d89cd7fae4e3903066e9470