index
:
ydb
add-upcoming-event-1
alexv-smirnov-patch-1
alexv-smirnov1
blinkov-patch-1
docs-dont-link-to-archived-go-sdk
docs-drop-unused-files
docs-gtm
docs-quickstart-add-mkdir
docs-yfm-link
fix-header-ident-bloom
get_cmakelists2
license-year-2023
mai
main
readme-linkedin-link
readme-links-update
readme-social-update
roadmap
stable-22-2
stable-22-4
stable-22-5
stable-23-1
stable-23-2
stable-23-3
Mirror of YDB github repos
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
yt
/
cpp
/
mapreduce
/
client
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
YT-23616: Dispatch on some dyntable methods
hiddenpath
2025-04-18
1
-3
/
+3
*
Add EnableRpcProxyInJobProxy option to TUserJobSpec
hiddenpath
2025-04-08
1
-0
/
+1
*
Add 'Alias' to TOperationSpecBase
yurial
2025-04-02
1
-0
/
+3
*
YT-20969: C++ methods for reading table partitions
ermolovd
2025-04-02
5
-0
/
+153
*
Change UnixDomainSocket option into boolean
hiddenpath
2025-04-02
1
-2
/
+6
*
YT-23616: Add ProxyUnixDomainSocket client option
hiddenpath
2025-03-28
1
-0
/
+1
*
YT-24586: Start requesting the progress attribute in GetOperation only when c...
hiddenpath
2025-03-26
1
-6
/
+12
*
Split YT_PROXY_ROLE into http and rpc options
hiddenpath
2025-03-25
1
-3
/
+5
*
YT-24560: Move ProxyRole from TCreateClientOptions to TConfig
hiddenpath
2025-03-24
1
-2
/
+3
*
YQL-19214: Check existence only on local cluster
coteeq
2025-03-23
1
-11
/
+13
*
YT-22871: remove TThreadPerTransactionPinger
ermolovd
2025-03-21
1
-85
/
+0
*
Remove RetryHeavyWriteRequest method
hiddenpath
2025-03-12
3
-88
/
+21
*
Move write table implementation out of retryless writer
hiddenpath
2025-03-12
3
-29
/
+6
*
YT-24050: Disable queue consumer registration manager by default in job proxies
hiddenpath
2025-03-05
1
-0
/
+1
*
YT-23616: Disable specific categories only when using CoreLog
hiddenpath
2025-03-05
1
-6
/
+5
*
YT-24173: Fix error resolving path in remote clusters operations
hiddenpath
2025-03-01
8
-28
/
+77
*
YT-23616: Support ignoring specific log categories
hiddenpath
2025-02-21
1
-2
/
+9
*
YT-21081: fix temp tables for case when client is created with GlobalTx
ermolovd
2025-02-19
2
-7
/
+23
*
YT-23616: Temprorary fallback to http implementation for some methods
hiddenpath
2025-02-18
1
-3
/
+3
*
YT-23616: Remove HttpCode from TErrorResponse
hiddenpath
2025-02-18
1
-13
/
+11
*
YT-23616: Support ProxyRole in TCreateClientOptions
hiddenpath
2025-02-15
1
-0
/
+4
*
YT-23616: Add implementation of method for creating rpc client
hiddenpath
2025-02-15
1
-1
/
+5
*
YT-23616: Move creation of client context to separate function
hiddenpath
2025-02-15
1
-1
/
+10
*
Add Annotations and Description options to TOperationSpecBase
hiddenpath
2025-02-12
1
-0
/
+6
*
Fix style
ermolovd
2025-02-11
1
-1
/
+1
*
introduce batching for concatenate
ermolovd
2025-02-11
1
-12
/
+40
*
YT-23616: Move RequestWithRetry to common
hiddenpath
2025-02-08
11
-29
/
+11
*
YT-23616: Switch TYtPoller to IRawClient
hiddenpath
2025-02-08
3
-9
/
+16
*
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
[prev]
[next]