Feat v0.6.18 ci bundled packages #53

Merged
xcaliber merged 3 commits from feat/v0.6.18-ci-bundled-packages into main 2026-04-01 16:49:01 +00:00

3 Commits

Author SHA1 Message Date
4afe18b115 Update CHANGELOG with test fix entry
Some checks failed
CI/CD / detect-changes (pull_request) Successful in 3s
CI/CD / test-frontend (pull_request) Successful in 6s
CI/CD / build-and-deploy (pull_request) Has been cancelled
CI/CD / test-sqlite (pull_request) Has been cancelled
CI/CD / test-go-pg (pull_request) Has been cancelled
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-01 16:48:39 +00:00
ebab0c73ba Fix TestBundledInstall_DefaultAllowlist for empty default set
v0.6.17 emptied defaultBundledPackages, but this test still expected
"notes" to be installed via the curated default set. Update assertions
to expect nothing installed when the allowlist is empty.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-01 16:47:53 +00:00
b41ec7479c Feat v0.6.18 CI bundle wiring
Wire BUNDLED_PACKAGES env var into Gitea CI so each environment
gets the correct package set at boot (dev=*, test=core, prod=full).
Update docker-compose.yml default from empty to * for local dev.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-01 16:46:11 +00:00