Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add release notes for YDB CLI 2.19.0 #14164

Merged
merged 11 commits into from
Feb 10, 2025

Conversation

pnv1
Copy link
Collaborator

@pnv1 pnv1 commented Feb 3, 2025

Changelog category

  • Documentation (changelog entry is not required)

@pnv1 pnv1 requested a review from a team as a code owner February 3, 2025 17:29
@github-actions github-actions bot added the documentation Improvements or additions to documentation label Feb 3, 2025
Copy link

github-actions bot commented Feb 3, 2025

2025-02-03 17:34:18 UTC Pre-commit check linux-x86_64-relwithdebinfo for 09b92e2 has started.
2025-02-03 17:35:10 UTC Artifacts will be uploaded here
2025-02-03 17:37:37 UTC ya make is running...
🟢 2025-02-03 17:39:05 UTC Tests successful.

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
0 0 0 0 0 0

🟢 2025-02-03 17:39:14 UTC Build successful.

Copy link

github-actions bot commented Feb 3, 2025

✅ Documentation build

Revision built successfully
Revision preview link

Copy link

github-actions bot commented Feb 3, 2025

2025-02-03 17:37:39 UTC Pre-commit check linux-x86_64-release-asan for 09b92e2 has started.
2025-02-03 17:37:51 UTC Artifacts will be uploaded here
2025-02-03 17:40:12 UTC ya make is running...
🟢 2025-02-03 17:40:18 UTC Tests successful.

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
0 0 0 0 0 0

🟢 2025-02-03 17:40:26 UTC Build successful.

blinkov
blinkov previously requested changes Feb 4, 2025
Comment on lines 9 to 17
* Added [views](./concepts/datamodel/view) support in `ydb export s3` and `ydb import s3`. Views are exported as `CREATE VIEW` YQL statements which are executed on import.
* Added [changefeeds](./concepts/cdc) support in `ydb tools dump` and `ydb tools restore`. As a result, there are changes in the backup file structure: for tables with changefeeds, a subdirectory is created for each changefeed, named after the changefeed. This subdirectory contains two files: `changefeed_description.pb`, which contains the changefeed description, and `topic_description.pb`, which contains information about the underlying topic.
* Added `CREATE TABLE` text suggestion on scheme error during `ydb import file csv`.
* Added `--skip-checksum-validation` option to `ydb import s3` command to skip server-side checksum validation.
* Added statistics output on the current progress of the query in `ydb workload` command.
* Added query text to error message if a query fails in `ydb workload run` comamnd.
* Added a message if global timeout expiried in `ydb workload run` comamnd.
* Added new experimental options for `ydb debug ping` command: `--chain-length`, `--chain-work-duration`, `--no-tail-chain`.
* Added some temporary changes to experimental `ydb admin storage` command for internal usage.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Added [views](./concepts/datamodel/view) support in `ydb export s3` and `ydb import s3`. Views are exported as `CREATE VIEW` YQL statements which are executed on import.
* Added [changefeeds](./concepts/cdc) support in `ydb tools dump` and `ydb tools restore`. As a result, there are changes in the backup file structure: for tables with changefeeds, a subdirectory is created for each changefeed, named after the changefeed. This subdirectory contains two files: `changefeed_description.pb`, which contains the changefeed description, and `topic_description.pb`, which contains information about the underlying topic.
* Added `CREATE TABLE` text suggestion on scheme error during `ydb import file csv`.
* Added `--skip-checksum-validation` option to `ydb import s3` command to skip server-side checksum validation.
* Added statistics output on the current progress of the query in `ydb workload` command.
* Added query text to error message if a query fails in `ydb workload run` comamnd.
* Added a message if global timeout expiried in `ydb workload run` comamnd.
* Added new experimental options for `ydb debug ping` command: `--chain-length`, `--chain-work-duration`, `--no-tail-chain`.
* Added some temporary changes to experimental `ydb admin storage` command for internal usage.
* Added [views](./concepts/datamodel/view.md) support in `ydb export s3` and `ydb import s3`. Views are exported as `CREATE VIEW` YQL statements, which are executed on import.
* Added [changefeeds](./concepts/cdc.md) support in `ydb tools dump` and `ydb tools restore`. As a result, there are changes in the backup file structure: for tables with changefeeds, a subdirectory is created for each changefeed, named after the changefeed. This subdirectory contains two files: `changefeed_description.pb`, which contains the changefeed description, and `topic_description.pb`, which contains information about the underlying topic.
* Added `CREATE TABLE` text suggestion on schema error during `ydb import file csv`.
* Added the `--skip-checksum-validation` option to the `ydb import s3` command to skip server-side checksum validation.
* Added statistics output on the current progress of the query in the `ydb workload` command.
* Added query text to the error message if a query fails in the `ydb workload run` command.
* Added a message if the global timeout expired in the `ydb workload run` command.
* Added new experimental options for the `ydb debug ping` command: `--chain-length`, `--chain-work-duration`, `--no-tail-chain`.
### Backward incompatible changes
* Added some temporary changes to the experimental `ydb admin storage`.

