Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [docs] update YFM install link in build.shdocs-yfm-link | Ivan Blinkov | 2023-10-27 | 1 | -1/+1 |
| | |||||
* | Update contrib/python/boto3/py3 to 1.28.63 | robot-contrib | 2023-10-27 | 3 | -4/+4 |
| | |||||
* | YT-17268: Use SSL_use_PrivateKey_file() instead of SSL_use_RSAPrivateKey_file(). | yuryalekseev | 2023-10-26 | 1 | -1/+1 |
| | |||||
* | refactor alter table: use scheme executer | gvit | 2023-10-26 | 13 | -64/+223 |
| | |||||
* | YQL-16949: emit warning instead of exception on yt folder access denied | fedor-miron | 2023-10-26 | 5 | -15/+62 |
| | |||||
* | Update contrib/libs/libpq to 16.0 | robot-contrib | 2023-10-26 | 11 | -3/+16 |
| | |||||
* | Additional check for PG compatibility. We should not have any indexes with ↵ | dcherednik | 2023-10-26 | 3 | -2/+40 |
| | | | | same name. KIKIMR-18527 | ||||
* | auditlog: add cloud-ids | ijon | 2023-10-26 | 4 | -4/+88 |
| | | | | | | | | | Log cloud specific database ids: - cloud_id - folder_id - database_id as resource_id KIKIMR-18688 | ||||
* | Remove unused settler option from C++ sdk. | dcherednik | 2023-10-26 | 1 | -3/+0 |
| | |||||
* | Fix MvccTestOutOfOrderRestartLocksSingleWithoutBarrier | dcherednik | 2023-10-26 | 1 | -1/+2 |
| | | | | UNION ALL does not guarantee sorted result without ORDER BY | ||||
* | Fix ReassignedItem generation KIKIMR-11082 | alexvru | 2023-10-26 | 1 | -1/+1 |
| | |||||
* | Added YDB CLI 2.7.0 release notes | brgayazov | 2023-10-26 | 12 | -10/+80 |
| | |||||
* | oss-ydb: enable export external_resources/gdb | nkozlovskiy | 2023-10-26 | 1 | -0/+18 |
| | |||||
* | Prevent contrib/libs/postgresql from depending on contrib/libs/libpq | thegeorg | 2023-10-26 | 7 | -4/+4 |
| | |||||
* | Fix binary name and cleanup | shadchin | 2023-10-26 | 1 | -1/+1 |
| | |||||
* | auditlog: clean remote_address from prefix and port | ijon | 2023-10-26 | 3 | -3/+7 |
| | | | | | | | "ipv6:[" ip-addr "]:12345" -> ip-addr KIKIMR-18688 KIKIMR-17399 | ||||
* | Prettify ya.make | aozeritsky | 2023-10-26 | 5 | -40/+18 |
| | |||||
* | KIKIMR-19791: Fix data race in ldap mock | molotkov-and | 2023-10-26 | 4 | -115/+100 |
| | |||||
* | fix panic which happens in race between deleting queue and load infly | sergeyveselov | 2023-10-26 | 1 | -0/+7 |
| | | | | fix panic which happens in race between deleting queue and load infly | ||||
* | Move action actors counters to queue leader in SQS | sergeyveselov | 2023-10-26 | 7 | -19/+142 |
| | | | | Move action actors counting to queue leader | ||||
* | Blend16 + BlendVar funcs for simd | fixthgame | 2023-10-26 | 17 | -13/+484 |
| | | | | | | Blend + Log Store test | ||||
* | Change "README.md" | aozeritsky | 2023-10-26 | 1 | -6/+6 |
| | |||||
* | Manage YDB permissions via YQL | molotkov-and | 2023-10-26 | 5 | -0/+127 |
| | |||||
* | Add describe of authentication in YDB over LDAP server | molotkov-and | 2023-10-26 | 2 | -2/+120 |
| | |||||
* | Change "config.yaml" | aozeritsky | 2023-10-26 | 4 | -0/+391 |
| | |||||
* | Change "config.yaml" | aozeritsky | 2023-10-26 | 1 | -0/+97 |
| | |||||
* | KIKIMR-19837: add immediate update test | ulya-sidorina | 2023-10-26 | 1 | -0/+88 |
| | | | | test(kqp): add immediate update test | ||||
* | functional tests: fix style errors in /tenants/test_storage_config.py | ijon | 2023-10-26 | 1 | -217/+256 |
| | |||||
* | Fix test with empty token (follow-up) | aozeritsky | 2023-10-26 | 1 | -2/+1 |
| | |||||
* | Polish readme | aozeritsky | 2023-10-26 | 1 | -2/+39 |
| | |||||
* | Add readme | aozeritsky | 2023-10-26 | 1 | -0/+87 |
| | |||||
* | Fix VDisk readonly mode KIKIMR-19840 | alexvru | 2023-10-25 | 2 | -2/+2 |
| | |||||
* | Remove TODO | marsaly | 2023-10-25 | 1 | -1/+0 |
| | | | | Removed comment | ||||
* | Upd libc++ to 1 Jun 2022 10c4eec2785a68880c287d36c262d5be3a72a128 | mikhnenko | 2023-10-25 | 117 | -1846/+3804 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [libc++][format] Fixes string-literal formatting. [libc++] Removes __cpp_lib_monadic_optional. [libcxx] Temporarily skip Arm configs [libc++] Reduce the verbosity when running the libc++ Lit configuration [libc++] Adds __format_string as nasty macro. [libc++] Use __enable_if_t and is_integral in cstddef [libc++] Adds missing includes. [libc++] Minor emscripten changes from downstream [libc++] Granularize more of <type_traits> [libc++] Remove unused __functional includes [libc++] Add various missing _LIBCPP_HIDE_FROM_ABI [libc++] Use __libcpp_clz for a tighter __log2i function [libc++] Enable ranges_robust_against* and niebloid tests for implemented ranges algorithms [libc++] Implement ranges::is_sorted{, _until} [libc++] Time tests during CI [libc++] Implement ranges::{all, any, none}_of [libc++] Remove temporary workaround for existing CMake caches [libc++] Implement ranges::equal [libc++] Remove conditional include [libc++] Use Python subprocess instead of libc++'s own utilities [libc++] Implement ranges::fill{, _n} [libc++] Make sure that all headers can be included with modules enabled [libc++] Rename the generic-singlethreaded CI job to generic-no-threads for consistency [libc++] Implement ranges::reverse [libc++] Replace modulus operations in std::seed_seq::generate with conditional checks. [libc++] type_traits: use __is_core_convertible in __invokable_r. [libc++] Remove duplicate tests for callable concepts [libc++] Add ranges::max_element to the synopsis and ADL-proof the __min_element_impl calls [libc++] Add auto to the list of required extensions in C++03 [libc++] Assume that push_macro and pop_macro are available [libc++] Always enable the ranges concepts [libc++] Granularize parts of <type_traits> [libc++] Improve error messages for disabled modes [libc++] Override the value of LIBCXX_CXX_ABI in the cache [libc++] Granularize algorithm benchmarks [libc++] Enable move semantics for vector in C++03 [libc++][format][5/6] Improve format_to_n. | ||||
* | Assignment implicit casts | marsaly | 2023-10-25 | 23 | -653/+818 |
| | | | | Implicit assignment casts in YT | ||||
* | Avoid crash in ListFromRange type annotation | aneporada | 2023-10-25 | 1 | -0/+5 |
| | |||||
* | YQL-15891 For more clear error message on crash. | a-romanov | 2023-10-25 | 1 | -6/+6 |
| | |||||
* | Add missing dep | aozeritsky | 2023-10-25 | 9 | -0/+50 |
| | |||||
* | Fix mem table merge when writing over committed deltas KIKIMR-19837 | snaury | 2023-10-25 | 2 | -2/+31 |
| | |||||
* | Lazy initialization of grpc counters. Add Histogram for grpc request | Daniil Cherednik | 2023-10-25 | 1 | -22/+48 |
| | | | | | | Lazy initialization of grpc counters Pull Request resolved: https://github.com/ydb-platform/ydb/pull/408 | ||||
* | Support prebuilt protoc-gen-go for darwin-arm64 | spreis | 2023-10-25 | 1 | -4/+6 |
| | |||||
* | Fix tests with empty token | aozeritsky | 2023-10-25 | 1 | -1/+4 |
| | |||||
* | KIKIMR-19521 BTreeIndex Builder | kungasc | 2023-10-25 | 4 | -78/+479 |
| | |||||
* | Don't abort when export corrupted data | azevaykin | 2023-10-25 | 10 | -55/+139 |
| | |||||
* | Move pq-v0 to ydb-OSS | komels | 2023-10-25 | 59 | -1/+8045 |
| | |||||
* | YT: Support literal aliases in protobuf enum interop | bulatman | 2023-10-25 | 3 | -3/+6 |
| | |||||
* | Uniq index support for YQL and public api. KIKIMR-19065 | dcherednik | 2023-10-25 | 10 | -3/+120 |
| | |||||
* | KIKIMR-19807: PathId normalization | nsofya | 2023-10-25 | 38 | -112/+758 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-10-25 | 1 | -1/+0 |
| | |||||
* | Bill for min bill all queries | hor911 | 2023-10-25 | 1 | -22/+20 |
| |