| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ut] fix epoch tests | udovichenko-r | 2023-08-22 | 1 | -51/+51 |
| | | | | | YQL-16359 | ||||
| * | KIKIMR-18995: Drop table if exists | qrort | 2023-08-22 | 7 | -14/+84 |
| | | |||||
| * | Drop Assumes on peephole final stage. | a-romanov | 2023-08-22 | 1 | -2/+5 |
| | | |||||
| * | Correctly handle nameservice config with MinDynamicNodeId <= ↵ | serg-belyakov | 2023-08-22 | 1 | -2/+2 |
| | | | | | | | MaxStaticNodeId, KIKIMR-19103 Correctly handle config with MinDynamicNodeId <= MaxStaticNodeId | ||||
| * | Make libclang.rt_profile depends on sources again | hiddenpath | 2023-08-22 | 5 | -8/+110 |
| | | |||||
| * | KIKIMR-19091: prepare reusing timeout actor | ivanmorozov | 2023-08-22 | 13 | -36/+53 |
| | | |||||
| * | vite: MVP (Result of research) | khoden | 2023-08-22 | 2 | -0/+60 |
| | | | | | | | Обеспечена успешная сборка dummy для простого Реакт-приложения, созданного командой `pnpm create vite` Реализована практически 100% копипастой реализации для webpack | ||||
| * | Serialize at least one line when uploading using import-data KIKIMR-19108 | ilnaz | 2023-08-22 | 1 | -2/+2 |
| | | |||||
| * | pessimize tablets with frequent restarts in boot queue KIKIMR-15303 | zalyalov | 2023-08-22 | 6 | -4/+20 |
| | | |||||
| * | Add exec flag to test run script | alexv-smirnov | 2023-08-21 | 1 | -0/+0 |
| | | |||||
| * | add stat service for tests KIKIMR-18323 | monster | 2023-08-21 | 1 | -0/+9 |
| | | |||||
| * | Removed unused import, which caused warning | Arina Smirnova | 2023-08-21 | 1 | -1/+0 |
| | | | | | | | Removed unused import, which caused warning Pull Request resolved: #339 | ||||
| * | YT-19555: Refactoring using Allocation tags for MemoryTag | ni-stoiko | 2023-08-21 | 8 | -50/+45 |
| | | | | | | | | | Fix style issues in unit-tests Refactoring TraceContext Minor style fixes | ||||
| * | Rework status handling in TableClient::ReadRows KIKIMR-18970 | va-kuznecov | 2023-08-21 | 1 | -6/+6 |
| | | |||||
| * | Pass S3 read ranges in explicit field, not TaskParams | hor911 | 2023-08-21 | 26 | -35/+112 |
| | | | | | | | | | Сейчас при чтении из S3 в момент компиляции происходит чтение бакета и разбиение его содержимого на так называемые ranges, которые в закодированном текстовом виде передаются в CA, а потом и в S3 Source через TaskParams. Так как TaskParams это KV, то можно передать не более одного range per task. Выношу эту информацию в отдельное поле, ReadRanges, которое repeated, то есть в 1 таску можно передать несколько ranges не выполняя перекодирования. Это все нужно чтобы при запуске графа, имея на руках N ranges, создавать для чтения не строго N тасок (как сейчас, то есть 1 task per range), а K <= N (то есть в таску может быть передано более 1 ranges). В конечном итоге (это будет другой PR) мы будем генерировать какое-то разумно большое количество ranges (положим 100), но для чтения будем создавать по 1-2 таске per node, дабы избежать излишнего потребления ресурсов кластера (1 таска отлично обрабатывает параллельные загрузки) | ||||
| * | Change "config.yaml" | max42 | 2023-08-21 | 1 | -0/+26 |
| | | |||||
| * | YQL-16185 switch to new TYtDependencyUpdater by default | zverevgeny | 2023-08-21 | 1 | -1/+1 |
| | | |||||
| * | support column tables in statistics KIKIMR-18323 | monster | 2023-08-21 | 1 | -7/+20 |
| | | |||||
| * | [dq] Short partition error message | udovichenko-r | 2023-08-21 | 3 | -11/+15 |
| | | | | | YQL-16107 | ||||
| * | make has method const | jansenin | 2023-08-21 | 2 | -2/+2 |
| | | |||||
| * | Add yt into autobuild | aozeritsky | 2023-08-21 | 904 | -11/+166452 |
| | | |||||
| * | KIKIMR-19092: simple compaction and optimizer for intervals correction | ivanmorozov | 2023-08-21 | 25 | -0/+851 |
| | | |||||
| * | YDB SDK Sync from git | robot-kikimr-dev | 2023-08-21 | 5 | -15/+14 |
| | | |||||
| * | CURRENT_TIMESTAMP | vvvv | 2023-08-21 | 1 | -0/+36 |
| | | | | | без теста, т.к. выхлоп зависит от времени | ||||
| * | Change "muted_test.txt" | alexv-smirnov | 2023-08-21 | 1 | -2/+0 |
| | | |||||
| * | Check queue overflow for direct ops KIKIMR-19080 | ilnaz | 2023-08-21 | 2 | -25/+63 |
| | | |||||
| * | YQL-16350 Fix hybrid check. | a-romanov | 2023-08-21 | 1 | -2/+2 |
| | | |||||
| * | Change "muted_test.txt" | alexv-smirnov | 2023-08-21 | 1 | -0/+1 |
| | | |||||
| * | Intermediate changes | robot-piglet | 2023-08-21 | 1 | -1/+49 |
| | | |||||
| * | ,support reading from bindings in v2, pg syntax | uzhas | 2023-08-21 | 1 | -4/+28 |
| | | |||||
| * | YQL-16222 Limit tokens forbidden as hints and window | zverevgeny | 2023-08-21 | 1 | -0/+21 |
| | | |||||
| * | Create yaml validation framework | jansenin | 2023-08-21 | 31 | -0/+2397 |
| | | | | | | | | | fix some comments and rename GeneralData_ to GeneralDataPtr_ Finished validator builders and made it compile, wrote little test Added CommonBuilderOps and TGeneralBuilder methods | ||||
| * | add option to continue booting tablets when a node hits MaxTabletsScheduled ↵ | zalyalov | 2023-08-21 | 4 | -2/+47 |
| | | | | | KIKIMR-18947 | ||||
| * | Rename some CompatibilityInfo fields, KIKIMR-15989 | serg-belyakov | 2023-08-21 | 7 | -342/+342 |
| | | | | | Rename Build->Application, YdbVersion->Version | ||||
| * | KIKIMR-19091: portions as shared_ptr for reuse in future safety | ivanmorozov | 2023-08-21 | 4 | -80/+85 |
| | | |||||
| * | Stop defining XOPEN_SOURCE on iOS | thegeorg | 2023-08-21 | 1 | -3/+0 |
| | | |||||
| * | Implement batch limits in ReadTable KIKIMR-16827 | va-kuznecov | 2023-08-21 | 9 | -4/+141 |
| | | |||||
| * | Revert commit rXXXXXX, Automatic release build for ya_bin3, ya_bin, ↵ | say | 2023-08-21 | 1 | -4/+4 |
| | | | | | test_tool, test_tool3 | ||||
| * | Retry error at final stage properly KIKIMR-19094 | ilnaz | 2023-08-21 | 4 | -8/+98 |
| | | |||||
| * | Inf MaxCountInPartition KIKIMR-19030 | ilnaz | 2023-08-21 | 1 | -0/+1 |
| | | |||||
| * | KIKIMR-19091: correct blobs construction for restore and simple merge. ↵ | ivanmorozov | 2023-08-21 | 23 | -249/+502 |
| | | | | | provide settings into splitter | ||||
| * | Add read and write device performance estimations for different device ↵ | serg-belyakov | 2023-08-21 | 5 | -35/+127 |
| | | | | | | | types, KIKIMR-18896 Add distinct read and write SectorMap performance limitations | ||||
| * | Suppress ordered input of DqJoin. | a-romanov | 2023-08-21 | 3 | -0/+49 |
| | | |||||
| * | Automatic release build for ya_bin3, ya_bin, test_tool, test_tool3 | robot-ya-builder | 2023-08-21 | 1 | -4/+4 |
| | | | | | | | | | | From hash: [7c6485daf1fef90f5ef1b49436fbc2f94b1ed01f](https://a.yandex-team.ru/arcadia/commit/7c6485daf1fef90f5ef1b49436fbc2f94b1ed01f) From revision: [12215802](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=210) Flow triggered by user: [prettyboy](https://staff.yandex-team.ru/prettyboy) Update tools: ya_bin3, ya_bin, test_tool, test_tool3 | ||||
| * | Automatic release build for ymake | robot-ya-builder | 2023-08-21 | 1 | -5/+5 |
| | | | | | | | | | | From hash: [2e132f07231db4994a1e5784e8001c39a5e89317](https://a.yandex-team.ru/arcadia/commit/2e132f07231db4994a1e5784e8001c39a5e89317) From revision: [12204639](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=103) Flow triggered by user: [robot-ci](https://staff.yandex-team.ru/robot-ci) Update tools: ymake | ||||
| * | YQL-16308 move IsBoolLike to a common place | zverevgeny | 2023-08-21 | 3 | -19/+16 |
| | | |||||
| * | Update contrib/restricted/abseil-cpp-tstring to 20230802.0 | thegeorg | 2023-08-21 | 197 | -4184/+6161 |
| | | |||||
| * | (no commit message) | pg | 2023-08-20 | 2 | -7/+7 |
| | | |||||
| * | KIKIMR-19091: move files for common module reuse in future | ivanmorozov | 2023-08-20 | 26 | -84/+200 |
| | | |||||
| * | KIKIMR-19093: fields may be not initialized through old store method | ivanmorozov | 2023-08-20 | 5 | -13/+44 |
| | | |||||