Comment on lines 21 to 24
* Fixed a bug where arm64 YDB CLI binary was downloading amd64 binary to replace itself during `ydb update`. To update already installed binaries to the latest arm64 version, YDB CLI should be re-installed.
* Fixed return code of `ydb workload run` comamnd.
* Fixed a bug where `ydb workload tpch import generator` and `ydb workload tpcds import generator` commands were failing due to not all tables had been created
* Fixed a bug with backslashes in `ydb workload` benchmark paths on Windows
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Fixed a bug where arm64 YDB CLI binary was downloading amd64 binary to replace itself during `ydb update`. To update already installed binaries to the latest arm64 version, YDB CLI should be re-installed.
* Fixed return code of `ydb workload run` comamnd.
* Fixed a bug where `ydb workload tpch import generator` and `ydb workload tpcds import generator` commands were failing due to not all tables had been created
* Fixed a bug with backslashes in `ydb workload` benchmark paths on Windows
* Fixed a bug where the arm64 {{ ydb-short-name }} CLI binary was downloading the amd64 binary to replace itself during `ydb update`. To update already installed binaries to the latest arm64 version, {{ ydb-short-name }} CLI should be reinstalled.
* Fixed the return code of the `ydb workload run` command.
* Fixed a bug where the `ydb workload tpch import generator` and `ydb workload tpcds import generator` commands were failing because not all tables had been created.
* Fixed a bug with backslashes in `ydb workload` benchmark paths on Windows.

