<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ydb/library/cpp/testing, branch fix-header-ident-bloom</title>
<subtitle>Mirror of YDB github repos</subtitle>
<id>https://code.mastervirt.ru/ydb/atom?h=fix-header-ident-bloom</id>
<link rel='self' href='https://code.mastervirt.ru/ydb/atom?h=fix-header-ident-bloom'/>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/'/>
<updated>2023-08-30T17:50:06Z</updated>
<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>Add yt into autobuild</title>
<updated>2023-08-21T14:30:24Z</updated>
<author>
<name>aozeritsky</name>
<email>aozeritsky@ydb.tech</email>
</author>
<published>2023-08-21T14:15:26Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=6128c83f475b712a95f262e363dd2d3681500a0e'/>
<id>urn:sha1:6128c83f475b712a95f262e363dd2d3681500a0e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix transfer env vars from parent to a forked test</title>
<updated>2023-08-14T12:10:36Z</updated>
<author>
<name>galaxycrab</name>
<email>UgnineSirdis@ydb.tech</email>
</author>
<published>2023-08-14T11:01:58Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=053d2b85be83ba00715652d16e2527d5e37b09b2'/>
<id>urn:sha1:053d2b85be83ba00715652d16e2527d5e37b09b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>KIKIMR-18702 JUnit tests. Save captured test output even when abort happened</title>
<updated>2023-08-04T11:42:46Z</updated>
<author>
<name>galaxycrab</name>
<email>UgnineSirdis@ydb.tech</email>
</author>
<published>2023-08-04T10:13:41Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=0378da6ac1a3be2823cd3031fbf0ae403d962995'/>
<id>urn:sha1:0378da6ac1a3be2823cd3031fbf0ae403d962995</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "YT-19324: move YT provider to ydb/library/yql"</title>
<updated>2023-06-30T08:13:34Z</updated>
<author>
<name>max42</name>
<email>max42@yandex-team.com</email>
</author>
<published>2023-06-30T08:13:34Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=3e1899838408bbad47622007aa382bc8a2b01f87'/>
<id>urn:sha1:3e1899838408bbad47622007aa382bc8a2b01f87</id>
<content type='text'>
This reverts commit ca272f12fdd0e8d5c3e957fc87939148f1caaf72, reversing
changes made to 49f8acfc8b0b5c0071b804423bcf53fda26c7c12.</content>
</entry>
<entry>
<title>YT-19324: move YT provider to ydb/library/yql</title>
<updated>2023-06-30T00:37:03Z</updated>
<author>
<name>max42</name>
<email>max42@yandex-team.com</email>
</author>
<published>2023-06-30T00:37:03Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=fac2bd72b4b31ec3238292caf8fb2a8aaa6d6c4a'/>
<id>urn:sha1:fac2bd72b4b31ec3238292caf8fb2a8aaa6d6c4a</id>
<content type='text'>
This commit is formed by the following script: https://paste.yandex-team.ru/6f92e4b8-efc5-4d34-948b-15ee2accd7e7/text.
This commit has zero effect on all projects that depend on YQL.

The summary of changes:
- `yql/providers/yt -&gt; ydb/library/yql/providers/yt `- the whole implementation of YT provider is moved into YDB code base for further export as a part of YT YQL plugin shared library;
- `yql/providers/stat/{expr_nodes,uploader} -&gt; ydb/library/yql/providers/stat/{expr_nodes,uploader}` - a small interface without implementation and the description of stat expr nodes;
- `yql/core/extract_predicate/ut -&gt; ydb/library/yql/core/extract_predicate/ut`;
- `yql/core/{ut,ut_common} -&gt; ydb/library/yql/core/{ut,ut_common}`;
- `yql/core` is gone;
- `yql/library/url_preprocessing -&gt; ydb/library/yql/core/url_preprocessing`.

**NB**: all new targets inside `ydb/` are under `IF (NOT CMAKE_EXPORT)` clause which disables them from open-source cmake generation and ya make build. They will be enabled in the subsequent commits.</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>Remove extra semicolon (library)</title>
<updated>2023-06-10T10:55:11Z</updated>
<author>
<name>bulatman</name>
<email>bulatman@yandex-team.com</email>
</author>
<published>2023-06-10T10:55:11Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=d570836295decdb827b4f95d75ebf2d8d9232b9b'/>
<id>urn:sha1:d570836295decdb827b4f95d75ebf2d8d9232b9b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Restrict direct usages of google benchmarking library</title>
<updated>2023-06-08T10:56:44Z</updated>
<author>
<name>thegeorg</name>
<email>thegeorg@yandex-team.com</email>
</author>
<published>2023-06-08T10:56:44Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=40479c2d3d1e9bd3eb213aba537570d28d37d8a2'/>
<id>urn:sha1:40479c2d3d1e9bd3eb213aba537570d28d37d8a2</id>
<content type='text'>
Forbid PEERDIR-ing Google Benchmark from modules other than G_BENCHMARK.</content>
</entry>
</feed>
