<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ydb/yt/cpp/mapreduce/http/context.h, branch oidc-1.2.4</title>
<subtitle>Mirror of YDB github repos</subtitle>
<id>https://code.mastervirt.ru/ydb/atom?h=oidc-1.2.4</id>
<link rel='self' href='https://code.mastervirt.ru/ydb/atom?h=oidc-1.2.4'/>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/'/>
<updated>2025-06-07T12:46:39Z</updated>
<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>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>Change UnixDomainSocket option into boolean</title>
<updated>2025-04-01T23:16:52Z</updated>
<author>
<name>hiddenpath</name>
<email>hiddenpath@yandex-team.com</email>
</author>
<published>2025-04-01T23:02:00Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=71dbc38bded6bb95ef3da39caaeb56d8f61fa008'/>
<id>urn:sha1:71dbc38bded6bb95ef3da39caaeb56d8f61fa008</id>
<content type='text'>
commit_hash:b2716bf7efedb55f6a99c800356dfaaeab6abaff
</content>
</entry>
<entry>
<title>YT-23616: Add ProxyUnixDomainSocket client option</title>
<updated>2025-03-28T12:27:38Z</updated>
<author>
<name>hiddenpath</name>
<email>hiddenpath@yandex-team.com</email>
</author>
<published>2025-03-28T12:13:18Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=a3709f79ab2678b16c3b2b57e43dd977d08bf7bf'/>
<id>urn:sha1:a3709f79ab2678b16c3b2b57e43dd977d08bf7bf</id>
<content type='text'>
commit_hash:1f6882f7cda53ebe7e544d255f657f027af5b553
</content>
</entry>
<entry>
<title>Split YT_PROXY_ROLE into http and rpc options</title>
<updated>2025-03-25T12:51:29Z</updated>
<author>
<name>hiddenpath</name>
<email>hiddenpath@yandex-team.com</email>
</author>
<published>2025-03-25T12:34:35Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=e3fd8dfac36fb164abdd8b5219b148c6c9d15766'/>
<id>urn:sha1:e3fd8dfac36fb164abdd8b5219b148c6c9d15766</id>
<content type='text'>
commit_hash:cc2686061c43671c755570899d39e082199e6879
</content>
</entry>
<entry>
<title>YT-24173: Fix error resolving path in remote clusters operations</title>
<updated>2025-03-01T14:42:01Z</updated>
<author>
<name>hiddenpath</name>
<email>hiddenpath@yandex-team.com</email>
</author>
<published>2025-03-01T14:24:09Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=513eec13663e999f0e8537c42e804e5e8684f19a'/>
<id>urn:sha1:513eec13663e999f0e8537c42e804e5e8684f19a</id>
<content type='text'>
commit_hash:9facb0640518c75b7a745dad2ddbd649cb91a83f
</content>
</entry>
<entry>
<title>GLOBAL OTBIVKA FIX ୧༼ಠ益ಠ༽୨</title>
<updated>2024-08-22T13:39:20Z</updated>
<author>
<name>pavook</name>
<email>pavook@yandex-team.com</email>
</author>
<published>2024-08-22T13:26:27Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=8520e043f2e12acdfd39d971ebeeacbe9e5ac3ca'/>
<id>urn:sha1:8520e043f2e12acdfd39d971ebeeacbe9e5ac3ca</id>
<content type='text'>
Make all "otbivka" exactly 80 symbols.

Command:
```bash
sed -i 's#^//////////////\+$#////////////////////////////////////////////////////////////////////////////////#g' $(find yt \( -name '*.cpp' -or -name '*.h' -or -name '*.proto' \) -not -path 'yt/yt/experiments/private/tabletvis/imgui/*')
```
30a0ba9f42ba1909d3cee11fe12bba14c7c8b039
</content>
</entry>
<entry>
<title>Intermediate changes</title>
<updated>2024-01-30T08:06:27Z</updated>
<author>
<name>robot-piglet</name>
<email>robot-piglet@yandex-team.com</email>
</author>
<published>2024-01-30T07:54:10Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=061a73e757d2631e96c2d880fdfa5567615a6bb3'/>
<id>urn:sha1:061a73e757d2631e96c2d880fdfa5567615a6bb3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add using http-proxy for reading table from YT</title>
<updated>2023-10-22T10:40:13Z</updated>
<author>
<name>annashest18</name>
<email>annashest18@yandex-team.com</email>
</author>
<published>2023-10-22T10:19:53Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=24a44df2ab01109cefd64d4bfad05c66e7ebd2af'/>
<id>urn:sha1:24a44df2ab01109cefd64d4bfad05c66e7ebd2af</id>
<content type='text'>
add using http-proxy for reading table from YT
Нам нужна возможность ходить  в YT через HTTP proxy для чтения таблиц, используя С++ клиент не из контура Яндекса, к сожалению, сейчас такой возможности нет. В этом ПР черновик изменения, которого нам достаточно
https://a.yandex-team.ru/review/4676436/details - тут это же изменение в YT + коммит с тем, как мы планируем использовать
</content>
</entry>
<entry>
<title>YT-19210: expose YQL shared library for YT.</title>
<updated>2023-07-28T21:02:16Z</updated>
<author>
<name>max42</name>
<email>max42@yandex-team.com</email>
</author>
<published>2023-07-28T21:02:16Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=73b89de71748a21e102d27b9f3ed1bf658766cb5'/>
<id>urn:sha1:73b89de71748a21e102d27b9f3ed1bf658766cb5</id>
<content type='text'>
After this, a new target libyqlplugin.so appears. in open-source cmake build.
Diff in open-source YDB repo looks like the following: https://paste.yandex-team.ru/f302bdb4-7ef2-4362-91c7-6ca45f329264</content>
</entry>
</feed>
