Commit Graph

5 Commits (e9c9b3a3019853592a68ed02f0b78ac8dc4e8c21)

Author SHA1 Message Date
Prathamesh Musale e9c9b3a301 fix: workaround hyphenated var name in external test stack
Docker compose v2 rejects hyphens in env var names. The upstream
test-external-stack repo uses test-variable-1 in its init() defaults.
Patch it after fetch until the upstream repo is fixed.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-02 09:02:04 +00:00
Prathamesh Musale 3feb4750e7 fix: external-stack sync test sed pattern and config assertion
The spec file uses YAML format (key: value) not env format (key=value),
so the sed substitution never matched. Also update the config log check
to expect UPDATED since the spec was modified by the sync test.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-02 08:33:16 +00:00
Roy Crihfield 789b2dd3a7 Add --update option to deploy create
To allow updating an existing deployment

- Check the deployment dir exists when updating
- Write to temp dir, then safely copy tree
- Don't overwrite data dir or config.env
2026-01-29 08:25:05 -06:00
David Boreham 30db1f58d0 Refactor for new external stack directory layout under common parent (#815)
Lint Checks / Run linter (push) Failing after 4s Details
Publish / Build and publish (push) Failing after 4s Details
Deploy Test / Run deploy test suite (push) Failing after 3s Details
Webapp Test / Run webapp test suite (push) Failing after 3s Details
External Stack Test / Run external stack test suite (push) Failing after 3s Details
Smoke Test / Run basic test suite (push) Failing after 3s Details
Reviewed-on: https://git.vdb.to/cerc-io/stack-orchestrator/pulls/815
Co-authored-by: David Boreham <david@bozemanpass.com>
Co-committed-by: David Boreham <david@bozemanpass.com>
2024-04-29 23:03:20 +00:00
David Boreham 6e4dae9777 Add external stack support (#806)
Deploy Test / Run deploy test suite (push) Failing after 5s Details
External Stack Test / Run external stack test suite (push) Failing after 3s Details
Webapp Test / Run webapp test suite (push) Failing after 3s Details
Smoke Test / Run basic test suite (push) Failing after 4s Details
Lint Checks / Run linter (push) Failing after 4s Details
Publish / Build and publish (push) Failing after 5s Details
Reviewed-on: https://git.vdb.to/cerc-io/stack-orchestrator/pulls/806
Co-authored-by: David Boreham <david@bozemanpass.com>
Co-committed-by: David Boreham <david@bozemanpass.com>
2024-04-18 21:22:47 +00:00