Skip to content

docs: Add feature gate instructions for PostgreSQL UI#25

Merged
SuJinpei merged 1 commit into
masterfrom
docs/add-feature-gate-instructions
Mar 13, 2026
Merged

docs: Add feature gate instructions for PostgreSQL UI#25
SuJinpei merged 1 commit into
masterfrom
docs/add-feature-gate-instructions

Conversation

@SuJinpei

@SuJinpei SuJinpei commented Mar 13, 2026

Copy link
Copy Markdown
Contributor

Add documentation explaining how to enable the PostgreSQL UI feature gates after installing the PostgreSQL operator. Includes:

  • Feature gate names (middleware-rds-postgresql, middleware-rds-postgresql-backup)
  • Access URL pattern for the feature gate page
  • Note about Alpha features requiring the Alpha Feature toggle
  • Verification steps

Summary by CodeRabbit

  • Documentation
    • Added comprehensive guide for enabling PostgreSQL UI feature gates in the web console, including prerequisites, step-by-step instructions, and verification steps.

Add documentation explaining how to enable the PostgreSQL UI feature
gates after installing the PostgreSQL operator. Includes:
- Feature gate names (middleware-rds-postgresql, middleware-rds-postgresql-backup)
- Access URL pattern for the feature gate page
- Note about Alpha features requiring the Alpha Feature toggle
- Verification steps

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Mar 13, 2026

Copy link
Copy Markdown

Walkthrough

Added documentation for enabling PostgreSQL UI feature gates in the web console, including prerequisites, step-by-step procedures for activating specific feature gates (middleware-rds-postgresql and middleware-rds-postgresql-backup), and verification instructions. No functional or code logic changes.

Changes

Cohort / File(s) Summary
PostgreSQL UI Feature Gate Documentation
docs/en/installation.mdx
Added new section with prerequisites, step-by-step enablement procedures for PostgreSQL UI feature gates, alpha feature notice, and verification walkthrough.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐰 A feature gate opens wide,
PostgreSQL UI stands with pride,
Documentation bright and clear,
For admins far and far and near,
The alpha path is now in sight! ✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The pull request title clearly and concisely summarizes the main change: adding documentation for PostgreSQL UI feature gate instructions.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch docs/add-feature-gate-instructions
📝 Coding Plan
  • Generate coding plan for human review comments

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Tip

CodeRabbit can approve the review once all CodeRabbit's comments are resolved.

Enable the reviews.request_changes_workflow setting to automatically approve the review once all CodeRabbit's comments are resolved.

@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying alauda-postgresql with  Cloudflare Pages  Cloudflare Pages

Latest commit: fe37030
Status: ✅  Deploy successful!
Preview URL: https://aba92a78.alauda-postgresql.pages.dev
Branch Preview URL: https://docs-add-feature-gate-instru.alauda-postgresql.pages.dev

View logs

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🧹 Nitpick comments (2)
docs/en/installation.mdx (2)

109-119: Make required vs optional gates explicit and remove procedural duplication.

Lines 109-119 currently describe enabling gates twice. Consider collapsing this into one action list and explicitly marking middleware-rds-postgresql as required and backup as optional.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@docs/en/installation.mdx` around lines 109 - 119, Collapse the duplicated
gate-enabling steps into a single concise action: present a single table or list
that clearly marks middleware-rds-postgresql as "Required" and
middleware-rds-postgresql-backup as "Optional (backup/restore UI)", and remove
the second procedural bullet that repeats enabling them; update the section
around the current table and the subsequent bullet list that references
`middleware-rds-postgresql` and `middleware-rds-postgresql-backup` so they are
expressed once with explicit required/optional labels (use the gate names
middleware-rds-postgresql and middleware-rds-postgresql-backup to locate the
text to edit).

105-108: Clarify the URL placeholder to avoid path ambiguity.

Line 107 changes from a /console-portal/ example URL to a /console-platform/feature-gate destination, which may be read as string concatenation and confuse users. Use a host-only placeholder instead.

Suggested doc edit
-1. Navigate to the Feature Gate page:
-   - Access the feature gate configuration at `{platform-access-address}/console-platform/feature-gate`
-   - For example, if your platform access address is `https://demo.example.com/console-portal/`, the feature gate page would be `https://demo.example.com/console-platform/feature-gate`
+1. Navigate to the Feature Gate page:
+   - Access the feature gate configuration at `https://{platform-host}/console-platform/feature-gate`
+   - For example, if your platform host is `demo.example.com`, the feature gate page is `https://demo.example.com/console-platform/feature-gate`
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@docs/en/installation.mdx` around lines 105 - 108, The example URL is
ambiguous because it mixes a full example path (/console-portal/) with the
destination path (/console-platform/feature-gate); update the text to use a
host-only placeholder for {platform-access-address} (e.g.,
https://demo.example.com) and show the final feature gate URL by appending
/console-platform/feature-gate to that host, replacing the current
/console-portal/ example; ensure references include the exact placeholders/paths
`{platform-access-address}`, `/console-portal/`, and
`/console-platform/feature-gate` so readers clearly understand how to construct
the URL.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Nitpick comments:
In `@docs/en/installation.mdx`:
- Around line 109-119: Collapse the duplicated gate-enabling steps into a single
concise action: present a single table or list that clearly marks
middleware-rds-postgresql as "Required" and middleware-rds-postgresql-backup as
"Optional (backup/restore UI)", and remove the second procedural bullet that
repeats enabling them; update the section around the current table and the
subsequent bullet list that references `middleware-rds-postgresql` and
`middleware-rds-postgresql-backup` so they are expressed once with explicit
required/optional labels (use the gate names middleware-rds-postgresql and
middleware-rds-postgresql-backup to locate the text to edit).
- Around line 105-108: The example URL is ambiguous because it mixes a full
example path (/console-portal/) with the destination path
(/console-platform/feature-gate); update the text to use a host-only placeholder
for {platform-access-address} (e.g., https://demo.example.com) and show the
final feature gate URL by appending /console-platform/feature-gate to that host,
replacing the current /console-portal/ example; ensure references include the
exact placeholders/paths `{platform-access-address}`, `/console-portal/`, and
`/console-platform/feature-gate` so readers clearly understand how to construct
the URL.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: ac90b55f-177d-4d82-a7c1-090a068c30f8

📥 Commits

Reviewing files that changed from the base of the PR and between 6bfcfb8 and fe37030.

📒 Files selected for processing (1)
  • docs/en/installation.mdx

@SuJinpei SuJinpei requested a review from sinbadonline March 13, 2026 10:00
@SuJinpei SuJinpei merged commit 92c3315 into master Mar 13, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant