Block a user
feat: harmony now defaults to using local k3d cluster. Also created
OCICompliant: Application
trait to make building images cleaner
For OCI, we get the (local) image name from the RustWebapp
directly (self.image_name()
& self.local_image_name()
). Why is it different here?
feat: harmony now defaults to using local k3d cluster. Also created
OCICompliant: Application
trait to make building images cleaner
usually we see ::empty
to initialize something as naked as possible, would that make more sense here?
feat: harmony now defaults to using local k3d cluster. Also created
OCICompliant: Application
trait to make building images cleaner
First impressions: this seems a bit redundant (and heavy) to have to pass the application around like this + having to "duplicate" the name between the score and the app.
letian
deleted branch fix/harmony-compose-deploy-output from NationTech/harmony
2025-07-01 21:09:02 +00:00
fix(composer): spawn commands to allow interaction
fix(composer): spawn commands to allow interaction
Should we apply right away the same fix for the other commands and use spawn
instead of output
in case users would need to interact with some of the commands?
fix(harmony-composer): spawn deploy command to allow interaction
letian
created branch fix/harmony-compose-deploy-output in NationTech/harmony
2025-07-01 20:30:49 +00:00
feat: Application module architecture and placeholder features