Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [vcs],only allow --relative=[path], print = for EqOnly options in help | tldr | 2023-09-26 | 2 | -5/+15 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-09-26 | 2 | -2/+6 |
| | |||||
* | KIKIMR-19438 Fix refs for the case of interrupting unfinished query (actor ↵ | galaxycrab | 2023-09-26 | 1 | -15/+15 |
| | | | | system shutdown for example) | ||||
* | Check protobuf-kotlin version | pazus | 2023-09-26 | 1 | -0/+4 |
| | |||||
* | KIKIMR-18568: fix yf build with enabled PROFILE_MEMORY_ALLOCATIONS | uzhas | 2023-09-26 | 1 | -0/+1 |
| | |||||
* | separate scatter per resource type | zalyalov | 2023-09-26 | 14 | -103/+356 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-09-26 | 1 | -0/+8 |
| | |||||
* | Check implicit ExtractMembers injection based on subquery ORDER BY. ↵ | dcherednik | 2023-09-26 | 1 | -0/+104 |
| | | | | KIKIMR-19423 | ||||
* | Introduce BlobDepotDeleteQueue logic KIKIMR-19453 | alexvru | 2023-09-26 | 10 | -46/+272 |
| | |||||
* | KIKIMR-18568: remove PROFILE_MEMORY_ALLOCATIONS from ya.make | uzhas | 2023-09-26 | 1 | -6/+0 |
| | |||||
* | YT-20014: Public constructor for TYsonStructLite | renadeen | 2023-09-26 | 9 | -52/+66 |
| | |||||
* | Added skip task functionality for YDB schema actor | auzhegov | 2023-09-26 | 8 | -37/+133 |
| | |||||
* | has issue code | hcpp | 2023-09-26 | 1 | -2/+2 |
| | |||||
* | Improve index chooser rules | ssmike | 2023-09-26 | 7 | -44/+75 |
| | |||||
* | YQL-16654: fix diagnostics on access error to yt node | fedor-miron | 2023-09-26 | 1 | -1/+12 |
| | |||||
* | Keep only exported clang versions in opensource build | svidyuk | 2023-09-26 | 3 | -40/+4 |
| | |||||
* | add part of static config validator and tests for it, add some configurators | jansenin | 2023-09-26 | 32 | -5/+1012 |
| | |||||
* | Fix scope calculation for native cbo output + tests | aozeritsky | 2023-09-26 | 4 | -18/+103 |
| | |||||
* | KIKIMR-19444 Fix UT SmallDisk40 | senya0x5f | 2023-09-26 | 1 | -2/+5 |
| | |||||
* | KIKIMR-19445 Fix UT Filter bad serials | senya0x5f | 2023-09-26 | 1 | -1/+1 |
| | |||||
* | Don't block writes longer than necessary after local snapshot reads KIKIMR-19381 | snaury | 2023-09-26 | 8 | -2/+231 |
| | |||||
* | KIKIMR-19139 Load index in TForward (temporary solution) | kungasc | 2023-09-26 | 6 | -34/+87 |
| | |||||
* | rework pgwire to better distinguish between statements and portals KIKIMR-19435 | xenoxeno | 2023-09-26 | 9 | -84/+110 |
| | |||||
* | YQL-16443 replace dynamic polymorphism with static, use nfa for tables | zverevgeny | 2023-09-26 | 1 | -37/+57 |
| | |||||
* | YQL-16443 MATCH_RECOGNIZE ut setup + simple cases | zverevgeny | 2023-09-26 | 6 | -0/+149 |
| | |||||
* | checking issue code instead of string | hcpp | 2023-09-26 | 1 | -3/+24 |
| | |||||
* | Remove TAutoPtr usage in library/cpp/sighandler | mikailbag | 2023-09-26 | 2 | -11/+11 |
| | |||||
* | sql -> SQL | sabdenovch | 2023-09-26 | 1 | -1/+1 |
| | |||||
* | YQL-15891 LLVM for some blocks nodes. | a-romanov | 2023-09-26 | 4 | -49/+331 |
| | |||||
* | Update libc++ to 9b03c08e (6 Mar 2022). | halyavin | 2023-09-26 | 63 | -285/+391 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Notable changes: * don't warn that coroutines are not supported when using experimental/coroutine * add _LIBCPP_HIDE_FROM_ABI to __quoted_proxy constructors * ADL-proof calls of __quoted * fix ctype facet `is` method for Windows * change return type of bit_width to int (LWG3656) * make private __wrap_iter constructors explicit * fix delayed initialization of `__fill_` in basic_ios * ranges::iter_move cleanup * ADL-proof __synth_three_way * reject random number generators with signed types * use C++ overloads from math.h on AIX * add explicit to some internal constructors * replace _LIBCPP_HAS_NO_STRONG_ENUMS with C++ version check * use `inline constexpr bool` instead of `constexpr bool` for helpers in ranges * reject uniform_int_distribution<bool>, uniform_int_distribution<char> and all user types * allow std::mergeable and std::sortable even with incomplete ranges * fix double close bug in std::filesystem::remove_all * remove recursion in basic_string::insert because it interferes with constexpr * fix error checking of wctob_l calls * pack _Flags class on AIX * fix integer type in __estimate_column_width exposed by AIX * qualify all std::move calls with std * make chrono includes granular * set std::numeric_limits::tinyness_before to true on ARM * add ranges::in_found_result and ranges::min_max_result | ||||
* | YT-20053 [yt] Disabled linters for broken modules | prettyboy | 2023-09-26 | 1 | -0/+2 |
| | | | | Отключаю сломанные линтеры для opensource платформу без миграционного конфига для flake8, см https://a.yandex-team.ru/review/4511498/details?checkId=4000000007119&dialogId=CiCard&iterationType=FULL&number=1&snippetViewMode=word-wrap&status=STATUS_FAILED&filter=resultType(RT_STYLE_CHECK)%3BsuiteCategory(CATEGORY_CHANGED)%3Bpath(yt%252F%252a) | ||||
* | Intermediate changes | robot-piglet | 2023-09-26 | 7 | -24/+23 |
| | |||||
* | Reduce the number of copies of the vector | tesseract | 2023-09-26 | 1 | -1/+1 |
| | |||||
* | Optimize copy big blobs for Kafka write | tesseract | 2023-09-26 | 1 | -3/+13 |
| | |||||
* | Delete text with 'insert ... select'. | pseudolukian | 2023-09-26 | 4 | -38/+21 |
| | |||||
* | move uservices.py to build/internal/plugins | snermolaev | 2023-09-26 | 1 | -38/+0 |
| | |||||
* | Fix memory order | babenko | 2023-09-26 | 1 | -1/+1 |
| | |||||
* | (no commit message) | pg | 2023-09-26 | 1 | -0/+4 |
| | |||||
* | Compile Java with tests using py3 flavored ymake | svidyuk | 2023-09-25 | 1 | -1/+1 |
| | |||||
* | KIKIMR-17274: ReadOnly VDisks tests | robdrynkin | 2023-09-25 | 29 | -97/+475 |
| | |||||
* | YQL-16325 fix missed breaks | zverevgeny | 2023-09-25 | 1 | -1/+2 |
| | |||||
* | YQL-16507 Avoid visit of world child | vvvv | 2023-09-25 | 2 | -0/+16 |
| | |||||
* | fix docker image typo | rekby | 2023-09-25 | 1 | -13/+2 |
| | |||||
* | fix overloaded shards histogram calculation KIKIMR-17890 | monster | 2023-09-25 | 1 | -0/+6 |
| | |||||
* | KIKIMR-19139 Delete legacy Comp Shards | kungasc | 2023-09-25 | 28 | -5411/+7 |
| | |||||
* | Improove postgres-connection doc | rekby | 2023-09-25 | 1 | -1/+1 |
| | |||||
* | YT-19557: Enable custom allocators YT_TCMALLOC* | ni-stoiko | 2023-09-25 | 1 | -2/+2 |
| | | | | Enable YT_TCMALLOC* at build/ymake.core.conf | ||||
* | refactor TIndexBuildInfo & add initial cancel support KIKIMR-18963 | gvit | 2023-09-25 | 5 | -138/+502 |
| | |||||
* | move antlr/ to contrib | zhukoff-pavel | 2023-09-25 | 2 | -2/+1 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-09-25 | 1 | -158/+122 |
| |