Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | split docker build stages + upx binaries + remove ↵ | asmyasnikov | 2023-02-09 | 4 | -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 exception | brgayazov | 2023-02-09 | 2 | -4/+10 |
| | |||||
* | Temporarily disable failing test until it will be researched | aidarsamer | 2023-02-09 | 1 | -1/+2 |
| | |||||
* | add retries to TKqpScanExecuter | shumkovnd | 2023-02-09 | 10 | -198/+272 |
| | |||||
* | remove temp file handles with fixed names | ildar-khisam | 2023-02-09 | 2 | -2/+2 |
| | | | remove temp file handles with fixed names | ||||
* | (no commit message) | abcdef | 2023-02-09 | 3 | -48/+300 |
| | |||||
* | Log backend move | hor911 | 2023-02-09 | 67 | -130/+4495 |
| | |||||
* | Correct mem limit detection in mk8s | hor911 | 2023-02-09 | 1 | -7/+12 |
| | |||||
* | tasks calculation improve | ivanmorozov | 2023-02-09 | 5 | -15/+64 |
| | |||||
* | Remove unused import | uzhas | 2023-02-09 | 1 | -1/+0 |
| | |||||
* | Fix memory pool stats recalculation on rollback | snaury | 2023-02-09 | 12 | -6/+276 |
| | |||||
* | external tables has been supported for kqp gateway | hcpp | 2023-02-09 | 5 | -3/+210 |
| | |||||
* | Выделить методы получения текущего ↵ | tesseract | 2023-02-09 | 2 | -8/+13 |
| | | | | | | | | | размера партиции топика Небольшое выделение метода что бы было проще разбираться в коде Мотивация названия По коду ``` result.SetPartitionSize(Size());``` Т.е. это размер партиции, но метод добавляется и так к партиции, и partition.PartitionSize() звучит коряво (два раза partition). В итоге просто Size | ||||
* | External build system generator release 14 | robot-ya-builder | 2023-02-09 | 1 | -2/+2 |
| | | | Update tools: yexport | ||||
* | external storage type usage | ivanmorozov | 2023-02-09 | 7 | -35/+59 |
| | |||||
* | decompose tuples | ivanmorozov | 2023-02-09 | 1 | -1/+1 |
| | |||||
* | Make Decommit3dc test large when using sanitizers, | serg-belyakov | 2023-02-09 | 8 | -3/+242 |
| | | | Large with sanitizers | ||||
* | Launch test once, | serg-belyakov | 2023-02-09 | 1 | -3/+1 |
| | | | Laounch only once | ||||
* | remove enum_parser from the list of prebuilt tools | snermolaev | 2023-02-09 | 5 | -16/+7 |
| | |||||
* | fix reference binding to null FunctionRegistry pointer | ulya-sidorina | 2023-02-09 | 2 | -3/+5 |
| | | | fix(kqp): set valid FunctionRegistry pointer | ||||
* | mute test | gvit | 2023-02-09 | 1 | -0/+2 |
| | |||||
* | trying to fix test | gvit | 2023-02-09 | 1 | -0/+3 |
| | |||||
* | PR from branch users/artem-trof/ydbops-6676-setup-monitoring | artem-trof | 2023-02-08 | 19 | -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 files | gvit | 2023-02-08 | 3216 | -4152/+379635 |
| | |||||
* | fix error handler | ssmike | 2023-02-08 | 1 | -1/+3 |
| | |||||
* | reimplement must-use-result | pg | 2023-02-08 | 1 | -45/+51 |
| | |||||
* | use AggrAdd instead of + | ivanmorozov | 2023-02-08 | 3 | -8/+8 |
| | |||||
* | fix tuple value | gvit | 2023-02-08 | 1 | -3/+3 |
| | |||||
* | invalidate cache for source reads | ssmike | 2023-02-08 | 1 | -4/+10 |
| | |||||
* | Save PDiskType and check for PDiskConfig properly. | yuryalekseev | 2023-02-08 | 1 | -4/+8 |
| | |||||
* | Save path in DrivesSerials and use it. | yuryalekseev | 2023-02-08 | 6 | -9/+27 |
| | |||||
* | create table support, tests for array insert | qrort | 2023-02-08 | 2 | -116/+309 |
| | |||||
* | Add query perf test for KV read. () | spuchin | 2023-02-08 | 3 | -0/+85 |
| | |||||
* | job permissions has been fixed | hcpp | 2023-02-08 | 1 | -1/+3 |
| | |||||
* | Empty ExecuteScript rpc wrapper and test | galaxycrab | 2023-02-08 | 15 | -4/+175 |
| | |||||
* | cache usage for llvm by feature | ivanmorozov | 2023-02-08 | 4 | -1/+4 |
| | |||||
* | fix TopicServiceCommitOffsetBadOffsets test | ildar-khisam | 2023-02-08 | 1 | -3/+3 |
| | | | retain by storage size | ||||
* | 3.19.0 | pg | 2023-02-08 | 177 | -6081/+8550 |
| | |||||
* | Call FindPDisk(), FindStaticPDisk() that check serial paths. | yuryalekseev | 2023-02-08 | 1 | -3/+19 |
| | |||||
* | Stream creator impl | ilnaz | 2023-02-08 | 6 | -26/+132 |
| | |||||
* | Fix behavior for requests with multiple disks from the same group | t1mursadykov | 2023-02-08 | 5 | -25/+153 |
| | |||||
* | external table has been added to ss | hcpp | 2023-02-08 | 47 | -16/+1993 |
| | |||||
* | Added actors examples | bazeltsev | 2023-02-08 | 14 | -354/+321 |
| | | | updated | ||||
* | (refactoring) Namespacing | ilnaz | 2023-02-08 | 34 | -202/+75 |
| | |||||
* | Refactor change collectors to support a mix of committed and uncommitted changes | snaury | 2023-02-08 | 40 | -457/+449 |
| | |||||
* | add canon test on 100k rows | gvit | 2023-02-08 | 92 | -2/+109333 |
| | |||||
* | Use WideTop[Sort]. | a-romanov | 2023-02-08 | 1 | -16/+13 |
| | |||||
* | add ycsb kqp select load actor | eivanov89 | 2023-02-08 | 14 | -250/+893 |
| | |||||
* | Added queries examples | bazeltsev | 2023-02-08 | 1 | -0/+36 |
| | | | updated | ||||
* | (no commit message) | abcdef | 2023-02-08 | 1 | -1/+1 |
| |