| Commit message (Expand) | Author | Age | Files | Lines |
* | YT-24340: Use 'type' instead of 'operation_type' in Python API | ignat | 2025-02-27 | 1 | -1/+1 |
* | Helper to print debug text yson | ermolovd | 2025-02-27 | 1 | -0/+13 |
* | Overwrite expired entries in TAddressCache | hiddenpath | 2025-02-25 | 1 | -1/+1 |
* | YT-23616: Support ignoring specific log categories | hiddenpath | 2025-02-21 | 2 | -2/+10 |
* | , YT-24294: Fix retry of 503 http code error without X-Yt-Error | hiddenpath | 2025-02-20 | 2 | -6/+7 |
* | YT-23616: Add CreateRpcClient method | hiddenpath | 2025-02-19 | 1 | -0/+5 |
* | YT-21081: fix temp tables for case when client is created with GlobalTx | ermolovd | 2025-02-19 | 4 | -10/+33 |
* | YT-23616: Fix serialization of rpc requests | hiddenpath | 2025-02-19 | 1 | -0/+4 |
* | YT-23616: Temprorary fallback to http implementation for some methods | hiddenpath | 2025-02-18 | 4 | -44/+90 |
* | Fix YPath canonization with cluster Attr in BatchRequest | thenromanov | 2025-02-18 | 1 | -1/+1 |
* | YT-23616: Remove HttpCode from TErrorResponse | hiddenpath | 2025-02-18 | 6 | -53/+28 |
* | YT-23616: Add IsUnauthorized method to TErrorResponse | hiddenpath | 2025-02-17 | 2 | -0/+19 |
* | YT-23616: Do not rely on 4xx http codes | hiddenpath | 2025-02-17 | 1 | -5/+1 |
* | YT-23616: Do not rely on specific http codes upon request retry | hiddenpath | 2025-02-17 | 4 | -12/+19 |
* | YT-23616: Implement generic errors extending method | hiddenpath | 2025-02-16 | 2 | -0/+16 |
* | YT-23616: Add TransientError to retriable errors list | hiddenpath | 2025-02-16 | 2 | -0/+3 |
* | 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 |