summaryrefslogtreecommitdiffstats
path: root/yt/cpp/mapreduce/http_client/raw_client.cpp
Commit message (Collapse)AuthorAgeFilesLines
* YT-27710: Add RPC to TransactionPingermaybenotilya2026-03-301-8/+101
| | | | | | | | | * Changelog entry Type: fix Component: cpp-sdk Allow TransactionPinger to ping via RPC if is being used in RPC Client. commit_hash:9b38ce40b5667f107d6f23e40bf07dcf80ac11c7
* YT-26250: C++ SDK formatted readerachains2026-01-121-2/+2
| | | | | | | | | | | * Changelog entry Type: fix Component: cpp-sdk Raw client utilizes formatted table reader api <Message for release notes> commit_hash:c0ecd99971ac56141c9a7a2cb95cd3d7e6ad6611
* YT-26906: start session from txachains2025-12-121-12/+6
| | | | | | | | | * Changelog entry Type: feature Component: cpp-sdk Start distributed session methods (file/table) now support attaching to transaction. commit_hash:0a40dfd6d556f9890fa5abccf29c0baf33df4e7d
* YT-26425: Distributed API http proxy light requestsachains2025-11-101-0/+220
| | | | | | | | | | | * Changelog entry Type: feature Component: cpp-sdk Support distributed API in C\+\+ SDK <Message for release notes> commit_hash:689a3c978864fa4623f3b38ce031faa96532b3fe
* YT-24624: Rework get_job_trace apibystrovserg2025-10-171-14/+7
| | | | | | | | | | | <Message NOT for release notes> * Changelog entry Type: fix Component: scheduler Rework get\_job\_trace api: enable streaming and return perfetto-friendly format commit_hash:082e255afb9022eb137dac3d0c3be8ac49d3b5e2
* Fix UpdateOperation: read response from serverermolovd2025-10-041-1/+1
| | | | commit_hash:8f403d09e4902266671a4c8b149104272a4126eb
* YT-23616: support rpc write tableachains2025-08-281-35/+10
| | | | | | | | | * Changelog entry Type: feature Component: cpp-sdk Support write table via RPC Proxy in C\+\+ client commit_hash:fccc00849eafded757e3f1332da1fe209a127ec9
* YT-23616: Introduce WriteFile RPC implementationhiddenpath2025-06-271-0/+42
| | | | commit_hash:627b3fd7979f64a7365a590bca09a1c53c23464a
* Introduce suppress access tracking optionshiddenpath2025-05-301-19/+3
| | | | commit_hash:1b44475c0447374091b3f13cd7e2126757874ebb
* YT-23616: Dispatch on some dyntable methodshiddenpath2025-04-181-3/+39
| | | | commit_hash:c279c66b6d18c54f7f1794d2a0ba851119dd59c8
* YT-20969: C++ methods for reading table partitionsermolovd2025-04-021-0/+18
| | | | | | | | | * Changelog entry Type: feature Component: cpp-mapreduce-sdk Introduce methods for reading table partition commit_hash:ab818edd21ccb2a9c5f3d5f010686c3314532192
* YT-24173: Fix error resolving path in remote clusters operationshiddenpath2025-03-011-0/+5
| | | | commit_hash:9facb0640518c75b7a745dad2ddbd649cb91a83f
* YT-23616: Temprorary fallback to http implementation for some methodshiddenpath2025-02-181-41/+3
| | | | | | | | | | | | | | | This commit should be reverted when these methods will have corresponding RPC implementations. ``` void TRpcRawClient::DeleteRows( const TYPath& /*path*/, const TNode::TListType& /*keys*/, const TDeleteRowsOptions& /*options*/) { YT_UNIMPLEMENTED(); } ``` commit_hash:a7957f365cc49dce53d44d702288a41cb2ec45b9
* YT-23616: Move RequestWithRetry to commonhiddenpath2025-02-081-0/+3
| | | | commit_hash:d85d90291b5eb4cf0c68c9c1c2387124cb9927b2
* YT-23616: Switch TYtPoller to IRawClienthiddenpath2025-02-081-0/+5
| | | | commit_hash:30039ea85dc5a55f14b4964ce3aec0a0508d6836
* make concatenate request heavyermolovd2025-02-051-1/+3
| | | | commit_hash:b9c0a7fd0ba37d4b66ac0b3bd38387dc4f85738b
* YT-23616: Rename raw_client to http_clienthiddenpath2025-01-221-0/+936
commit_hash:df330f3a0c0ca36d9bcf801fd96b964f1be6383a