| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | YT-23616: Fix serialization of rpc requests | hiddenpath | 2025-02-19 | 1 | -0/+4 | |
| | | | | | commit_hash:19ce3d00d0004d912f34857447485358b0dd87b5 | |||||
| * | YT-23616: Temprorary fallback to http implementation for some methods | hiddenpath | 2025-02-18 | 4 | -44/+90 | |
| | | | | | | | | | | | | | | | | This commit should be reverted when these methods will have corresponding RPC implementations. ``` void TRpcRawClient::DeleteRows( const TYPath& /*path*/, const TNode::TListType& /*keys*/, const TDeleteRowsOptions& /*options*/) { YT_UNIMPLEMENTED(); } ``` commit_hash:a7957f365cc49dce53d44d702288a41cb2ec45b9 | |||||
| * | Fix YPath canonization with cluster Attr in BatchRequest | thenromanov | 2025-02-18 | 1 | -1/+1 | |
| | | | | | | | | | | * Changelog entry Type: fix Component: cpp-sdk Fix YPath canonization with cluster Attr in BatchRequest commit_hash:c69db8ca540727cea5954a571b01f9b764c84a1d | |||||
| * | YT-23616: Remove HttpCode from TErrorResponse | hiddenpath | 2025-02-18 | 6 | -53/+28 | |
| | | | | | commit_hash:412a7a1e02eb68d388aff73a439e98f6f2dab8a6 | |||||
| * | YT-23616: Add IsUnauthorized method to TErrorResponse | hiddenpath | 2025-02-17 | 2 | -0/+19 | |
| | | | | | commit_hash:eb23d10ce4143a7cc122794f85c66072b317fc44 | |||||
| * | YT-23616: Do not rely on 4xx http codes | hiddenpath | 2025-02-17 | 1 | -5/+1 | |
| | | | | | commit_hash:180c7545c76e0286472079ec129fd15f2e140aa9 | |||||
| * | YT-23616: Do not rely on specific http codes upon request retry | hiddenpath | 2025-02-17 | 4 | -12/+19 | |
| | | | | | commit_hash:6567d772f1cc5091a75ad5249c2a97a73dc5e6cd | |||||
| * | YT-23616: Implement generic errors extending method | hiddenpath | 2025-02-16 | 2 | -0/+16 | |
| | | | | | commit_hash:931d1114b30ea24bb1dcf9d2b4cece06f4467498 | |||||
| * | YT-23616: Add TransientError to retriable errors list | hiddenpath | 2025-02-16 | 2 | -0/+3 | |
| | | | | | commit_hash:44da796ee80311e7b497fd79a86a38a52b250272 | |||||
| * | YT-23616: Support ProxyRole in TCreateClientOptions | hiddenpath | 2025-02-15 | 2 | -0/+7 | |
| | | | | | commit_hash:9ae5443415404568faae52d025c9c0fcbd8b8db4 | |||||
| * | YT-23616: Add implementation of method for creating rpc client | hiddenpath | 2025-02-15 | 2 | -5/+7 | |
| | | | | | commit_hash:5854a0271a0a2a26dc9891ff1502889edbf38a18 | |||||
| * | YT-23616: Move creation of client context to separate function | hiddenpath | 2025-02-15 | 1 | -1/+10 | |
| | | | | | commit_hash:00566ef65ebff8cb4a46a4ffaa1772007fd47fab | |||||
| * | YT-23616: Wrap RPC errors with TErrorResponse | hiddenpath | 2025-02-14 | 2 | -0/+9 | |
| | | | | | commit_hash:942341764b50f7cef15e1b5a473069d8af9fcc2e | |||||
| * | Add Annotations and Description options to TOperationSpecBase | hiddenpath | 2025-02-12 | 2 | -0/+12 | |
| | | | | | commit_hash:43a44fd322be5b98ea4f4c90ee0c5eebef9241e0 | |||||
| * | Fix style | ermolovd | 2025-02-11 | 1 | -1/+1 | |
| | | | | | commit_hash:64d27623f69d0d479e597339f3056a4a0a038054 | |||||
| * | introduce batching for concatenate | ermolovd | 2025-02-11 | 2 | -12/+46 | |
| | | | | | commit_hash:9db24e2e676d80f2972897ed8f5a9b84c4f8628c | |||||
| * | YT-23616: Move RequestWithRetry to common | hiddenpath | 2025-02-08 | 15 | -96/+92 | |
| | | | | | commit_hash:d85d90291b5eb4cf0c68c9c1c2387124cb9927b2 | |||||
| * | YT-23616: Switch TYtPoller to IRawClient | hiddenpath | 2025-02-08 | 6 | -9/+25 | |
| | | | | | commit_hash:30039ea85dc5a55f14b4964ce3aec0a0508d6836 | |||||
| * | YT-21081: improve temp directory structure, create subdirectory with username | ermolovd | 2025-02-07 | 5 | -6/+247 | |
| | | | | | commit_hash:004bb333221acac91378ce9fcc12ce091f38ee87 | |||||
| * | Fix passing pool to sky share operations in yt/cpp/mapreduce | nadya02 | 2025-02-07 | 1 | -1/+4 | |
| | | | | | commit_hash:44e1ba0faf219486e6b5fac896bcc6ea507b3cff | |||||
| * | operation suspend reason | Nikita Sokolov | 2025-02-06 | 2 | -0/+8 | |
| | | | | | | | | | | | | No description --- Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/1046 Co-authored-by: ignat <[email protected]> commit_hash:9f0ae549cebc6e2e3bfdb510c88afa1aa2bdec55 | |||||
| * | make concatenate request heavy | ermolovd | 2025-02-05 | 1 | -1/+3 | |
| | | | | | commit_hash:b9c0a7fd0ba37d4b66ac0b3bd38387dc4f85738b | |||||
| * | YT-23979: Report job's operation incarnation and add corresponding filter to API | eshcherbin | 2025-02-04 | 2 | -0/+7 | |
| | | | | | commit_hash:e84d2a750dc219e544df03b6d84a154aa312ef1b | |||||
| * | add missing comma after the conjunctive/ linking adverb 'Thus' | tobo | 2025-01-31 | 1 | -1/+1 | |
| | | | | | commit_hash:a2b2ef662dca59ed77030a8be927f291464b9406 | |||||
| * | Pass max_failed_job_count to all operations (as documented) | aneporada | 2025-01-27 | 1 | -3/+3 | |
| | | | | | commit_hash:81f6d28712840d4a1b4aa47f2ee5e9e8a99d9ced | |||||
| * | Minor refactorings in request serialization | hiddenpath | 2025-01-22 | 2 | -6/+27 | |
| | | | | | commit_hash:3882b76fe4391a0a2dd80d40c940ffa250067a58 | |||||
| * | YT-23616: Rename raw_client to http_client | hiddenpath | 2025-01-22 | 38 | -63/+31 | |
| | | | | | commit_hash:df330f3a0c0ca36d9bcf801fd96b964f1be6383a | |||||
| * | YT-23616: Add TryGet method for TRpcRawClient | hiddenpath | 2025-01-21 | 1 | -1/+1 | |
| | | | | | commit_hash:4caf058e62d91c296c130ed11a6f6adbc636d52e | |||||
| * | Add docker image option in operaion spec in cpp sdk | Gleb | 2025-01-19 | 2 | -0/+6 | |
| | | | | | | | | | | | | | | * Changelog entry Type: fix Component: cpp-sdk Add `docker image` option into cpp sdk. --- Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/1035 commit_hash:2a13f1bcfc21dc3b500100bca3fdfef04e96abf4 | |||||
| * | logging + split verification | ermolovd | 2025-01-18 | 1 | -4/+6 | |
| | | | | | commit_hash:48aabc0968f83c0b5aedf37ceed9531d6d37864b | |||||
| * | YT-23616: Make implementation of CanonizeYPath method being common | hiddenpath | 2025-01-16 | 10 | -47/+36 | |
| | | | | | commit_hash:7f3ecc44b4299acc4fc7b0f463eceac61d0b0156 | |||||
| * | YT-23616: Make BatchTransform implementation being common | hiddenpath | 2025-01-15 | 5 | -13/+16 | |
| | | | | | commit_hash:4191c9aa7cde449475eddf88d8c04e1ebf0b8ad9 | |||||
| * | YT-23616: Make THttpRawBatchRequest as an implementation of IRawBatchRequest ↵ | hiddenpath | 2025-01-15 | 20 | -107/+260 | |
| | | | | | | | interface commit_hash:9e6c556686dda1562697762d38da532dc5c87b80 | |||||
| * | YT-23616: Rename TRawBatchRequest to THttpRawBatchRequest | hiddenpath | 2025-01-14 | 14 | -61/+61 | |
| | | | | | commit_hash:86c2242b5c4d36886d33a0f52a452e493fb7555c | |||||
| * | Make ExecuteBatch as a method of TRawBatchRequest | hiddenpath | 2025-01-14 | 9 | -88/+68 | |
| | | | | | commit_hash:348e61a3cea27801ce90771a3f05cdee821b245f | |||||
| * | Remove RetryRequestWithPolicy | hiddenpath | 2025-01-14 | 3 | -93/+12 | |
| | | | | | commit_hash:c37dfdf6ccb765ed1d799f3a85a419e7ba917c31 | |||||
| * | Remove unnecessary http-related forward declaration | hiddenpath | 2025-01-14 | 1 | -7/+0 | |
| | | | | | commit_hash:72ded9c8e8813014a099e75d401840e8a8fa7694 | |||||
| * | Move SkyShareTable and WhoAmI implementations to raw requests | hiddenpath | 2025-01-10 | 6 | -61/+54 | |
| | | | | | commit_hash:ba5d8fd5b68a38feda9f2d17af383c41d450219e | |||||
| * | YT-23616: Add ReadFile method RPC implementation | hiddenpath | 2025-01-08 | 1 | -0/+1 | |
| | | | | | commit_hash:32904fe88304194b5acc75f5de589b2ce7f1dc50 | |||||
| * | Remove GetJobStderrWithRetries implementation | hiddenpath | 2024-12-30 | 4 | -26/+1 | |
| | | | | | commit_hash:82415cda0a9f8b805716194b0147c3e2a41d04a3 | |||||
| * | YT-23616: Introduce transaction methods for TRpcRawClient | hiddenpath | 2024-12-28 | 3 | -16/+18 | |
| | | | | | commit_hash:5baba43028bd5954a84c7897bd52dc101e9733c3 | |||||
| * | Remove TResponseReader implementation | hiddenpath | 2024-12-28 | 2 | -47/+18 | |
| | | | | | commit_hash:0b103a32d38299cd8ae3f308687280983046d02a | |||||
| * | Remove maybe_unused attribute from MultisetAttributesOptions | hiddenpath | 2024-12-27 | 1 | -1/+1 | |
| | | | | | commit_hash:d923a057eb8686eedefda511627ffd70580ebbe2 | |||||
| * | Remove unused variables in SerializeParamsForReadTable | hiddenpath | 2024-12-26 | 3 | -5/+1 | |
| | | | | | commit_hash:238d3551df7b9e909205aa157fefdaaeee7175d5 | |||||
| * | YT-23616: Move start_op to THttpRawClient | hiddenpath | 2024-12-24 | 8 | -81/+118 | |
| | | | | | commit_hash:dea4a6f4cd03d1ce40a117dbe660e14750dc6da5 | |||||
| * | Migrate THolder to std::unique_ptr in yt/cpp/mapreduce internals | hiddenpath | 2024-12-24 | 38 | -108/+108 | |
| | | | | | commit_hash:99bfa41ffc42ed3622660b15d7ce68802e53f902 | |||||
| * | Fix empty response getting status code | hiddenpath | 2024-12-23 | 1 | -2/+2 | |
| | | | | | commit_hash:298b614a4fddd4647e44e230448db1abf61569a3 | |||||
| * | YT-23616: Move read_blob_table and read_file to THttpRawClient | hiddenpath | 2024-12-23 | 11 | -161/+153 | |
| | | | | | commit_hash:6c9209d019fa324c9ae4f182b18e7d089a32937d | |||||
| * | YT-23616: Move ReadTable to THttpRawClient | hiddenpath | 2024-12-22 | 7 | -93/+75 | |
| | | | | | commit_hash:c145049aef2f4ccaff537670be830d81ebc6f8d6 | |||||
| * | YT-23616: Introduce THttpResponseStream to synchronize lifetimes of response ↵ | hiddenpath | 2024-12-22 | 1 | -1/+28 | |
| | | | | | | | and stream commit_hash:eca12ba7c81834e73f27175526122ac8cdaa3151 | |||||
