| Commit message (Expand) | Author | Age | Files | Lines |
| * | Pass max_failed_job_count to all operations (as documented) | aneporada | 2025-01-27 | 1 | -3/+3 |
| * | YT-23616: Rename raw_client to http_client | hiddenpath | 2025-01-22 | 25 | -57/+28 |
| * | Add docker image option in operaion spec in cpp sdk | Gleb | 2025-01-19 | 1 | -0/+3 |
| * | logging + split verification | ermolovd | 2025-01-18 | 1 | -4/+6 |
| * | YT-23616: Make implementation of CanonizeYPath method being common | hiddenpath | 2025-01-16 | 8 | -34/+24 |
| * | YT-23616: Make BatchTransform implementation being common | hiddenpath | 2025-01-15 | 4 | -9/+12 |
| * | YT-23616: Make THttpRawBatchRequest as an implementation of IRawBatchRequest ... | hiddenpath | 2025-01-15 | 10 | -42/+22 |
| * | YT-23616: Rename TRawBatchRequest to THttpRawBatchRequest | hiddenpath | 2025-01-14 | 9 | -16/+16 |
| * | Make ExecuteBatch as a method of TRawBatchRequest | hiddenpath | 2025-01-14 | 4 | -8/+5 |
| * | Move SkyShareTable and WhoAmI implementations to raw requests | hiddenpath | 2025-01-10 | 1 | -2/+2 |
| * | Remove GetJobStderrWithRetries implementation | hiddenpath | 2024-12-30 | 1 | -1/+1 |
| * | YT-23616: Move start_op to THttpRawClient | hiddenpath | 2024-12-24 | 3 | -78/+68 |
| * | Migrate THolder to std::unique_ptr in yt/cpp/mapreduce internals | hiddenpath | 2024-12-24 | 19 | -47/+47 |
| * | Fix empty response getting status code | hiddenpath | 2024-12-23 | 1 | -2/+2 |
| * | YT-23616: Move read_blob_table and read_file to THttpRawClient | hiddenpath | 2024-12-23 | 2 | -155/+43 |
| * | YT-23616: Move ReadTable to THttpRawClient | hiddenpath | 2024-12-22 | 2 | -92/+18 |
| * | YT-23616: Return IHttpResponsePtr instead of TResponseInfo | hiddenpath | 2024-12-22 | 1 | -5/+5 |
| * | [yt/cpp/mapreduce] YT-23616: Move SkyShareTable implementation to THttpRawClient | hiddenpath | 2024-12-19 | 1 | -5/+21 |
| * | [yt/cpp/mapreduce] YT-23616: Move Transaction, Misc, Table methods to THttpRa... | hiddenpath | 2024-12-18 | 6 | -70/+108 |
| * | [yt/cpp/mapreduce] YT-23616: Move some http methods to THttpRawClient | hiddenpath | 2024-12-17 | 2 | -135/+56 |
| * | [yt/cpp/mapreduce] YT-23616: Move Job methods to THttpRawClient | hiddenpath | 2024-12-17 | 5 | -77/+82 |
| * | [yt/cpp/mapreduce] YT-23616: Move Transaction and Operation methods to THttpR... | hiddenpath | 2024-12-16 | 8 | -50/+148 |
| * | [yt/cpp/mapreduce] YT-23616: Move rest of Cypress methods to THttpRawClient | hiddenpath | 2024-12-15 | 12 | -132/+89 |
| * | Remove excessive mutationId argument | hiddenpath | 2024-12-14 | 7 | -28/+21 |
| * | yt/cpp/mapreduce: move Copy methods to THttpRawClient | hiddenpath | 2024-12-13 | 1 | -2/+7 |
| * | yt/cpp/mapreduce: move Create to THttpRawClient | hiddenpath | 2024-12-13 | 3 | -44/+71 |
| * | yt/cpp/mapreduce: move Get, TryGet, Exists, MultisetAttributes to THttpRawClient | hiddenpath | 2024-12-13 | 27 | -99/+273 |
| * | Fix style issues in yt/cpp/mapreduce | hiddenpath | 2024-12-13 | 2 | -0/+2 |
| * | yt/cpp/mapreduce: Move Set operation to THttpRawClient | hiddenpath | 2024-12-12 | 4 | -9/+43 |
| * | Intermediate changes | robot-piglet | 2024-12-08 | 1 | -3/+5 |
| * | YT-23442: set nirvana context in operation spec | ermolovd | 2024-11-29 | 1 | -10/+28 |
| * | YT-23645: mapreduce client can use yt/core log manager | ermolovd | 2024-11-28 | 1 | -9/+13 |
| * | YT-23568: Skip checking table existence if table is located on different cluster | v-a-zolotov | 2024-11-28 | 1 | -0/+1 |
| * | YT-23568: `create` attribute in RichYPath | ermolovd | 2024-11-26 | 1 | -6/+9 |
| * | Open log file in append mode by default | ermolovd | 2024-11-25 | 1 | -1/+1 |
| * | YT-23422: do not write command line into attributes of operations | ermolovd | 2024-11-23 | 2 | -7/+3 |
| * | Intermediate changes | robot-piglet | 2024-11-16 | 1 | -3/+9 |
| * | add nirvana block url to started by block | ermolovd | 2024-11-09 | 1 | -53/+94 |
| * | YT-23262: initialize client with JoblessInitialize if user didn't | ermolovd | 2024-11-08 | 3 | -7/+25 |
| * | YT-23262: send all logs to file | ermolovd | 2024-11-02 | 1 | -1/+27 |
| * | Use lowercase Data, Empty and Size in some code-generations | mikhnenko | 2024-10-28 | 1 | -6/+6 |
| * | YT-21938: Introduce get_job_trace | omgronny | 2024-10-11 | 2 | -0/+12 |
| * | Use lower case for TString methods Data, Size and Empty in ysite, yt, ytech, ... | mikhnenko | 2024-10-09 | 2 | -3/+3 |
| * | YT-22871: Disable option for switching to sync pinger | ermolovd | 2024-10-04 | 1 | -14/+10 |
| * | Intermediate changes | robot-piglet | 2024-08-30 | 1 | -0/+1 |
| * | GLOBAL OTBIVKA FIX ୧༼ಠ益ಠ༽୨ | pavook | 2024-08-22 | 3 | -4/+4 |
| * | Fix transaction pinger tvm auth | iudovin | 2024-08-09 | 1 | -2/+5 |
| * | YT-22268: Support YT_LOG_PATH in c++ api | whatsername | 2024-07-15 | 1 | -1/+3 |
| * | YT-21308: Minor codestyle tweak | apachee | 2024-06-17 | 1 | -3/+3 |
| * | YT-21868: Static analysis of format string in logging | arkady-e1ppa | 2024-05-30 | 2 | -2/+7 |