Comment on lines 11 to 19
* Добавлена поддержка [представлений (VIEW)](./concepts/datamodel/view) при выполнении операций `ydb export s3` и `ydb import s3`. Представления экспортируются как YQL-выражение `CREATE VIEW`, которое выполняется при импорта.
* Добавлена поддержка [потоков изменений (changefeeds)](./concepts/cdc) при выполнении команд `ydb tools dump` и `ydb tools restore`. Как результат, появились изменения в файле бэкапа: Для таблиц с потоками изменений создаётся по одноимённой директории на каждый поток изменений. Каждая такая директория содержит два файла: `changefeed_description.pb` содержит описание потока изменений, `topic_description.pb` содержит информацию о связанном топике.
* Добавлена рекомендация с текстом `CREATE TABLE` при схемной ошибке во время выполнения `ydb import file csv`.
* Добавлена опция `--skip-checksum-validation` для команды `ydb import s3`, позволяющая отключить валидацию checksum на стороне сервера.
* Добавлен вывод статистики для текущего процесса при выполнении команды `ydb workload`.
* Добавлен текст запроса к сообщению, если запрос завершился ошибкой при выполнении команды `ydb workload run`.
* Добавлено сообщение в случае ошибки истечения глобального таймаута при выполнении команды `ydb workload run`.
* Добавлены новые экспериментальные опции `--chain-length`, `--chain-work-duration`, `--no-tail-chain` для команды `ydb debug ping`.
* Добавлены временные изменения в экспериментальной команде `ydb admin storage` для внутреннего использования.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Добавлена поддержка [представлений (VIEW)](./concepts/datamodel/view) при выполнении операций `ydb export s3` и `ydb import s3`. Представления экспортируются как YQL-выражение `CREATE VIEW`, которое выполняется при импорта.
* Добавлена поддержка [потоков изменений (changefeeds)](./concepts/cdc) при выполнении команд `ydb tools dump` и `ydb tools restore`. Как результат, появились изменения в файле бэкапа: Для таблиц с потоками изменений создаётся по одноимённой директории на каждый поток изменений. Каждая такая директория содержит два файла: `changefeed_description.pb` содержит описание потока изменений, `topic_description.pb` содержит информацию о связанном топике.
* Добавлена рекомендация с текстом `CREATE TABLE` при схемной ошибке во время выполнения `ydb import file csv`.
* Добавлена опция `--skip-checksum-validation` для команды `ydb import s3`, позволяющая отключить валидацию checksum на стороне сервера.
* Добавлен вывод статистики для текущего процесса при выполнении команды `ydb workload`.
* Добавлен текст запроса к сообщению, если запрос завершился ошибкой при выполнении команды `ydb workload run`.
* Добавлено сообщение в случае ошибки истечения глобального таймаута при выполнении команды `ydb workload run`.
* Добавлены новые экспериментальные опции `--chain-length`, `--chain-work-duration`, `--no-tail-chain` для команды `ydb debug ping`.
* Добавлены временные изменения в экспериментальной команде `ydb admin storage` для внутреннего использования.
* Добавлена поддержка [представлений (VIEW)](./concepts/datamodel/view.md) при выполнении операций `ydb export s3` и `ydb import s3`. Представления экспортируются как YQL-выражение `CREATE VIEW`, которое выполняется при импорте.
* Добавлена поддержка [потоков изменений (changefeeds)](./concepts/cdc.md) при выполнении команд `ydb tools dump` и `ydb tools restore`. В результате появились изменения в файле бэкапа: для таблиц с потоками изменений создаётся одноимённая директория на каждый поток изменений. Каждая такая директория содержит два файла: `changefeed_description.pb` с описанием потока изменений и `topic_description.pb` с информацией о связанном топике.
* Добавлена рекомендация с текстом `CREATE TABLE` при схемной ошибке во время выполнения `ydb import file csv`.
* Добавлена опция `--skip-checksum-validation` для команды `ydb import s3`, позволяющая отключить валидацию контрольной суммы на стороне сервера.
* Добавлен вывод статистики для текущего процесса при выполнении команды `ydb workload`.
* Добавлен текст запроса к сообщению, если запрос завершился ошибкой при выполнении команды `ydb workload run`.
* Добавлено сообщение в случае ошибки истечения глобального таймаута при выполнении команды `ydb workload run`.
* Добавлены новые экспериментальные опции `--chain-length`, `--chain-work-duration`, `--no-tail-chain` для команды `ydb debug ping`.
### Изменения с потерей обратной совместимости
* Внесены временные изменения в экспериментальной команде `ydb admin storage`.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Изменений с потерей обратной совместимости сейчас нет. Но команда ydb admin storage, которая сейчас уже существует и для которой в этой версии добавлено несколько опций, будет в будущем изменена на ydb config. Вот только тогда будут изменения с потерей обратной совместимости. А пока это "какие-то внутренние изменения". Там много опций и они специфичные, для внутреннего использования

* Added query text to error message if a query fails in `ydb workload run` comamnd.
* Added a message if global timeout expiried in `ydb workload run` comamnd.
* Added new experimental options for `ydb debug ping` command: `--chain-length`, `--chain-work-duration`, `--no-tail-chain`.
* Added some temporary changes to experimental `ydb admin storage` command for internal usage.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's explain what exactly changed, otherwise it sounds weird.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a bunch of very specific options that shouldn't be described here. On the other hand, the changes were made and the ydb admin storage is available and has new options. The point of this message is "Yes, there were some changes. This is a command for internal usage and you shouldn't try using it". We could skip mentioning it but I insisted that this message is better than nothing

