| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
функиональность get_workload_outputs (#18216)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
| |
Co-authored-by: Ivan Blinkov <ivan@blinkov.ru>
|
| |
|
|\ |
|
| |
| |
| |
| |
| | |
try to add several packages from OpenFGA
commit_hash:c4252fbb627404d2fa549d256c5848b073de4915
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
<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
|
| |
| |
| | |
Co-authored-by: Matveev Sergei <xyligansereja@yandex-team.ru>
|
| | |
|
|\| |
|
| |
| |
| |
| | |
commit_hash:0f93cb565a5faa95e824a7ffb27f7e396562a4d5
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| | |
commit_hash:fa53360347974a1c0f3badfe05ea1569a4b6212e
|
| |
| |
| |
| | |
commit_hash:bd5f4cb87add017a4d96e29e55b014f905825898
|
| |
| |
| |
| | |
commit_hash:cd50261c43b760159ad24f689964e656d0b76404
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| | |
commit_hash:cc795ef3022ab137db4e9ee8d731f354c2d608ff
|
| |
| |
| |
| | |
commit_hash:018a8aa49dc28afc356e3e6938826f660acd07ed
|
| |
| |
| |
| |
| | |
Засовываю `contrib/libs/brotli` под yamaker, чтобы была возможность обновлять его автоматически
commit_hash:4a75d7b2dc04c21ae4d9619af457fea1e6adbf8b
|
| |
| |
| |
| | |
commit_hash:929b636025dc9f709f1ff57bfa609d3504adba19
|
| | |
|
| | |
|
|\| |
|
| |
| |
| |
| | |
commit_hash:22bdea457718070edbc02306a0575b4a6fddb88a
|
| |
| |
| |
| | |
commit_hash:b0bb9ec1e8b00c8383d182b073073d6eaf04ab2f
|
| |
| |
| |
| |
| | |
External Java Library as contrib in semantics
commit_hash:3c239e2afbab5019f485d47292223b4106db3e0c
|
| |
| |
| |
| |
| | |
Fix proto dependencies
commit_hash:9add0b6884176bcaaa2cd6e51e6b060bf908f333
|
| |
| |
| |
| |
| | |
Use jvm_args in templates for runtime
commit_hash:b6f74af1c6d465924c684c5734e0becdb365a464
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Changelog entry
Type: fix
Component: core
Overdraft of async semaphore fixes
commit_hash:12004b16cb354059903d17b72c025df317b12d47
|
| |
| |
| |
| | |
commit_hash:cee72176174f3e997c24d395aeef14424217fcab
|
| |
| |
| |
| | |
commit_hash:401ce20c8ab3ea659f03fb21387f780978f79011
|
| |
| |
| |
| | |
commit_hash:a9766abf73088d74351c34d5136a3eeb7191ac04
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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 proto
commit_hash:144994e736b8170ff768950ad4991d890e97a7e9
|
| |
| |
| |
| |
| | |
Use all javac flags, not only from macro JAVAC_FLAGS
commit_hash:8906f8be0d25a9123fa6942389ab4d00401ea6e6
|
| |
| |
| |
| | |
commit_hash:7efc8ab40184186a1c5d597aa5ea2c0dc1fbe85a
|
| | |
|