<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ydb/yt/cpp/mapreduce/interface, branch CLI_2.24.1</title>
<subtitle>Mirror of YDB github repos</subtitle>
<id>https://code.mastervirt.ru/ydb/atom?h=CLI_2.24.1</id>
<link rel='self' href='https://code.mastervirt.ru/ydb/atom?h=CLI_2.24.1'/>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/'/>
<updated>2025-07-03T13:18:15Z</updated>
<entry>
<title>YQL-20130: Adding alerts filter</title>
<updated>2025-07-03T13:18:15Z</updated>
<author>
<name>panikku</name>
<email>panikku@yandex-team.com</email>
</author>
<published>2025-07-03T12:23:50Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=455cb83c413decb4220fe9493b0444906d3242ae'/>
<id>urn:sha1:455cb83c413decb4220fe9493b0444906d3242ae</id>
<content type='text'>
Для пробрасывания алертов нужен фильтр под них чтобы не нагружать большими запросами
commit_hash:3cac6ac4b55444504723647b567f7452d52c3773
</content>
</entry>
<entry>
<title>YT-23616: Introduce WriteFile RPC implementation</title>
<updated>2025-06-27T15:28:53Z</updated>
<author>
<name>hiddenpath</name>
<email>hiddenpath@yandex-team.com</email>
</author>
<published>2025-06-27T14:41:44Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=2ba7152d23f9dcbdc99680fbd0bc87d41868b57a'/>
<id>urn:sha1:2ba7152d23f9dcbdc99680fbd0bc87d41868b57a</id>
<content type='text'>
commit_hash:627b3fd7979f64a7365a590bca09a1c53c23464a
</content>
</entry>
<entry>
<title>Allow passing ProxyUrlAliasingRules to clients directly</title>
<updated>2025-06-13T13:43:25Z</updated>
<author>
<name>ngc224</name>
<email>ngc224@yandex-team.com</email>
</author>
<published>2025-06-13T13:17:14Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=5af77c069f798dda36e69d1628c12252a5117702'/>
<id>urn:sha1:5af77c069f798dda36e69d1628c12252a5117702</id>
<content type='text'>
commit_hash:5493d9ed32b24050fa5feb08fe13097302ca0a23
</content>
</entry>
<entry>
<title>Simplify multiproxy API</title>
<updated>2025-06-07T12:46:39Z</updated>
<author>
<name>hiddenpath</name>
<email>hiddenpath@yandex-team.com</email>
</author>
<published>2025-06-07T12:20:53Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=8f827c09acb5a8559c20af8a35c90720b293ae18'/>
<id>urn:sha1:8f827c09acb5a8559c20af8a35c90720b293ae18</id>
<content type='text'>
This pull request refactors the RPC client creation process to enhance clarity and flexibility.

The previous method of specifying the Unix domain socket path directly in
```
CreateRpcClient(
	"socketPath",
	TCreateClientOptions()
    	.UseProxyUnixDomainSocket(true)
        .MultiproxyTargetCluster("clusterName"));
```

has been changed to

```
CreateRpcClient(
    "clusterName",
    TCreateClientOptions()
    	.JobUnixDomainSocketPath("socketPath"));
```

Also fixes a minor bug, when serverName was set to socket path instead of cluster name.
commit_hash:d2e19d713304fd99c864377203642cff7a4652e7
</content>
</entry>
<entry>
<title>Add a todo to remove the LogUseCore option</title>
<updated>2025-06-03T21:30:00Z</updated>
<author>
<name>hiddenpath</name>
<email>hiddenpath@yandex-team.com</email>
</author>
<published>2025-06-03T21:03:00Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=5a0c4130701ca71b820a48ccb151b3bde804bda0'/>
<id>urn:sha1:5a0c4130701ca71b820a48ccb151b3bde804bda0</id>
<content type='text'>
commit_hash:2af1e11b5ae48afa30c1762d0170f3089a2e117f
</content>
</entry>
<entry>
<title>Fix style of namespace</title>
<updated>2025-06-02T16:55:50Z</updated>
<author>
<name>hiddenpath</name>
<email>hiddenpath@yandex-team.com</email>
</author>
<published>2025-06-02T16:40:54Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=c509944b9a40a900dc9906bf7436efa8517d55a5'/>
<id>urn:sha1:c509944b9a40a900dc9906bf7436efa8517d55a5</id>
<content type='text'>
commit_hash:979d1b6765ed3cc3e4cc9875306f2454ffad7096
</content>
</entry>
<entry>
<title>Drop Sequoia retries in non-native client</title>
<updated>2025-05-30T22:02:16Z</updated>
<author>
<name>kvk1920</name>
<email>kvk1920@yandex-team.com</email>
</author>
<published>2025-05-30T21:48:07Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=ee5b6fbd5d93c6d327d0b9e2081067d41997d17e'/>
<id>urn:sha1:ee5b6fbd5d93c6d327d0b9e2081067d41997d17e</id>
<content type='text'>
commit_hash:57d91f37a7ee671db070142a51c437103bb881ba
</content>
</entry>
<entry>
<title>Introduce suppress access tracking options</title>
<updated>2025-05-30T11:52:12Z</updated>
<author>
<name>hiddenpath</name>
<email>hiddenpath@yandex-team.com</email>
</author>
<published>2025-05-30T11:23:32Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=4850e38fc581e776c4b74166b24cc67a65726ae1'/>
<id>urn:sha1:4850e38fc581e776c4b74166b24cc67a65726ae1</id>
<content type='text'>
commit_hash:1b44475c0447374091b3f13cd7e2126757874ebb
</content>
</entry>
<entry>
<title>YT-24245: Add MultiproxyTargetCluster option</title>
<updated>2025-05-27T13:00:53Z</updated>
<author>
<name>hiddenpath</name>
<email>hiddenpath@yandex-team.com</email>
</author>
<published>2025-05-27T12:42:48Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=b63664175ad2225afade783d34b7bd3d20286a0d'/>
<id>urn:sha1:b63664175ad2225afade783d34b7bd3d20286a0d</id>
<content type='text'>
commit_hash:4ad0d709eab6a3191e6cccd54f85765ae80cf3b2
</content>
</entry>
<entry>
<title>Revert commit rXXXXXX, YT-25104: Switch to new retryful writer by default</title>
<updated>2025-05-21T13:32:16Z</updated>
<author>
<name>buyval01</name>
<email>buyval01@yandex-team.com</email>
</author>
<published>2025-05-21T13:11:04Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=e639047ec552edecb481f56992a91066816fb464'/>
<id>urn:sha1:e639047ec552edecb481f56992a91066816fb464</id>
<content type='text'>
commit_hash:244578d9961943bfc97269bde987d0bb12c3f133
</content>
</entry>
</feed>
