summaryrefslogtreecommitdiffstats
path: root/yt/cpp/mapreduce/interface
Commit message (Expand)AuthorAgeFilesLines
* YT-24500: Introduce structured logginghiddenpath2025-05-035-0/+71
* YT-10317: Throw error on max_compresssed_data_size_per_job violationapollo13212025-04-301-3/+4
* YT-23616: Add RPC implementation of LookupRows, DeleteRows and InsertRows met...hiddenpath2025-04-171-1/+1
* YT-6812, YT-24298: Introducing attributes and events to list_jobsbystrovserg2025-04-091-0/+47
* Add EnableRpcProxyInJobProxy option to TUserJobSpechiddenpath2025-04-081-0/+9
* Add 'Alias' to TOperationSpecBaseyurial2025-04-021-0/+3
* YT-20969: C++ methods for reading table partitionsermolovd2025-04-026-3/+95
* Change UnixDomainSocket option into booleanhiddenpath2025-04-021-3/+3
* YT-23616: Add ProxyUnixDomainSocket client optionhiddenpath2025-03-281-0/+4
* Merge yexception.h and bt_exception.h to prevent include cyclethegeorg2025-03-282-2/+2
* Split YT_PROXY_ROLE into http and rpc optionshiddenpath2025-03-252-4/+12
* YT-24560: Move ProxyRole from TCreateClientOptions to TConfighiddenpath2025-03-243-3/+5
* YT-24248: Add with_interruption_info filter in list_jobsbystrovserg2025-03-131-0/+4
* Do not fail upon negative job counters receivinghiddenpath2025-03-114-55/+55
* YT-24173: Fix error resolving path in remote clusters operationshiddenpath2025-03-011-0/+7
* Add equality operator to TReadRangeasamoylov222025-02-282-0/+31
* Helper to print debug text ysonermolovd2025-02-271-0/+13
* YT-23616: Support ignoring specific log categorieshiddenpath2025-02-211-0/+1
* YT-23616: Add CreateRpcClient methodhiddenpath2025-02-191-0/+5
* YT-21081: fix temp tables for case when client is created with GlobalTxermolovd2025-02-192-3/+10
* YT-23616: Fix serialization of rpc requestshiddenpath2025-02-191-0/+4
* YT-23616: Remove HttpCode from TErrorResponsehiddenpath2025-02-182-16/+0
* YT-23616: Add IsUnauthorized method to TErrorResponsehiddenpath2025-02-172-0/+19
* YT-23616: Do not rely on specific http codes upon request retryhiddenpath2025-02-171-1/+1
* YT-23616: Add TransientError to retriable errors listhiddenpath2025-02-161-0/+2
* YT-23616: Support ProxyRole in TCreateClientOptionshiddenpath2025-02-151-0/+3
* YT-23616: Add implementation of method for creating rpc clienthiddenpath2025-02-151-4/+2
* YT-23616: Wrap RPC errors with TErrorResponsehiddenpath2025-02-142-0/+9
* Add Annotations and Description options to TOperationSpecBasehiddenpath2025-02-121-0/+6
* introduce batching for concatenateermolovd2025-02-111-0/+6
* YT-23616: Switch TYtPoller to IRawClienthiddenpath2025-02-081-0/+2
* YT-21081: improve temp directory structure, create subdirectory with usernameermolovd2025-02-075-6/+247
* operation suspend reasonNikita Sokolov2025-02-061-0/+5
* YT-23979: Report job's operation incarnation and add corresponding filter to APIeshcherbin2025-02-041-0/+4
* add missing comma after the conjunctive/ linking adverb 'Thus'tobo2025-01-311-1/+1
* Minor refactorings in request serializationhiddenpath2025-01-221-5/+26
* Add docker image option in operaion spec in cpp sdkGleb2025-01-191-0/+3
* YT-23616: Make THttpRawBatchRequest as an implementation of IRawBatchRequest ...hiddenpath2025-01-153-0/+145
* Remove unnecessary http-related forward declarationhiddenpath2025-01-141-7/+0
* Move SkyShareTable and WhoAmI implementations to raw requestshiddenpath2025-01-101-8/+0
* Remove GetJobStderrWithRetries implementationhiddenpath2024-12-301-5/+0
* YT-23616: Move start_op to THttpRawClienthiddenpath2024-12-241-0/+6
* Migrate THolder to std::unique_ptr in yt/cpp/mapreduce internalshiddenpath2024-12-241-5/+5
* YT-23616: Move read_blob_table and read_file to THttpRawClienthiddenpath2024-12-232-3/+18
* YT-23616: Move ReadTable to THttpRawClienthiddenpath2024-12-221-0/+6
* YT-23616: Return IHttpResponsePtr instead of TResponseInfohiddenpath2024-12-221-3/+4
* [yt/cpp/mapreduce] YT-23616: Move SkyShareTable implementation to THttpRawClienthiddenpath2024-12-191-0/+12
* [yt/cpp/mapreduce] YT-23616: Move Transaction, Misc, Table methods to THttpRa...hiddenpath2024-12-181-1/+74
* [yt/cpp/mapreduce] YT-23616: Move some http methods to THttpRawClienthiddenpath2024-12-171-0/+56
* Fix -Wunused-parameter in y*vadim-xd2024-12-171-1/+1