A. F. Dudley
ffa00767d4
Add extra_args support to deploy create command
...
- Add @click.argument for generic args passthrough to stack commands
- Keep explicit --network-dir and --initial-peers options
- Add DeploymentContext.get_compose_file() helper
- Add DeploymentContext.modify_yaml() helper for stack commands
- Update init() to use absolute paths
This allows stack-specific create commands to receive arbitrary
arguments via: laconic-so deploy create ... -- --custom-arg value
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-22 03:06:45 -05:00
A. F. Dudley
cd3d908d0d
Apply pre-commit linting fixes
...
- Format code with black (line length 88)
- Fix E501 line length errors by breaking long strings and comments
- Fix F841 unused variable (removed unused 'quiet' variable)
- Configure pyright to disable common type issues in existing codebase
(reportGeneralTypeIssues, reportOptionalMemberAccess, etc.)
- All pre-commit hooks now pass
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-21 20:58:31 -05:00
Roy Crihfield
34f3b719e4
Path is not a context manager in python 3.13 ( #971 )
...
Publish / Build and publish (push) Failing after 9s
Details
Deploy Test / Run deploy test suite (push) Failing after 3s
Details
Lint Checks / Run linter (push) Failing after 2s
Details
Webapp Test / Run webapp test suite (push) Failing after 2s
Details
Smoke Test / Run basic test suite (push) Failing after 3s
Details
Reviewed-on: https://git.vdb.to/cerc-io/stack-orchestrator/pulls/971
Reviewed-by: rachmaninovquar <rachmaninovquar@noreply.git.vdb.to>
2025-10-16 17:55:44 +00:00
David Boreham
15faed00de
Generate a unique deployment id for each deployment ( #680 )
...
Publish / Build and publish (push) Successful in 1m8s
Details
Deploy Test / Run deploy test suite (push) Successful in 3m13s
Details
K8s Deploy Test / Run deploy test suite (push) Failing after 3m16s
Details
Webapp Test / Run webapp test suite (push) Failing after 3m44s
Details
Smoke Test / Run basic test suite (push) Successful in 4m40s
Details
* Move cluster name generation into a function
* Generate a unique deployment id for each deployment
2023-12-05 22:56:58 -07:00
David Boreham
d7093277b4
Use constants ( #671 )
2023-11-29 20:50:53 -07:00
David Boreham
5e91c2224e
kind test stack ( #629 )
Publish / Build and publish (push) Successful in 58s
Details
Deploy Test / Run deploy test suite (push) Successful in 3m7s
Details
Webapp Test / Run webapp test suite (push) Failing after 3m37s
Details
Smoke Test / Run basic test suite (push) Successful in 4m1s
Details
2023-11-08 01:11:00 -07:00