Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update contrib/restricted/boost/preprocessor to 1.79.0 | robot-contrib | 2022-08-10 | 237 | -869/+107480 |
| | |||||
* | use old optimizer for equiranges | ssmike | 2022-08-10 | 4 | -3/+81 |
| | |||||
* | Update contrib/restricted/boost/type_index to 1.79.0 | robot-contrib | 2022-08-10 | 12 | -77/+114 |
| | |||||
* | [YDB] scalability best practices updated for readability | mzinal | 2022-08-10 | 1 | -7/+11 |
| | |||||
* | [review] Check translate Health Check API | alextarazanov | 2022-08-10 | 3 | -0/+82 |
| | |||||
* | [review] Check translate Add static credentials | alextarazanov | 2022-08-10 | 31 | -328/+447 |
| | |||||
* | [review] Check translate Blobstorage configuration | alextarazanov | 2022-08-10 | 5 | -6/+87 |
| | |||||
* | Rate limiting runtime in YQ | galaxycrab | 2022-08-10 | 484 | -42652/+888 |
| | |||||
* | audit logs in schemeshard | andrew-rykov | 2022-08-10 | 14 | -368/+1119 |
| | | | | | | | fixed merge error remove consistent operation details audit logs in schemeshard | ||||
* | [] replace into | udovichenko-r | 2022-08-10 | 3 | -15/+3 |
| | |||||
* | Update contrib/restricted/aws/s2n to 1.3.19 | robot-contrib | 2022-08-10 | 10 | -42/+201 |
| | |||||
* | ORDER BY: support of aggregations and keys that aren't exposed in projection | vvvv | 2022-08-10 | 1 | -96/+130 |
| | |||||
* | DQ support S3 sink/source. | a-romanov | 2022-08-10 | 1 | -2/+2 |
| | |||||
* | Mute Boost header deprecation warnings during update | bugaevskiy | 2022-08-10 | 1 | -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 flag | socialgraph | 2022-08-10 | 7 | -30/+31 |
| | | | Так как добавил новый флаг, отвечающий за оставление хэшбенга, то Feature флаги перестали помещаться в свои прежние 32 бита, то везде поменял long на ui64 | ||||
* | fix loss of orbit due to an error in executer | mdartemenko | 2022-08-10 | 6 | -27/+43 |
| | |||||
* | Fix missing ExtractMembers in KqpJoinToIndexLookup. () | spuchin | 2022-08-10 | 2 | -2/+42 |
| | |||||
* | Sync YDB SDK from github | robot-kikimr-dev | 2022-08-10 | 12 | -327/+446 |
| | | | Release YDB recipe binaries | ||||
* | Catch execeptions on top level in KQP worker actor. () | spuchin | 2022-08-10 | 1 | -43/+90 |
| | |||||
* | Introduce TryFromString returning TMaybe | evelkin | 2022-08-09 | 2 | -2/+59 |
| | | | | | | | | | | | Позволяем писать без неиницилизированных переменных по месту использования. Вот такую красоту например: ``` if (auto a = TryFromString<T>(str)) { что-то делаем с \*a } ``` | ||||
* | fix TypePrinter for Variant and Enum | uzhas | 2022-08-09 | 4 | -23/+69 |
| | |||||
* | return yellow issue for dead followers | xenoxeno | 2022-08-09 | 1 | -2/+8 |
| | |||||
* | replace kill with restart | xenoxeno | 2022-08-09 | 3 | -12/+25 |
| | |||||
* | fixed type check | vvvv | 2022-08-09 | 1 | -1/+5 |
| | |||||
* | pg proxy and pg wire first version | xenoxeno | 2022-08-09 | 22 | -0/+1519 |
| | |||||
* | don't require auth for /status handler | xenoxeno | 2022-08-09 | 1 | -0/+1 |
| | |||||
* | [dq] fix container destroy | udovichenko-r | 2022-08-09 | 1 | -4/+5 |
| | |||||
* | Update contrib/restricted/boost/rational to 1.79.0 | robot-contrib | 2022-08-09 | 3 | -51/+150 |
| | |||||
* | Update contrib/restricted/boost/tti to 1.79.0 | robot-contrib | 2022-08-09 | 6 | -91/+107 |
| | |||||
* | fix TypePrinter for Callable, Set type, add more tests | uzhas | 2022-08-09 | 2 | -12/+90 |
| | |||||
* | [] Return empty result when reading from empty/non-existing S3 "directories" | aneporada | 2022-08-09 | 1 | -10/+28 |
| | |||||
* | Update contrib/restricted/boost/function_types to 1.79.0 | robot-contrib | 2022-08-09 | 5 | -10/+62 |
| | |||||
* | fixed lost ast and plan | uzhas | 2022-08-09 | 1 | -0/+3 |
| | |||||
* | Support serialization tuples and lists. | a-romanov | 2022-08-09 | 1 | -2/+42 |
| | |||||
* | added more specific error | bbiff | 2022-08-09 | 3 | -1/+37 |
| | |||||
* | PR from branch ↵ | shmel1k | 2022-08-09 | 11 | -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 files | iaz1607 | 2022-08-09 | 1 | -1/+3 |
| | |||||
* | extract useful YQ funcs to reuse at HTTP layer | uzhas | 2022-08-09 | 3 | -225/+330 |
| | |||||
* | support of input columns in ORDER BY | vvvv | 2022-08-09 | 7 | -78/+316 |
| | |||||
* | fix imports in go upsert recipes + simplify ydb.Open code snippets | asmyasnikov | 2022-08-09 | 32 | -84/+53 |
| | | | fix imports in go upsert recipes | ||||
* | const char* -> TStringBuf | tobo | 2022-08-09 | 1 | -1/+1 |
| | |||||
* | Update contrib/restricted/boost/numeric_conversion to 1.79.0 | robot-contrib | 2022-08-09 | 5 | -14/+14 |
| | |||||
* | Update contrib/restricted/boost/chrono to 1.79.0 | robot-contrib | 2022-08-09 | 20 | -297/+200 |
| | |||||
* | should use six.PY3 | svartmetal | 2022-08-08 | 1 | -2/+1 |
| | |||||
* | Get rid of NYTAlloc::GetAllocationSize usages | babenko | 2022-08-08 | 5 | -19/+29 |
| | |||||
* | Update contrib/restricted/boost/detail to 1.79.0 | robot-contrib | 2022-08-08 | 12 | -251/+237 |
| | |||||
* | fix TypePrinter for pg types, add tests | uzhas | 2022-08-08 | 5 | -5/+278 |
| | |||||
* | Update contrib/restricted/boost/typeof to 1.79.0 | robot-contrib | 2022-08-08 | 20 | -1077/+1101 |
| | |||||
* | Update contrib/restricted/boost/format to 1.79.0 | robot-contrib | 2022-08-08 | 12 | -19/+113 |
| | |||||
* | implement read session for topic sdk | ildar-khisam | 2022-08-08 | 44 | -2149/+4505 |
| | | | implement read session for topic sdk |