aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update contrib/restricted/boost/preprocessor to 1.79.0robot-contrib2022-08-10237-869/+107480
|
* use old optimizer for equirangesssmike2022-08-104-3/+81
|
* Update contrib/restricted/boost/type_index to 1.79.0robot-contrib2022-08-1012-77/+114
|
* [YDB] scalability best practices updated for readabilitymzinal2022-08-101-7/+11
|
* [review] Check translate Health Check APIalextarazanov2022-08-103-0/+82
|
* [review] Check translate Add static credentialsalextarazanov2022-08-1031-328/+447
|
* [review] Check translate Blobstorage configurationalextarazanov2022-08-105-6/+87
|
* Rate limiting runtime in YQgalaxycrab2022-08-10484-42652/+888
|
* audit logs in schemeshardandrew-rykov2022-08-1014-368/+1119
| | | | | | | fixed merge error remove consistent operation details audit logs in schemeshard
* [] replace intoudovichenko-r2022-08-103-15/+3
|
* Update contrib/restricted/aws/s2n to 1.3.19robot-contrib2022-08-1010-42/+201
|
* ORDER BY: support of aggregations and keys that aren't exposed in projectionvvvv2022-08-101-96/+130
|
* DQ support S3 sink/source.a-romanov2022-08-101-2/+2
|
* Mute Boost header deprecation warnings during updatebugaevskiy2022-08-101-1/+1
| | | | Having vastly different Boost module versions causes a lot of header deprecation warnings. Mute them until 1.67 -> 1.79 update is complete.
* ui32 not enough for features flagsocialgraph2022-08-107-30/+31
| | | Так как добавил новый флаг, отвечающий за оставление хэшбенга, то Feature флаги перестали помещаться в свои прежние 32 бита, то везде поменял long на ui64
* fix loss of orbit due to an error in executermdartemenko2022-08-106-27/+43
|
* Fix missing ExtractMembers in KqpJoinToIndexLookup. ()spuchin2022-08-102-2/+42
|
* Sync YDB SDK from githubrobot-kikimr-dev2022-08-1012-327/+446
| | | Release YDB recipe binaries
* Catch execeptions on top level in KQP worker actor. ()spuchin2022-08-101-43/+90
|
* Introduce TryFromString returning TMaybeevelkin2022-08-092-2/+59
| | | | | | | | | | | Позволяем писать без неиницилизированных переменных по месту использования. Вот такую красоту например: ``` if (auto a = TryFromString<T>(str)) { что-то делаем с \*a } ```
* fix TypePrinter for Variant and Enumuzhas2022-08-094-23/+69
|
* return yellow issue for dead followersxenoxeno2022-08-091-2/+8
|
* replace kill with restartxenoxeno2022-08-093-12/+25
|
* fixed type checkvvvv2022-08-091-1/+5
|
* pg proxy and pg wire first versionxenoxeno2022-08-0922-0/+1519
|
* don't require auth for /status handlerxenoxeno2022-08-091-0/+1
|
* [dq] fix container destroyudovichenko-r2022-08-091-4/+5
|
* Update contrib/restricted/boost/rational to 1.79.0robot-contrib2022-08-093-51/+150
|
* Update contrib/restricted/boost/tti to 1.79.0robot-contrib2022-08-096-91/+107
|
* fix TypePrinter for Callable, Set type, add more testsuzhas2022-08-092-12/+90
|
* [] Return empty result when reading from empty/non-existing S3 "directories"aneporada2022-08-091-10/+28
|
* Update contrib/restricted/boost/function_types to 1.79.0robot-contrib2022-08-095-10/+62
|
* fixed lost ast and planuzhas2022-08-091-0/+3
|
* Support serialization tuples and lists.a-romanov2022-08-091-2/+42
|
* added more specific errorbbiff2022-08-093-1/+37
|
* PR from branch ↵shmel1k2022-08-0911-185/+181
| | | | | | | | | | | users/shmel1k/LOGBROKER-7587_ydb_cli_control_plane_to_topic_service [] migrate ydb cli PQ to topicservice [] minor improvements [] improvements [] tmp commit
* []: Fix test context filesiaz16072022-08-091-1/+3
|
* extract useful YQ funcs to reuse at HTTP layeruzhas2022-08-093-225/+330
|
* support of input columns in ORDER BYvvvv2022-08-097-78/+316
|
* fix imports in go upsert recipes + simplify ydb.Open code snippetsasmyasnikov2022-08-0932-84/+53
| | | fix imports in go upsert recipes
* const char* -> TStringBuftobo2022-08-091-1/+1
|
* Update contrib/restricted/boost/numeric_conversion to 1.79.0robot-contrib2022-08-095-14/+14
|
* Update contrib/restricted/boost/chrono to 1.79.0robot-contrib2022-08-0920-297/+200
|
* should use six.PY3svartmetal2022-08-081-2/+1
|
* Get rid of NYTAlloc::GetAllocationSize usagesbabenko2022-08-085-19/+29
|
* Update contrib/restricted/boost/detail to 1.79.0robot-contrib2022-08-0812-251/+237
|
* fix TypePrinter for pg types, add testsuzhas2022-08-085-5/+278
|
* Update contrib/restricted/boost/typeof to 1.79.0robot-contrib2022-08-0820-1077/+1101
|
* Update contrib/restricted/boost/format to 1.79.0robot-contrib2022-08-0812-19/+113
|
* implement read session for topic sdkildar-khisam2022-08-0844-2149/+4505
| | | implement read session for topic sdk