Skip to content

feat: enhance Supabase CLI DevContainer feature documentation - #274

Closed
keito4 wants to merge 1 commit into
mainfrom
claude/issue-242-20260102-0601
Closed

feat: enhance Supabase CLI DevContainer feature documentation#274
keito4 wants to merge 1 commit into
mainfrom
claude/issue-242-20260102-0601

Conversation

@keito4

@keito4 keito4 commented Jan 2, 2026

Copy link
Copy Markdown
Owner

Summary

Supabase CLIのDevContainer Feature推奨設定を拡充しました。

Changes

  • データベースマイグレーション、型生成、ローカル開発環境の利点を明記
  • supabase/config.toml存在時の条件付き推奨を追加
  • Deno Runtimeとの併用パターンを推奨
  • 公式ドキュメントへのリンクを追加

Benefits

  • Supabase CLIの自動インストール設定が明確化
  • プロジェクトタイプに応じた適切な導入判断が可能に
  • Edge Functions開発時の推奨構成が明示

Test Plan

  • devcontainer-recommendations.mdの構文確認
  • 既存セクションとの一貫性確認
  • リンクの有効性確認

Closes #242


🤖 Generated with Claude Code

Supabase CLIのDevContainer Feature推奨設定を拡充:
- データベースマイグレーション、型生成、ローカル開発環境の利点を明記
- supabase/config.toml存在時の条件付き推奨を追加
- Deno Runtimeとの併用パターンを推奨
- 公式ドキュメントへのリンクを追加

Closes #242

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-authored-by: keito4 <keito4@users.noreply.github.com>
@coderabbitai

coderabbitai Bot commented Jan 2, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@keito4 has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 7 minutes and 16 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

📥 Commits

Reviewing files that changed from the base of the PR and between 8b4a8b5 and 756a936.

📒 Files selected for processing (1)
  • .claude/devcontainer-recommendations.md

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.

keito4 added a commit that referenced this pull request Jan 2, 2026
## Problem

When PRs contain only documentation changes (e.g., `.md` files), the CI
workflow is not triggered due to path filters. This causes check-ci-status
to wait indefinitely for Quality Gate, eventually timing out after 15 minutes.

### Example: PR #274
- Changes: `.claude/devcontainer-recommendations.md`
- CI workflow: Not triggered (path filters exclude `.md`)
- check-ci-status: Waits for Quality Gate that never appears
- Result: Times out after 900s, claude-review never runs

## Solution

Added logic to detect when CI is skipped by path filters:

### Detection Logic
1. After 2 minutes (120s) of waiting
2. If Quality Gate hasn't appeared
3. Check if Detect Changes job exists
4. If both are missing → CI skipped by path filters
5. Set `ci_passed=true` to allow claude-review to proceed

### Behavior

**Code changes** (CI runs):
- Waits for Quality Gate completion
- Validates all checks passed
- Runs claude-review after CI success

**Documentation-only changes** (CI skipped):
- Detects no CI after 2 minutes
- Allows claude-review to proceed immediately
- No unnecessary 15-minute wait

### Status Messages
- ✅ CI workflow skipped by path filters (no code changes detected)
- Claude Code Review will proceed without waiting for CI

## Impact

- PR #274 and similar doc-only PRs will get claude-review
- No more 15-minute timeouts for non-code changes
- Maintains CI validation for code changes

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
keito4 added a commit that referenced this pull request Jan 2, 2026
## Problem

When PRs contain only documentation changes (e.g., `.md` files), the CI
workflow is not triggered due to path filters. This causes check-ci-status
to wait indefinitely for Quality Gate, eventually timing out after 15 minutes.

### Example: PR #274
- Changes: `.claude/devcontainer-recommendations.md`
- CI workflow: Not triggered (path filters exclude `.md`)
- check-ci-status: Waits for Quality Gate that never appears
- Result: Times out after 900s, claude-review never runs

## Solution

Added logic to detect when CI is skipped by path filters:

### Detection Logic
1. After 2 minutes (120s) of waiting
2. If Quality Gate hasn't appeared
3. Check if Detect Changes job exists
4. If both are missing → CI skipped by path filters
5. Set `ci_passed=true` to allow claude-review to proceed

### Behavior

**Code changes** (CI runs):
- Waits for Quality Gate completion
- Validates all checks passed
- Runs claude-review after CI success

**Documentation-only changes** (CI skipped):
- Detects no CI after 2 minutes
- Allows claude-review to proceed immediately
- No unnecessary 15-minute wait

### Status Messages
- ✅ CI workflow skipped by path filters (no code changes detected)
- Claude Code Review will proceed without waiting for CI

## Impact

- PR #274 and similar doc-only PRs will get claude-review
- No more 15-minute timeouts for non-code changes
- Maintains CI validation for code changes

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
@keito4

keito4 commented Jan 2, 2026

Copy link
Copy Markdown
Owner Author

Closing to recreate with updated claude-code-review workflow that handles path filter skips (PR #275)

@keito4 keito4 closed this Jan 2, 2026
@keito4
keito4 deleted the claude/issue-242-20260102-0601 branch March 1, 2026 09:48
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.

feat: Add DevContainer feature - supabase-cli

1 participant