aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Check navigate response status in login service. Check that domain info is ↵molotkov-and2023-04-181-12/+13
| | | | not null
* improve testivanmorozov2023-04-185-4/+10
|
* ReplicationConfig for replicated tablesilnaz2023-04-1810-10/+164
|
* CORS reply tabletandrew-rykov2023-04-181-1/+12
|
* add forgotten floattixf.cstanly2023-04-184-0/+87
|
* fix coverity issue with uninit fielduzhas2023-04-181-3/+3
|
* YQL-8971 YQL-15555 Add Chopped constraint and use it for Condense1.a-romanov2023-04-183-117/+554
|
* External build system generator release 28robot-ya-builder2023-04-181-7/+3
| | | Update tools: yexport
* Add reading from different parts of file and --columns optionbrgayazov2023-04-174-6/+292
|
* Switch dq transport to paged packeraneporada2023-04-171-13/+23
| | | initial
* Revert "YT-17689: Move TFreeList to library/cpp/yt/memory"aleexfi2023-04-178-341/+94
| | | | This reverts commit 617a1d07971366c19cdf278579ee9b1cbfa53db8, reversing changes made to 27e0312d3842c4e5e3ea6b09611c8f6ff6938dd6.
* improve code navigation for flags usageivanmorozov2023-04-172-24/+27
|
* correct message on scheme cache not started yetivanmorozov2023-04-173-9/+12
|
* (refactoring) Record makersilnaz2023-04-171-476/+372
|
* Fix: -lc -lm should go at the end of the linking command otherwise there're ↵akhropov2023-04-171-0/+2
| | | | undefined symbols like __Unwind_Backtrace in resulting dylibs on macOS..
* Add more tests to console dumperinnokentii2023-04-172-9/+1106
| | | add more tests to console-dumper
* Improve consistency in how finish is reported across load actors, fix few ↵tarum2023-04-178-27/+58
| | | | smaller issues
* translationalextarazanov2023-04-1717-200/+343
| | | | | | | Лог локальной сборки без ошибок. https://st.yandex-team.ru/ https://st.yandex-team.ru/ https://st.yandex-team.ru/
* tables layout policiesivanmorozov2023-04-1714-53/+450
|
* Move write logic to separated filetesseract2023-04-179-1453/+1470
|
* Intermediate changesrobot-piglet2023-04-174-4/+0
|
* YQL-15864 YQL-15415 Drop DqUnorderedInStage optimizer.a-romanov2023-04-175-98/+0
|
* Fix early rpc actor destroy in case of client disconnect.dcherednik2023-04-171-0/+6
|
* Rewrite physical reads to sources on last stepssmike2023-04-1713-472/+236
|
* Add TOperationLog to track owner updates in PDisk,serg-belyakov2023-04-1710-18/+320
| | | Fix mailbox overflow
* Intermediate changesrobot-piglet2023-04-171-3/+3
|
* try to fix ossvvvv2023-04-174-6732/+0
|
* tenant info assign has been fixedhcpp2023-04-171-3/+4
|
* YQL-15435 Replace Condense on SqueezeToList.a-romanov2023-04-171-21/+3
|
* log formattingivanmorozov2023-04-171-0/+52
|
* YQL-15876 Constraints for Ensure.a-romanov2023-04-171-0/+1
|
* use chunks limitivanmorozov2023-04-153-6/+6
|
* chunks limiter usage for prevent more then one message in send data protocol ↵ivanmorozov2023-04-1520-31/+191
| | | | from tablet
* schemeshard, tests: fix out-of-order delivery of ↵ijon2023-04-144-54/+99
| | | | | EvModifyScheme+EvNotifyTxCompletion Fixes flaky TSchemeShardSplitTestReboots::MergeMergeAlterParallel test.
* UnsafeUploadRows -> S3UploadRowsilnaz2023-04-1413-49/+42
|
* Introduce TValuePackerTransport for use in dq channelsaneporada2023-04-1423-561/+1076
| | | It supports packing to paged buffer and incremental packing
* llvm bitcode for PG builtin functions + generic kernelvvvv2023-04-1429-0/+25844
| | | | | | | | | | | | На транке windows уже не собиралась %% vvvv@mr-nvme-testing-08:~/repo/arcadia/ydb/library/yql/parser/pg_wrapper$ arc st On branch trunk Your branch is up-to-date with 'arcadia/trunk'. nothing to commit, working directory clean vvvv@mr-nvme-testing-08:~/repo/arcadia/ydb/library/yql/parser/pg_wrapper$ ya make --target-platform windows 2>&1 | tail -n 1 Failed %%
* getting rid of TActorContext in state functionsxenoxeno2023-04-14286-928/+856
|
* datashard: fix periodic stats sending after reboot during table moveijon2023-04-143-3/+17
| | | | Result of stats building is bound to table id, but move-table changes table id, so moved table with new table-id should start build stats afresh.
* fix topic writer write messages to closed stream writerrekby2023-04-142-5/+4
|
* Add yaml-dump commandinnokentii2023-04-1433-22/+587
| | | add console dumper
* Don't crash on locked write commit after volatile conflict commitssnaury2023-04-144-2/+129
|
* run checks only after PR approvalalexv-smirnov2023-04-141-1/+1
|
* Report stuck actorsalexvru2023-04-1410-0/+89
|
* Intermediate changesrobot-piglet2023-04-143-10/+10
|
* Remove TEventDescr1 support from ICalexvru2023-04-146-73/+30
|
* implement LowerBound for composite keychertus2023-04-144-48/+39
|
* Add pagination to archive, polish table looktarum2023-04-145-22/+113
|
* [library/cpp/logger] Support meta flags with TLogElementm-milkin2023-04-145-12/+76
| | | | | | | | Support opportunity to use TMetaFlags with TLogElement. **Use example:** `Log().With("Property", "Value").With("Code", "Code") << LogMessage` Such interface allows to not parse required by TLogBackend properties from raw string.
* Fixed redirectbazeltsev2023-04-141-2/+2
| | | updated