summaryrefslogtreecommitdiffstats
path: root/yt/cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* YT-23616: Add ReadFile method RPC implementationhiddenpath2025-01-081-0/+1
| | | | commit_hash:32904fe88304194b5acc75f5de589b2ce7f1dc50
* Remove GetJobStderrWithRetries implementationhiddenpath2024-12-304-26/+1
| | | | commit_hash:82415cda0a9f8b805716194b0147c3e2a41d04a3
* YT-23616: Introduce transaction methods for TRpcRawClienthiddenpath2024-12-283-16/+18
| | | | commit_hash:5baba43028bd5954a84c7897bd52dc101e9733c3
* Remove TResponseReader implementationhiddenpath2024-12-282-47/+18
| | | | commit_hash:0b103a32d38299cd8ae3f308687280983046d02a
* Remove maybe_unused attribute from MultisetAttributesOptionshiddenpath2024-12-271-1/+1
| | | | commit_hash:d923a057eb8686eedefda511627ffd70580ebbe2
* Remove unused variables in SerializeParamsForReadTablehiddenpath2024-12-263-5/+1
| | | | commit_hash:238d3551df7b9e909205aa157fefdaaeee7175d5
* YT-23616: Move start_op to THttpRawClienthiddenpath2024-12-248-81/+118
| | | | commit_hash:dea4a6f4cd03d1ce40a117dbe660e14750dc6da5
* Migrate THolder to std::unique_ptr in yt/cpp/mapreduce internalshiddenpath2024-12-2438-108/+108
| | | | commit_hash:99bfa41ffc42ed3622660b15d7ce68802e53f902
* Fix empty response getting status codehiddenpath2024-12-231-2/+2
| | | | commit_hash:298b614a4fddd4647e44e230448db1abf61569a3
* YT-23616: Move read_blob_table and read_file to THttpRawClienthiddenpath2024-12-2311-161/+153
| | | | commit_hash:6c9209d019fa324c9ae4f182b18e7d089a32937d
* YT-23616: Move ReadTable to THttpRawClienthiddenpath2024-12-227-93/+75
| | | | commit_hash:c145049aef2f4ccaff537670be830d81ebc6f8d6
* YT-23616: Introduce THttpResponseStream to synchronize lifetimes of response ↵hiddenpath2024-12-221-1/+28
| | | | | | and stream commit_hash:eca12ba7c81834e73f27175526122ac8cdaa3151
* YT-23616: Return IHttpResponsePtr instead of TResponseInfohiddenpath2024-12-226-73/+73
| | | | commit_hash:15e9e482495b418a4e9f54ad7c423f0bba0d9f14
* Fix SkyShareTable bodyhiddenpath2024-12-211-1/+1
| | | | commit_hash:f1f92a4c6fca6b14cf5e69827e3c61b504005e21
* [yt/cpp/mapreduce] YT-23616: Move SkyShareTable implementation to THttpRawClienthiddenpath2024-12-196-58/+65
| | | | commit_hash:92ea122e55a25d9ae51128f652c4e43c1e72c05d
* [yt/cpp/mapreduce] YT-23616: Move Transaction, Misc, Table methods to ↵hiddenpath2024-12-1811-411/+471
| | | | | | THttpRawClient commit_hash:a08daac218b8d8bbd805220429b62f2284ad094f
* [yt/cpp/mapreduce] YT-23616: Move some http methods to THttpRawClienthiddenpath2024-12-177-141/+373
| | | | commit_hash:4e2845ba995aaf7bbae2c24735ceb099a116c89d
* Fix -Wunused-parameter in y*vadim-xd2024-12-171-1/+1
| | | | | TRIVIAL commit_hash:f55dc23fb741393c444b088024393fa452d06795
* [yt/cpp/mapreduce] YT-23616: Move Job methods to THttpRawClienthiddenpath2024-12-1710-311/+329
| | | | commit_hash:bd11304f4147ff314372d4ab6049478143f60fd5
* [yt/cpp/mapreduce] YT-23616: Move Transaction and Operation methods to ↵hiddenpath2024-12-1613-249/+362
| | | | | | THttpRawClient commit_hash:b093be44005f3d9da9779444cbbc32b93f7372ee
* [yt/cpp/mapreduce] YT-23616: Move rest of Cypress methods to THttpRawClienthiddenpath2024-12-1519-320/+306
| | | | commit_hash:2d705aa0369f1425152547803e0fcf80780e1bf6
* Remove excessive mutationId argumenthiddenpath2024-12-1410-38/+24
| | | | commit_hash:4f4f0d451f00b683572fc77efbae9119e2ee40de
* Add missed mutation_id to Set methodhiddenpath2024-12-141-0/+1
| | | | commit_hash:42a49cc7c56a9c5e11121a581393a00b6242eb28
* yt/cpp/mapreduce: move Copy methods to THttpRawClienthiddenpath2024-12-136-49/+66
| | | | commit_hash:c0f835454764181a7258ab7358022f8a80d71873
* yt/cpp/mapreduce: move Create to THttpRawClienthiddenpath2024-12-138-81/+98
| | | | commit_hash:9ca8428c322034064576bb56f74e704425ce7de9
* yt/cpp/mapreduce: move Get, TryGet, Exists, MultisetAttributes to THttpRawClienthiddenpath2024-12-1332-185/+376
| | | | commit_hash:bd2228f98fa92de408ca850f9bc1608fdf99e7f5
* Fix style issues in yt/cpp/mapreducehiddenpath2024-12-134-5/+9
| | | | commit_hash:2cca58ff0d61f7952ef077cb802395ba80e3a217
* yt/cpp/mapreduce: Move Set operation to THttpRawClienthiddenpath2024-12-1215-24/+230
| | | | commit_hash:3c4bb23f8331162e4667c907c007bc859cc2fc76
* Intermediate changesrobot-piglet2024-12-081-3/+5
| | | | commit_hash:0e2c6ffa83a45dd067375f65c7a4702660fe71ca
* remove unused includetobo2024-12-071-2/+1
| | | | commit_hash:02f30d5e3f7e0769ff3b7a2d69e6c2cd8935fd57
* YT-23221: Pass custom pool to sky share operationsartin-phares2024-12-043-1/+14
| | | | commit_hash:9c80e0f226bc350b5e89988c2f8cf92b65c7d50a
* YT-23442: set nirvana context in operation specermolovd2024-11-291-10/+28
| | | | commit_hash:0c8ecc6b08a1735f8aa861055d52c1ba152aa710
* YT-23645: mapreduce client can use yt/core log managerermolovd2024-11-286-20/+57
| | | | commit_hash:7007a3c7f56a6f271073811160f00f03162aaaa6
* YT-23568: Skip checking table existence if table is located on different clusterv-a-zolotov2024-11-281-0/+1
| | | | commit_hash:b5a8081be739437ebced2083440e22295ce64255
* YT-23568: `create` attribute in RichYPathermolovd2024-11-263-6/+21
| | | | | | | | | | * Changelog entry Type: feature Component: cpp-sdk Add support for `create` attribute in RichYPath. Don't create paths explicitly if `create` attribute is specified. commit_hash:52e77ce4cf5e21fae6d6e510ffb0edba35ec2a1d
* Open log file in append mode by defaultermolovd2024-11-251-1/+1
| | | | commit_hash:477d8692ac2c591d770fdf64664aa0be17d7d7b9
* fix buffered stream interleaving for proto formatermolovd2024-11-232-0/+21
| | | | commit_hash:66e6b75f97ea253ddbf4c97a180f9f971c59f93b
* YT-23422: do not write command line into attributes of operationsermolovd2024-11-235-44/+16
| | | | | | | | | * Changelog entry Type: feature Component: cpp-sdk C++ SDK doesn't write launching process command line to operation attributes. commit_hash:c50cbc2a31f5a3b733833767fe94019a0d7615d3
* YT-22455: Introduce list jobs continuation tokenomgronny2024-11-222-0/+21
| | | | | [nodiff:caesar] commit_hash:d45b3da99e7b19120e02298ca6e87c02cc800ea2
* Added cluster field to TRichYPathv-a-zolotov2024-11-212-0/+7
| | | | | | | | | Add cluster field to TRichYPath ### Changelog entry Type: feature Component: cpp-sdk commit_hash:eff6ccc4add04d64520c427c194424913ea2dfc4
* YT-22943: add context for system errorsermolovd2024-11-1912-144/+223
| | | | | | | * thrown system errors contain context (i.e. host method and request id that produced error) Type: feature Component: cpp-sdk commit_hash:af72a3a37785e9e373e816c2cc072df2076f821d
* cpp/mapreduce: fix styleermolovd2024-11-184-106/+108
| | | | commit_hash:4b9b636737f162b91295356e0ac17f0ea2beab20
* Intermediate changesrobot-piglet2024-11-161-3/+9
| | | | commit_hash:f2a9fd23d41396b6584b6d133ba2c57fa370863a
* add nirvana block url to started by blockermolovd2024-11-091-53/+94
| | | | commit_hash:0468f946ddc0d3a27c085e6e5ec4ce8121c4024d
* YT-23262: initialize client with JoblessInitialize if user didn'termolovd2024-11-083-7/+25
| | | | commit_hash:439622e771e7b7010609aa9974e9b82dcb0163ca
* YT-23387: Sort jobs by task nameomgronny2024-11-071-0/+1
| | | | commit_hash:eada58f1baf8c66541a6f4874a10034bd1a0632a
* YT-23262: send all logs to fileermolovd2024-11-021-1/+27
| | | | commit_hash:af0cfccef62a612208772fef9f0778b48ab16fda
* YT-23333: Add missing return statements in ↵k-gusev2024-10-311-0/+3
| | | | | | `yt/cpp/mapreduce/interface/operation-inl.h` commit_hash:4a4f867c892399e0ea27533653d089e1a98d01b0
* Fix regression: static anchors are not updated properlybabenko2024-10-301-4/+0
| | | | commit_hash:ab0bd9b2d0569820e495c714baecb05145ed35bf
* Use lowercase Data, Empty and Size in some code-generationsmikhnenko2024-10-281-6/+6
| | | | | [nodiff:caesar] commit_hash:13085d3e582f02071258318908bea6ef9c424fcb