Comment on lines 9 to 17
* Added [views](./concepts/datamodel/view) support in `ydb export s3` and `ydb import s3`. Views are exported as `CREATE VIEW` YQL statements which are executed on import.
* Added [changefeeds](./concepts/cdc) support in `ydb tools dump` and `ydb tools restore`. As a result, there are changes in the backup file structure: for tables with changefeeds, a subdirectory is created for each changefeed, named after the changefeed. This subdirectory contains two files: `changefeed_description.pb`, which contains the changefeed description, and `topic_description.pb`, which contains information about the underlying topic.
* Added `CREATE TABLE` text suggestion on scheme error during `ydb import file csv`.
* Added `--skip-checksum-validation` option to `ydb import s3` command to skip server-side checksum validation.
* Added statistics output on the current progress of the query in `ydb workload` command.
* Added query text to error message if a query fails in `ydb workload run` comamnd.
* Added a message if global timeout expiried in `ydb workload run` comamnd.
* Added new experimental options for `ydb debug ping` command: `--chain-length`, `--chain-work-duration`, `--no-tail-chain`.
* Added some temporary changes to experimental `ydb admin storage` command for internal usage.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add links to documentation on each of these.

Comment on lines 23 to 26
* Исправлена ошибка, из-за которой команда `ydb update` на arm64-версии исполняемого файла YDB CLI скачивала и заменяла себя имполняемым файлом amd64-версии. Чтобы обновить ранее установленный YDB CLI до последней arm64-версии (а не amd64), его нужно переустановить.
* Команда `ydb workload run` теперь возвращает корректный код возврата.
* Исправлена ошибка, при которой команды `ydb workload tpch import generator` and `ydb workload tpcds import generator` завершались ошибкой из-за отсутствия необходимых таблиц в схеме.
* Исправлена ошибка с обратными слешами при указании путей в команде `ydb workload` на Windows
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Исправлена ошибка, из-за которой команда `ydb update` на arm64-версии исполняемого файла YDB CLI скачивала и заменяла себя имполняемым файлом amd64-версии. Чтобы обновить ранее установленный YDB CLI до последней arm64-версии (а не amd64), его нужно переустановить.
* Команда `ydb workload run` теперь возвращает корректный код возврата.
* Исправлена ошибка, при которой команды `ydb workload tpch import generator` and `ydb workload tpcds import generator` завершались ошибкой из-за отсутствия необходимых таблиц в схеме.
* Исправлена ошибка с обратными слешами при указании путей в команде `ydb workload` на Windows
* Исправлена ошибка, из-за которой команда `ydb update` в arm64-версии исполняемого файла YDB CLI скачивала и заменяла себя исполняемым файлом amd64-версии. Чтобы обновить ранее установленный YDB CLI до последней arm64-версии (а не amd64), его нужно переустановить.
* Команда `ydb workload run` теперь возвращает корректный код возврата.
* Исправлена ошибка, из-за которой команды `ydb workload tpch import generator` и `ydb workload tpcds import generator` завершались с ошибкой из-за отсутствия необходимых таблиц в схеме.
* Исправлена ошибка с обратными слешами при указании путей в команде `ydb workload` на Windows.

* Added statistics output on the current progress of the query in `ydb workload` command.
* Added query text to error message if a query fails in `ydb workload run` comamnd.
* Added a message if global timeout expiried in `ydb workload run` comamnd.
* Added new experimental options for `ydb debug ping` command: `--chain-length`, `--chain-work-duration`, `--no-tail-chain`.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

