johnride
  • Joined on 2024-02-06
johnride deleted branch feat/awsOKD from NationTech/harmony 2025-05-06 16:39:21 +00:00
johnride merged pull request NationTech/harmony#31 2025-05-06 16:39:20 +00:00
feat: add cert-manager module and helm repo support
johnride pushed to master at NationTech/harmony 2025-05-06 16:39:20 +00:00
e5ddd296db Merge pull request 'feat: add cert-manager module and helm repo support' (#31) from feat/awsOKD into master
4be008556e feat: add cert-manager module and helm repo support
Compare 2 commits »
johnride pushed to feat/awsOKD at NationTech/harmony 2025-05-06 16:38:59 +00:00
4be008556e feat: add cert-manager module and helm repo support
78e9893341 Merge pull request 'feat: started to prepare inventory / topoplogy for NCD' (#1) from feat/settingUpNDC into master
e62ef001ed fix: Fix opnsense test, Host.tll now optional and run cargo fmt
1fb7132c64 Merge branch 'master' into feat/settingUpNDC
8a199b64f5 feat: Upgrade opnsense-config crates to be compatible with opnsense 25.1_5
Compare 19 commits »
johnride deleted branch feat/settingUpNDC from NationTech/harmony 2025-05-06 16:38:42 +00:00
johnride pushed to master at NationTech/harmony 2025-05-06 16:38:42 +00:00
78e9893341 Merge pull request 'feat: started to prepare inventory / topoplogy for NCD' (#1) from feat/settingUpNDC into master
e62ef001ed fix: Fix opnsense test, Host.tll now optional and run cargo fmt
1fb7132c64 Merge branch 'master' into feat/settingUpNDC
8a199b64f5 feat: Upgrade opnsense-config crates to be compatible with opnsense 25.1_5
b7fe62fcbb feat: ncd0 example complete. Missing files for authentication, ignition etc are accessible upon deman. This is yet another great step towards full UPI automated provisionning
Compare 18 commits »
johnride merged pull request NationTech/harmony#1 2025-05-06 16:38:41 +00:00
feat: started to prepare inventory / topoplogy for NCD
johnride created pull request NationTech/harmony#31 2025-05-06 16:34:15 +00:00
feat: add cert-manager module and helm repo support
johnride created branch feat/awsOKD in NationTech/harmony 2025-05-06 16:34:03 +00:00
johnride pushed to feat/awsOKD at NationTech/harmony 2025-05-06 16:34:03 +00:00
f281e01f29 feat: add cert-manager module and helm repo support
johnride pushed to feat/settingUpNDC at NationTech/harmony 2025-05-06 16:00:58 +00:00
e62ef001ed fix: Fix opnsense test, Host.tll now optional and run cargo fmt
1fb7132c64 Merge branch 'master' into feat/settingUpNDC
764fd6d451 Merge pull request 'chore: added default mariadb size and pass env variables to php app' (#28) from lamp-env-vars into master
78fffcd725 fix: specified 2Gi db size from LAMPconfig
e1133ea114 use default database_size None in LampConfig to default to value from helm chart
Compare 76 commits »
johnride pushed to feat/settingUpNDC at NationTech/harmony 2025-05-06 15:45:23 +00:00
8a199b64f5 feat: Upgrade opnsense-config crates to be compatible with opnsense 25.1_5
b7fe62fcbb feat: ncd0 example complete. Missing files for authentication, ignition etc are accessible upon deman. This is yet another great step towards full UPI automated provisionning
Compare 2 commits »
johnride deleted branch pvc-filler from NationTech/harmony 2025-05-02 16:06:48 +00:00
johnride merged pull request NationTech/harmony#29 2025-05-02 16:06:47 +00:00
feat:php program to fill pvc and report database usage
johnride pushed to master at NationTech/harmony 2025-05-02 16:06:47 +00:00
d8e8a49745 Merge pull request 'feat:php program to fill pvc and report database usage' (#29) from pvc-filler into master
a7ba9be486 feat:php program to fill pvc and report database usage
Compare 2 commits »
johnride commented on pull request NationTech/harmony#29 2025-05-02 16:06:40 +00:00
feat:php program to fill pvc and report database usage

Je ne prend pas le temps de review ca, c'est juste du sample code. Si ca ne marche pas je regarderai mais pour la on peut merge.

johnride suggested changes for NationTech/harmony#28 2025-05-02 16:05:17 +00:00
chore: added default mariadb size and pass env variables to php app

Good, je changerais le default pour un meilleur DX mais sinon LGTM

johnride commented on pull request NationTech/harmony#28 2025-05-02 16:05:17 +00:00
chore: added default mariadb size and pass env variables to php app

Maintenant que je vois ca je pense que ca devrait etre un Option qui est None par default pour deleguer la tache de set le default a la helm chart. Comme ca nos utilisateurs n'auront pas de surprise et c'est un detail de moins a gerer par nous-meme.