summaryrefslogtreecommitdiffstats
path: root/yt/cpp/mapreduce/client
Commit message (Expand)AuthorAgeFilesLines
...
* YT-23616: Dispatch on some dyntable methodshiddenpath2025-04-181-3/+3
* Add EnableRpcProxyInJobProxy option to TUserJobSpechiddenpath2025-04-081-0/+1
* Add 'Alias' to TOperationSpecBaseyurial2025-04-021-0/+3
* YT-20969: C++ methods for reading table partitionsermolovd2025-04-025-0/+153
* Change UnixDomainSocket option into booleanhiddenpath2025-04-021-2/+6
* YT-23616: Add ProxyUnixDomainSocket client optionhiddenpath2025-03-281-0/+1
* YT-24586: Start requesting the progress attribute in GetOperation only when c...hiddenpath2025-03-261-6/+12
* Split YT_PROXY_ROLE into http and rpc optionshiddenpath2025-03-251-3/+5
* YT-24560: Move ProxyRole from TCreateClientOptions to TConfighiddenpath2025-03-241-2/+3
* YQL-19214: Check existence only on local clustercoteeq2025-03-231-11/+13
* YT-22871: remove TThreadPerTransactionPingerermolovd2025-03-211-85/+0
* Remove RetryHeavyWriteRequest methodhiddenpath2025-03-123-88/+21
* Move write table implementation out of retryless writerhiddenpath2025-03-123-29/+6
* YT-24050: Disable queue consumer registration manager by default in job proxieshiddenpath2025-03-051-0/+1
* YT-23616: Disable specific categories only when using CoreLoghiddenpath2025-03-051-6/+5
* YT-24173: Fix error resolving path in remote clusters operationshiddenpath2025-03-018-28/+77
* YT-23616: Support ignoring specific log categorieshiddenpath2025-02-211-2/+9
* YT-21081: fix temp tables for case when client is created with GlobalTxermolovd2025-02-192-7/+23
* YT-23616: Temprorary fallback to http implementation for some methodshiddenpath2025-02-181-3/+3
* YT-23616: Remove HttpCode from TErrorResponsehiddenpath2025-02-181-13/+11
* YT-23616: Support ProxyRole in TCreateClientOptionshiddenpath2025-02-151-0/+4
* YT-23616: Add implementation of method for creating rpc clienthiddenpath2025-02-151-1/+5
* YT-23616: Move creation of client context to separate functionhiddenpath2025-02-151-1/+10
* Add Annotations and Description options to TOperationSpecBasehiddenpath2025-02-121-0/+6
* Fix styleermolovd2025-02-111-1/+1
* introduce batching for concatenateermolovd2025-02-111-12/+40
* YT-23616: Move RequestWithRetry to commonhiddenpath2025-02-0811-29/+11
* YT-23616: Switch TYtPoller to IRawClienthiddenpath2025-02-083-9/+16
* Pass max_failed_job_count to all operations (as documented)aneporada2025-01-271-3/+3
* YT-23616: Rename raw_client to http_clienthiddenpath2025-01-2225-57/+28
* Add docker image option in operaion spec in cpp sdkGleb2025-01-191-0/+3
* logging + split verificationermolovd2025-01-181-4/+6
* YT-23616: Make implementation of CanonizeYPath method being commonhiddenpath2025-01-168-34/+24
* YT-23616: Make BatchTransform implementation being commonhiddenpath2025-01-154-9/+12
* YT-23616: Make THttpRawBatchRequest as an implementation of IRawBatchRequest ...hiddenpath2025-01-1510-42/+22
* YT-23616: Rename TRawBatchRequest to THttpRawBatchRequesthiddenpath2025-01-149-16/+16
* Make ExecuteBatch as a method of TRawBatchRequesthiddenpath2025-01-144-8/+5
* Move SkyShareTable and WhoAmI implementations to raw requestshiddenpath2025-01-101-2/+2
* Remove GetJobStderrWithRetries implementationhiddenpath2024-12-301-1/+1
* YT-23616: Move start_op to THttpRawClienthiddenpath2024-12-243-78/+68
* Migrate THolder to std::unique_ptr in yt/cpp/mapreduce internalshiddenpath2024-12-2419-47/+47
* Fix empty response getting status codehiddenpath2024-12-231-2/+2
* YT-23616: Move read_blob_table and read_file to THttpRawClienthiddenpath2024-12-232-155/+43
* YT-23616: Move ReadTable to THttpRawClienthiddenpath2024-12-222-92/+18
* YT-23616: Return IHttpResponsePtr instead of TResponseInfohiddenpath2024-12-221-5/+5
* [yt/cpp/mapreduce] YT-23616: Move SkyShareTable implementation to THttpRawClienthiddenpath2024-12-191-5/+21
* [yt/cpp/mapreduce] YT-23616: Move Transaction, Misc, Table methods to THttpRa...hiddenpath2024-12-186-70/+108
* [yt/cpp/mapreduce] YT-23616: Move some http methods to THttpRawClienthiddenpath2024-12-172-135/+56
* [yt/cpp/mapreduce] YT-23616: Move Job methods to THttpRawClienthiddenpath2024-12-175-77/+82
* [yt/cpp/mapreduce] YT-23616: Move Transaction and Operation methods to THttpR...hiddenpath2024-12-168-50/+148