В прошлый раз мы не публиковали ydb debug ping, потому что она требовала релиза сервера 25.1. Надо уточнить у автора, может что-то изменилось.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Мы не можем при публикации изменений в CLI следить за тем, доехали ли эти изменения до каких-либо серверных кластеров. Мое мнение: изменение в CLI сделано в такой-то версии CLI, значит оно должно быть отражено в этой версии. Поддержка определённых фичей сервером должна отражаться в release notes сервера

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Я против того, чтобы писать про изменения, которые у большинства пользователей после апдейта кли на новую версию работать не будут. Пожалуйста, давай пока уберем и подумаем над решением, которое всех устроит.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Проблема:
В момент релиза YDB CLI, если новая команда/опция использует новую фичу на сервере, мы не знаем, в какой версии сервера эта фича будет добавлена. И вообще, будет ли она добавлена в принципе.

Как следствие, в общем случае мы не можем писать, в какой версии сервера будет добавлена поддержка этой фичи.
Более того, эта серверная фича, вероятно, уже есть в транке. И пользователи с local_ydb уже могут ей пользоваться.

Одно из предлагаемых решений: не писать про такие фичи сразу, а добавлять их в CLI release notes только после появления фичи на сервере. Тут много вопросов и рисков. Кластеров много, на каждом - своя версия. Всем не угодишь. Плюс есть высокая вероятность забыть вообще отразить это изменение в release notes.

Лично мне кажется, что появление фичи в определённой версии CLI должно быть сразу отражено в release notes к этой версии. Версия CLI уже выпущена и уже умеет работать с этой фичей. Если для неё требуется поддержка на сервере, предлагаю писать "Это новая функциональность, требуется поддержка на стороне сервера"

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Договорились писать в релиз ноуты и help про команду с пометкой, что ждет релиза 25.1.

Copy link

github-actions bot commented Feb 4, 2025

❌ Documentation build

Revision build failed

Build logs

Errors (2)

❌ Link is unreachable: ./reference/ydb-cli/commands/workload.md in /en/changelog-cli.md

❌ Link is unreachable: ./reference/ydb-cli/commands/workload.md in /ru/changelog-cli.md

@pnv1 pnv1 force-pushed the YDBDOCS-1023-CLI-2-19-0 branch from 69bd877 to 104d3eb Compare February 4, 2025 11:04
Copy link

github-actions bot commented Feb 4, 2025

❌ Documentation build

Revision build failed

Build logs

Errors (2)

❌ Link is unreachable: ./reference/ydb-cli/commands/workload.md in /en/changelog-cli.md

❌ Link is unreachable: ./reference/ydb-cli/commands/workload.md in /ru/changelog-cli.md

Copy link

github-actions bot commented Feb 4, 2025

2025-02-04 11:08:02 UTC Pre-commit check linux-x86_64-release-asan for ccacb50 has started.
2025-02-04 11:08:14 UTC Artifacts will be uploaded here
2025-02-04 11:10:41 UTC ya make is running...
🔴 2025-02-04 11:12:04 UTC Build failed, see the logs. Also see fail summary

Copy link

github-actions bot commented Feb 4, 2025

2025-02-04 11:08:38 UTC Pre-commit check linux-x86_64-relwithdebinfo for ccacb50 has started.
2025-02-04 11:08:53 UTC Artifacts will be uploaded here
2025-02-04 11:11:19 UTC ya make is running...
🔴 2025-02-04 11:12:17 UTC Build failed, see the logs. Also see fail summary

Copy link

github-actions bot commented Feb 4, 2025

2025-02-04 11:21:32 UTC Pre-commit check linux-x86_64-release-asan for 61a9617 has started.
2025-02-04 11:22:06 UTC Artifacts will be uploaded here
2025-02-04 11:25:10 UTC ya make is running...
🟢 2025-02-04 11:26:38 UTC Tests successful.

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
0 0 0 0 0 0

🟢 2025-02-04 11:26:43 UTC Build successful.

Copy link

github-actions bot commented Feb 4, 2025

2025-02-04 11:23:44 UTC Pre-commit check linux-x86_64-relwithdebinfo for 61a9617 has started.
2025-02-04 11:23:56 UTC Artifacts will be uploaded here
2025-02-04 11:26:20 UTC ya make is running...
🟢 2025-02-04 11:27:21 UTC Tests successful.

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
0 0 0 0 0 0

