aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* YDB CLI: Fix parsing ca file and client certificates from profile (#19477)Vasily Gerasimov2025-06-099-32/+522
|
* Implement TPC-C import and update TPC-C CLI (#17333) (#19475)Evgeniy Ivanov2025-06-0917-178/+1564
|
* YQ-4272 fixed race in compute scheduler (#19396)Pisarenko Grigoriy2025-06-092-1/+5
|
* Universal test that checks common export encryption requirements (#19390)Vasily Gerasimov2025-06-093-6/+298
|
* Fix topic export encryption IV (#19458)Vasily Gerasimov2025-06-092-1/+50
|
* Fix saving shard progress on error (#19448)kungurtsev2025-06-092-23/+43
|
* stress test for vector index (#18810)dennnniska2025-06-091-66/+72
|
* Added more tests for transfer (#19496)Nikolay Shestakov2025-06-095-0/+268
|
* Intersection tree with union-copy sets (#19427)Aleksei Borzenkov2025-06-099-0/+2266
|
* YDB stability tool: Добавлен oltp_workload и ↵Kirill Rysin2025-06-092-108/+763
| | | | функиональность get_workload_outputs (#18216)
* Extract TTxShardReply to deduplicate code (#19437)kungurtsev2025-06-091-415/+110
|
* unmute TestAlterCompression (#19488)Semyon2025-06-091-1/+0
|
* Remove adding new shards for data erasure from SetPartitioning (#19324)Andrey Molotkov2025-06-097-16/+50
|
* Enable tag event and nightly builds (#19452)Pavel2025-06-092-5/+8
|
* Add GroupSizeInUnits and PDiskSlotSizeInUnits to blobstorage structures (#19160)Yaroslav Dynnikov2025-06-0928-24/+115
| | | | | | | | | | | | This commit introduces 3 changes: - Add PDisk.SlotSizeInUnits property - Add GroupSizeInUnits property to bscontroller GroupInfo - Add GroupSizeInUnits to NodeWardenServiceSet and VDisk skeleton Also update affected tests No logics is changed yet Part of #17357
* Added new publish materials (#19135)anton-bobkov2025-06-093-0/+49
| | | Co-authored-by: Ivan Blinkov <ivan@blinkov.ru>
* Import libraries 250609-0050Alexander Smirnov2025-06-091-1/+1
|
* Merge branch 'rightlib' into merge-libs-250609-0050Alexander Smirnov2025-06-0956-1107/+727
|\
| * add OpenFGA to vendorvansokol2025-06-0854-1106/+718
| | | | | | | | | | try to add several packages from OpenFGA commit_hash:c4252fbb627404d2fa549d256c5848b073de4915
| * Update ktlint 1.6.0pazus2025-06-082-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <section id="quibbler-autodescription"> #### Обновление зависимости ktlint до версии 1.6.0 📝 - 🔄 Обновлена версия утилиты ktlint до 1.6.0 - 📦 Обновлены ссылки на артефакты в настройках сборки для разных платформ (linux, darwin, win) - 🛑 Внесены изменения в логику проверки прав и допустимости, где используется `ktlint`, с целью соответствия новым правилам форматирования - 📌 Исправлены линтерные ошибки в коде с использованием советчиков: удалены лишние переносы строк, исправлены форматы `if` вычислений и `return` - ⚙️ Добавлены локальные супрессии в код, где было изменено имя сгенерированного свойства под.staff - от .wait(webElement, timeoutFun) - ⚙️ Объединены строки методов с условными вызовами - ✅ Исправлены остальные синтаксические ошибки, выявленные ktlint <a href="https://nda.ya.ru/t/qa0kX64r7DqvtN"><font size="2">Autodescription by Code Assistant</font></a> </section> commit_hash:f47fcdd2a3855a0e31bf91f71fdbefcbe5bf2154
* | fix and umute test #19183 (#19474)xyliganSereja2025-06-082-7/+15
| | | | | | Co-authored-by: Matveev Sergei <xyligansereja@yandex-team.ru>
* | Import libraries 250608-0050Alexander Smirnov2025-06-081-1/+1
| |
* | Merge branch 'rightlib' into merge-libs-250608-0050Alexander Smirnov2025-06-08155-1309/+2082
|\|
| * New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-06-081-1/+1
| | | | | | | | commit_hash:0f93cb565a5faa95e824a7ffb27f7e396562a4d5
| * [util] the THashSet::operator== must compare elements using their comparison ↵swarmer2025-06-083-9/+111
| | | | | | | | | | | | | | | | | | | | | | | | | | operators. The C++ standard describes the requirements for comparing unordered containers in [unord.req.general]: > Two unordered containers a and b compare equal if a.size() == b.size() and, > for every equivalent-key group [Ea1, Ea2) obtained from a.equal_range(Ea1), > there exists an equivalent-key group [Eb1, Eb2) obtained from b.equal_range(Ea1), > such that is_permutation(Ea1, Ea2, Eb1, Eb2) returns true. THashSet should use the same comparison logic. commit_hash:b897cd7387d275324bb22268d0be79da4e74bf16
| * Intermediate changesrobot-piglet2025-06-072-1/+7
| | | | | | | | commit_hash:fa53360347974a1c0f3badfe05ea1569a4b6212e
| * Intermediate changesrobot-piglet2025-06-072-2/+3
| | | | | | | | commit_hash:bd5f4cb87add017a4d96e29e55b014f905825898
| * YT-25193: support taking pprof and llvm-symbolizer from envignat2025-06-073-12/+75
| | | | | | | | commit_hash:cd50261c43b760159ad24f689964e656d0b76404
| * Simplify multiproxy APIhiddenpath2025-06-074-19/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This pull request refactors the RPC client creation process to enhance clarity and flexibility. The previous method of specifying the Unix domain socket path directly in ``` CreateRpcClient( "socketPath", TCreateClientOptions() .UseProxyUnixDomainSocket(true) .MultiproxyTargetCluster("clusterName")); ``` has been changed to ``` CreateRpcClient( "clusterName", TCreateClientOptions() .JobUnixDomainSocketPath("socketPath")); ``` Also fixes a minor bug, when serverName was set to socket path instead of cluster name. commit_hash:d2e19d713304fd99c864377203642cff7a4652e7
| * Update contrib/libs/openldap to 2.6.10robot-contrib2025-06-0713-19/+123
| | | | | | | | commit_hash:cc795ef3022ab137db4e9ee8d731f354c2d608ff
| * Update contrib/restricted/aws/aws-c-mqtt to 0.13.1robot-contrib2025-06-074-8/+28
| | | | | | | | commit_hash:018a8aa49dc28afc356e3e6938826f660acd07ed
| * use yamaker for brotliredotter2025-06-077-36/+57
| | | | | | | | | | Засовываю `contrib/libs/brotli` под yamaker, чтобы была возможность обновлять его автоматически commit_hash:4a75d7b2dc04c21ae4d9619af457fea1e6adbf8b
| * Intermediate changesrobot-piglet2025-06-07116-1202/+1668
| | | | | | | | commit_hash:929b636025dc9f709f1ff57bfa609d3504adba19
* | Fixes for BATCH operations for tables with index and empty result rows (#19463)Daniil Timizhev2025-06-075-69/+263
| |
* | Import libraries 250607-0050Alexander Smirnov2025-06-071-1/+1
| |
* | Merge branch 'rightlib' into merge-libs-250607-0050Alexander Smirnov2025-06-0750-252/+316
|\|
| * Counter ids for locationsaleksandra-zh2025-06-061-0/+4
| | | | | | | | commit_hash:22bdea457718070edbc02306a0575b4a6fddb88a
| * YQL-20054: Fix pg typesatarasov52025-06-065-1/+54
| | | | | | | | commit_hash:b0bb9ec1e8b00c8383d182b073073d6eaf04ab2f
| * External Java Library as contrib in semanticsdimdim112025-06-064-27/+37
| | | | | | | | | | External Java Library as contrib in semantics commit_hash:3c239e2afbab5019f485d47292223b4106db3e0c
| * Fix proto dependenciesdimdim112025-06-061-1/+1
| | | | | | | | | | Fix proto dependencies commit_hash:9add0b6884176bcaaa2cd6e51e6b060bf908f333
| * Use jvm_args in templates for runtimedimdim112025-06-063-9/+42
| | | | | | | | | | Use jvm_args in templates for runtime commit_hash:b6f74af1c6d465924c684c5734e0becdb365a464
| * Overdraft of async semaphore fixescherepashka2025-06-063-40/+34
| | | | | | | | | | | | | | | | | | * Changelog entry Type: fix Component: core Overdraft of async semaphore fixes commit_hash:12004b16cb354059903d17b72c025df317b12d47
| * Enable YQL_BETTER_CONF_SETTING_APIaneporada2025-06-063-72/+1
| | | | | | | | commit_hash:cee72176174f3e997c24d395aeef14424217fcab
| * Remove empty InitOpenSSL() and remaining usagesthegeorg2025-06-061-3/+0
| | | | | | | | commit_hash:401ce20c8ab3ea659f03fb21387f780978f79011
| * Fix block coalesce for multioptionalatarasov52025-06-065-13/+66
| | | | | | | | commit_hash:a9766abf73088d74351c34d5136a3eeb7191ac04
| * YQL-19747: Fix some TODOs and Clang Tidy checksvityaman2025-06-0624-48/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clang Tidy is cool, but too slow ;(. Btw, should we respect `misc-include-cleaner` check? ```bash ya dump compile-commands > /tmp/cc/compile_commands.json find . -type f \( -name "*.cpp" -o -name "*.h" \) -exec clang-tidy {} -p /tmp/cc {} -checks="misc-*" \; ``` --- - Related to `YQL-19747` - Related to https://github.com/ydb-platform/ydb/issues/9056 --- Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/1305 commit_hash:c2ecf638062dcdd0730fed3381da4a230f5352c3
| * Symlink generated -> generated for protodimdim112025-06-061-2/+2
| | | | | | | | | | Symlink generated -> generated for proto commit_hash:144994e736b8170ff768950ad4991d890e97a7e9
| * Use all javac flags, not only from macro JAVAC_FLAGS, minimize triggersdimdim112025-06-061-35/+17
| | | | | | | | | | Use all javac flags, not only from macro JAVAC_FLAGS commit_hash:8906f8be0d25a9123fa6942389ab4d00401ea6e6
| * switch ymake nots plugins to ymakeyamlsnermolaev2025-06-063-3/+11
| | | | | | | | commit_hash:7efc8ab40184186a1c5d597aa5ea2c0dc1fbe85a
* | Add External B1 (#19457)Олег2025-06-061-0/+4
| |