Skip to content

chore: bump up to v0.2.0#18

Open
Lftobs wants to merge 6 commits into
devfrom
feat/auto-scaling
Open

chore: bump up to v0.2.0#18
Lftobs wants to merge 6 commits into
devfrom
feat/auto-scaling

Conversation

@Lftobs

@Lftobs Lftobs commented Jul 13, 2026

Copy link
Copy Markdown
Owner

Description

Please provide a summary of the changes and the motivation behind them. What problem does this PR solve?

Fixes #(issue)

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Refactor (no functional changes)
  • CI / Build / Tooling
  • Other (please describe):

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.

  • Existing tests pass (bun test in apps/api/)
  • New tests added (if applicable)
  • Manual testing performed (describe steps)

Checklist

  • My code follows the project's code style (no comments, named exports, functional components, etc.)
  • I have read the contributing guidelines
  • I have added tests that prove my fix is effective or that my feature works
  • I have updated the documentation (if applicable)
  • My changes generate no new warnings or lint errors
  • I have run bun test in apps/api/ and all tests pass
  • I have synced the VERSION file if needed (bun run sync-versions)

Screenshots (if applicable)

Before After
(insert here) (insert here)

Additional Context

Add any other context about the PR here (e.g., migration notes, deployment considerations, rollback strategy).

Lftobs added 4 commits July 12, 2026 01:43
- Improve migration error handling when adding
  clear_cache column
- Pass projectId to Grafana dashboard creation and
  load project domains
- Overhaul Grafana dashboards to system overview
  with metrics
- Highlight CRITICAL and ERROR logs in deployment
  logs
- Add orderedSlugs and sort doc groups to enforce
  docs order
- Polish hero UI: tweak line breaks and button
  markup
- Polish HowItWorks UI: replace arrow with pulse
  indicator
- Remove Next CTA blocks from docs to streamline
  navigation
- Minor whitespace fixes in auth.md and
  installation.md
Copilot AI review requested due to automatic review settings July 13, 2026 04:23
@coderabbitai

coderabbitai Bot commented Jul 13, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

@Lftobs, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 58 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 3cbd382b-492e-4408-9ad4-c757956303a7

📥 Commits

Reviewing files that changed from the base of the PR and between b21922e and f5162f9.

📒 Files selected for processing (23)
  • apps/api/src/api/projects/index.ts
  • apps/api/src/db/migrate.ts
  • apps/api/src/orchestrator/pipeline.ts
  • apps/api/src/utils/grafana.ts
  • apps/docs/src/components/Hero.astro
  • apps/docs/src/components/HowItWorks.astro
  • apps/docs/src/content/docs/auth.md
  • apps/docs/src/content/docs/changelog.md
  • apps/docs/src/content/docs/configuration.md
  • apps/docs/src/content/docs/databases.md
  • apps/docs/src/content/docs/deployments.md
  • apps/docs/src/content/docs/domains.md
  • apps/docs/src/content/docs/env-vars.md
  • apps/docs/src/content/docs/index.md
  • apps/docs/src/content/docs/installation.md
  • apps/docs/src/content/docs/quickstart.md
  • apps/docs/src/content/docs/scaling.md
  • apps/docs/src/content/docs/ssl.md
  • apps/docs/src/content/docs/system-config.md
  • apps/docs/src/content/docs/volumes.md
  • apps/docs/src/layouts/Layout.astro
  • apps/web/src/components/project/deployments/deployment-logs.tsx
  • infra/monitoring/grafana/dashboards/deployed-apps.json
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/auto-scaling

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.

Copilot AI 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.

Pull request overview

Updates Dequel’s observability and docs UX by overhauling Grafana dashboards/queries, adding ordered docs navigation (prev/next), and applying a few small API/UI robustness fixes.

Changes:

  • Expand/retitle the Grafana “System & Apps” dashboard and refresh cadence, and enhance per-project Grafana dashboards with domain-aware Loki HTTP metrics.
  • Add ordered docs sidebar behavior and automatic prev/next navigation; remove per-page “Next/Back” blocks from Markdown docs.
  • Fix/adjust a few platform behaviors: project deletion now uses cascade cleanup info, migration duplicate-column detection is more robust, and CRITICAL log styling is aligned with ERROR.

Reviewed changes

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

Show a summary per file
File Description
infra/monitoring/grafana/dashboards/deployed-apps.json Revamps system/apps Grafana dashboard panels and refresh cadence.
apps/web/src/components/project/deployments/deployment-logs.tsx Styles CRITICAL logs as errors in the deployment log viewer.
apps/docs/src/layouts/Layout.astro Adds ordered doc grouping + prev/next navigation in the docs layout.
apps/docs/src/content/docs/volumes.md Removes inline “Next” navigation block (now handled by layout).
apps/docs/src/content/docs/system-config.md Trailing newline normalization.
apps/docs/src/content/docs/ssl.md Removes inline “Back to Intro” navigation block (now handled by layout).
apps/docs/src/content/docs/scaling.md Removes inline “Next” navigation block (now handled by layout).
apps/docs/src/content/docs/quickstart.md Removes inline “Next” navigation block (now handled by layout).
apps/docs/src/content/docs/installation.md Trailing newline normalization.
apps/docs/src/content/docs/index.md Removes inline “Next” navigation block (now handled by layout).
apps/docs/src/content/docs/env-vars.md Removes inline “Next” navigation block (now handled by layout).
apps/docs/src/content/docs/domains.md Removes inline “Next” navigation block (now handled by layout).
apps/docs/src/content/docs/deployments.md Removes inline “Next” navigation block (now handled by layout).
apps/docs/src/content/docs/databases.md Removes inline “Next” navigation block (now handled by layout).
apps/docs/src/content/docs/configuration.md Removes inline “Next” navigation block (now handled by layout).
apps/docs/src/content/docs/changelog.md Trailing newline normalization.
apps/docs/src/content/docs/auth.md Trailing newline normalization.
apps/docs/src/components/HowItWorks.astro Updates docs diagram visuals/indicators.
apps/docs/src/components/Hero.astro Formatting/markup adjustments to the docs landing hero component.
apps/api/src/utils/grafana.ts Enhances project dashboard generation (domain-aware Loki queries, new panels, refresh change).
apps/api/src/orchestrator/pipeline.ts Passes projectId into Grafana dashboard ensure call.
apps/api/src/db/migrate.ts Improves duplicate-column detection by checking wrapped error causes.
apps/api/src/api/projects/index.ts Switches project deletion to cascade cleanup API + small formatting tweaks.
.tegami/2026-07-13-changes-since-v0.1.1.md Adds release notes/changelog entry for the changes.

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

Comment on lines +37 to +52
const orderedSlugs = [
"docs", // Introduction
"installation", // Installation
"quickstart", // Quickstart Guide
"configuration", // Configuration
"deployments", // Deployments
"env-vars", // Environment Variables
"scaling", // Scaling Policies
"system-config", // System Configuration
"databases", // Managed Databases
"volumes", // Persistent Volumes
"auth", // Authentication & Access Control
"domains", // Custom Domains
"ssl", // SSL Certificates
"changelog", // Changelog
];
Comment on lines +72 to +76
grouped[cat].sort((a, b) => {
const indexA = orderedSlugs.indexOf(a.slug);
const indexB = orderedSlugs.indexOf(b.slug);
return indexA - indexB;
});
@Lftobs Lftobs changed the title Feat/auto scaling chore: bump up to v0.2.0 Jul 13, 2026
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