🟢 2025-02-04 11:27:26 UTC Build successful.

Copy link

github-actions bot commented Feb 4, 2025

✅ Documentation build

Revision built successfully
Revision preview link

Copy link

github-actions bot commented Feb 4, 2025

✅ Documentation build

Revision built successfully
Revision preview link

Copy link

github-actions bot commented Feb 4, 2025

2025-02-04 17:21:50 UTC Pre-commit check linux-x86_64-release-asan for a543fdd has started.
2025-02-04 17:21:55 UTC Artifacts will be uploaded here
2025-02-04 17:24:29 UTC ya make is running...
🟢 2025-02-04 17:26:14 UTC Tests successful.

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
0 0 0 0 0 0

🟢 2025-02-04 17:26:21 UTC Build successful.

Copy link

github-actions bot commented Feb 4, 2025

2025-02-04 20:31:28 UTC Pre-commit check linux-x86_64-relwithdebinfo for a543fdd has started.
2025-02-04 20:31:40 UTC Artifacts will be uploaded here
2025-02-04 20:34:09 UTC ya make is running...
🟢 2025-02-04 20:34:15 UTC Tests successful.

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
0 0 0 0 0 0

🟢 2025-02-04 20:34:20 UTC Build successful.

Copy link

github-actions bot commented Feb 5, 2025

2025-02-05 10:10:00 UTC Pre-commit check linux-x86_64-relwithdebinfo for 7484f54 has started.
2025-02-05 10:10:12 UTC Artifacts will be uploaded here
2025-02-05 10:12:37 UTC ya make is running...
🟢 2025-02-05 10:14:07 UTC Tests successful.

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
0 0 0 0 0 0

🟢 2025-02-05 10:14:12 UTC Build successful.

Copy link

github-actions bot commented Feb 5, 2025

✅ Documentation build

Revision built successfully
Revision preview link

Copy link

github-actions bot commented Feb 5, 2025

2025-02-05 10:10:09 UTC Pre-commit check linux-x86_64-release-asan for 7484f54 has started.
2025-02-05 10:10:20 UTC Artifacts will be uploaded here
2025-02-05 10:12:51 UTC ya make is running...
🟢 2025-02-05 10:14:29 UTC Tests successful.

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
0 0 0 0 0 0

🟢 2025-02-05 10:14:34 UTC Build successful.

Copy link

github-actions bot commented Feb 5, 2025

2025-02-05 10:22:23 UTC Pre-commit check linux-x86_64-release-asan for 9b10067 has started.
2025-02-05 10:22:36 UTC Artifacts will be uploaded here
2025-02-05 10:25:13 UTC ya make is running...
🟢 2025-02-05 10:27:00 UTC Tests successful.

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
0 0 0 0 0 0

🟢 2025-02-05 10:27:06 UTC Build successful.

Copy link

github-actions bot commented Feb 5, 2025

2025-02-05 10:22:24 UTC Pre-commit check linux-x86_64-relwithdebinfo for 9b10067 has started.
2025-02-05 10:22:35 UTC Artifacts will be uploaded here
2025-02-05 10:25:13 UTC ya make is running...
🟢 2025-02-05 10:26:53 UTC Tests successful.

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
0 0 0 0 0 0

🟢 2025-02-05 10:26:59 UTC Build successful.

Copy link

github-actions bot commented Feb 5, 2025

2025-02-05 12:48:08 UTC Pre-commit check linux-x86_64-release-asan for 8b55d77 has started.
2025-02-05 12:48:39 UTC Artifacts will be uploaded here
2025-02-05 12:51:48 UTC ya make is running...
🟢 2025-02-05 12:53:30 UTC Tests successful.

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
0 0 0 0 0 0

🟢 2025-02-05 12:53:35 UTC Build successful.

Copy link

github-actions bot commented Feb 5, 2025

