<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ydb/yql/essentials/utils/log, branch main</title>
<subtitle>Mirror of YDB github repos</subtitle>
<id>https://code.mastervirt.ru/ydb/atom?h=main</id>
<link rel='self' href='https://code.mastervirt.ru/ydb/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/'/>
<updated>2026-06-30T14:16:39Z</updated>
<entry>
<title>YQL-20095: Tune bugprone-argument-comment</title>
<updated>2026-06-30T14:16:39Z</updated>
<author>
<name>vitya-smirnov</name>
<email>vitya-smirnov@yandex-team.com</email>
</author>
<published>2026-06-30T13:05:47Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=8c0cddc7ffb0b7f0c39352957685fb04d7656b6f'/>
<id>urn:sha1:8c0cddc7ffb0b7f0c39352957685fb04d7656b6f</id>
<content type='text'>
https://clang.llvm.org/extra/clang-tidy/checks/bugprone/argument-comment.html
commit_hash:780ff6a63be44998cb2336a05f3dc33e68a676bf
</content>
</entry>
<entry>
<title>YQL-20095: Enable performance-move-const-arg</title>
<updated>2026-06-24T10:13:06Z</updated>
<author>
<name>vitya-smirnov</name>
<email>vitya-smirnov@yandex-team.com</email>
</author>
<published>2026-06-24T08:56:00Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=d0475a0ea7778f4cd82d00d4af324c446183dc61'/>
<id>urn:sha1:d0475a0ea7778f4cd82d00d4af324c446183dc61</id>
<content type='text'>
https://clang.llvm.org/extra/clang-tidy/checks/performance/move-const-arg.html

This check useful, as it shows, when a `std::move` is useless, so
to expectations of a programmer are not aligned with reality. The
most useful profit is to see `const T&amp;` arguments, that are
potentially can be replaced with `T`.

Also disabled `CheckTriviallyCopyableMove`,
see https://nda.ya.ru/t/Emvgx5Z67fpZY5 why.
commit_hash:c80c264a9774721aabbac85b350ccdbb8b9a39a2
</content>
</entry>
<entry>
<title>YQL-20095: Apply modernize-use-nodiscard at utils</title>
<updated>2026-05-22T15:00:39Z</updated>
<author>
<name>vitya-smirnov</name>
<email>vitya-smirnov@yandex-team.com</email>
</author>
<published>2026-05-22T08:07:34Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=49b1bc1beb6d3fb2a2ce2065e57b74048a18a83d'/>
<id>urn:sha1:49b1bc1beb6d3fb2a2ce2065e57b74048a18a83d</id>
<content type='text'>
commit_hash:6b07287841e35a15b2e3b79f2ee171d712fc3db5
</content>
</entry>
<entry>
<title>YQL-20095: Enable readability-static-definition-in-anonymous-namespace</title>
<updated>2026-05-15T15:40:45Z</updated>
<author>
<name>vitya-smirnov</name>
<email>vitya-smirnov@yandex-team.com</email>
</author>
<published>2026-05-15T15:17:47Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=e6065108aafec57742cfcbd8dab2011eab7b9499'/>
<id>urn:sha1:e6065108aafec57742cfcbd8dab2011eab7b9499</id>
<content type='text'>
commit_hash:f7485dac5115e73f75a5edccb3c65c0b657dd8e5
</content>
</entry>
<entry>
<title>YQL-20095: Enable readability-simplify-boolean-expr</title>
<updated>2026-05-07T11:33:06Z</updated>
<author>
<name>vitya-smirnov</name>
<email>vitya-smirnov@yandex-team.com</email>
</author>
<published>2026-05-07T10:43:55Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=207af3040eaedab4af11bfb9ac8ca8cbbffb0e51'/>
<id>urn:sha1:207af3040eaedab4af11bfb9ac8ca8cbbffb0e51</id>
<content type='text'>
commit_hash:b3d7609795f9aeaaafe9cb65dbb2c6460582a4ec
</content>
</entry>
<entry>
<title>YQL-20095: Enable readability-isolate-declaration</title>
<updated>2026-04-13T11:11:44Z</updated>
<author>
<name>vitya-smirnov</name>
<email>vitya-smirnov@yandex-team.com</email>
</author>
<published>2026-04-13T10:36:30Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=68ffe4adf18bc715e6901722e103a87ad139f108'/>
<id>urn:sha1:68ffe4adf18bc715e6901722e103a87ad139f108</id>
<content type='text'>
commit_hash:c180c2db4897962cb70063ffdc2ddcd21e5e3418
</content>
</entry>
<entry>
<title>YQL-20095: Enable modernize-use-starts-ends-with</title>
<updated>2026-04-09T13:24:51Z</updated>
<author>
<name>vitya-smirnov</name>
<email>vitya-smirnov@yandex-team.com</email>
</author>
<published>2026-04-09T12:49:16Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=b30c96574964a025f287e8529f9647feb594981e'/>
<id>urn:sha1:b30c96574964a025f287e8529f9647feb594981e</id>
<content type='text'>
commit_hash:22bd519b464916c6de877000d7442345b86110a8
</content>
</entry>
<entry>
<title>YQL-20095: Enable readability-container-size-empty</title>
<updated>2026-04-07T06:19:21Z</updated>
<author>
<name>vitya-smirnov</name>
<email>vitya-smirnov@yandex-team.com</email>
</author>
<published>2026-04-07T05:58:42Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=58fb5812a456c97361d83a236fe800a3928cb8ec'/>
<id>urn:sha1:58fb5812a456c97361d83a236fe800a3928cb8ec</id>
<content type='text'>
commit_hash:464a95fd6de1a395f8ffe20092e837df995e623c
</content>
</entry>
<entry>
<title>YQL-20095: Enable modernize-raw-string-literal</title>
<updated>2026-03-06T11:23:10Z</updated>
<author>
<name>vitya-smirnov</name>
<email>vitya-smirnov@yandex-team.com</email>
</author>
<published>2026-03-06T10:55:20Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=7de6b5cd09af9bc420d2549d44c31ada1f3c0916'/>
<id>urn:sha1:7de6b5cd09af9bc420d2549d44c31ada1f3c0916</id>
<content type='text'>
https://clang.llvm.org/extra/clang-tidy/checks/modernize/raw-string-literal.html
commit_hash:80a511a46b35539fa1f834d4fb5de452ccfbe0ac
</content>
</entry>
<entry>
<title>Fix problem with deploy in logger</title>
<updated>2026-02-19T11:05:26Z</updated>
<author>
<name>cdzyura171</name>
<email>cdzyura171@yandex-team.com</email>
</author>
<published>2026-02-19T10:11:38Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=63dfb8779ab876ca86542a0f44964df9c367b929'/>
<id>urn:sha1:63dfb8779ab876ca86542a0f44964df9c367b929</id>
<content type='text'>
Раньше в логах деплоя все время проставлялся уровень DEBUG, так как не передавался `levelStr`

См &lt;https://nda.ya.ru/t/za4DA-hJ7Uoeqx&gt;
commit_hash:4e8601c59cd6aea6a52dfe46e12f1a34675253d1
</content>
</entry>
</feed>
