| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Add a todo to remove the LogUseCore option | hiddenpath | 2025-06-04 | 1 | -5/+4 | |
| | | | | | commit_hash:2af1e11b5ae48afa30c1762d0170f3089a2e117f | |||||
| * | Fix style of namespace | hiddenpath | 2025-06-02 | 1 | -1/+1 | |
| | | | | | commit_hash:979d1b6765ed3cc3e4cc9875306f2454ffad7096 | |||||
| * | Drop Sequoia retries in non-native client | kvk1920 | 2025-05-31 | 2 | -14/+0 | |
| | | | | | commit_hash:57d91f37a7ee671db070142a51c437103bb881ba | |||||
| * | Introduce suppress access tracking options | hiddenpath | 2025-05-30 | 4 | -21/+90 | |
| | | | | | commit_hash:1b44475c0447374091b3f13cd7e2126757874ebb | |||||
| * | YT-24245: Add MultiproxyTargetCluster option | hiddenpath | 2025-05-27 | 3 | -0/+9 | |
| | | | | | commit_hash:4ad0d709eab6a3191e6cccd54f85765ae80cf3b2 | |||||
| * | Revert commit rXXXXXX, YT-25104: Switch to new retryful writer by default | buyval01 | 2025-05-21 | 1 | -1/+1 | |
| | | | | | commit_hash:244578d9961943bfc97269bde987d0bb12c3f133 | |||||
| * | YT-25104: Switch to new retryful writer by default | hiddenpath | 2025-05-20 | 1 | -1/+1 | |
| | | | | | commit_hash:f3ff128095511d3566e4895001e0fd899acaeb07 | |||||
| * | YT-25104: Align new writer behaviour with the oldest ones | hiddenpath | 2025-05-20 | 3 | -2/+6 | |
| | | | | | commit_hash:a33872f7bf427339504d82c86c97504eb38757d9 | |||||
| * | YT-25059: Introduce log levels as constants | hiddenpath | 2025-05-16 | 1 | -0/+9 | |
| | | | | | | | | This pull request updates the log level setting mechanism within NYT::TConfig from a explicit string-based approach to an enum-like approach. The modification changes assignment from `NYT::TConfig::Get()->LogLevel = "info";` to `NYT::TConfig::Get()->LogLevel = NYT::NLogLevel::Info;` This minimizes typos and misconfigurations as well as aligns with planned removal of enum ELogLevel (for the sake yt/core migration). commit_hash:cf8d9629e4cc27e6a44f089edfc4c158f11e4baf | |||||
| * | YT-22593: Drop redundant casts introduced in rXXXXXX | babenko | 2025-05-16 | 1 | -1/+1 | |
| | | | | | | This becomes possible after rXXXXXX commit_hash:a2b2f00538a8aad5fec5774b927890240db3e72b | |||||
| * | Log client version only with debug level | hiddenpath | 2025-05-15 | 1 | -1/+1 | |
| | | | | | commit_hash:565828a02846edaf6fff1ae3f2648a450adf992a | |||||
| * | YT-22593: Migrate HTTP headers to std::string | babenko | 2025-05-12 | 2 | -3/+3 | |
| | | | | | | [diff:runtime] commit_hash:262b2e671526b138d7a9631daf5d34400fc2208c | |||||
| * | YT-23645: Enable yt/core logger as default | hiddenpath | 2025-05-12 | 2 | -2/+2 | |
| | | | | | commit_hash:e2d621c2e844e927b6ed8188d628e3207441352f | |||||
| * | YT-24500: Introduce structured logging | hiddenpath | 2025-05-03 | 6 | -0/+85 | |
| | | | | | commit_hash:e6ea4db1e3a66694223008fec3b5064a4d58a8e1 | |||||
| * | YT-10317: Throw error on max_compresssed_data_size_per_job violation | apollo1321 | 2025-04-30 | 1 | -3/+4 | |
| | | | | | commit_hash:a25a8948b4adb3b8a9453d784b6560b4b64bc0d8 | |||||
| * | YT-23616: Split TRetryfulWriter implementation into rpc and http | hiddenpath | 2025-04-23 | 7 | -34/+82 | |
| | | | | | commit_hash:2b01b1b2387f71903fc29f3364d1e5f46f35a703 | |||||
| * | YT-22593: Migrate auth to std::string | babenko | 2025-04-23 | 1 | -1/+1 | |
| | | | | | commit_hash:5c78798b304a05a90b7e9a5b2bcdc1d3454d9f77 | |||||
| * | YT-23645: Do not override user configuration of logger | hiddenpath | 2025-04-22 | 1 | -1/+4 | |
| | | | | | commit_hash:a4522facabf7d730438dfc794abddedb0838d79e | |||||
| * | YT-24322: Retry cannot read from socket input stream error | hiddenpath | 2025-04-21 | 2 | -1/+2 | |
| | | | | | commit_hash:bdfb86ce1915fd5c298250f4973acf6343a3e226 | |||||
| * | Don't wait Yt poller thread shutdown under lock | udovichenko-r | 2025-04-21 | 1 | -4/+8 | |
| | | | | | commit_hash:1ddf88b71f3418bee4e3621d13b822ef59dc8e9d | |||||
| * | YT-23616: Dispatch on some dyntable methods | hiddenpath | 2025-04-18 | 4 | -87/+42 | |
| | | | | | commit_hash:c279c66b6d18c54f7f1794d2a0ba851119dd59c8 | |||||
| * | YT-23616: Add RPC implementation of LookupRows, DeleteRows and InsertRows ↵ | hiddenpath | 2025-04-17 | 2 | -4/+2 | |
| | | | | | | | methods commit_hash:c71f62e346bef766379d7b3c3ac2933bb96ac543 | |||||
| * | YT-6812, YT-24298: Introducing attributes and events to list_jobs | bystrovserg | 2025-04-09 | 2 | -12/+57 | |
| | | | | | commit_hash:9395b2e879d30ba83d17dcc8c94af4618a13d2a7 | |||||
| * | Add EnableRpcProxyInJobProxy option to TUserJobSpec | hiddenpath | 2025-04-08 | 2 | -0/+10 | |
| | | | | | commit_hash:066f704ba92da58c63ac8af6f9032f6c2672a9be | |||||
| * | Add 'Alias' to TOperationSpecBase | yurial | 2025-04-02 | 2 | -0/+6 | |
| | | | | | commit_hash:1414ded4e1a06aa5c10b8be0bb67d2bf3608f211 | |||||
| * | YT-20969: C++ methods for reading table partitions | ermolovd | 2025-04-02 | 15 | -3/+283 | |
| | | | | | | | | | | * Changelog entry Type: feature Component: cpp-mapreduce-sdk Introduce methods for reading table partition commit_hash:ab818edd21ccb2a9c5f3d5f010686c3314532192 | |||||
| * | Change UnixDomainSocket option into boolean | hiddenpath | 2025-04-02 | 4 | -7/+11 | |
| | | | | | commit_hash:b2716bf7efedb55f6a99c800356dfaaeab6abaff | |||||
| * | YT-24660: Add retry for timeout generic error | hiddenpath | 2025-03-31 | 1 | -0/+1 | |
| | | | | | commit_hash:865fce03f413e78b138e4e92b9d11d11be696d02 | |||||
| * | YT-23616: Add ProxyUnixDomainSocket client option | hiddenpath | 2025-03-28 | 4 | -1/+8 | |
| | | | | | commit_hash:1f6882f7cda53ebe7e544d255f657f027af5b553 | |||||
| * | Merge yexception.h and bt_exception.h to prevent include cycle | thegeorg | 2025-03-28 | 3 | -3/+3 | |
| | | | | | commit_hash:4a6a74639669cf2836dedbc7b61efb1f43faef1f | |||||
| * | YT-24586: Start requesting the progress attribute in GetOperation only when ↵ | hiddenpath | 2025-03-26 | 1 | -6/+12 | |
| | | | | | | | calling GetJobStatistics commit_hash:a7418a2d5800afabf79f01be0d2ddfff0855b85a | |||||
| * | Split YT_PROXY_ROLE into http and rpc options | hiddenpath | 2025-03-25 | 5 | -9/+19 | |
| | | | | | commit_hash:cc2686061c43671c755570899d39e082199e6879 | |||||
| * | YT-24560: Move ProxyRole from TCreateClientOptions to TConfig | hiddenpath | 2025-03-24 | 4 | -5/+8 | |
| | | | | | commit_hash:084ed566137acac02d701e8b07c99af4c78db549 | |||||
| * | YQL-19214: Check existence only on local cluster | coteeq | 2025-03-23 | 1 | -11/+13 | |
| | | | | | commit_hash:7a826081edd81909397bf261cd1c82d7934479a0 | |||||
| * | YT-22871: remove TThreadPerTransactionPinger | ermolovd | 2025-03-21 | 1 | -85/+0 | |
| | | | | | commit_hash:59aad81ea57327aebbb7ac23ffaf2583469588fc | |||||
| * | YT-24248: Add with_interruption_info filter in list_jobs | bystrovserg | 2025-03-13 | 2 | -0/+7 | |
| | | | | | commit_hash:a8223fd786e254539dc86102b30558c16c8bd760 | |||||
| * | Remove RetryHeavyWriteRequest method | hiddenpath | 2025-03-12 | 3 | -88/+21 | |
| | | | | | commit_hash:fa94f3642df1cc95d0fb51d55ff594c6b5cc3dee | |||||
| * | Move write table implementation out of retryless writer | hiddenpath | 2025-03-12 | 7 | -29/+104 | |
| | | | | | commit_hash:76ee7f2ff9eb898df33408811d52b217a4ecd4d3 | |||||
| * | 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 | |||||
