johnride
  • Joined on 2024-02-06
johnride deleted branch feat/lampDatabase from NationTech/harmony 2025-05-01 17:39:26 +00:00
johnride merged pull request NationTech/harmony#27 2025-05-01 17:39:24 +00:00
feat: push docker image to registry and deploy with full tag
johnride pushed to feat/lampDatabase at NationTech/harmony 2025-05-01 03:36:44 +00:00
c879ca143f feat: Add comments explaining a bit of what harmony does in the lamp demo
johnride created pull request NationTech/harmony#27 2025-05-01 02:34:24 +00:00
feat: push docker image to registry and deploy with full tag
johnride created branch feat/lampDatabase in NationTech/harmony 2025-05-01 02:34:10 +00:00
johnride pushed to feat/lampDatabase at NationTech/harmony 2025-05-01 02:34:10 +00:00
bc2bd2f2f4 feat: push docker image to registry and deploy with full tag
johnride pushed to master at NationTech/harmony 2025-04-30 20:03:14 +00:00
28978299c9 Merge pull request 'feat: add mariadb helm deployment to lamp interpreter' (#26) from feat/lampDatabase into master
87f6afc249 feat: add mariadb helm deployment to lamp interpreter
Compare 2 commits »
johnride deleted branch feat/lampDatabase from NationTech/harmony 2025-04-30 20:03:14 +00:00
johnride merged pull request NationTech/harmony#26 2025-04-30 20:03:14 +00:00
feat: add mariadb helm deployment to lamp interpreter
johnride created pull request NationTech/harmony#26 2025-04-30 19:43:28 +00:00
feat: add mariadb helm deployment to lamp interpreter
johnride pushed to feat/lampDatabase at NationTech/harmony 2025-04-30 19:42:57 +00:00
87f6afc249 feat: add mariadb helm deployment to lamp interpreter
johnride created branch feat/lampDatabase in NationTech/harmony 2025-04-30 19:42:57 +00:00
johnride commented on pull request NationTech/harmony#25 2025-04-29 20:44:54 +00:00
WIP: Add support for profiles

Pourrait etre un enum :

johnride suggested changes for NationTech/harmony#25 2025-04-29 20:44:54 +00:00
WIP: Add support for profiles

Voir mes commentaires, il faut en discuter davantage. Je n'ai pas l'impression que c'est la bonne approche.

johnride commented on pull request NationTech/harmony#25 2025-04-29 20:44:54 +00:00
WIP: Add support for profiles

instead of panic!() // TODO just use todo!("comment here");

johnride commented on pull request NationTech/harmony#25 2025-04-29 20:44:54 +00:00
WIP: Add support for profiles

On ne veut pas donner la tache de setup du profil a l'utilisateur du Score.

johnride suggested changes for NationTech/harmony#24 2025-04-29 20:08:31 +00:00
feat: added app to fill a pvc in 1GB increments
johnride commented on pull request NationTech/harmony#24 2025-04-29 20:08:31 +00:00
feat: added app to fill a pvc in 1GB increments

Mariadb / mysql is not in the same container as the PHP process. You'll have to query mariadb stats or something else.

johnride commented on pull request NationTech/harmony#23 2025-04-29 15:55:10 +00:00
feat(HelmScore): Add values yaml option to helm chart score

No need for a mut here. This would be more readable as a match :