Ian Letourneau letian
  • Joined on 2025-04-08
letian merged pull request NationTech/harmony#87 2025-07-27 14:10:27 +00:00
fix(apps/rust): build & push using image tag instead of local VS remote image name
letian pushed to fix-image-tag at NationTech/harmony 2025-07-27 14:09:47 +00:00
a47be890de Merge branch 'master' into fix-image-tag
ee8dfa4a93 Merge pull request 'chore: cleanup of unnecessary files & adjust gitignores' (#88) from quick-cleanup into master
5d41cc8380 Merge branch 'master' into quick-cleanup
cef745b642 Merge pull request 'log(composer): Log check_path_str value when error' (#77) from log/composer into master
d9959378a6 log(composer): Log check_path_str value when error
Compare 6 commits »
letian deleted branch quick-cleanup from NationTech/harmony 2025-07-27 14:09:13 +00:00
letian pushed to master at NationTech/harmony 2025-07-27 14:09:07 +00:00
ee8dfa4a93 Merge pull request 'chore: cleanup of unnecessary files & adjust gitignores' (#88) from quick-cleanup into master
5d41cc8380 Merge branch 'master' into quick-cleanup
07f1151e4c chore: cleanup of unncessary files & adjust gitignores
Compare 3 commits »
letian merged pull request NationTech/harmony#88 2025-07-27 14:09:03 +00:00
chore: cleanup of unnecessary files & adjust gitignores
letian pushed to quick-cleanup at NationTech/harmony 2025-07-27 14:08:09 +00:00
5d41cc8380 Merge branch 'master' into quick-cleanup
cef745b642 Merge pull request 'log(composer): Log check_path_str value when error' (#77) from log/composer into master
d9959378a6 log(composer): Log check_path_str value when error
Compare 3 commits »
letian opened issue NationTech/harmony#89 2025-07-27 14:06:58 +00:00
Improve detection of available tools on the host
letian commented on issue johnride/backstage-demo-janus-showcase#1 2025-07-27 14:06:15 +00:00
Improve detection of available tools on the host

Oops that issue was created in a completely unrelated repo 🤔

letian closed issue johnride/backstage-demo-janus-showcase#1 2025-07-27 14:05:38 +00:00
Improve detection of available tools on the host
letian opened issue johnride/backstage-demo-janus-showcase#1 2025-07-27 14:05:18 +00:00
Improve detection of available tools on the host
letian created pull request NationTech/harmony#88 2025-07-21 00:06:00 +00:00
chore: cleanup of unnecessary files & adjust gitignores
letian pushed to quick-cleanup at NationTech/harmony 2025-07-21 00:03:35 +00:00
07f1151e4c chore: cleanup of unncessary files & adjust gitignores
letian created branch quick-cleanup in NationTech/harmony 2025-07-21 00:03:35 +00:00
letian created pull request NationTech/harmony#87 2025-07-16 17:53:07 +00:00
fix(rust): build & push using image tag instead of local VS remote image name
letian pushed to fix-image-tag at NationTech/harmony 2025-07-16 17:51:10 +00:00
f7625f0484 fix(rust): push only the actual image tag
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?