summaryrefslogtreecommitdiffstats
path: root/yt/cpp
Commit message (Collapse)AuthorAgeFilesLines
* YT-24500: Introduce structured logginghiddenpath2025-05-036-0/+85
| | | | commit_hash:e6ea4db1e3a66694223008fec3b5064a4d58a8e1
* YT-10317: Throw error on max_compresssed_data_size_per_job violationapollo13212025-04-301-3/+4
| | | | commit_hash:a25a8948b4adb3b8a9453d784b6560b4b64bc0d8
* YT-23616: Split TRetryfulWriter implementation into rpc and httphiddenpath2025-04-237-34/+82
| | | | commit_hash:2b01b1b2387f71903fc29f3364d1e5f46f35a703
* YT-22593: Migrate auth to std::stringbabenko2025-04-231-1/+1
| | | | commit_hash:5c78798b304a05a90b7e9a5b2bcdc1d3454d9f77
* YT-23645: Do not override user configuration of loggerhiddenpath2025-04-221-1/+4
| | | | commit_hash:a4522facabf7d730438dfc794abddedb0838d79e
* YT-24322: Retry cannot read from socket input stream errorhiddenpath2025-04-212-1/+2
| | | | commit_hash:bdfb86ce1915fd5c298250f4973acf6343a3e226
* Don't wait Yt poller thread shutdown under lockudovichenko-r2025-04-211-4/+8
| | | | commit_hash:1ddf88b71f3418bee4e3621d13b822ef59dc8e9d
* YT-23616: Dispatch on some dyntable methodshiddenpath2025-04-184-87/+42
| | | | commit_hash:c279c66b6d18c54f7f1794d2a0ba851119dd59c8
* YT-23616: Add RPC implementation of LookupRows, DeleteRows and InsertRows ↵hiddenpath2025-04-172-4/+2
| | | | | | methods commit_hash:c71f62e346bef766379d7b3c3ac2933bb96ac543
* YT-6812, YT-24298: Introducing attributes and events to list_jobsbystrovserg2025-04-092-12/+57
| | | | commit_hash:9395b2e879d30ba83d17dcc8c94af4618a13d2a7
* Add EnableRpcProxyInJobProxy option to TUserJobSpechiddenpath2025-04-082-0/+10
| | | | commit_hash:066f704ba92da58c63ac8af6f9032f6c2672a9be
* Add 'Alias' to TOperationSpecBaseyurial2025-04-022-0/+6
| | | | commit_hash:1414ded4e1a06aa5c10b8be0bb67d2bf3608f211
* YT-20969: C++ methods for reading table partitionsermolovd2025-04-0215-3/+283
| | | | | | | | | * Changelog entry Type: feature Component: cpp-mapreduce-sdk Introduce methods for reading table partition commit_hash:ab818edd21ccb2a9c5f3d5f010686c3314532192
* Change UnixDomainSocket option into booleanhiddenpath2025-04-024-7/+11
| | | | commit_hash:b2716bf7efedb55f6a99c800356dfaaeab6abaff
* YT-24660: Add retry for timeout generic errorhiddenpath2025-03-311-0/+1
| | | | commit_hash:865fce03f413e78b138e4e92b9d11d11be696d02
* YT-23616: Add ProxyUnixDomainSocket client optionhiddenpath2025-03-284-1/+8
| | | | commit_hash:1f6882f7cda53ebe7e544d255f657f027af5b553
* Merge yexception.h and bt_exception.h to prevent include cyclethegeorg2025-03-283-3/+3
| | | | commit_hash:4a6a74639669cf2836dedbc7b61efb1f43faef1f
* YT-24586: Start requesting the progress attribute in GetOperation only when ↵hiddenpath2025-03-261-6/+12
| | | | | | calling GetJobStatistics commit_hash:a7418a2d5800afabf79f01be0d2ddfff0855b85a
* Split YT_PROXY_ROLE into http and rpc optionshiddenpath2025-03-255-9/+19
| | | | commit_hash:cc2686061c43671c755570899d39e082199e6879
* YT-24560: Move ProxyRole from TCreateClientOptions to TConfighiddenpath2025-03-244-5/+8
| | | | commit_hash:084ed566137acac02d701e8b07c99af4c78db549
* YQL-19214: Check existence only on local clustercoteeq2025-03-231-11/+13
| | | | commit_hash:7a826081edd81909397bf261cd1c82d7934479a0
* YT-22871: remove TThreadPerTransactionPingerermolovd2025-03-211-85/+0
| | | | commit_hash:59aad81ea57327aebbb7ac23ffaf2583469588fc
* YT-24248: Add with_interruption_info filter in list_jobsbystrovserg2025-03-132-0/+7
| | | | commit_hash:a8223fd786e254539dc86102b30558c16c8bd760
* Remove RetryHeavyWriteRequest methodhiddenpath2025-03-123-88/+21
| | | | commit_hash:fa94f3642df1cc95d0fb51d55ff594c6b5cc3dee
* Move write table implementation out of retryless writerhiddenpath2025-03-127-29/+104
| | | | commit_hash:76ee7f2ff9eb898df33408811d52b217a4ecd4d3
* Do not fail upon negative job counters receivinghiddenpath2025-03-115-65/+65
| | | | commit_hash:668ef57d392be32298dea16386d7d7e78aca248d
* YT-24050: Disable queue consumer registration manager by default in job proxieshiddenpath2025-03-051-0/+1
| | | | commit_hash:37c244322d440c3bae13154109352403123e51c6
* YT-23616: Disable specific categories only when using CoreLoghiddenpath2025-03-051-6/+5
| | | | commit_hash:9334e3dd45a476ba93f6342efd5361002046d228
* YT-24173: Fix error resolving path in remote clusters operationshiddenpath2025-03-0114-29/+142
| | | | commit_hash:9facb0640518c75b7a745dad2ddbd649cb91a83f
* Add equality operator to TReadRangeasamoylov222025-02-282-0/+31
| | | | commit_hash:2d5c53592a60605013dc6de0e7030f2c80ec3ac3
* YT-24340: Use 'type' instead of 'operation_type' in Python APIignat2025-02-271-1/+1
| | | | commit_hash:6a13727ca3768dc1f888871075884ab50ba0c3a4
* Helper to print debug text ysonermolovd2025-02-271-0/+13
| | | | commit_hash:9bf2720c07d72769345cd76b6023c066c475b025
* Overwrite expired entries in TAddressCachehiddenpath2025-02-251-1/+1
| | | | | This fixes https://github.com/ytsaurus/ytsaurus/issues/1091 commit_hash:7c40eb4f69a3f8feb37e566cbec43a47f6141994
* YT-23616: Support ignoring specific log categorieshiddenpath2025-02-212-2/+10
| | | | commit_hash:9017070ae3bd4877019fc3510bdea4372801ea34
* , YT-24294: Fix retry of 503 http code error without X-Yt-Errorhiddenpath2025-02-202-6/+7
| | | | commit_hash:a79152834c521c5dfea79b8a0b1af221078fb108
* YT-23616: Add CreateRpcClient methodhiddenpath2025-02-191-0/+5
| | | | commit_hash:78db7b8cacb58da4b6e26dd810baa508a8abfda2
* YT-21081: fix temp tables for case when client is created with GlobalTxermolovd2025-02-194-10/+33
| | | | commit_hash:c49256f38de62e8d05359c16a70ea6b88220a9ba
* YT-23616: Fix serialization of rpc requestshiddenpath2025-02-191-0/+4
| | | | commit_hash:19ce3d00d0004d912f34857447485358b0dd87b5
* YT-23616: Temprorary fallback to http implementation for some methodshiddenpath2025-02-184-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 BatchRequestthenromanov2025-02-181-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 TErrorResponsehiddenpath2025-02-186-53/+28
| | | | commit_hash:412a7a1e02eb68d388aff73a439e98f6f2dab8a6
* YT-23616: Add IsUnauthorized method to TErrorResponsehiddenpath2025-02-172-0/+19
| | | | commit_hash:eb23d10ce4143a7cc122794f85c66072b317fc44
* YT-23616: Do not rely on 4xx http codeshiddenpath2025-02-171-5/+1
| | | | commit_hash:180c7545c76e0286472079ec129fd15f2e140aa9
* YT-23616: Do not rely on specific http codes upon request retryhiddenpath2025-02-174-12/+19
| | | | commit_hash:6567d772f1cc5091a75ad5249c2a97a73dc5e6cd
* YT-23616: Implement generic errors extending methodhiddenpath2025-02-162-0/+16
| | | | commit_hash:931d1114b30ea24bb1dcf9d2b4cece06f4467498
* YT-23616: Add TransientError to retriable errors listhiddenpath2025-02-162-0/+3
| | | | commit_hash:44da796ee80311e7b497fd79a86a38a52b250272
* YT-23616: Support ProxyRole in TCreateClientOptionshiddenpath2025-02-152-0/+7
| | | | commit_hash:9ae5443415404568faae52d025c9c0fcbd8b8db4
* YT-23616: Add implementation of method for creating rpc clienthiddenpath2025-02-152-5/+7
| | | | commit_hash:5854a0271a0a2a26dc9891ff1502889edbf38a18
* YT-23616: Move creation of client context to separate functionhiddenpath2025-02-151-1/+10
| | | | commit_hash:00566ef65ebff8cb4a46a4ffaa1772007fd47fab
* YT-23616: Wrap RPC errors with TErrorResponsehiddenpath2025-02-142-0/+9
| | | | commit_hash:942341764b50f7cef15e1b5a473069d8af9fcc2e