summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix error handlingvvvv2023-09-071-1/+1
|
* fixed unclosed result channel proxiesgrigoriypisar2023-09-072-9/+9
| | | | | Зачистки ResultChannelProxies не хватало в kqp_data_executer.cpp, ссылка: https://a.yandex-team.ru/arcadia/ydb/core/kqp/executer_actor/kqp_data_executer.cpp?rev=rXXXXXX#L2312-2327
* temp fix: do not schedule counters dumpildar-khisam2023-09-072-9/+7
| | | | | | | | fix fix quick fix for mirrorer only another fix
* gtest to unittest for yt/native/utfedor-miron2023-09-076-30/+81
|
* Uniq constaint support for REPLACE, UPDATE ON KIKIMR-19064dcherednik2023-09-0712-346/+616
|
* synchronization failed counterhcpp2023-09-071-2/+51
|
* Make error message a little bit more clear fornaumbi42023-09-071-1/+1
|
* Adjust argument count for pg deserialize aggregation methodaneporada2023-09-071-4/+5
| | | | initial
* enable more insert tests for v2uzhas2023-09-071-41/+59
|
* Can register node with empty revision (for tests)aozeritsky2023-09-071-2/+1
|
* Rewrite pk-prefix lookupsssmike2023-09-078-82/+104
|
* removed TMaybegrigoriypisar2023-09-071-4/+4
| | | | Removed TMaybe
* Mark DOC license as PERMISSIVEthegeorg2023-09-071-1/+1
| | | | | | | | | | | | ``` Since DOC software is open-source, freely available software, you are free to use, modify, copy, and distribute--perpetually and irrevocably-- the DOC software source code and object code produced from the source, as well as copy and distribute modified versions of this software. You must, however, include this copyright statement along with any code built using DOC software that you release. No copyright statement needs to be provided if you just ship binary executables of your software products. ```
* Enable run binaries using path from Envalexv-smirnov2023-09-071-2/+2
|
* [Sync from ytsaurus/ytsaurus] Put attribute(weak) in a GCC-compatible positionAlexey Filinovich2023-09-071-2/+2
| | | | | | | | | | I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en In addition to #89, there is one more minor fix. GCC doesn't allow putting `__attribute__((weak))` before the `extern "C"` and produces non-weak symbols. Proof: https://godbolt.org/z/h48fYsGMW --- Pull Request resolved: #96
* KIKIMR-18845 Cut keys option TRUEkungasc2023-09-071-1/+1
|
* use CCACHE_PATH for docker buildsnkozlovskiy2023-09-071-1/+1
|
* Fix USE_ARCADIA_PYTHON usage in YQL UDF configsomov2023-09-071-2/+2
|
* Fixed unclosed sessionsgrigoriypisar2023-09-072-4/+82
| | | | Temp problem solution.
* CurrentIam connections have been filtered from synchronization stephcpp2023-09-071-0/+18
|
* A little refactoring: drop crutch method.a-romanov2023-09-074-33/+2
|
* Intermediate changesrobot-piglet2023-09-071-1/+1
|
* Split kafka metrics to datastreams and datastreams_serverlesssavnik2023-09-077-8/+14
|
* Use TBlobRange in InsertedTablensofya2023-09-0719-83/+105
|
* Notify all overload subscribers on split and drop KIKIMR-19021snaury2023-09-075-0/+28
|
* KIKIMR-19275 fix for double countingalexnick2023-09-071-4/+0
| | | | fix for double counting
* YT-19430: Move formats from client to librarynadya022023-09-07113-14546/+3108
|
* Fix build of tests involving postgres.h on windowsmarsaly2023-09-075-13/+53
| | | | Fixed build of tests involving postgres.h on win
* add contrib to all udfsvvvv2023-09-071-1/+2
|
* YTORM-841: Support user tags in historydgolear2023-09-072-14/+1
|
* KIKIMR-19139 Load index fix new testkungasc2023-09-071-3/+3
|
* feat(TS_PACKAGE): implement moduleszaverden2023-09-073-0/+58
|
* PassAway for TCreateScriptExecutionActorhcpp2023-09-071-0/+1
|
* simplify codeuzhas2023-09-071-268/+7
|
* add prepared ddl env var for local_ydbrekby2023-09-071-0/+3
|
* Automatic release build for ya_bin3, os_ya, ya_bin, test_tool, test_tool3robot-ya-builder2023-09-072-28/+18
| | | | | | | | | From hash: [dcbc5065f43f2feb52e20ed4092c7b3341341775](https://a.yandex-team.ru/arcadia/commit/dcbc5065f43f2feb52e20ed4092c7b3341341775) From revision: [12359570](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=228) Flow triggered by user: [prettyboy](https://staff.yandex-team.ru/prettyboy) Update tools: ya_bin3, os_ya, ya_bin, test_tool, test_tool3
* YQL-16325 rename enum according to style guidezverevgeny2023-09-073-12/+12
|
* [library/python/pytest/plugins/ya] Limit snippet size up to 8kbprettyboy2023-09-071-1/+5
|
* Add choices to getopt optionshitsedesen2023-09-073-11/+60
|
* Support ApiKey for AccessService authentificationtesseract2023-09-079-42/+229
|
* Intermediate changesrobot-piglet2023-09-071-1/+3
|
* (no commit message)pg2023-09-071-2/+2
|
* Rename SelfJoin -> GraceSelfJoinaozeritsky2023-09-0713-59/+59
|
* [library/python/testing/yatest_common/yatest/common/process] Limit snippet ↵prettyboy2023-09-071-1/+1
| | | | size in logs up to 64kb
* KIKIMR-19051: made RertyContext as a template to reuse it in QueryClientdvrazumov2023-09-0617-322/+515
| | | | | | | RetryContext improvements: * RetryContext is now a template class and may be used in both TableClient and QueryClient * The return type of retry operation is templated so it could return different types: TAsyncStatus/TAsyncExecuteQueryResult/etc * Unified and refactored code
* Intermediate changesrobot-piglet2023-09-061-2/+7
|
* Update contrib/libs/zlib to 1.3thegeorg2023-09-0625-1488/+940
|
* Intermediate changesrobot-piglet2023-09-061-0/+28
|
* Remember availability mode KIKIMR-19272ilnaz2023-09-061-0/+1
|
* Global atomics removedaakulaga2023-09-061-4/+0
| | | | Global atomics removed