Skip to content

feat(dashboard): daemon creation/edit form#81

Merged
arek-e merged 1 commit intomainfrom
feat/daemon-form
Apr 4, 2026
Merged

feat(dashboard): daemon creation/edit form#81
arek-e merged 1 commit intomainfrom
feat/daemon-form

Conversation

@arek-e
Copy link
Copy Markdown
Owner

@arek-e arek-e commented Apr 4, 2026

Summary

  • Slide-out form for creating and editing daemons from the dashboard
  • All 4 trigger types: GitHub (repos, events, command), Webhook (secret, scheme), Schedule (cron), Watch
  • Execution settings: snapshot, script, timeout, vCPUs, memory
  • Governance config: max actions/hour, audit logging
  • Daemon list: create/edit/delete action buttons
  • SDK client methods: getDaemonDetail, createDaemon, updateDaemon, deleteDaemon

Split from #80 — the dashboard changes were lost during rebase.

Test plan

  • Dashboard typecheck passes
  • CI green
  • Create daemon via form, verify persistence
  • Edit existing daemon, verify changes saved

🤖 Generated with Claude Code

…pport

Slide-out form for creating/editing daemons with all 4 trigger types
(GitHub, webhook, schedule, watch), execution settings (snapshot, script,
resources), and governance config. Daemon list now has create/edit/delete
action buttons.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 4, 2026

Warning

Rate limit exceeded

@arek-e has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 5 minutes and 21 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 5 minutes and 21 seconds.

⌛ 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.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: a788d4a2-0189-4359-b862-3dc1372ad5d1

📥 Commits

Reviewing files that changed from the base of the PR and between 77bf66e and e8dbfb6.

📒 Files selected for processing (3)
  • apps/dashboard/src/api/client.ts
  • apps/dashboard/src/components/DaemonForm.tsx
  • apps/dashboard/src/pages/Daemons.tsx
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/daemon-form

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

@cloudflare-workers-and-pages
Copy link
Copy Markdown

Deploying getpaws with  Cloudflare Pages  Cloudflare Pages

Latest commit: e8dbfb6
Status: ✅  Deploy successful!
Preview URL: https://9d265eba.getpaws-6m4.pages.dev
Branch Preview URL: https://feat-daemon-form.getpaws-6m4.pages.dev

View logs

@arek-e arek-e merged commit 5cd4d15 into main Apr 4, 2026
3 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