Ian Letourneau letian
  • Joined on 2025-04-08
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 created branch fix/harmony-compose-deploy-output in NationTech/harmony 2025-07-01 20:30:49 +00:00
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 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
letian pushed to feat/applicationModule at NationTech/harmony 2025-07-01 19:14:08 +00:00
6684a35b33 Merge branch 'master' into feat/applicationModule
9bf6aac82e doc: Fix curl command for environments without ~/.local/bin/ folder
e8d55d27e4 Merge pull request 'feat: added webhook receiver to alertchannels' (#68) from feat/webhook_receiver into master
fea7e9ddb9 doc: Improve harmony_composer README single command usage
7ec89cdac5 fix: cargo fmt
Compare 13 commits »
letian pushed to feat/applicationModule at NationTech/harmony 2025-07-01 19:11:15 +00:00
702827c753 remove unused statements
letian pushed to feat/applicationModule at NationTech/harmony 2025-07-01 18:42:49 +00:00
b621a92c82 remove unused go application score
letian pushed to feat/applicationModule at NationTech/harmony 2025-07-01 15:51:26 +00:00
2c90d50168 format code
letian pushed to feat/applicationModule at NationTech/harmony 2025-07-01 15:34:48 +00:00
c02763a6fc Adjust imports