Skip to content

docs(FR-2603): update auto scaling V2 screenshots, fix bold rendering, correct health check initial status, revise condition/cooldown terminology#6807

Merged
graphite-app[bot] merged 1 commit intomainfrom
04-18-docs_fr-2603_update_auto_scaling_v2_screenshots_fix_bold_rendering_correct_health_check_initial_status_revise_condition_cooldown_terminology
Apr 22, 2026
Merged

docs(FR-2603): update auto scaling V2 screenshots, fix bold rendering, correct health check initial status, revise condition/cooldown terminology#6807
graphite-app[bot] merged 1 commit intomainfrom
04-18-docs_fr-2603_update_auto_scaling_v2_screenshots_fix_bold_rendering_correct_health_check_initial_status_revise_condition_cooldown_terminology

Conversation

@agatha197
Copy link
Copy Markdown
Contributor

Resolves part of FR-2603

Summary

  • Replace auto scaling V2 screenshots (auto_scaling_rules_v2, auto_scaling_rules_modal_v2, auto_scaling_rules_modal_prometheus_v2) with updated captures from PR fix(FR-2604): correct inverted direction semantics in AutoScaling rule condition #6806
  • Add new auto_scaling_condition_selector.png showing the Scale In/Scale Out/Scale In & Out segmented control
  • Fix bold rendering for "No compatible presets" error message across all 4 languages (en/ja/ko/th) — asterisks were showing as literal characters due to CJK text following closing *
  • Correct Scale In/Out trigger condition notation to show explicit inequality expressions
  • Rename "Time Window" → "Cooldown Sec." in auto scaling rules table and descriptions (ko)
  • Update Condition field description from Single/Range → Scale In / Scale Out / Scale In & Out (ko)
  • Fix health check diagram: initial status DEGRADEDNOT_CHECKED across all 4 languages
  • Remove service_launcher_runtime_variant.png reference from ko (variant selection is now auto-handled)

Copilot AI review requested due to automatic review settings April 18, 2026 06:01
@github-actions github-actions Bot added the size:S 10~30 LoC label Apr 18, 2026
Copy link
Copy Markdown
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

Updates the Backend.AI WebUI user manual (all 4 languages) to reflect the corrected initial health check status, and refreshes parts of the Korean model serving documentation related to auto-scaling and service launcher UI.

Changes:

  • Update the health check diagram’s initial status from DEGRADED to NOT_CHECKED in en/ja/ko/th manuals.
  • Revise the Korean auto-scaling rules documentation (condition direction selector, cooldown wording) and add a new supporting screenshot.
  • Remove a now-unneeded runtime-variant screenshot reference from the Korean manual.

Reviewed changes

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

Show a summary per file
File Description
packages/backend.ai-webui-docs/src/en/model_serving/model_serving.md Adjust health check diagram initial status to NOT_CHECKED.
packages/backend.ai-webui-docs/src/ja/model_serving/model_serving.md Adjust health check diagram initial status to NOT_CHECKED.
packages/backend.ai-webui-docs/src/th/model_serving/model_serving.md Adjust health check diagram initial status to NOT_CHECKED.
packages/backend.ai-webui-docs/src/ko/model_serving/model_serving.md Adjust health check status; update auto-scaling Condition/Cooldown descriptions; remove runtime-variant screenshot reference.
packages/backend.ai-webui-docs/src/ko/images/auto_scaling_condition_selector.png Add new screenshot for the auto-scaling condition selector.

Comment thread packages/backend.ai-webui-docs/src/ko/model_serving/model_serving.md Outdated
Copy link
Copy Markdown
Contributor Author

agatha197 commented Apr 21, 2026


How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • flow:merge-queue - adds this PR to the back of the merge queue
  • flow:hotfix - for urgent changes, fast-track this PR to the front of the merge queue

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has required the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

@agatha197 agatha197 force-pushed the 04-18-docs_fr-2603_update_auto_scaling_v2_screenshots_fix_bold_rendering_correct_health_check_initial_status_revise_condition_cooldown_terminology branch from c4568a6 to 5156a19 Compare April 21, 2026 11:07
@agatha197 agatha197 force-pushed the docs/FR-2603-apply-26.4-model-serving-doc-feedback branch 2 times, most recently from 3d3f3cc to ba280f4 Compare April 21, 2026 11:13
@agatha197 agatha197 force-pushed the 04-18-docs_fr-2603_update_auto_scaling_v2_screenshots_fix_bold_rendering_correct_health_check_initial_status_revise_condition_cooldown_terminology branch 2 times, most recently from bc6cfda to 4475424 Compare April 21, 2026 11:20
@github-actions github-actions Bot added size:M 30~100 LoC and removed size:S 10~30 LoC labels Apr 21, 2026
@ironAiken2 ironAiken2 force-pushed the 04-18-docs_fr-2603_update_auto_scaling_v2_screenshots_fix_bold_rendering_correct_health_check_initial_status_revise_condition_cooldown_terminology branch from 4475424 to fbf1fef Compare April 22, 2026 03:31
@ironAiken2 ironAiken2 force-pushed the docs/FR-2603-apply-26.4-model-serving-doc-feedback branch from ba280f4 to 0a4e280 Compare April 22, 2026 03:31
@graphite-app
Copy link
Copy Markdown

graphite-app Bot commented Apr 22, 2026

Merge activity

…, correct health check initial status, revise condition/cooldown terminology (#6807)

Resolves part of FR-2603

## Summary
- Replace auto scaling V2 screenshots (auto_scaling_rules_v2, auto_scaling_rules_modal_v2, auto_scaling_rules_modal_prometheus_v2) with updated captures from PR #6806
- Add new auto_scaling_condition_selector.png showing the Scale In/Scale Out/Scale In & Out segmented control
- Fix bold rendering for "No compatible presets" error message across all 4 languages (en/ja/ko/th) — asterisks were showing as literal characters due to CJK text following closing `*`
- Correct Scale In/Out trigger condition notation to show explicit inequality expressions
- Rename "Time Window" → "Cooldown Sec." in auto scaling rules table and descriptions (ko)
- Update Condition field description from Single/Range → Scale In / Scale Out / Scale In & Out (ko)
- Fix health check diagram: initial status `DEGRADED` → `NOT_CHECKED` across all 4 languages
- Remove service_launcher_runtime_variant.png reference from ko (variant selection is now auto-handled)
@graphite-app graphite-app Bot force-pushed the docs/FR-2603-apply-26.4-model-serving-doc-feedback branch from 0a4e280 to 57fb0cc Compare April 22, 2026 03:36
@graphite-app graphite-app Bot force-pushed the 04-18-docs_fr-2603_update_auto_scaling_v2_screenshots_fix_bold_rendering_correct_health_check_initial_status_revise_condition_cooldown_terminology branch from fbf1fef to 08b2f49 Compare April 22, 2026 03:37
Base automatically changed from docs/FR-2603-apply-26.4-model-serving-doc-feedback to main April 22, 2026 03:42
@graphite-app graphite-app Bot merged commit 08b2f49 into main Apr 22, 2026
4 checks passed
@graphite-app graphite-app Bot deleted the 04-18-docs_fr-2603_update_auto_scaling_v2_screenshots_fix_bold_rendering_correct_health_check_initial_status_revise_condition_cooldown_terminology branch April 22, 2026 03:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:M 30~100 LoC

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants