summaryrefslogtreecommitdiffstats
path: root/yt/cpp/mapreduce/http_client/raw_requests.cpp
Commit message (Collapse)AuthorAgeFilesLines
* YT-23616: Split TRetryfulWriter implementation into rpc and httphiddenpath2025-04-231-3/+49
| | | | commit_hash:2b01b1b2387f71903fc29f3364d1e5f46f35a703
* YT-23616: Dispatch on some dyntable methodshiddenpath2025-04-181-63/+0
| | | | commit_hash:c279c66b6d18c54f7f1794d2a0ba851119dd59c8
* YT-23616: Add RPC implementation of LookupRows, DeleteRows and InsertRows ↵hiddenpath2025-04-171-3/+1
| | | | | | methods commit_hash:c71f62e346bef766379d7b3c3ac2933bb96ac543
* Move write table implementation out of retryless writerhiddenpath2025-03-121-0/+47
| | | | commit_hash:76ee7f2ff9eb898df33408811d52b217a4ecd4d3
* YT-24340: Use 'type' instead of 'operation_type' in Python APIignat2025-02-271-1/+1
| | | | commit_hash:6a13727ca3768dc1f888871075884ab50ba0c3a4
* YT-23616: Temprorary fallback to http implementation for some methodshiddenpath2025-02-181-0/+66
| | | | | | | | | | | | | | | 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: Rename raw_client to http_clienthiddenpath2025-01-221-0/+328
commit_hash:df330f3a0c0ca36d9bcf801fd96b964f1be6383a