summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (no commit message)pg2023-09-132-3/+12
|
* Implement index auto-choosingssmike2023-09-1323-73/+263
|
* [docs] use https://install.ydb.tech for manual install linksIvan Blinkov2023-09-137-8/+10
| | | | | | [docs] use https://install.ydb.tech for manual install links Pull Request resolved: 362
* Fix fastdebug stripiaz16072023-09-131-2/+2
|
* KIKIMR-19332 Move yql_ports to ydb/.../test_frameworkalexv-smirnov2023-09-132-0/+44
| | | | To break some projects' excess dependencies to ydb/.../proto via yql/.../test_framework
* External build system generator release 52robot-ya-builder2023-09-1331-3/+187
| | | | Update tools: yexport
* Intermediate changesrobot-piglet2023-09-131-6/+6
|
* YQL-16186 MATCH_RECOGNIZE parse simple navigation functionzverevgeny2023-09-1311-48/+342
|
* [devtools/contrib/piglet/projects/ydb/config.yaml] Added tools required for ↵prettyboy2023-09-135-0/+76
| | | | | | | | | | | | | unittests Без них у ydb не будут работать unittest тесты: ``` ./ya test -r ydb/core/blobstorage/base/ut Error[-WUserErr]: in At top level: Target 'build/platform/test_tool' not found Error[-WUserErr]: in At top level: Target 'build/external_resources/go_tools' not found Error[-WUserErr]: in At top level: Target 'build/platform/java/jstyle_lib' not found Configure error (use -k to proceed) ```
* Optimize TConcurrentHashMap; add EmplaceIfAbsentvadim-xd2023-09-131-4/+28
|
* exceptions, fail and assert, style thingsjansenin2023-09-138-154/+197
| | | | | | | | | | fix erros and some style things change context pointer to context reference move to TNodeWrapperCommonOps more things put fyaml errors to validation result throw TCheckErrors from chekers instead of yexceptions change T<Type>CehckContext in nodewrappers to TCheckContext fail and assert
* Fix wrong naminginnokentii2023-09-132-37/+37
| | | | fix wrong naming
* Intermediate changesrobot-piglet2023-09-13343-0/+147778
|
* nots/plugins: Проблемы c `extends` у `tsconfig.json`khoden2023-09-135-177/+242
| | | | | | | ~~В этот PR только простой фикс конкретного бага из https://a.yandex-team.ru/review/4370819/details~~ ~~Прочие улучшения в коде `ts_config.py` будут отдельно, включая покрытие кода тестами.~~ Переписал `TsConfig.merge()`, чуть добавил тестов
* KIKIMR-19304 HC need truncate issues when proto 50MBandrew-rykov2023-09-132-89/+175
| | | | | | | | | | changed to 50Mb added invoke hc parameters prepared test for comparison KIKIMR-19304 cut issues at the end
* change default pg sql param type to unknownfedor-miron2023-09-132-4/+4
|
* pyinstaller .spec file for local_ydbnkozlovskiy2023-09-131-0/+56
|
* Fix catboost openssl cmake build issuessvidyuk2023-09-135-8/+57
|
* Increase max metric name lengthiaz16072023-09-131-1/+1
|
* External build system generator release 51robot-ya-builder2023-09-1331-187/+3
| | | | Update tools: yexport
* flag to disable ymake conf customization DISABLE_YMAKE_CONF_CUSTOMIZATIONsnermolaev2023-09-1311-888/+18
|
* Keep unknown / GENERIC_ERRORhor9112023-09-132-0/+4
|
* Add bitfield enums internal fieldgle6ru3812023-09-131-1/+11
| | | | Добавил маску для передачи битфилдов в платформу и проверку соответствия видимости полей перечисления значению
* Fix log ut strong testsepbugaev2023-09-132-6/+2
| | | | Fix log ut tests
* docker: build local_ydb using pyinstaller, enable s3 docker cacheNikita Kozlovskiy2023-09-126-43/+77
| | | | | | docker: build local_ydb using pyinstaller, enable s3 docker cache Pull Request resolved: 364
* Fix uninit memberaneporada2023-09-121-0/+1
|
* Универсальная ссылка мувается, а не ↵tema-m2023-09-121-2/+2
| | | | | | форвардится Change std::move to std::forward
* Outgoing handshake using readonly lease KIKIMR-18893ilnaz2023-09-123-5/+42
|
* (no commit message)pg2023-09-122-1/+8
|
* Rollback: rXXXXXXrobot-srch-releaser2023-09-1211-19/+888
| | | | | | | | | | [diff-resolver:snermolaev] Sandbox task: https://sandbox.yandex-team.ru/task/1925190358/view Task author: robot-srch-releaser@ Commit was made by robot-srch-releaser@, but committer is deshevoy@ Description: Note: mandatory check (NEED_CHECK) was skipped
* Fix debug messageazevaykin2023-09-121-1/+1
|
* Fix non ascii in the core.conf doc-commentsvidyuk2023-09-121-3/+3
|
* (no commit message)pg2023-09-121-0/+4
|
* refresh ydb-uisolovboy2023-09-126-9/+9
| | | | refresh ydb-ui
* Allow backoff strategy reconfigurationarkady-e1ppa2023-09-122-1/+9
|
* Make ccache and ordinary options sameMaxim Yurchuk2023-09-121-7/+4
| | | | | | Make ccache and ordinary options same Pull Request resolved: 359
* Kafka LIST_OFFSETSsavnik2023-09-1218-25/+1216
|
* Intermediate changesrobot-piglet2023-09-121-2/+2
|
* Fix typo in word hierarchicalinnokentii2023-09-1217-101/+101
| | | | fix typo
* Fix kafka auth logictesseract2023-09-123-18/+18
|
* KIKIMR-19166: Add refresh tokens autnethicated in LDAPmolotkov-and2023-09-126-212/+384
|
* Renamed BackoffStrategy methodarkady-e1ppa2023-09-122-2/+2
|
* [devtools/contrib/piglet/projects/ydb/config.yaml] Added public resources ↵prettyboy2023-09-122-0/+35
| | | | used by opensource ya.conf.json
* Add support generate kotlin suspend function using JAVA_PROTO_PLUGIN, add ↵rmirzakhanian2023-09-121-0/+10
| | | | new version for grpc kotlin stub
* Fix dsproxy mock, KIKIMR-19329kruall2023-09-126-11/+23
|
* Intermediate changesrobot-piglet2023-09-1219-38/+0
|
* more docsvvvv2023-09-124-20/+450
|
* Enable running with paths from envalexv-smirnov2023-09-121-2/+2
|
* Don't leak read iterator session subscriptions on datashard reboot KIKIMR-19283snaury2023-09-122-1/+11
|
* Intermediate changesrobot-piglet2023-09-121-2/+2
|