aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* split docker build stages + upx binaries + remove ↵asmyasnikov2023-02-094-13/+35
| | | | | | | | | | | | | | | | | | | | | | systemd/cron/syslog/logrotate packages Убраны: `cron`, `logrotate`, `curl`, `systemd`, `rsyslog`, `procps` - все это делает `docker logs <container-id>` Последний `stage` собирается из `busybox`. При этом недостающие "сошки" вычисляются `ldd` и переносятся в `busybox` ``` REPOSITORY TAG IMAGE ID CREATED SIZE registry.yandex.net/yandex-docker-local-ydb latest c808fc9b3b82 12 seconds ago 805MB registry.yandex.net/yandex-docker-local-ydb slim 98090a0ed72c 56 minutes ago 279MB ``` Сжатие `upx`'ом ``` BINARY RAW UPX ------------------------------------------------- local_ydb 89.6M 46M ydb 55.7M 15.7M ydbd 614.2M 196M ```
* Fix bad retry operation and wrong exceptionbrgayazov2023-02-092-4/+10
|
* Temporarily disable failing test until it will be researchedaidarsamer2023-02-091-1/+2
|
* add retries to TKqpScanExecutershumkovnd2023-02-0910-198/+272
|
* remove temp file handles with fixed namesildar-khisam2023-02-092-2/+2
| | | remove temp file handles with fixed names
* (no commit message)abcdef2023-02-093-48/+300
|
* Log backend movehor9112023-02-0967-130/+4495
|
* Correct mem limit detection in mk8shor9112023-02-091-7/+12
|
* tasks calculation improveivanmorozov2023-02-095-15/+64
|
* Remove unused importuzhas2023-02-091-1/+0
|
* Fix memory pool stats recalculation on rollbacksnaury2023-02-0912-6/+276
|
* external tables has been supported for kqp gatewayhcpp2023-02-095-3/+210
|
* Выделить методы получения текущего ↵tesseract2023-02-092-8/+13
| | | | | | | | | размера партиции топика Небольшое выделение метода что бы было проще разбираться в коде Мотивация названия По коду ``` result.SetPartitionSize(Size());``` Т.е. это размер партиции, но метод добавляется и так к партиции, и partition.PartitionSize() звучит коряво (два раза partition). В итоге просто Size
* External build system generator release 14robot-ya-builder2023-02-091-2/+2
| | | Update tools: yexport
* external storage type usageivanmorozov2023-02-097-35/+59
|
* decompose tuplesivanmorozov2023-02-091-1/+1
|
* Make Decommit3dc test large when using sanitizers,serg-belyakov2023-02-098-3/+242
| | | Large with sanitizers
* Launch test once,serg-belyakov2023-02-091-3/+1
| | | Laounch only once
* remove enum_parser from the list of prebuilt toolssnermolaev2023-02-095-16/+7
|
* fix reference binding to null FunctionRegistry pointerulya-sidorina2023-02-092-3/+5
| | | fix(kqp): set valid FunctionRegistry pointer
* mute testgvit2023-02-091-0/+2
|
* trying to fix testgvit2023-02-091-0/+3
|
* PR from branch users/artem-trof/ydbops-6676-setup-monitoringartem-trof2023-02-0819-2/+362
| | | | | | | | | | | | | | | | | | | | | ydbops-6676: add separate helmfile for grafana dashboards ydbops-6676: move chart contents to right folder ydbops-6676: rename chart ydbops-6676: add grafana-dashboards helm chart ydbops-6676: fix metric relabeling & chart values ydbops-6676: rename release ydbops-6676: disable node selector ydbops-6676: move to ydb-testing ydbops-6676: fix monitoring port & counters ydbops-6676: add helmfile & values for monitoring
* suite tests: cleanup canonical filesgvit2023-02-083216-4152/+379635
|
* fix error handlerssmike2023-02-081-1/+3
|
* reimplement must-use-resultpg2023-02-081-45/+51
|
* use AggrAdd instead of +ivanmorozov2023-02-083-8/+8
|
* fix tuple valuegvit2023-02-081-3/+3
|
* invalidate cache for source readsssmike2023-02-081-4/+10
|
* Save PDiskType and check for PDiskConfig properly.yuryalekseev2023-02-081-4/+8
|
* Save path in DrivesSerials and use it.yuryalekseev2023-02-086-9/+27
|
* create table support, tests for array insertqrort2023-02-082-116/+309
|
* Add query perf test for KV read. ()spuchin2023-02-083-0/+85
|
* job permissions has been fixedhcpp2023-02-081-1/+3
|
* Empty ExecuteScript rpc wrapper and testgalaxycrab2023-02-0815-4/+175
|
* cache usage for llvm by featureivanmorozov2023-02-084-1/+4
|
* fix TopicServiceCommitOffsetBadOffsets testildar-khisam2023-02-081-3/+3
| | | retain by storage size
* 3.19.0pg2023-02-08177-6081/+8550
|
* Call FindPDisk(), FindStaticPDisk() that check serial paths.yuryalekseev2023-02-081-3/+19
|
* Stream creator implilnaz2023-02-086-26/+132
|
* Fix behavior for requests with multiple disks from the same groupt1mursadykov2023-02-085-25/+153
|
* external table has been added to sshcpp2023-02-0847-16/+1993
|
* Added actors examplesbazeltsev2023-02-0814-354/+321
| | | updated
* (refactoring) Namespacingilnaz2023-02-0834-202/+75
|
* Refactor change collectors to support a mix of committed and uncommitted changessnaury2023-02-0840-457/+449
|
* add canon test on 100k rowsgvit2023-02-0892-2/+109333
|
* Use WideTop[Sort].a-romanov2023-02-081-16/+13
|
* add ycsb kqp select load actoreivanov892023-02-0814-250/+893
|
* Added queries examplesbazeltsev2023-02-081-0/+36
| | | updated
* (no commit message)abcdef2023-02-081-1/+1
|