<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ydb/build/plugins/ytest.py, branch blinkov-patch-1</title>
<subtitle>Mirror of YDB github repos</subtitle>
<id>https://code.mastervirt.ru/ydb/atom?h=blinkov-patch-1</id>
<link rel='self' href='https://code.mastervirt.ru/ydb/atom?h=blinkov-patch-1'/>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/'/>
<updated>2023-10-12T16:46:16Z</updated>
<entry>
<title>Added "USE_KTLINT_OLD" macro support</title>
<updated>2023-10-12T16:46:16Z</updated>
<author>
<name>daniel-march</name>
<email>daniel-march@yandex-team.com</email>
</author>
<published>2023-10-12T16:24:17Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=a133fc1e8d404578f74f39162e63f4a5fd8d4c5a'/>
<id>urn:sha1:a133fc1e8d404578f74f39162e63f4a5fd8d4c5a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>GTEST_UGLY oblivion</title>
<updated>2023-10-04T20:40:10Z</updated>
<author>
<name>prettyboy</name>
<email>prettyboy@yandex-team.com</email>
</author>
<published>2023-10-04T19:30:01Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=506c0937db5b51d261b135b42d0b4bd7459a7dec'/>
<id>urn:sha1:506c0937db5b51d261b135b42d0b4bd7459a7dec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Compile Java with tests using py3 flavored ymake</title>
<updated>2023-09-25T18:25:45Z</updated>
<author>
<name>svidyuk</name>
<email>svidyuk@yandex-team.com</email>
</author>
<published>2023-09-25T18:02:52Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=15b8ce0fc8187747cee3c0c3abc61f6792721f1c'/>
<id>urn:sha1:15b8ce0fc8187747cee3c0c3abc61f6792721f1c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>build whole ymake dir with py3 flawored ymake</title>
<updated>2023-09-22T22:25:37Z</updated>
<author>
<name>svidyuk</name>
<email>svidyuk@yandex-team.com</email>
</author>
<published>2023-09-22T22:02:01Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=97735004c33ecf5c10738796013df9461952fdd1'/>
<id>urn:sha1:97735004c33ecf5c10738796013df9461952fdd1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>build ymake with py3-ymake</title>
<updated>2023-09-20T07:30:49Z</updated>
<author>
<name>snermolaev</name>
<email>snermolaev@yandex-team.com</email>
</author>
<published>2023-09-20T06:55:52Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=12dab647f0e4a604fd6e3421866361b3fd5f5d8d'/>
<id>urn:sha1:12dab647f0e4a604fd6e3421866361b3fd5f5d8d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make hello_world cunfigurable wiht ymake py3</title>
<updated>2023-09-15T04:05:13Z</updated>
<author>
<name>svidyuk</name>
<email>svidyuk@yandex-team.com</email>
</author>
<published>2023-09-15T03:37:29Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=652d8f52109599005eb4544cc0570987f5e605f8'/>
<id>urn:sha1:652d8f52109599005eb4544cc0570987f5e605f8</id>
<content type='text'>
Сборка небольших плюсов и какого-то GO:
```
svidyuk@svidyuk-devvm:~/arcadia$ ya make -r -DYMAKE_USE_PY3 devtools/ymake/bin/
Ok
svidyuk@svidyuk-devvm:~/arcadia$ ya make --ymake-bin $PWD/devtools/ymake/bin/ymake devtools/dummy_arcadia/hello_world
Ok
svidyuk@svidyuk-devvm:~/arcadia$ ya make --ymake-bin $PWD/devtools/ymake/bin/ymake alice/amanda/internal/editor
Ok
```
</content>
</entry>
<entry>
<title>[build/plugins/ytest] Allow prebuilt linters for opensource (try 2)</title>
<updated>2023-09-08T16:16:03Z</updated>
<author>
<name>prettyboy</name>
<email>prettyboy@yandex-team.com</email>
</author>
<published>2023-09-08T15:04:29Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=54065fe53a95def89c154ae1072ef82c8521b370'/>
<id>urn:sha1:54065fe53a95def89c154ae1072ef82c8521b370</id>
<content type='text'>
Без этого, ydb или не сможет запускать flake8 с помощью ya make.

diff который выедет в os ydb:
```
prettyboy@mous~&gt; diff  /tmp/aa /tmp/bb
93a94,97
&gt; │   │   ├── flake8_py2
&gt; │   │   │   └── ya.make
&gt; │   │   ├── flake8_py3
&gt; │   │   │   └── ya.make
283a288,293
&gt; │   │       ├── black_linter
&gt; │   │       │   ├── resources.json
&gt; │   │       │   └── ya.make.prebuilt
&gt; │   │       ├── flake8_linter
&gt; │   │       │   ├── resources.json
&gt; │   │       │   └── ya.make.prebuilt
50026a50037,50038
&gt; │   ├── black_linter
&gt; │   │   └── ya.make
50090a50103,50104
&gt; │   ├── flake8_linter
&gt; │   │   └── ya.make
85521c85535
&lt; 7459 directories, 78059 files
---
&gt; 7465 directories, 78067 files
```
</content>
</entry>
<entry>
<title>Revert commit rXXXXXX,[build/plugins/ytest] Allow prebuilt linters for opensource</title>
<updated>2023-09-08T07:39:21Z</updated>
<author>
<name>prettyboy</name>
<email>prettyboy@yandex-team.com</email>
</author>
<published>2023-09-08T07:08:57Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=329f805999a3b41e406959a17cf35ab193ef05a5'/>
<id>urn:sha1:329f805999a3b41e406959a17cf35ab193ef05a5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[build/plugins/ytest] Allow prebuilt linters for opensource</title>
<updated>2023-09-07T21:46:04Z</updated>
<author>
<name>prettyboy</name>
<email>prettyboy@yandex-team.com</email>
</author>
<published>2023-09-07T21:22:12Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=3a6cd865171eed9b89bf536cd242285f8b583a91'/>
<id>urn:sha1:3a6cd865171eed9b89bf536cd242285f8b583a91</id>
<content type='text'>
Без этого, ydb или не сможет запускать flake8 с помощью ya make.
Или к ним поедет сборка flake8.
Возможно последнее и не так плохо, но сейчас предлагается пока так
</content>
</entry>
<entry>
<title>[build/plugins/ytest] Increase timeout for ktlint up to 120s</title>
<updated>2023-08-18T15:29:31Z</updated>
<author>
<name>prettyboy</name>
<email>prettyboy@yandex-team.com</email>
</author>
<published>2023-08-18T12:54:21Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=36366345dbbdb0d882ff2331c6e00ab007687f07'/>
<id>urn:sha1:36366345dbbdb0d882ff2331c6e00ab007687f07</id>
<content type='text'>
</content>
</entry>
</feed>
