johnride
  • Joined on 2024-02-06
johnride pushed to feat/webappdns at NationTech/harmony 2026-01-06 20:09:24 +00:00
9359d43fe1 chore: Fix pr comments, documentation, slight refactor for better apis
johnride pushed to feat/webappdns at NationTech/harmony 2026-01-06 20:04:03 +00:00
eeaaa26d0e chore: Fix pr comments, documentation, slight refactor for better apis
johnride deleted branch adr/decentralized-workload-management from NationTech/harmony 2026-01-06 19:45:59 +00:00
johnride pushed to master at NationTech/harmony 2026-01-06 19:45:57 +00:00
e026ad4d69 Merge pull request 'adr: draft ADR proposing harmony agent and nats-jetstram for decentralized workload management' (#202) from adr/decentralized-workload-management into master
5cce9f8e74 adr: draft ADR proposing harmony agent and nats-jetstram for decentralized workload management
Compare 2 commits »
johnride merged pull request NationTech/harmony#202 2026-01-06 19:45:55 +00:00
adr: draft ADR proposing harmony agent and nats-jetstram for decentralized workload management
johnride released Latest Snapshot at NationTech/harmony 2026-01-06 19:24:12 +00:00
johnride closed pull request NationTech/harmony#144 2026-01-06 16:48:32 +00:00
wip: multisite application feature with stateless and statefull application traits
johnride commented on pull request NationTech/harmony#144 2026-01-06 16:48:29 +00:00
wip: multisite application feature with stateless and statefull application traits

Closing this as I implemented something better with FailoverTopology in #196

johnride released Latest Snapshot at NationTech/harmony 2026-01-06 15:50:52 +00:00
johnride pushed to feat/postgresqlScore at NationTech/harmony 2025-12-22 21:02:22 +00:00
4d535e192d feat: Add new nats example
johnride pushed to feat/postgresqlScore at NationTech/harmony 2025-12-22 14:54:41 +00:00
ef307081d8 chore: slight refactor of postgres public score
johnride created pull request NationTech/harmony#202 2025-12-19 15:14:39 +00:00
adr: draft ADR proposing harmony agent and nats-jetstram for decentralized workload management
johnride pushed to adr/decentralized-workload-management at NationTech/harmony 2025-12-19 15:12:49 +00:00
5cce9f8e74 adr: draft ADR proposing harmony agent and nats-jetstram for decentralized workload management
johnride created branch adr/decentralized-workload-management in NationTech/harmony 2025-12-19 15:12:48 +00:00
johnride pushed to feat/postgresqlScore at NationTech/harmony 2025-12-17 21:43:43 +00:00
204795a74f feat(failoverPostgres): Its alive! We can now deploy a multisite postgres instance. The public hostname is still hardcoded, we will have to fix that but the rest is good enough
johnride pushed to feat/postgresqlScore at NationTech/harmony 2025-12-17 19:35:18 +00:00
66a9a76a6b feat(postgres): Failover postgres example maybe working!? Added FailoverTopology implementations for required capabilities, documented a bit, some more tests, and quite a few utility functions
johnride pushed to feat/postgresqlScore at NationTech/harmony 2025-12-17 19:32:39 +00:00
a8d59b86a7 feat(postgres): Failover postgres example maybe working!? Added FailoverTopology implementations for required capabilities, documented a bit, some more tests, and quite a few utility functions
johnride created pull request NationTech/harmony#201 2025-12-17 17:22:18 +00:00
feat/rebuild_inventory
johnride pushed to feat/postgresqlScore at NationTech/harmony 2025-12-17 04:35:57 +00:00
440e684b35 feat: Postgresql score based on the postgres capability now. true infrastructure abstraction!
johnride pushed to feat/postgresqlScore at NationTech/harmony 2025-12-16 21:25:07 +00:00
b0383454f0 feat(types): Add utility initialization functions for StorageSize such as StorageSize::kb(324)