2025-02-05 12:49:55 UTC Pre-commit check linux-x86_64-relwithdebinfo for 8b55d77 has started.
2025-02-05 12:50:08 UTC Artifacts will be uploaded here
2025-02-05 12:52:45 UTC ya make is running...
🟢 2025-02-05 12:54:02 UTC Tests successful.

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
0 0 0 0 0 0

🟢 2025-02-05 12:54:10 UTC Build successful.

Copy link

github-actions bot commented Feb 5, 2025

✅ Documentation build

Revision built successfully
Revision preview link

Copy link

github-actions bot commented Feb 6, 2025

2025-02-06 08:18:55 UTC Pre-commit check linux-x86_64-relwithdebinfo for 2a98abf has started.
2025-02-06 08:19:07 UTC Artifacts will be uploaded here
2025-02-06 08:21:31 UTC ya make is running...
🟢 2025-02-06 08:22:57 UTC Tests successful.

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
0 0 0 0 0 0

🟢 2025-02-06 08:23:03 UTC Build successful.

Copy link

github-actions bot commented Feb 6, 2025

✅ Documentation build

Revision built successfully
Revision preview link

Copy link

github-actions bot commented Feb 6, 2025

2025-02-06 08:21:27 UTC Pre-commit check linux-x86_64-release-asan for 2a98abf has started.
2025-02-06 08:21:38 UTC Artifacts will be uploaded here
2025-02-06 08:24:05 UTC ya make is running...
🟢 2025-02-06 08:24:12 UTC Tests successful.

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
0 0 0 0 0 0

🟢 2025-02-06 08:24:17 UTC Build successful.

Copy link

github-actions bot commented Feb 6, 2025

✅ Documentation build

Revision built successfully
Revision preview link

Copy link

github-actions bot commented Feb 6, 2025

2025-02-06 09:10:37 UTC Pre-commit check linux-x86_64-release-asan for 7e555ba has started.
2025-02-06 09:10:50 UTC Artifacts will be uploaded here
2025-02-06 09:13:30 UTC ya make is running...
🟢 2025-02-06 09:15:01 UTC Tests successful.

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
0 0 0 0 0 0

🟢 2025-02-06 09:15:07 UTC Build successful.

Copy link

github-actions bot commented Feb 6, 2025

2025-02-06 09:10:52 UTC Pre-commit check linux-x86_64-relwithdebinfo for 7e555ba has started.
2025-02-06 09:11:04 UTC Artifacts will be uploaded here
2025-02-06 09:13:45 UTC ya make is running...
🟢 2025-02-06 09:15:13 UTC Tests successful.

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
0 0 0 0 0 0

🟢 2025-02-06 09:15:19 UTC Build successful.

Copy link

github-actions bot commented Feb 10, 2025

2025-02-10 01:23:52 UTC Pre-commit check linux-x86_64-relwithdebinfo for cb318b5 has started.
2025-02-10 01:24:06 UTC Artifacts will be uploaded here
2025-02-10 01:26:41 UTC ya make is running...
🟢 2025-02-10 01:28:16 UTC Tests successful.

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
0 0 0 0 0 0

🟢 2025-02-10 01:28:22 UTC Build successful.

Copy link

✅ Documentation build

Revision built successfully
Revision preview link

Copy link

github-actions bot commented Feb 10, 2025

2025-02-10 01:24:19 UTC Pre-commit check linux-x86_64-release-asan for cb318b5 has started.
2025-02-10 01:24:30 UTC Artifacts will be uploaded here
2025-02-10 01:27:00 UTC ya make is running...
🟢 2025-02-10 01:28:26 UTC Tests successful.

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
0 0 0 0 0 0

🟢 2025-02-10 01:28:32 UTC Build successful.

@blinkov blinkov merged commit 544a6a7 into ydb-platform:main Feb 10, 2025
13 checks passed
@pnv1 pnv1 deleted the YDBDOCS-1023-CLI-2-19-0 branch February 11, 2025 08:29
lberserq pushed a commit to lberserq/ydb that referenced this pull request Feb 14, 2025
Co-authored-by: Ivan Blinkov <ivan@blinkov.ru>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants