| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Do not fail upon negative job counters receiving | hiddenpath | 2025-03-11 | 5 | -65/+65 | |
| | | | | | commit_hash:668ef57d392be32298dea16386d7d7e78aca248d | |||||
| * | YT-24050: Disable queue consumer registration manager by default in job proxies | hiddenpath | 2025-03-05 | 1 | -0/+1 | |
| | | | | | commit_hash:37c244322d440c3bae13154109352403123e51c6 | |||||
| * | YT-23616: Disable specific categories only when using CoreLog | hiddenpath | 2025-03-05 | 1 | -6/+5 | |
| | | | | | commit_hash:9334e3dd45a476ba93f6342efd5361002046d228 | |||||
| * | YT-24173: Fix error resolving path in remote clusters operations | hiddenpath | 2025-03-01 | 14 | -29/+142 | |
| | | | | | commit_hash:9facb0640518c75b7a745dad2ddbd649cb91a83f | |||||
| * | Add equality operator to TReadRange | asamoylov22 | 2025-02-28 | 2 | -0/+31 | |
| | | | | | commit_hash:2d5c53592a60605013dc6de0e7030f2c80ec3ac3 | |||||
| * | YT-24340: Use 'type' instead of 'operation_type' in Python API | ignat | 2025-02-27 | 1 | -1/+1 | |
| | | | | | commit_hash:6a13727ca3768dc1f888871075884ab50ba0c3a4 | |||||
| * | Helper to print debug text yson | ermolovd | 2025-02-27 | 1 | -0/+13 | |
| | | | | | commit_hash:9bf2720c07d72769345cd76b6023c066c475b025 | |||||
| * | Overwrite expired entries in TAddressCache | hiddenpath | 2025-02-25 | 1 | -1/+1 | |
| | | | | | | This fixes https://github.com/ytsaurus/ytsaurus/issues/1091 commit_hash:7c40eb4f69a3f8feb37e566cbec43a47f6141994 | |||||
| * | YT-23616: Support ignoring specific log categories | hiddenpath | 2025-02-21 | 2 | -2/+10 | |
| | | | | | commit_hash:9017070ae3bd4877019fc3510bdea4372801ea34 | |||||
| * | , YT-24294: Fix retry of 503 http code error without X-Yt-Error | hiddenpath | 2025-02-20 | 2 | -6/+7 | |
| | | | | | commit_hash:a79152834c521c5dfea79b8a0b1af221078fb108 | |||||
| * | YT-23616: Add CreateRpcClient method | hiddenpath | 2025-02-19 | 1 | -0/+5 | |
| | | | | | commit_hash:78db7b8cacb58da4b6e26dd810baa508a8abfda2 | |||||
| * | YT-21081: fix temp tables for case when client is created with GlobalTx | ermolovd | 2025-02-19 | 4 | -10/+33 | |
| | | | | | commit_hash:c49256f38de62e8d05359c16a70ea6b88220a9ba | |||||
| * | 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 | |||||
