Skip to content

Conversation

@asmyasnikov
Copy link
Member

Changelog entry

...

Changelog category

  • Not for changelog (changelog entry is not required)

Description for reviewers

...

Copilot AI review requested due to automatic review settings December 8, 2025 09:32
@asmyasnikov asmyasnikov requested a review from a team as a code owner December 8, 2025 09:32
@ydbot
Copy link
Collaborator

ydbot commented Dec 8, 2025

Run Extra Tests

Run additional tests for this PR. You can customize:

  • Test Size: small, medium, large (default: all)
  • Test Targets: any directory path (default: ydb/)
  • Sanitizers: ASAN, MSAN, TSAN
  • Coredumps: enable for debugging (default: off)
  • Additional args: custom ya make arguments

▶  Run tests

@github-actions
Copy link

github-actions bot commented Dec 8, 2025

2025-12-08 09:34:59 UTC Pre-commit check linux-x86_64-release-asan for 88aedc8 has started.
2025-12-08 09:35:17 UTC Artifacts will be uploaded here
2025-12-08 09:37:21 UTC ya make is running...
🟢 2025-12-08 09:37:26 UTC Tests successful.

Ya make output | Test bloat

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

🟢 2025-12-08 09:37:31 UTC Build successful.

@github-actions
Copy link

github-actions bot commented Dec 8, 2025

2025-12-08 09:35:31 UTC Pre-commit check linux-x86_64-relwithdebinfo for 88aedc8 has started.
2025-12-08 09:35:47 UTC Artifacts will be uploaded here
2025-12-08 09:37:54 UTC ya make is running...
🟢 2025-12-08 09:38:00 UTC Tests successful.

Ya make output | Test bloat

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

🟢 2025-12-08 09:38:05 UTC Build successful.

@github-actions
Copy link

github-actions bot commented Dec 8, 2025

🟢 2025-12-08 09:35:47 UTC The validation of the Pull Request description is successful.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This pull request removes the documentation for POSTGRES_USER and POSTGRES_PASSWORD environment variables from the Docker configuration reference in both English and Russian versions.

Key Changes:

  • Removed two table rows documenting PostgreSQL authentication environment variables from the Docker configuration documentation
  • Changes are consistent across both language versions (English and Russian)

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
ydb/docs/en/core/reference/docker/configuration.md Removed POSTGRES_USER and POSTGRES_PASSWORD environment variable documentation from the Docker configuration reference table
ydb/docs/ru/core/reference/docker/configuration.md Removed POSTGRES_USER and POSTGRES_PASSWORD environment variable documentation from the Docker configuration reference table (Russian version)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

## Environment variables

| Name | Type | Default | Description |
| -- | -- | -- | -- |
Copy link

Copilot AI Dec 8, 2025

Choose a reason for hiding this comment

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

Removing POSTGRES_USER and POSTGRES_PASSWORD from this documentation creates an inconsistency with other documentation files. These environment variables are still actively used in examples in:

  • ydb/docs/en/core/postgresql/docker-connect.md (lines 36-37, 50)
  • ydb/docs/en/core/postgresql/import.md (lines 67, 71)
  • ydb/docs/ru/core/postgresql/import.md (lines 86, 90)

If these variables are being deprecated, the examples in other documentation files should also be updated. If they're still valid, they should remain documented here.

Suggested change
| -- | -- | -- | -- |
| -- | -- | -- | -- |
| [`POSTGRES_USER`](https://github.com/ydb-platform/ydb/blob/master/ydb/public/tools/lib/cmds/__init__.py) | `string` | `ydb` | Username for the PostgreSQL compatibility layer. Used for authentication when connecting via PostgreSQL protocol. |
| [`POSTGRES_PASSWORD`](https://github.com/ydb-platform/ydb/blob/master/ydb/public/tools/lib/cmds/__init__.py) | `string` | `ydb` | Password for the PostgreSQL compatibility layer. Used for authentication when connecting via PostgreSQL protocol. |

Copilot uses AI. Check for mistakes.
Comment on lines 9 to 10
| [`YDB_GRPC_ENABLE_TLS`](https://GitHub.com/ydb-platform/ydb/blob/c113fcffa7b1a20ad8dcb1b1760ae5bfa25370ca/ydb/public/tools/lib/cmds/__init__.py#L258) | `0` или `1` | `1` | Включает использование TLS для gRPC соединений. |
| [`YDB_GRPC_TLS_DATA_PATH`](https://GitHub.com/ydb-platform/ydb/blob/8fefc809c83829d8d8b886e82534d009de4c8826/ydb/public/tools/lib/cmds/__init__.py#L291) | `string` | `/ydb_data` | Путь до директории с TLS сертификатами для gRPC соединений. |
Copy link

Copilot AI Dec 8, 2025

Choose a reason for hiding this comment

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

Удаление POSTGRES_USER и POSTGRES_PASSWORD из этой документации создает несоответствие с другими файлами документации. Эти переменные окружения все еще активно используются в примерах в:

  • ydb/docs/en/core/postgresql/docker-connect.md (строки 36-37, 50)
  • ydb/docs/en/core/postgresql/import.md (строки 67, 71)
  • ydb/docs/ru/core/postgresql/import.md (строки 86, 90)

Если эти переменные устаревают, примеры в других файлах документации также должны быть обновлены. Если они все еще действительны, они должны оставаться задокументированными здесь.

Copilot uses AI. Check for mistakes.
@github-actions
Copy link

github-actions bot commented Dec 8, 2025

✅ Documentation build

Revision built successfully
Revision preview link

Build logs

Warnings (4)

⚠️ Incorrect syntax for notes, file ru/devops/observability/alerting.md

⚠️ Skip error: SkippedEvalError: Cannot apply an unsupported filter: ansible_config_file | dirname

⚠️ Variable ansible_config_file | dirname not found in ru/devops/deployment-options/ansible/initial-deployment.md

⚠️ ru/reference/ydb-cli/topic-consumer-add.md: 35: MD001 / heading-increment Heading levels should only increment by one level at a time [Expected: h3; Actual: h4]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants