Ian Letourneau letian
  • Joined on 2025-04-08
letian pushed to fix-image-tag at NationTech/harmony 2025-07-16 17:49:47 +00:00
83f1065d61 fix(rust): push only the actual image tag
letian pushed to fix-image-tag at NationTech/harmony 2025-07-16 17:47:52 +00:00
be8cdd7c24 fix(rust): push only the actual image tag
letian created branch fix-image-tag in NationTech/harmony 2025-07-16 17:46:13 +00:00
letian pushed to fix-image-tag at NationTech/harmony 2025-07-16 17:46:13 +00:00
53f607072b fix(ci/cd): push only the actual image tag
letian commented on pull request NationTech/harmony#76 2025-07-03 13:39:40 +00:00
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?

letian commented on pull request NationTech/harmony#76 2025-07-02 23:44:56 +00:00
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?

letian commented on pull request NationTech/harmony#76 2025-07-02 23:42:39 +00:00
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
letian pushed to master at NationTech/harmony 2025-07-01 21:08:29 +00:00
ee02906ce9 fix(composer): spawn commands to allow interaction (#71)
letian merged pull request NationTech/harmony#71 2025-07-01 21:08:28 +00:00
fix(composer): spawn commands to allow interaction
letian pushed to fix/harmony-compose-deploy-output at NationTech/harmony 2025-07-01 21:05:31 +00:00
8419815c0a replace check command output by spawn
letian commented on pull request NationTech/harmony#71 2025-07-01 20:39:58 +00:00
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?

letian created pull request NationTech/harmony#71 2025-07-01 20:34:40 +00:00
fix(harmony-composer): spawn deploy command to allow interaction
letian pushed to fix/harmony-compose-deploy-output at NationTech/harmony 2025-07-01 20:30:49 +00:00
0861700231 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
letian deleted branch feat/applicationModule from NationTech/harmony 2025-07-01 19:40:50 +00:00
letian pushed to master at NationTech/harmony 2025-07-01 19:40:46 +00:00
284cc6afd7 feat: Application module architecture and placeholder features (#70)
letian merged pull request NationTech/harmony#70 2025-07-01 19:40:45 +00:00
feat: Application module architecture and placeholder features
letian pushed to feat/applicationModule at NationTech/harmony 2025-07-01 19:21:39 +00:00
eb27a71264 oops
letian pushed to feat/applicationModule at NationTech/harmony 2025-07-01 19:18:27 +00:00
f512d8307a remove unused statements - again