<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ydb/yt/cpp/mapreduce/http, branch CLI_2.18.0</title>
<subtitle>Mirror of YDB github repos</subtitle>
<id>https://code.mastervirt.ru/ydb/atom?h=CLI_2.18.0</id>
<link rel='self' href='https://code.mastervirt.ru/ydb/atom?h=CLI_2.18.0'/>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/'/>
<updated>2024-12-15T19:19:07Z</updated>
<entry>
<title>[yt/cpp/mapreduce] YT-23616: Move rest of Cypress methods to THttpRawClient</title>
<updated>2024-12-15T19:19:07Z</updated>
<author>
<name>hiddenpath</name>
<email>hiddenpath@yandex-team.com</email>
</author>
<published>2024-12-15T18:57:17Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=17c15e9fcc5070dd6af154f065e21174c4c9ba85'/>
<id>urn:sha1:17c15e9fcc5070dd6af154f065e21174c4c9ba85</id>
<content type='text'>
commit_hash:2d705aa0369f1425152547803e0fcf80780e1bf6
</content>
</entry>
<entry>
<title>Fix style issues in yt/cpp/mapreduce</title>
<updated>2024-12-13T13:49:48Z</updated>
<author>
<name>hiddenpath</name>
<email>hiddenpath@yandex-team.com</email>
</author>
<published>2024-12-13T12:18:25Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=615edba542d9394b0eae47ef957ec2257549cfdd'/>
<id>urn:sha1:615edba542d9394b0eae47ef957ec2257549cfdd</id>
<content type='text'>
commit_hash:2cca58ff0d61f7952ef077cb802395ba80e3a217
</content>
</entry>
<entry>
<title>yt/cpp/mapreduce: Move Set operation to THttpRawClient</title>
<updated>2024-12-12T13:16:32Z</updated>
<author>
<name>hiddenpath</name>
<email>hiddenpath@yandex-team.com</email>
</author>
<published>2024-12-12T12:42:31Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=33b0eb2c8e449c6bf0b1d09020ac16823a04c808'/>
<id>urn:sha1:33b0eb2c8e449c6bf0b1d09020ac16823a04c808</id>
<content type='text'>
commit_hash:3c4bb23f8331162e4667c907c007bc859cc2fc76
</content>
</entry>
<entry>
<title>YT-22943: add context for system errors</title>
<updated>2024-11-19T08:06:45Z</updated>
<author>
<name>ermolovd</name>
<email>ermolovd@yandex-team.com</email>
</author>
<published>2024-11-19T07:54:24Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=7be946f684e606f5baa9e3a13401cc19b8ac9a3b'/>
<id>urn:sha1:7be946f684e606f5baa9e3a13401cc19b8ac9a3b</id>
<content type='text'>
* thrown system errors contain context (i.e. host method and request id that produced error)
Type: feature
Component: cpp-sdk
commit_hash:af72a3a37785e9e373e816c2cc072df2076f821d
</content>
</entry>
<entry>
<title>cpp/mapreduce: fix style</title>
<updated>2024-11-18T16:07:19Z</updated>
<author>
<name>ermolovd</name>
<email>ermolovd@yandex-team.com</email>
</author>
<published>2024-11-18T15:37:13Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=eb9ebcd66823f2331380c62c209c41382fcdabdb'/>
<id>urn:sha1:eb9ebcd66823f2331380c62c209c41382fcdabdb</id>
<content type='text'>
commit_hash:4b9b636737f162b91295356e0ac17f0ea2beab20
</content>
</entry>
<entry>
<title>Use lower case for TString methods Data, Size and Empty in ysite, yt, ytech, yweb</title>
<updated>2024-10-09T07:42:06Z</updated>
<author>
<name>mikhnenko</name>
<email>mikhnenko@yandex-team.com</email>
</author>
<published>2024-10-09T07:27:00Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=f77f95225df990636722a97078583a1b8a6727c5'/>
<id>urn:sha1:f77f95225df990636722a97078583a1b8a6727c5</id>
<content type='text'>
Если вы считаете, что это pr сломал ваши тесты - смело откатываете.\
Если проблема нетривиальная - приходите в [саппорт](https://nda.ya.ru/t/a1JIzEbo78mtfQ)
commit_hash:dee982cfbb70b978ace5417b4619e78212000179
</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>[yt/cpp/mapreduce] YT-21595: Use gtest instead of ytest in all mapreduce tests</title>
<updated>2024-07-02T20:21:03Z</updated>
<author>
<name>nadya73</name>
<email>nadya73@yandex-team.com</email>
</author>
<published>2024-07-02T20:10:50Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=5ea9afc5ee7edc24efa5f45b3a15e184872b0854'/>
<id>urn:sha1:5ea9afc5ee7edc24efa5f45b3a15e184872b0854</id>
<content type='text'>
85671f0cf4f45b4f015fa2cc0d195b81c16c6e8a
</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>feat contrib: aiogram 3</title>
<updated>2024-01-19T10:10:03Z</updated>
<author>
<name>armenqa</name>
<email>armenqa@yandex-team.com</email>
</author>
<published>2024-01-19T09:23:50Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=2de0149d0151c514b22bca0760b95b26c9b0b578'/>
<id>urn:sha1:2de0149d0151c514b22bca0760b95b26c9b0b578</id>
<content type='text'>
Relates: https://st.yandex-team.ru/, https://st.yandex-team.ru/
</content>
</entry>
</feed>
