| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
* Changelog entry
Type: feature
Component: cpp-sdk
Add CheckClusterLiveness handle
commit_hash:9b3f23b70fb639693a67edbe9ed2b80683fea61b
|
| |
|
|
|
|
|
| |
Change the alias alternative of the operation id-or-alias variant to
std::string and propagate through the visitor lambdas, ResolveOperationAlias,
the driver OperationAlias field and the clickhouse handler.
commit_hash:6aab0b10eeb1367a1ec4c4d829855c7dd3cf4347
|
| |
|
|
|
|
|
|
| |
Migrate the string option/struct fields in the api headers to std::string
and propagate the change through the native client attribute helpers,
list_operations, operation cache and the api-bound driver accessors. A cold
to_lower boundary keeps a TString cast.
commit_hash:2541bfe57f03e50212c1b8f9abb394d403a9dafb
|
| |
|
|
|
|
|
|
|
| |
* Changelog entry
Type: fix
Component: cpp-sdk
Add prerequisite options for cypress and transactions requests.
commit_hash:4288a35e2237cfaa015ff3990e2be909d18cd6b0
|
| |
|
|
|
|
|
|
|
| |
* Changelog entry
Type: fix
Component: cpp-sdk
Add Prerequisite options similar to native client ones. Only for Cypress Get for now
commit_hash:6c3c0fe7e6540754033486f785f3b1b3c313808e
|
| |
|
|
|
|
|
|
|
| |
* Changelog entry
Type: fix
Component: cpp-sdk
Create trace\_id on client side
commit_hash:270019c138bed296ed934649a0b157f514fca0cb
|
| |
|
|
| |
commit_hash:2b3c252afc470f808af644051444907eddc53c04
|
| |
|
|
|
|
| |
This reverts commit 0f1a13799f52c8f40eba1dfd4151f26230fa038d, reversing
changes made to abdd5e068aae03e749b503803a5e76e0f59ab88a.
commit_hash:56f46e8526f7525e83147900ef65065541248d92
|
| |
|
|
|
|
|
|
|
| |
* Changelog entry
Type: feature
Component: cpp-sdk
Add Abort for table readers
commit_hash:be5026883c90d18333f20468946f1e5a5b71839b
|
| |
|
|
|
| |
to avoid generating large attachments
commit_hash:0f1a13799f52c8f40eba1dfd4151f26230fa038d
|
| |
|
|
| |
commit_hash:1618b38398bb1e77dc7300b85a47c8a84979e91f
|
| |
|
|
|
|
|
|
|
| |
* Changelog entry
Type: fix
Component: cpp-sdk
Fix WriteFile options rpc serializator
commit_hash:72571cc4756ce667348933d5d4e62e4ce9046f1f
|
| |
|
|
|
|
| |
Замена с помощью регулярок вида
https://nda.ya.ru/t/OEChuUHd7VNnpo
commit_hash:9e41613fde698b4df7eda66bff52116c2ba232ba
|
| |
|
|
|
|
|
|
|
|
| |
* Changelog entry
Type: cpp-sdk
<Message for release notes>
Support TCreateOptions::IgnoreTypeMismatch in C\+\+ SDK
commit_hash:5d45311d21562502b1df035fa6edbacb720a34a0
|
| |
|
|
| |
commit_hash:568d5d9a722dbfc08bee1a1666a1b49c8369cd03
|
| |
|
|
|
|
|
|
|
|
|
| |
* Changelog entry
Type: fix
Component: proxy
Rename shadowed data member NYT::TStartDistributedWriteTable(File)Options::Timeout -\> SessionTimeout
<Message for release notes>
commit_hash:1b5b967b5136a7105627854044de6eee634dde03
|
| |
|
|
|
|
|
|
|
|
|
|
| |
As of the date of this PR, there are 4 different ways to spell parenthesis operator in YT
* `operator()(args...)` - 505 occasions
* `operator() (args...)` - 151 occasions
* `operator () (args...)` - 65 occasions
* `operator ()(args...)` - 6 occasions
As is apparent from this statistics, the first way is the most popular by far (69% of all matches). Furthermore, it is the most consistent with YT style guide <https://nda.ya.ru/t/YOfm_T4z7Syke2>.
commit_hash:f9f2f2a6822e88d6aba6777210a00d08c2911bc5
|
| |
|
|
|
|
|
|
|
|
|
| |
* Changelog entry
Type: fix
Component: proxy
Support ControlAttributes with table partition reader (C\+\+ SDK and driver)
<Message for release notes>
commit_hash:56b1aaa58c4580fda0f9136d40092081eaab2292
|
| |
|
|
|
|
|
|
|
|
|
| |
* Changelog entry
Type: fix
Component: cpp-sdk
Raw client utilizes formatted table reader api
<Message for release notes>
commit_hash:c0ecd99971ac56141c9a7a2cb95cd3d7e6ad6611
|
| |
|
|
|
|
|
|
|
| |
* Changelog entry
Type: feature
Component: cpp-sdk
Start distributed session methods (file/table) now support attaching to transaction.
commit_hash:0a40dfd6d556f9890fa5abccf29c0baf33df4e7d
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
#### Вынос вспомогательных функций работы с асинхронными потоками в отдельный файл 📝
- 📦 Вынесены вспомогательные функции и адаптеры для работы с асинхронными потоками из `async_stream.h/cpp` в новый файл `async_stream_helpers.h/cpp`
- 🔧 Создан новый заголовочный файл, содержащий объявления всех основных адаптеров потоков: синхронных/асинхронных, буферизованных, zero-copy, копирующих, с предзагрузкой, экспирирующих и поддерживающих конкурентный доступ
- 🧩 Весь существующий код переключен на использование нового заголовка `async_stream_helpers.h`, где теперь находятся все ранее доступные функции адаптации потоков
- 🚫 Из оригинального `async_stream.h` удалены все вспомогательные функции, оставлена только основная интерфейсная часть (`IAsyncInputStream`, `IAsyncOutputStream` и их zero-copy варианты)
- ✅ Добавлена новая функция `CheckEndOfStream`, заменяющая собой старую `ExpectEndOfStream` в соответствующих местах кода
- 📁 Исходная реализация всех перенесённых функций перемещена в `async_stream_helpers.cpp`, упрощая оригинальный `async_stream.cpp`, который был удалён
<a href="https://nda.ya.ru/t/qa0kX64r7DqvtN"><font size="2">Autodescription by Yandex Code Assistant</font></a>
commit_hash:0662885b43294bfca7a6db5eaf61c82c90e3d214
|
| |
|
|
| |
commit_hash:aa962f5a7cdef69708c3502aaead051042eec0e5
|
| |
|
|
| |
commit_hash:6e2650b628359d16589e929fc70e761611ac0ea7
|
| |
|
|
|
|
|
|
|
| |
* Changelog entry
Type: feature
Component: cpp-sdk
Support Distributed write API methods for RPC proxies in C\+\+ client.
commit_hash:1b1247f95c77a2de02d16f56dcc3291e772be2f2
|
| |
|
|
| |
commit_hash:499c8bd542f62b59650fa219a086086717aa119c
|
| |
|
|
|
|
|
|
|
|
|
| |
* Changelog entry
Type: feature
Component: cpp-sdk
Support distributed API in C\+\+ SDK
<Message for release notes>
commit_hash:689a3c978864fa4623f3b38ce031faa96532b3fe
|
| |
|
|
|
|
|
|
|
| |
* Changelog entry
Type: fix
Component: cpp-sdk
Proper ensure initialize for rpc-client C\+\+ SDK
commit_hash:d584950fbe7d387d01ab212db124212cf4938ce4
|
| |
|
|
|
|
|
|
|
|
|
| |
<Message NOT for release notes>
* Changelog entry
Type: fix
Component: scheduler
Rework get\_job\_trace api: enable streaming and return perfetto-friendly format
commit_hash:082e255afb9022eb137dac3d0c3be8ac49d3b5e2
|
| |
|
|
| |
commit_hash:af1a447629e24e0b2fa1e075a45fdc5b5cb16bf4
|
| |
|
|
|
| |
yet another list jobs filter
commit_hash:8d2b248c73991a44afefcc274c5081bd95e73a32
|
| |
|
|
| |
commit_hash:c9d135eb92a817d376be8800f8ff6921ff6fc294
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Type: fix
Component: query-tracker
---
Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/1427
Co-authored-by: Anton Romanov <[email protected]>
commit_hash:0be7c33547e351e840978eb763d6a56762f8a0d2
|
| |
|
|
| |
commit_hash:bacf65d689e829af8ae1db6d8b6860ae4e551010
|
| |
|
|
|
|
|
|
|
| |
* Changelog entry
Type: feature
Component: cpp-sdk
Add table_collocation support
commit_hash:70150205f53cbf945a970ccdd270f0e90b70ca59
|
| |
|
|
|
|
|
|
|
| |
* Changelog entry
Type: feature
Component: proxy
Support LinkNodes with attributes via rpc
commit_hash:c45c720ee7b9977cb5b68e79ff37878f4ee83280
|
|
|
* Changelog entry
Type: fix
Component: cpp-sdk
Enable misc tests for RPC proxy, various fixes
commit_hash:c3c716503a2e106731ad99b66ec57ea00baf0304
|