<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ydb/tools, branch docs-gtm</title>
<subtitle>Mirror of YDB github repos</subtitle>
<id>https://code.mastervirt.ru/ydb/atom?h=docs-gtm</id>
<link rel='self' href='https://code.mastervirt.ru/ydb/atom?h=docs-gtm'/>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/'/>
<updated>2023-09-29T21:21:59Z</updated>
<entry>
<title>Move contrib/tools/python3/pycc to tools/py3cc</title>
<updated>2023-09-29T21:21:59Z</updated>
<author>
<name>thegeorg</name>
<email>thegeorg@yandex-team.com</email>
</author>
<published>2023-09-29T20:52:33Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=866215175648a5f00ca9b617cbac975462e06f0d'/>
<id>urn:sha1:866215175648a5f00ca9b617cbac975462e06f0d</id>
<content type='text'>
This is not a third party code, it is written by us.
</content>
</entry>
<entry>
<title>YQ Connector: DescribeTable omits columns with unsupported types</title>
<updated>2023-09-21T07:45:40Z</updated>
<author>
<name>vitalyisaev</name>
<email>vitalyisaev@ydb.tech</email>
</author>
<published>2023-09-21T07:14:51Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=f01adafb135b478b97c1d0fb7acc0073f37d7570'/>
<id>urn:sha1:f01adafb135b478b97c1d0fb7acc0073f37d7570</id>
<content type='text'>
Представим, что есть таблица, состоящая из двух колонок, тип одной из которых не поддерживается в YQL. Раньше попытка любого чтения из такой таблицы возвращала ошибку ("тип не поддерживается").

Теперь такая ошибка будет возвращаться при `SELECT unsupported_column FROM table`. При `SELECT *` будут возвращены все колонки, кроме неподдерживаемых.
</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>Fix input variable missprint</title>
<updated>2023-08-30T17:50:06Z</updated>
<author>
<name>svidyuk</name>
<email>svidyuk@yandex-team.com</email>
</author>
<published>2023-08-30T17:31:54Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=c76aaf823d18acf064939d806427b39cea1bbe16'/>
<id>urn:sha1:c76aaf823d18acf064939d806427b39cea1bbe16</id>
<content type='text'>
</content>
</entry>
<entry>
<title>All .ll files support in LLVM_BC</title>
<updated>2023-08-30T09:42:20Z</updated>
<author>
<name>svidyuk</name>
<email>svidyuk@yandex-team.com</email>
</author>
<published>2023-08-30T09:12:06Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=cb3da9494c53283f0230ad37e4e8d0ea61b7d8fc'/>
<id>urn:sha1:cb3da9494c53283f0230ad37e4e8d0ea61b7d8fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Prepare Connector for deployment in Cloud</title>
<updated>2023-06-19T13:09:10Z</updated>
<author>
<name>vitalyisaev</name>
<email>vitalyisaev@yandex-team.com</email>
</author>
<published>2023-06-19T13:09:10Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=c7fa117ab3122dd361bcc50dd975c12bb6714bbb'/>
<id>urn:sha1:c7fa117ab3122dd361bcc50dd975c12bb6714bbb</id>
<content type='text'>
1. В сервер добавлен режим работы с TLS и протестирован с помощью клиента на самоподписных сертификатах.
2. Конфигурации клиента и сервера теперь описаны в Protobuf, при этом они переиспользуют некоторые типы из API Коннектора. 
3. В связи с п. 2 API отрефакторено и разделено по двум папкам: `ydb/library/yql/providers/generic/connector/api/common` и `ydb/library/yql/providers/generic/connector/api/service`
4. Добавлена большая часть скриптов для сборки через `ya package` и разворачивания сервиса (по аналогии с `yq-watchdog`).</content>
</entry>
<entry>
<title>add ymake export to ydb</title>
<updated>2023-06-13T08:05:01Z</updated>
<author>
<name>alexv-smirnov</name>
<email>alex@ydb.tech</email>
</author>
<published>2023-06-13T08:05:01Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=bf0f13dd39ee3e65092ba3572bb5b1fcd125dcd0'/>
<id>urn:sha1:bf0f13dd39ee3e65092ba3572bb5b1fcd125dcd0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>External build system generator release 29</title>
<updated>2023-04-19T11:10:48Z</updated>
<author>
<name>robot-ya-builder</name>
<email>robot-ya-builder@yandex-team.com</email>
</author>
<published>2023-04-19T11:10:48Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=887be65957040bac40fa22a2af242de88920eba7'/>
<id>urn:sha1:887be65957040bac40fa22a2af242de88920eba7</id>
<content type='text'>
Update tools: yexport</content>
</entry>
</feed>
