Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'main' of https://github.com/ydb-platform/ydb into mergelibs-yql | Maxim Yurchuk | 2024-11-11 | 63 | -446/+1260 |
|\ | |||||
| * | Reset pipeline in datashard init (#11483) | azevaykin | 2024-11-11 | 3 | -0/+35 |
| | | |||||
| * | auditlog: fix logging for unsuccessful ldap logins (#11438) | ijon | 2024-11-11 | 12 | -235/+700 |
| | | | | | | | | | | | | | | Move audit logging of login operations from schemeshard to grpc service auth (`AuthService`). Update web-login service login to utilize `AuthService.Login`. Establish `AuthService` as the sole gateway and single audit point for all login operations. KIKIMR-22173 | ||||
| * | Optimize attribute fetch loop for source tables in YT (#11073) | Dmitry O | 2024-11-11 | 1 | -28/+35 |
| | | |||||
| * | [TKqpExecuter] if got poisoned - die silently (#11286) | Ivan | 2024-11-11 | 3 | -5/+20 |
| | | |||||
| * | YQ-3846 RD support OR split during pushdown (#11439) | Pisarenko Grigoriy | 2024-11-11 | 8 | -40/+84 |
| | | |||||
| * | Evwrite optimizations (#11428) | Nikita Vasilev | 2024-11-11 | 7 | -87/+75 |
| | | |||||
| * | TPC-H 1000 iterations 3->2 (#11477) | Олег | 2024-11-11 | 1 | -0/+1 |
| | | |||||
| * | Fix: remove kqp config settings from audit/metering lib's resources (#11441) | Vasily Gerasimov | 2024-11-11 | 2 | -8/+0 |
| | | |||||
| * | Sanitized token field for audit log (#9287) | Vasily Gerasimov | 2024-11-11 | 26 | -34/+163 |
| | | |||||
| * | Remove destination session after partitioning finish (#11411) | Artem Alekseev | 2024-11-11 | 4 | -9/+147 |
| | | |||||
* | | fix .Empty (uppercase) | Maxim Yurchuk | 2024-11-11 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'main' of https://github.com/ydb-platform/ydb into mergelibs-yql | Maxim Yurchuk | 2024-11-11 | 54 | -206/+620 |
|\| | |||||
| * | more information about columns in autocomplete handler (#11470) | Alexey Efimov | 2024-11-11 | 2 | -1/+37 |
| | | |||||
| * | add cors headers to oidc proxy (#11450) | Alexey Efimov | 2024-11-11 | 2 | -4/+6 |
| | | |||||
| * | Revert "Enabled column statistics by default" (#11455) | Олег | 2024-11-11 | 1 | -1/+1 |
| | | |||||
| * | do not use basic statistics if it is not fully gathered in schemeshard (#11291) | Aleksandr Dmitriev | 2024-11-11 | 6 | -22/+194 |
| | | |||||
| * | ReconnectPeriod cleanup (#11415) | Oleg Doronin | 2024-11-11 | 5 | -8/+16 |
| | | |||||
| * | mon page has been added to row dispatcher (#11443) | Oleg Doronin | 2024-11-10 | 2 | -4/+29 |
| | | |||||
| * | [yt provider] Bypass YtCopy before YtLength (#11436) | Roman Udovichenko | 2024-11-10 | 1 | -24/+26 |
| | | |||||
| * | [yt provider] Fix column group calculation for YtCopy (#11435) | Roman Udovichenko | 2024-11-10 | 1 | -5/+12 |
| | | |||||
| * | Fix `TMultiConstraintNode(): requirement Items_.size() failed` error (#11417) | Roman Udovichenko | 2024-11-10 | 6 | -8/+73 |
| | | |||||
| * | verify tasksSize == actorIds.size() has been changed to internal error (#11434) | Oleg Doronin | 2024-11-09 | 1 | -1/+4 |
| | | |||||
| * | Move balancer to batch pool (#11420) | Robert Drynkin | 2024-11-09 | 1 | -1/+1 |
| | | |||||
| * | YQL: Load binaries from YT binary cache (#11295) | Maxim Kovalev | 2024-11-09 | 6 | -25/+98 |
| | | |||||
| * | Remove obsolete map from backpressure queue client (#11429) | Alexander Rutkovsky | 2024-11-08 | 3 | -16/+1 |
| | | |||||
| * | Throw exception instead of calling exit(1) in TBasicServicesInitializer (#11422) | Mikhail Montsev | 2024-11-08 | 1 | -11/+11 |
| | | | | | | Co-authored-by: Mikhail Montsev <svartmetal@github.com> | ||||
| * | ldap: Return special error messages for write to log from ldap auth provider ↵ | Andrey Molotkov | 2024-11-08 | 3 | -54/+66 |
| | | | | | | | | (#11404) | ||||
| * | Incorrect label name (#11410) | Alek5andr-Kotov | 2024-11-08 | 1 | -1/+1 |
| | | |||||
| * | Fix arithmetic in tpcds queries and switch on checking answers for tpcds s1 ↵ | Олег | 2024-11-08 | 7 | -8/+9 |
| | | | | | | | | (#11425) | ||||
| * | ticket parser: Add priority to access service requests (#11278) | Andrey Molotkov | 2024-11-08 | 4 | -0/+13 |
| | | |||||
| * | ticket-parser: Add error message for log to TError struct of ticket parser ↵ | Andrey Molotkov | 2024-11-08 | 3 | -12/+22 |
| | | | | | | | | (#11403) | ||||
* | | fix Size (uppercase) | Maxim Yurchuk | 2024-11-11 | 1 | -1/+1 |
| | | |||||
* | | Exclude yt/provider/ut (#11473) | Roman Udovichenko | 2024-11-11 | 1 | -0/+4 |
| | | |||||
* | | Merge pull request #11465 from vitstn/mergelibs-yql-fix2 | Maxim Yurchuk | 2024-11-11 | 7 | -15/+25 |
|\ \ | | | | | | | Yql fixes | ||||
| * | | init | Vitaly Stoyan | 2024-11-11 | 7 | -15/+25 |
|/ / | |||||
* | | Merge pull request #11433 from vitstn/mergelibs-yql-fix | Maxim Yurchuk | 2024-11-09 | 187 | -1937/+2028 |
|\ \ | | | | | | | More yql fixes | ||||
| * | | init | Vitaly Stoyan | 2024-11-09 | 132 | -623/+2833 |
| | | | |||||
| * | | Tune YDB <-> YQL deps | vvvv | 2024-11-09 | 40 | -2617/+509 |
| | | | | | | | | | | | | | | | init commit_hash:16572ab4e94aea4f7455c2ccb90b70ea99a412db | ||||
| * | | Fast TChunkedBuffer::Size() | aneporada | 2024-11-09 | 2 | -19/+22 |
| | | | | | | | | | | | | commit_hash:6dd56a3c0d552a30b3e30a2b133d638716e1893d | ||||
| * | | less ydb deps or disable for OSS for now | vvvv | 2024-11-09 | 18 | -1242/+1230 |
| | | | | | | | | | | | | commit_hash:cba3283f48e43daee374c408d91d1fed33861da4 | ||||
| * | | std::atomic | vvvv | 2024-11-09 | 2 | -6/+4 |
|/ / | | | | | | | commit_hash:be10606b22b15d660282895983c88ae5a0db0be9 | ||||
* | | more include/peerdir fixes | Maxim Yurchuk | 2024-11-08 | 7 | -12/+12 |
| | | |||||
* | | Add include | Maxim Yurchuk | 2024-11-08 | 1 | -0/+1 |
| | | |||||
* | | fix string uppercase | Maxim Yurchuk | 2024-11-08 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'main' of https://github.com/ydb-platform/ydb into mergelibs-yql | Maxim Yurchuk | 2024-11-08 | 178 | -4930/+5473 |
|\| | |||||
| * | YQ-3824 Shared reading: fix `is not distinct from` with optional field (#11378) | Dmitry Kardymon | 2024-11-08 | 5 | -12/+50 |
| | | |||||
| * | Add PDisk/VSlot whiteboard states to sys_view (#10491) | mregrock | 2024-11-08 | 21 | -25/+118 |
| | | | | | | Add some PDisk and VSlot whiteboard parameters to sys_view tables | ||||
| * | realign mvp core library with arcadia (#11401) | Alexey Efimov | 2024-11-08 | 4 | -8/+234 |
| | | |||||
| * | Try to lsof, when fail to lock file (#11393) | Evgeniy Ivanov | 2024-11-08 | 1 | -2/+16 |
| | |