<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ydb/build/plugins, branch CLI_2.27.0</title>
<subtitle>Mirror of YDB github repos</subtitle>
<id>https://code.mastervirt.ru/ydb/atom?h=CLI_2.27.0</id>
<link rel='self' href='https://code.mastervirt.ru/ydb/atom?h=CLI_2.27.0'/>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/'/>
<updated>2025-10-24T18:27:43Z</updated>
<entry>
<title>allow contrib/ydb to be covered in arcadia</title>
<updated>2025-10-24T18:27:43Z</updated>
<author>
<name>kuzmich321</name>
<email>kuzmich321@yandex-team.com</email>
</author>
<published>2025-10-24T17:40:26Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=a1c475db0cc0bf96fe296031ce9c2b3085424dc7'/>
<id>urn:sha1:a1c475db0cc0bf96fe296031ce9c2b3085424dc7</id>
<content type='text'>
commit_hash:8f33d0368dc59cf8c92183755875c9232f2bb551
</content>
</entry>
<entry>
<title>pnpm: перейти на использование --config.prefer-symlinked-executables true</title>
<updated>2025-10-17T17:38:08Z</updated>
<author>
<name>baymer</name>
<email>baymer@yandex-team.com</email>
</author>
<published>2025-10-17T17:00:21Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=6cd48b31320924475cbe4cb599ca551bb7f2765d'/>
<id>urn:sha1:6cd48b31320924475cbe4cb599ca551bb7f2765d</id>
<content type='text'>
commit_hash:d397d43267d09779e40f0934a374592fbb838879
</content>
</entry>
<entry>
<title>другое: Вычислять папочку .nots на основе прав на запись</title>
<updated>2025-10-15T08:16:21Z</updated>
<author>
<name>baymer</name>
<email>baymer@yandex-team.com</email>
</author>
<published>2025-10-15T07:59:13Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=903eee1e1c0e5555e8f178889e3adfeaf82174f2'/>
<id>urn:sha1:903eee1e1c0e5555e8f178889e3adfeaf82174f2</id>
<content type='text'>
commit_hash:9c8e067c99e9e18718fd1dcd8aa3c9c20dea79f3
</content>
</entry>
<entry>
<title>remove the first pnpm install</title>
<updated>2025-10-14T18:02:33Z</updated>
<author>
<name>baymer</name>
<email>baymer@yandex-team.com</email>
</author>
<published>2025-10-14T17:00:52Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=39fa7aea5fd7efcd0b4bfdd47f917fea4239e705'/>
<id>urn:sha1:39fa7aea5fd7efcd0b4bfdd47f917fea4239e705</id>
<content type='text'>
commit_hash:ed70cd729998e0329c62e9c846104cc0529bf8d0
</content>
</entry>
<entry>
<title>Enable all conf merge-time restrictions in a single place</title>
<updated>2025-10-13T05:56:23Z</updated>
<author>
<name>svidyuk</name>
<email>svidyuk@yandex-team.com</email>
</author>
<published>2025-10-13T05:34:45Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=308591115f3e27030142be5edaf68c51670dc25a'/>
<id>urn:sha1:308591115f3e27030142be5edaf68c51670dc25a</id>
<content type='text'>
Перенёс все ограничения на один механихм. Без этого ограничения про два отдельных файла в build умели перетирать ограничения на вложенны поддиректории.
commit_hash:2e5519f667ede068b45e40e0de1f7e92b79e0cf0
</content>
</entry>
<entry>
<title>jest: use install-node-modules recipe</title>
<updated>2025-10-10T19:46:39Z</updated>
<author>
<name>vturov</name>
<email>vturov@yandex-team.com</email>
</author>
<published>2025-10-10T19:32:25Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=f338c5d6a40fc2b191d01fededf03a36d067dac8'/>
<id>urn:sha1:f338c5d6a40fc2b191d01fededf03a36d067dac8</id>
<content type='text'>
commit_hash:8137db6ccefd46cff1864b48b4bf9e0ca365762d
</content>
</entry>
<entry>
<title>Support JUnit6 in ya make</title>
<updated>2025-10-10T17:35:46Z</updated>
<author>
<name>miroslav2</name>
<email>miroslav2@yandex-team.com</email>
</author>
<published>2025-10-10T17:00:45Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=5cf77d1156cbd68ded4afa6b0255cd6f9971b807'/>
<id>urn:sha1:5cf77d1156cbd68ded4afa6b0255cd6f9971b807</id>
<content type='text'>
#### Поддержка JUnit6 в ya make 📝

- 🧪 Добавлена поддержка нового типа модуля `JUNIT6` для корректной работы с тестами JUnit6.
- 🛠 Расширена логика определения тестовых suite’ов — теперь система может различать и обрабатывать JUnit6 тесты отдельно от JUnit5 и обычных JUnit тестов.
- ⚙️ В фильтрах тестов добавлен новый тип `JUNIT6`, что позволяет запускать JUnit6 тесты через существующие механизмы фильтрации.
- 📦 Создан новый класс тестового набора для JUnit6, унаследованный от базового класса Java-тестов.

---
**Оценить качество описания можно [здесь](https://nda.ya.ru/t/_MxIaV0Q7FnCMG**

&lt;a href="https://nda.ya.ru/t/qa0kX64r7DqvtN"&gt;&lt;font size="2"&gt;Autodescription by Code Assistant&lt;/font&gt;&lt;/a&gt;
commit_hash:b4ff0e418639934531f48ce356c5b9a18d7fb0b4
</content>
</entry>
<entry>
<title>YQL-20339 Python UDF support</title>
<updated>2025-10-10T07:04:09Z</updated>
<author>
<name>vvvv</name>
<email>vvvv@yandex-team.com</email>
</author>
<published>2025-10-10T06:49:53Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=c62bab8ab3141ff460f885bf2dafb922e0c19d38'/>
<id>urn:sha1:c62bab8ab3141ff460f885bf2dafb922e0c19d38</id>
<content type='text'>
init
commit_hash:2a30a1b920f341e1f9250df382dd951604a0894f
</content>
</entry>
<entry>
<title>Use `on_data_files` to add deps to style macroses</title>
<updated>2025-10-10T05:01:28Z</updated>
<author>
<name>alevitskii</name>
<email>alevitskii@yandex-team.com</email>
</author>
<published>2025-10-10T04:38:51Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=e7d916329975158589793b7c586b711ad12f2334'/>
<id>urn:sha1:e7d916329975158589793b7c586b711ad12f2334</id>
<content type='text'>
 Use ondata_files to add deps to style macroses
commit_hash:be3192183da8903a959851f0a1a2ba72f712e4de
</content>
</entry>
<entry>
<title>init style_json linter</title>
<updated>2025-10-08T18:15:34Z</updated>
<author>
<name>amgudym</name>
<email>amgudym@yandex-team.com</email>
</author>
<published>2025-10-08T17:55:35Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=80cc6bcce370ede66d3c6819797a3fce6b804be1'/>
<id>urn:sha1:80cc6bcce370ede66d3c6819797a3fce6b804be1</id>
<content type='text'>
RELATES:(https://nda.ya.ru/t/Gkkktkfd7L5yye
commit_hash:406bc77fb0202da33e48738e0e32a1d5271d9b6a
</content>
</entry>
</feed>
