Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Y_FAIL->Y_ABORT at '^util' | ilnurkh | 2023-10-17 | 3 | -3/+3 |
| | | | | https://clubs.at.yandex-team.ru/arcadia/29404 | ||||
* | Update contrib/python/botocore/py3 to 1.31.58 | robot-contrib | 2023-10-17 | 405 | -315/+878 |
| | |||||
* | YQL-16880 sql2yql | vvvv | 2023-10-17 | 26 | -1/+33386 |
| | |||||
* | Update contrib/python/boto3/py3 to 1.28.58 | robot-contrib | 2023-10-17 | 3 | -4/+4 |
| | |||||
* | Fixed bug with wrong primary key in ydb tools pg-convert command | Bulat Gayazov | 2023-10-17 | 2 | -2/+7 |
| | | | | | | Fixed bug with wrong primary key in ydb tools pg-convert command Pull Request resolved: https://github.com/ydb-platform/ydb/pull/399 | ||||
* | KIKIMR-16043 revert clock skew | andrew-rykov | 2023-10-17 | 3 | -83/+0 |
| | |||||
* | simple fix to avoid double request of the same storage pool from bsc ↵ | xenoxeno | 2023-10-17 | 1 | -3/+7 |
| | | | | KIKIMR-19727 | ||||
* | Y_FAIL->Y_ABORT at '^ydb' | ilnurkh | 2023-10-17 | 641 | -1514/+1514 |
| | | | | https://clubs.at.yandex-team.ru/arcadia/29404 | ||||
* | (no commit message) | pg | 2023-10-17 | 1 | -0/+4 |
| | |||||
* | Pass FileAliasPrefix to dependent libraries | aneporada | 2023-10-16 | 4 | -2/+25 |
| | |||||
* | Exclude libiconv and dictutil unicode at compile time for iOs/Android targets | shokhor | 2023-10-16 | 5 | -6/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Put libiconv under a build-time flag to optionally replace library with mock implementation Цель: - выпилить libiconv в мобильных билдах Что проверено: - клавиатура - мобильный переводчик: проверено с помощью ```$ARCADIA/dict/mt/make/tools/eval_nmt/eval_nmt --mobile <direction>``` с флагами компиляции, отключающими libiconv/dictutil. Проверены направления: - en-ru/ru-en - en-tr/tr-en - en-da/da-en - en-el/el-en - en-lt/lt-en - en-uk/uk-en - en-it/it-en - en-pt/pt-en - en-sk/sk-en - en-sv/sv-en - en-lv/lv-en - en-es/es-en - en-nl/nl-en - en-fi/fi-en - en-de/de-en - en-cs/cs-en - en-no/no-en - en-fr/fr-en ########### - en-ar/ar-en - en-he/he-en - en-ja - en-th - en-zh/zh-en Результаты совпадают с https://wiki.yandex-team.ru/users/dimdi-y/mobilnye-modeli/ Что еще затронуто: - все проекты под iOs/Android | ||||
* | Y_VERIFY_DEBUG->Y_DEBUG_ABORT_UNLESS at '-v ydb' | ilnurkh | 2023-10-16 | 67 | -220/+220 |
| | | | | https://clubs.at.yandex-team.ru/arcadia/29404 | ||||
* | Y_VERIFY_DEBUG->Y_DEBUG_ABORT_UNLESS at ^ydb | ilnurkh | 2023-10-16 | 491 | -1850/+1850 |
| | | | | https://clubs.at.yandex-team.ru/arcadia/29404 | ||||
* | add FORK_SUBTESTS for ydb/library/binary_json/ut | nkozlovskiy | 2023-10-16 | 1 | -0/+1 |
| | |||||
* | ci: add postgres-client test requirement | nkozlovskiy | 2023-10-16 | 3 | -1/+11 |
| | |||||
* | YQL-16823 Refactor match_recognize NFA | avevad | 2023-10-16 | 3 | -51/+61 |
| | |||||
* | YQ Connector:Regenerate go protos | galaxycrab | 2023-10-16 | 2 | -739/+687 |
| | |||||
* | Speed up TPercentileTracker/TPercentileTrackerLg | dcherednik | 2023-10-16 | 2 | -6/+3 |
| | | | | | | | | | | | | | | old values: NMonitoring::TPercentileTracker<4ul, 512ul, 15ul> 0.748282s NMonitoring::TPercentileTrackerLg<4ul, 3ul, 15ul> 0.221432s new values: NMonitoring::TPercentileTracker<4ul, 512ul, 15ul> 0.640864s NMonitoring::TPercentileTrackerLg<4ul, 3ul, 15ul> 0.205138s | ||||
* | Fix memory leak in TRopeArena KIKIMR-19632 | alexvru | 2023-10-16 | 2 | -18/+1 |
| | |||||
* | BugFix PQv0 partitions mapping | komels | 2023-10-16 | 3 | -15/+16 |
| | |||||
* | catch exceptions in result channel KIKIMR-19479 | gvit | 2023-10-16 | 1 | -9/+19 |
| | |||||
* | enable AnsiInForEmptyOrNullableItemsCollections | uzhas | 2023-10-16 | 1 | -1/+1 |
| | |||||
* | Possibility to get operation by its alias | ermolovd | 2023-10-16 | 9 | -24/+83 |
| | |||||
* | add missing handle KIKIMR-18323 | monster | 2023-10-16 | 1 | -0/+1 |
| | |||||
* | KIKIMR-19528 Refactor async result in KQP Runner | galaxycrab | 2023-10-16 | 9 | -327/+231 |
| | |||||
* | YQL-16838 compare | vvvv | 2023-10-16 | 16 | -216/+631 |
| | |||||
* | Added row count and table size to query replay | pavelvelikhov | 2023-10-16 | 2 | -0/+7 |
| | | | | Added row count and table size to query replay | ||||
* | Minor refactorings in typehandlers | h0pless | 2023-10-16 | 3 | -0/+27 |
| | | | | | | 1. Move typehandler registration from boostrap to cypress manager 2. Move rootstock creation from client side (via typehandler) to cypress proxy 3. Add IsInTransactionAction flag | ||||
* | Unbreak custom query check for file tests | aneporada | 2023-10-16 | 1 | -0/+13 |
| | |||||
* | Allow using --test-tool3-bin separately in ya | zhukoff-pavel | 2023-10-16 | 1 | -0/+3 |
| | |||||
* | Use nostdinc++ for C++ only | spreis | 2023-10-16 | 5 | -5/+5 |
| | | | | This fixes at least clang tidy build for C code failing on incorrect option | ||||
* | Runtime dispatch для тестов simd | fixthgame | 2023-10-16 | 26 | -104/+391 |
| | | | | PR Issues | ||||
* | escape non-utf8 producerId in topic api read | alexnick | 2023-10-16 | 6 | -1/+14 |
| | | | | escape non-utf8 producerId in topic api read | ||||
* | Remove unneded check | aneporada | 2023-10-16 | 1 | -39/+36 |
| | |||||
* | KIKIMR-19589 add local boostrap jquery resources | andrew-rykov | 2023-10-16 | 54 | -48/+662 |
| | |||||
* | YQL-15891 LLVM for blocks hashed aggregate. | a-romanov | 2023-10-16 | 1 | -415/+642 |
| | |||||
* | Temporarily disable LLVM for negative hyperscan test | aneporada | 2023-10-16 | 3 | -2/+12 |
| | |||||
* | YQL-15891 Swap Skip/Take with FromFlow/ForwardList. | a-romanov | 2023-10-16 | 1 | -0/+10 |
| | |||||
* | more precharge in load everything tx KIKIMR-19657 | zalyalov | 2023-10-16 | 1 | -16/+22 |
| | |||||
* | Remove JDK 10 support from Arcadia Tier 0, remove build configuration for JDK | miroslav2 | 2023-10-16 | 4 | -49/+1 |
| | |||||
* | fix panic on handling throttling when serving get_queue_url | sergeyveselov | 2023-10-16 | 2 | -2/+16 |
| | | | | fix panic on handling throttling when serving get_queue_url | ||||
* | split RESOURCE and RESOURCE_FILES with very long lists of arguments | snermolaev | 2023-10-16 | 1 | -2/+10 |
| | |||||
* | Revert commit rXXXXXX, Upd libc++ to 18 May ↵ | mikhnenko | 2023-10-16 | 48 | -1793/+579 |
| | | | | 4ac0589122830fc6d90e0ea091300c0b979a42dc | ||||
* | Upd libc++ to 18 May 4ac0589122830fc6d90e0ea091300c0b979a42dc | mikhnenko | 2023-10-16 | 48 | -579/+1793 |
| | |||||
* | Add ip family DNS request options to DNS error attribute | max42 | 2023-10-15 | 1 | -0/+2 |
| | |||||
* | YT-20215: Add EnableColumnarValueStatistics to ChunkWriterOptions | dakovalkov | 2023-10-15 | 2 | -0/+6 |
| | |||||
* | KIKIMR-19211: speed up compaction | ivanmorozov | 2023-10-15 | 7 | -61/+116 |
| | |||||
* | KIKIMR-19704:fix use after free | ivanmorozov | 2023-10-15 | 1 | -6/+7 |
| | |||||
* | Use new segment meta in range readers | lukyan | 2023-10-15 | 2 | -25/+0 |
| | |||||
* | Fix q17CLI_2.7.0 | aozeritsky | 2023-10-14 | 1 | -8/+19 |
| |