Skip to content

fix(databases): clarify autoscaling max is an absolute cap (DAT-1770)#3124

Closed
abnegate wants to merge 1 commit into
feat-dedicated-dbfrom
fix/dat-1770-autoscale-max-copy
Closed

fix(databases): clarify autoscaling max is an absolute cap (DAT-1770)#3124
abnegate wants to merge 1 commit into
feat-dedicated-dbfrom
fix/dat-1770-autoscale-max-copy

Conversation

@abnegate

Copy link
Copy Markdown
Member

What

Adds helper text to the "Maximum storage (GB)" input in the dedicated database storage autoscaling settings, clarifying that the value is the absolute total size the volume may grow to — not headroom above current storage.

Before: label "Maximum storage (GB)" with no helper text.

After: same label, with helper: "The maximum total size this database's storage can grow to. Autoscaling stops at this limit."

Why

Fixes DAT-1770 — the input read as an amount of headroom to add above current storage, when it is actually the absolute cap at which autoscaling stops.

Copy-only change, no behavior.

🤖 Generated with Claude Code

The maximum storage input read as headroom above current storage; add
helper text stating it is the absolute total size the volume may grow
to, at which autoscaling stops.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings July 17, 2026 11:32

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@greptile-apps

greptile-apps Bot commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR clarifies the dedicated database autoscaling storage cap. The main changes are:

  • Adds helper text to the “Maximum storage (GB)” input.
  • Explains that autoscaling stops at the total maximum size.

Confidence Score: 5/5

This looks safe to merge.

  • No blocking issues found in the changed code.

Important Files Changed

Filename Overview
src/routes/(console)/project-[region]-[project]/databases/database-[database]/settings/updateAutoscaling.svelte Adds supported helper text to the autoscaling maximum storage input.

Reviews (1): Last reviewed commit: "fix(databases): clarify autoscaling max ..." | Re-trigger Greptile

@abnegate

Copy link
Copy Markdown
Member Author

CI note: the three failing checks (build, e2e, console-stage) are the base branch's baselinefeat-dedicated-db's own tip runs show Tests: failure on commits 7c838f2/2a38007 (May 8), long before this PR. This PR is a single helper-text line on an InputNumber; it cannot affect build/e2e. Recommend judging it on the diff.

@abnegate

Copy link
Copy Markdown
Member Author

Closing per maintainer decision — the base branch (feat-dedicated-db) is baseline-red and this is a 1-line copy tweak; will be folded into the feature branch's own polish instead of carried as a standalone PR.

@abnegate abnegate closed this Jul 17, 2026
@abnegate
abnegate deleted the fix/dat-1770-autoscale-max-copy branch July 17, 2026 11:43
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.

2 participants