aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'main' of https://github.com/ydb-platform/ydb into mergelibs-yqlMaxim Yurchuk2024-11-1163-446/+1260
|\
| * Reset pipeline in datashard init (#11483)azevaykin2024-11-113-0/+35
| |
| * auditlog: fix logging for unsuccessful ldap logins (#11438)ijon2024-11-1112-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 O2024-11-111-28/+35
| |
| * [TKqpExecuter] if got poisoned - die silently (#11286)Ivan2024-11-113-5/+20
| |
| * YQ-3846 RD support OR split during pushdown (#11439)Pisarenko Grigoriy2024-11-118-40/+84
| |
| * Evwrite optimizations (#11428)Nikita Vasilev2024-11-117-87/+75
| |
| * TPC-H 1000 iterations 3->2 (#11477)Олег2024-11-111-0/+1
| |
| * Fix: remove kqp config settings from audit/metering lib's resources (#11441)Vasily Gerasimov2024-11-112-8/+0
| |
| * Sanitized token field for audit log (#9287)Vasily Gerasimov2024-11-1126-34/+163
| |
| * Remove destination session after partitioning finish (#11411)Artem Alekseev2024-11-114-9/+147
| |
* | fix .Empty (uppercase)Maxim Yurchuk2024-11-111-2/+2
| |
* | Merge branch 'main' of https://github.com/ydb-platform/ydb into mergelibs-yqlMaxim Yurchuk2024-11-1154-206/+620
|\|
| * more information about columns in autocomplete handler (#11470)Alexey Efimov2024-11-112-1/+37
| |
| * add cors headers to oidc proxy (#11450)Alexey Efimov2024-11-112-4/+6
| |
| * Revert "Enabled column statistics by default" (#11455)Олег2024-11-111-1/+1
| |
| * do not use basic statistics if it is not fully gathered in schemeshard (#11291)Aleksandr Dmitriev2024-11-116-22/+194
| |
| * ReconnectPeriod cleanup (#11415)Oleg Doronin2024-11-115-8/+16
| |
| * mon page has been added to row dispatcher (#11443)Oleg Doronin2024-11-102-4/+29
| |
| * [yt provider] Bypass YtCopy before YtLength (#11436)Roman Udovichenko2024-11-101-24/+26
| |
| * [yt provider] Fix column group calculation for YtCopy (#11435)Roman Udovichenko2024-11-101-5/+12
| |
| * Fix `TMultiConstraintNode(): requirement Items_.size() failed` error (#11417)Roman Udovichenko2024-11-106-8/+73
| |
| * verify tasksSize == actorIds.size() has been changed to internal error (#11434)Oleg Doronin2024-11-091-1/+4
| |
| * Move balancer to batch pool (#11420)Robert Drynkin2024-11-091-1/+1
| |
| * YQL: Load binaries from YT binary cache (#11295)Maxim Kovalev2024-11-096-25/+98
| |
| * Remove obsolete map from backpressure queue client (#11429)Alexander Rutkovsky2024-11-083-16/+1
| |
| * Throw exception instead of calling exit(1) in TBasicServicesInitializer (#11422)Mikhail Montsev2024-11-081-11/+11
| | | | | | Co-authored-by: Mikhail Montsev <svartmetal@github.com>
| * ldap: Return special error messages for write to log from ldap auth provider ↵Andrey Molotkov2024-11-083-54/+66
| | | | | | | | (#11404)
| * Incorrect label name (#11410)Alek5andr-Kotov2024-11-081-1/+1
| |
| * Fix arithmetic in tpcds queries and switch on checking answers for tpcds s1 ↵Олег2024-11-087-8/+9
| | | | | | | | (#11425)
| * ticket parser: Add priority to access service requests (#11278)Andrey Molotkov2024-11-084-0/+13
| |
| * ticket-parser: Add error message for log to TError struct of ticket parser ↵Andrey Molotkov2024-11-083-12/+22
| | | | | | | | (#11403)
* | fix Size (uppercase)Maxim Yurchuk2024-11-111-1/+1
| |
* | Exclude yt/provider/ut (#11473)Roman Udovichenko2024-11-111-0/+4
| |
* | Merge pull request #11465 from vitstn/mergelibs-yql-fix2Maxim Yurchuk2024-11-117-15/+25
|\ \ | | | | | | Yql fixes
| * | initVitaly Stoyan2024-11-117-15/+25
|/ /
* | Merge pull request #11433 from vitstn/mergelibs-yql-fixMaxim Yurchuk2024-11-09187-1937/+2028
|\ \ | | | | | | More yql fixes
| * | initVitaly Stoyan2024-11-09132-623/+2833
| | |
| * | Tune YDB <-> YQL depsvvvv2024-11-0940-2617/+509
| | | | | | | | | | | | | | | init commit_hash:16572ab4e94aea4f7455c2ccb90b70ea99a412db
| * | Fast TChunkedBuffer::Size()aneporada2024-11-092-19/+22
| | | | | | | | | | | | commit_hash:6dd56a3c0d552a30b3e30a2b133d638716e1893d
| * | less ydb deps or disable for OSS for nowvvvv2024-11-0918-1242/+1230
| | | | | | | | | | | | commit_hash:cba3283f48e43daee374c408d91d1fed33861da4
| * | std::atomicvvvv2024-11-092-6/+4
|/ / | | | | | | commit_hash:be10606b22b15d660282895983c88ae5a0db0be9
* | more include/peerdir fixesMaxim Yurchuk2024-11-087-12/+12
| |
* | Add includeMaxim Yurchuk2024-11-081-0/+1
| |
* | fix string uppercaseMaxim Yurchuk2024-11-081-1/+1
| |
* | Merge branch 'main' of https://github.com/ydb-platform/ydb into mergelibs-yqlMaxim Yurchuk2024-11-08178-4930/+5473
|\|
| * YQ-3824 Shared reading: fix `is not distinct from` with optional field (#11378)Dmitry Kardymon2024-11-085-12/+50
| |
| * Add PDisk/VSlot whiteboard states to sys_view (#10491)mregrock2024-11-0821-25/+118
| | | | | | Add some PDisk and VSlot whiteboard parameters to sys_view tables
| * realign mvp core library with arcadia (#11401)Alexey Efimov2024-11-084-8/+234
| |
| * Try to lsof, when fail to lock file (#11393)Evgeniy Ivanov2024-11-081-2/+16
| |