| Commit message (Expand) | Author | Age | Files | Lines |
* | YT-23616: Support ProxyRole in TCreateClientOptions | hiddenpath | 2025-02-15 | 2 | -0/+7 |
* | YT-23616: Add implementation of method for creating rpc client | hiddenpath | 2025-02-15 | 2 | -5/+7 |
* | YT-23616: Move creation of client context to separate function | hiddenpath | 2025-02-15 | 1 | -1/+10 |
* | YT-23616: Wrap RPC errors with TErrorResponse | hiddenpath | 2025-02-14 | 2 | -0/+9 |
* | Add Annotations and Description options to TOperationSpecBase | hiddenpath | 2025-02-12 | 2 | -0/+12 |
* | Fix style | ermolovd | 2025-02-11 | 1 | -1/+1 |
* | introduce batching for concatenate | ermolovd | 2025-02-11 | 2 | -12/+46 |
* | YT-23616: Move RequestWithRetry to common | hiddenpath | 2025-02-08 | 15 | -96/+92 |
* | YT-23616: Switch TYtPoller to IRawClient | hiddenpath | 2025-02-08 | 6 | -9/+25 |
* | YT-21081: improve temp directory structure, create subdirectory with username | ermolovd | 2025-02-07 | 5 | -6/+247 |
* | Fix passing pool to sky share operations in yt/cpp/mapreduce | nadya02 | 2025-02-07 | 1 | -1/+4 |
* | operation suspend reason | Nikita Sokolov | 2025-02-06 | 2 | -0/+8 |
* | make concatenate request heavy | ermolovd | 2025-02-05 | 1 | -1/+3 |
* | YT-23979: Report job's operation incarnation and add corresponding filter to API | eshcherbin | 2025-02-04 | 2 | -0/+7 |
* | add missing comma after the conjunctive/ linking adverb 'Thus' | tobo | 2025-01-31 | 1 | -1/+1 |
* | Pass max_failed_job_count to all operations (as documented) | aneporada | 2025-01-27 | 1 | -3/+3 |
* | Minor refactorings in request serialization | hiddenpath | 2025-01-22 | 2 | -6/+27 |
* | YT-23616: Rename raw_client to http_client | hiddenpath | 2025-01-22 | 38 | -63/+31 |
* | YT-23616: Add TryGet method for TRpcRawClient | hiddenpath | 2025-01-21 | 1 | -1/+1 |
* | Add docker image option in operaion spec in cpp sdk | Gleb | 2025-01-19 | 2 | -0/+6 |
* | logging + split verification | ermolovd | 2025-01-18 | 1 | -4/+6 |
* | YT-23616: Make implementation of CanonizeYPath method being common | hiddenpath | 2025-01-16 | 10 | -47/+36 |
* | YT-23616: Make BatchTransform implementation being common | hiddenpath | 2025-01-15 | 5 | -13/+16 |
* | YT-23616: Make THttpRawBatchRequest as an implementation of IRawBatchRequest ... | hiddenpath | 2025-01-15 | 20 | -107/+260 |
* | YT-23616: Rename TRawBatchRequest to THttpRawBatchRequest | hiddenpath | 2025-01-14 | 14 | -61/+61 |
* | Make ExecuteBatch as a method of TRawBatchRequest | hiddenpath | 2025-01-14 | 9 | -88/+68 |
* | Remove RetryRequestWithPolicy | hiddenpath | 2025-01-14 | 3 | -93/+12 |
* | Remove unnecessary http-related forward declaration | hiddenpath | 2025-01-14 | 1 | -7/+0 |
* | Move SkyShareTable and WhoAmI implementations to raw requests | hiddenpath | 2025-01-10 | 6 | -61/+54 |
* | YT-23616: Add ReadFile method RPC implementation | hiddenpath | 2025-01-08 | 1 | -0/+1 |
* | Remove GetJobStderrWithRetries implementation | hiddenpath | 2024-12-30 | 4 | -26/+1 |
* | YT-23616: Introduce transaction methods for TRpcRawClient | hiddenpath | 2024-12-28 | 3 | -16/+18 |
* | Remove TResponseReader implementation | hiddenpath | 2024-12-28 | 2 | -47/+18 |
* | Remove maybe_unused attribute from MultisetAttributesOptions | hiddenpath | 2024-12-27 | 1 | -1/+1 |
* | Remove unused variables in SerializeParamsForReadTable | hiddenpath | 2024-12-26 | 3 | -5/+1 |
* | YT-23616: Move start_op to THttpRawClient | hiddenpath | 2024-12-24 | 8 | -81/+118 |
* | Migrate THolder to std::unique_ptr in yt/cpp/mapreduce internals | hiddenpath | 2024-12-24 | 38 | -108/+108 |
* | Fix empty response getting status code | hiddenpath | 2024-12-23 | 1 | -2/+2 |
* | YT-23616: Move read_blob_table and read_file to THttpRawClient | hiddenpath | 2024-12-23 | 11 | -161/+153 |
* | YT-23616: Move ReadTable to THttpRawClient | hiddenpath | 2024-12-22 | 7 | -93/+75 |
* | YT-23616: Introduce THttpResponseStream to synchronize lifetimes of response ... | hiddenpath | 2024-12-22 | 1 | -1/+28 |
* | YT-23616: Return IHttpResponsePtr instead of TResponseInfo | hiddenpath | 2024-12-22 | 6 | -73/+73 |
* | Fix SkyShareTable body | hiddenpath | 2024-12-21 | 1 | -1/+1 |
* | [yt/cpp/mapreduce] YT-23616: Move SkyShareTable implementation to THttpRawClient | hiddenpath | 2024-12-19 | 6 | -58/+65 |
* | [yt/cpp/mapreduce] YT-23616: Move Transaction, Misc, Table methods to THttpRa... | hiddenpath | 2024-12-18 | 11 | -411/+471 |
* | [yt/cpp/mapreduce] YT-23616: Move some http methods to THttpRawClient | hiddenpath | 2024-12-17 | 7 | -141/+373 |
* | Fix -Wunused-parameter in y* | vadim-xd | 2024-12-17 | 1 | -1/+1 |
* | [yt/cpp/mapreduce] YT-23616: Move Job methods to THttpRawClient | hiddenpath | 2024-12-17 | 10 | -311/+329 |
* | [yt/cpp/mapreduce] YT-23616: Move Transaction and Operation methods to THttpR... | hiddenpath | 2024-12-16 | 13 | -249/+362 |
* | [yt/cpp/mapreduce] YT-23616: Move rest of Cypress methods to THttpRawClient | hiddenpath | 2024-12-15 | 19 | -320/+306 |