aboutsummaryrefslogtreecommitdiffstats
path: root/yt/cpp/mapreduce
Commit message (Expand)AuthorAgeFilesLines
* YT-23616: Support ProxyRole in TCreateClientOptionshiddenpath2025-02-152-0/+7
* YT-23616: Add implementation of method for creating rpc clienthiddenpath2025-02-152-5/+7
* YT-23616: Move creation of client context to separate functionhiddenpath2025-02-151-1/+10
* YT-23616: Wrap RPC errors with TErrorResponsehiddenpath2025-02-142-0/+9
* Add Annotations and Description options to TOperationSpecBasehiddenpath2025-02-122-0/+12
* Fix styleermolovd2025-02-111-1/+1
* introduce batching for concatenateermolovd2025-02-112-12/+46
* YT-23616: Move RequestWithRetry to commonhiddenpath2025-02-0815-96/+92
* YT-23616: Switch TYtPoller to IRawClienthiddenpath2025-02-086-9/+25
* YT-21081: improve temp directory structure, create subdirectory with usernameermolovd2025-02-075-6/+247
* Fix passing pool to sky share operations in yt/cpp/mapreducenadya022025-02-071-1/+4
* operation suspend reasonNikita Sokolov2025-02-062-0/+8
* make concatenate request heavyermolovd2025-02-051-1/+3
* YT-23979: Report job's operation incarnation and add corresponding filter to APIeshcherbin2025-02-042-0/+7
* add missing comma after the conjunctive/ linking adverb 'Thus'tobo2025-01-311-1/+1
* Pass max_failed_job_count to all operations (as documented)aneporada2025-01-271-3/+3
* Minor refactorings in request serializationhiddenpath2025-01-222-6/+27
* YT-23616: Rename raw_client to http_clienthiddenpath2025-01-2238-63/+31
* YT-23616: Add TryGet method for TRpcRawClienthiddenpath2025-01-211-1/+1
* Add docker image option in operaion spec in cpp sdkGleb2025-01-192-0/+6
* logging + split verificationermolovd2025-01-181-4/+6
* YT-23616: Make implementation of CanonizeYPath method being commonhiddenpath2025-01-1610-47/+36
* YT-23616: Make BatchTransform implementation being commonhiddenpath2025-01-155-13/+16
* YT-23616: Make THttpRawBatchRequest as an implementation of IRawBatchRequest ...hiddenpath2025-01-1520-107/+260
* YT-23616: Rename TRawBatchRequest to THttpRawBatchRequesthiddenpath2025-01-1414-61/+61
* Make ExecuteBatch as a method of TRawBatchRequesthiddenpath2025-01-149-88/+68
* Remove RetryRequestWithPolicyhiddenpath2025-01-143-93/+12
* Remove unnecessary http-related forward declarationhiddenpath2025-01-141-7/+0
* Move SkyShareTable and WhoAmI implementations to raw requestshiddenpath2025-01-106-61/+54
* YT-23616: Add ReadFile method RPC implementationhiddenpath2025-01-081-0/+1
* Remove GetJobStderrWithRetries implementationhiddenpath2024-12-304-26/+1
* YT-23616: Introduce transaction methods for TRpcRawClienthiddenpath2024-12-283-16/+18
* Remove TResponseReader implementationhiddenpath2024-12-282-47/+18
* Remove maybe_unused attribute from MultisetAttributesOptionshiddenpath2024-12-271-1/+1
* Remove unused variables in SerializeParamsForReadTablehiddenpath2024-12-263-5/+1
* YT-23616: Move start_op to THttpRawClienthiddenpath2024-12-248-81/+118
* Migrate THolder to std::unique_ptr in yt/cpp/mapreduce internalshiddenpath2024-12-2438-108/+108
* Fix empty response getting status codehiddenpath2024-12-231-2/+2
* YT-23616: Move read_blob_table and read_file to THttpRawClienthiddenpath2024-12-2311-161/+153
* YT-23616: Move ReadTable to THttpRawClienthiddenpath2024-12-227-93/+75
* YT-23616: Introduce THttpResponseStream to synchronize lifetimes of response ...hiddenpath2024-12-221-1/+28
* YT-23616: Return IHttpResponsePtr instead of TResponseInfohiddenpath2024-12-226-73/+73
* Fix SkyShareTable bodyhiddenpath2024-12-211-1/+1
* [yt/cpp/mapreduce] YT-23616: Move SkyShareTable implementation to THttpRawClienthiddenpath2024-12-196-58/+65
* [yt/cpp/mapreduce] YT-23616: Move Transaction, Misc, Table methods to THttpRa...hiddenpath2024-12-1811-411/+471
* [yt/cpp/mapreduce] YT-23616: Move some http methods to THttpRawClienthiddenpath2024-12-177-141/+373
* Fix -Wunused-parameter in y*vadim-xd2024-12-171-1/+1
* [yt/cpp/mapreduce] YT-23616: Move Job methods to THttpRawClienthiddenpath2024-12-1710-311/+329
* [yt/cpp/mapreduce] YT-23616: Move Transaction and Operation methods to THttpR...hiddenpath2024-12-1613-249/+362
* [yt/cpp/mapreduce] YT-23616: Move rest of Cypress methods to THttpRawClienthiddenpath2024-12-1519-320/+306