summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [docs] update YFM install link in build.shdocs-yfm-linkIvan Blinkov2023-10-271-1/+1
|
* Update contrib/python/boto3/py3 to 1.28.63robot-contrib2023-10-273-4/+4
|
* YT-17268: Use SSL_use_PrivateKey_file() instead of SSL_use_RSAPrivateKey_file().yuryalekseev2023-10-261-1/+1
|
* refactor alter table: use scheme executergvit2023-10-2613-64/+223
|
* YQL-16949: emit warning instead of exception on yt folder access deniedfedor-miron2023-10-265-15/+62
|
* Update contrib/libs/libpq to 16.0robot-contrib2023-10-2611-3/+16
|
* Additional check for PG compatibility. We should not have any indexes with ↵dcherednik2023-10-263-2/+40
| | | | same name. KIKIMR-18527
* auditlog: add cloud-idsijon2023-10-264-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.dcherednik2023-10-261-3/+0
|
* Fix MvccTestOutOfOrderRestartLocksSingleWithoutBarrierdcherednik2023-10-261-1/+2
| | | | UNION ALL does not guarantee sorted result without ORDER BY
* Fix ReassignedItem generation KIKIMR-11082alexvru2023-10-261-1/+1
|
* Added YDB CLI 2.7.0 release notesbrgayazov2023-10-2612-10/+80
|
* oss-ydb: enable export external_resources/gdbnkozlovskiy2023-10-261-0/+18
|
* Prevent contrib/libs/postgresql from depending on contrib/libs/libpqthegeorg2023-10-267-4/+4
|
* Fix binary name and cleanupshadchin2023-10-261-1/+1
|
* auditlog: clean remote_address from prefix and portijon2023-10-263-3/+7
| | | | | | | "ipv6:[" ip-addr "]:12345" -> ip-addr KIKIMR-18688 KIKIMR-17399
* Prettify ya.makeaozeritsky2023-10-265-40/+18
|
* KIKIMR-19791: Fix data race in ldap mockmolotkov-and2023-10-264-115/+100
|
* fix panic which happens in race between deleting queue and load inflysergeyveselov2023-10-261-0/+7
| | | | fix panic which happens in race between deleting queue and load infly
* Move action actors counters to queue leader in SQSsergeyveselov2023-10-267-19/+142
| | | | Move action actors counting to queue leader
* Blend16 + BlendVar funcs for simdfixthgame2023-10-2617-13/+484
| | | | | | Blend + Log Store test
* Change "README.md"aozeritsky2023-10-261-6/+6
|
* Manage YDB permissions via YQLmolotkov-and2023-10-265-0/+127
|
* Add describe of authentication in YDB over LDAP servermolotkov-and2023-10-262-2/+120
|
* Change "config.yaml"aozeritsky2023-10-264-0/+391
|
* Change "config.yaml"aozeritsky2023-10-261-0/+97
|
* KIKIMR-19837: add immediate update testulya-sidorina2023-10-261-0/+88
| | | | test(kqp): add immediate update test
* functional tests: fix style errors in /tenants/test_storage_config.pyijon2023-10-261-217/+256
|
* Fix test with empty token (follow-up)aozeritsky2023-10-261-2/+1
|
* Polish readmeaozeritsky2023-10-261-2/+39
|
* Add readmeaozeritsky2023-10-261-0/+87
|
* Fix VDisk readonly mode KIKIMR-19840alexvru2023-10-252-2/+2
|
* Remove TODOmarsaly2023-10-251-1/+0
| | | | Removed comment
* Upd libc++ to 1 Jun 2022 10c4eec2785a68880c287d36c262d5be3a72a128mikhnenko2023-10-25117-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 castsmarsaly2023-10-2523-653/+818
| | | | Implicit assignment casts in YT
* Avoid crash in ListFromRange type annotationaneporada2023-10-251-0/+5
|
* YQL-15891 For more clear error message on crash.a-romanov2023-10-251-6/+6
|
* Add missing depaozeritsky2023-10-259-0/+50
|
* Fix mem table merge when writing over committed deltas KIKIMR-19837snaury2023-10-252-2/+31
|
* Lazy initialization of grpc counters. Add Histogram for grpc requestDaniil Cherednik2023-10-251-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-arm64spreis2023-10-251-4/+6
|
* Fix tests with empty tokenaozeritsky2023-10-251-1/+4
|
* KIKIMR-19521 BTreeIndex Builderkungasc2023-10-254-78/+479
|
* Don't abort when export corrupted dataazevaykin2023-10-2510-55/+139
|
* Move pq-v0 to ydb-OSSkomels2023-10-2559-1/+8045
|
* YT: Support literal aliases in protobuf enum interopbulatman2023-10-253-3/+6
|
* Uniq index support for YQL and public api. KIKIMR-19065dcherednik2023-10-2510-3/+120
|
* KIKIMR-19807: PathId normalizationnsofya2023-10-2538-112/+758
|
* Intermediate changesrobot-piglet2023-10-251-1/+0
|
* Bill for min bill all querieshor9112023-10-251-22/+20
|