johnride
  • Joined on 2024-02-06
johnride created branch feat/lampDatabase in NationTech/harmony 2025-05-01 02:34:10 +00:00
johnride deleted branch feat/lampDatabase from NationTech/harmony 2025-04-30 20:03:14 +00:00
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 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

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

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 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 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 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 :

johnride pushed to master at NationTech/harmony 2025-04-27 19:56:32 +00:00
76c0cacc1b Merge pull request 'feat: LampScore implement dockerfile generation and image building' (#22) from feat/lampDocker into master
f17948397f feat: escape PHP_ERROR_REPORTING value in Dockerfile
16a665241e feat: LampScore implement dockerfile generation and image building
Compare 3 commits »
johnride deleted branch feat/lampDocker from NationTech/harmony 2025-04-27 19:56:32 +00:00
johnride merged pull request NationTech/harmony#22 2025-04-27 19:56:30 +00:00
feat: LampScore implement dockerfile generation and image building
johnride pushed to feat/lampDocker at NationTech/harmony 2025-04-27 19:55:47 +00:00
f17948397f feat: escape PHP_ERROR_REPORTING value in Dockerfile
johnride created pull request NationTech/harmony#22 2025-04-25 18:36:16 +00:00
feat: LampScore implement dockerfile generation and image building