<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ydb/yt/cpp/mapreduce/interface, branch oidc-1.2.0</title>
<subtitle>Mirror of YDB github repos</subtitle>
<id>https://code.mastervirt.ru/ydb/atom?h=oidc-1.2.0</id>
<link rel='self' href='https://code.mastervirt.ru/ydb/atom?h=oidc-1.2.0'/>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/'/>
<updated>2025-06-13T13:43:25Z</updated>
<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>
<entry>
<title>YT-25104: Switch to new retryful writer by default</title>
<updated>2025-05-20T16:29:50Z</updated>
<author>
<name>hiddenpath</name>
<email>hiddenpath@yandex-team.com</email>
</author>
<published>2025-05-20T16:09:08Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=0828b5ca38cc81c6d8d43a4a89811170aecab594'/>
<id>urn:sha1:0828b5ca38cc81c6d8d43a4a89811170aecab594</id>
<content type='text'>
commit_hash:f3ff128095511d3566e4895001e0fd899acaeb07
</content>
</entry>
<entry>
<title>YT-25059: Introduce log levels as constants</title>
<updated>2025-05-16T18:18:10Z</updated>
<author>
<name>hiddenpath</name>
<email>hiddenpath@yandex-team.com</email>
</author>
<published>2025-05-16T17:52:53Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=2fce241a1198745a8de7dbfb9a1a42eeb86afae8'/>
<id>urn:sha1:2fce241a1198745a8de7dbfb9a1a42eeb86afae8</id>
<content type='text'>
This pull request updates the log level setting mechanism within NYT::TConfig from a explicit string-based approach to an enum-like approach.
The modification changes assignment from `NYT::TConfig::Get()-&gt;LogLevel = "info";` to `NYT::TConfig::Get()-&gt;LogLevel = NYT::NLogLevel::Info;`
This minimizes typos and misconfigurations as well as aligns with planned removal of enum ELogLevel (for the sake yt/core migration).
commit_hash:cf8d9629e4cc27e6a44f089edfc4c158f11e4baf
</content>
</entry>
</feed>
