summaryrefslogtreecommitdiffstats
path: root/yt/cpp/mapreduce
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove excessive mutationId argumenthiddenpath2024-12-1410-38/+24
* Add missed mutation_id to Set methodhiddenpath2024-12-141-0/+1
* yt/cpp/mapreduce: move Copy methods to THttpRawClienthiddenpath2024-12-136-49/+66
* yt/cpp/mapreduce: move Create to THttpRawClienthiddenpath2024-12-138-81/+98
* yt/cpp/mapreduce: move Get, TryGet, Exists, MultisetAttributes to THttpRawClienthiddenpath2024-12-1332-185/+376
* Fix style issues in yt/cpp/mapreducehiddenpath2024-12-134-5/+9
* yt/cpp/mapreduce: Move Set operation to THttpRawClienthiddenpath2024-12-1215-24/+230
* Intermediate changesrobot-piglet2024-12-081-3/+5
* remove unused includetobo2024-12-071-2/+1
* YT-23221: Pass custom pool to sky share operationsartin-phares2024-12-043-1/+14
* YT-23442: set nirvana context in operation specermolovd2024-11-291-10/+28
* YT-23645: mapreduce client can use yt/core log managerermolovd2024-11-286-20/+57
* YT-23568: Skip checking table existence if table is located on different clusterv-a-zolotov2024-11-281-0/+1
* YT-23568: `create` attribute in RichYPathermolovd2024-11-263-6/+21