feat: add headless release artifact#2260
Conversation
|
Important Review skippedAuto incremental reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
📝 WalkthroughWalkthroughThis PR introduces a ChangesHeadless Build Variant with Conditional Web UI Embedding
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
Summary
dagu-headlessrelease archives alongside the normal UI-enableddaguarchivesdaguarchiveChanges
headlessbuild-tag fileswebUIEnabled()soserver.headlessand headless builds behave consistentlydagu-headlessGoReleaser build and archive while restricting Homebrew formulas to the normaldaguarchiveRelated Issues
Checklist
Testing
go test ./internal/service/frontend -count=1go test -tags=headless ./internal/service/frontend -count=1go build -o /private/tmp/dagu-default ./cmdgo build -tags=headless -o /private/tmp/dagu-headless ./cmdgit diff --cached --checkgoreleaser check(GoReleaser is not installed locally)