This website requires JavaScript.
Explore
Help
Sign In
NationTech
/
harmony
Watch
5
Star
0
Fork
2
You've already forked harmony
Code
Issues
40
Pull Requests
12
Actions
3
Packages
Projects
Releases
Wiki
Activity
All Workflows
arm-agents.yaml
check.yml
harmony_composer.yaml
Actor
All actors
johnride
jvtrudel
letian
stremblay
taha
wjro
Status
All status
Success
Failure
Waiting
Running
fix(node health endpoint): Setup sane timeouts for usage as a load balancer health check. The default k8s client timeout of 30 seconds caused haproxy health check to fail even though we still returned 200OK after 30 seconds
check.yml #1130
:
Commit
64893a84f5
pushed by
johnride
#244
2026-03-06 21:29:08 +00:00
44s
fix(node health endpoint): Setup sane timeouts for usage as a load balancer health check. The default k8s client timeout of 30 seconds caused haproxy health check to fail even though we still returned 200OK after 30 seconds
check.yml #1129
:
Commit
bb7c2cdb92
pushed by
johnride
#244
2026-03-06 21:23:41 +00:00
43s
fix: Node readiness always fails open when kube api call fails on note status check
check.yml #1128
:
Commit
f941672662
pushed by
johnride
#244
2026-03-06 20:48:11 +00:00
2m12s
wip: zitadel ingress https not working yet
check.yml #1127
:
Commit
a98113dd40
pushed by
johnride
#243
2026-03-06 20:29:15 +00:00
47s
feat: k8s client works fine, added version config in zitadel and fix master key secret existence handling
check.yml #1126
:
Commit
f5aac67af8
pushed by
johnride
#243
2026-03-06 20:16:40 +00:00
50s
feat(k8s): Can now apply resources of any scope. Kind of a hack leveraging the dynamic type under the hood but this is due to a limitation of kube-rs
check.yml #1112
:
Commit
dca764395d
pushed by
johnride
#241
2026-03-03 19:38:57 +00:00
51s
wip: okdload balancer using 1936 port http healthcheck
check.yml #1111
:
Commit
53d0704a35
pushed by
johnride
#240
2026-03-03 01:49:02 +00:00
44s
Merge pull request 'feat: New harmony node readiness mini project what exposes health of a node on port 25001' (#237) from feat/harmony-node-health-endpoint into master
harmony_composer.yaml #1109
:
Commit
2738985edb
pushed by
johnride
master
2026-03-02 20:03:50 +00:00
3m48s
feat: node readiness now supports a check query param with node_ready and okd_router_1936 options
check.yml #1106
:
Commit
32d0c2aa1e
pushed by
johnride
#237
2026-03-02 19:56:09 +00:00
1m52s
feat: node readiness now supports a check query param with node_ready and okd_router_1936 options
check.yml #1105
:
Commit
a3158d637f
pushed by
johnride
#237
2026-02-27 20:44:17 +00:00
1m8s
feat: Brocade switch setup now asks questions for missing links instead of failing
check.yml #1083
:
Commit
de49e9ebcc
pushed by
johnride
#235
2026-02-19 15:34:06 +00:00
1m52s
fix: Complete brocade switch config and auth refactoring
harmony_composer.yaml #1080
:
Commit
ff7d2fb89e
pushed by
johnride
master
2026-02-17 15:37:37 +00:00
3m52s
Merge pull request 'reafactor: brocade switch slight improvements' (#233) from fix/brocade into master
harmony_composer.yaml #1078
:
Commit
9bb38b930a
pushed by
johnride
master
2026-02-17 15:21:25 +00:00
3m50s
Merge pull request 'reafactor: brocade switch slight improvements' (#233) from fix/brocade into master
check.yml #1077
:
Commit
9bb38b930a
pushed by
johnride
master
2026-02-17 15:17:34 +00:00
46s
reafactor: brocade switch slight improvements
check.yml #1076
:
Commit
f9bd6ad260
pushed by
johnride
#233
2026-02-17 15:15:49 +00:00
46s
Merge pull request 'feat/drain_k8s_node' (#232) from feat/drain_k8s_node into master
harmony_composer.yaml #1075
:
Commit
c677487a5e
pushed by
johnride
master
2026-02-17 15:08:19 +00:00
4m7s
fix: reboot node now works with correct command
check.yml #1071
:
Commit
752526f831
pushed by
johnride
#232
2026-02-17 04:06:14 +00:00
1m49s
wip
check.yml #1070
:
Commit
111181c300
pushed by
johnride
#232
2026-02-17 01:56:42 +00:00
1m49s
wip: Reboot node cleanly via k8s api, copy files on node, run remote command with output, orchestrate network configuration, and some more
check.yml #1068
:
Commit
462544c725
pushed by
johnride
#232
2026-02-16 03:06:47 +00:00
2m12s
fix(agent): fetch from store returns metadata to allow rebuilding states properly
check.yml #1040
:
Commit
de14ba6b97
pushed by
johnride
#220
2026-02-04 17:11:22 +00:00
43s
test(agent): Wrote first few tests for Primary workflow use cases : initializing to healthy, healthy to failed
check.yml #1038
:
Commit
17b3b3b351
pushed by
johnride
#220
2026-02-04 14:27:02 +00:00
45s
wip(agent): workflow now return new cluster state when they decide to alter it, primary taking control of current_primary case handled but using wrong ID
check.yml #1037
:
Commit
01a775a01f
pushed by
johnride
#220
2026-02-04 12:02:06 +00:00
44s
fix: Agent can now reload heartbeat info from store
check.yml #1036
:
Commit
9c551a0eba
pushed by
johnride
#220
2026-02-04 03:13:39 +00:00
46s
chore: Add a note and delete old code
check.yml #1035
:
Commit
a88d67627a
pushed by
johnride
#220
2026-02-04 01:47:09 +00:00
42s
wip: cleaning up llm code, pretty close to something comprehensible and robust
check.yml #1032
:
Commit
948334b89e
pushed by
johnride
#220
2026-02-03 11:40:52 +00:00
49s
wip(harmony_agent): It compiles, contains most if not all of the required skeleton, now time to review it carefully, complete a few details and battle test it
check.yml #1028
:
Commit
50aa545bd9
pushed by
johnride
#220
2026-02-02 01:55:02 +00:00
45s
feat: Harmony agent new algorithm based on heartbeat counters basics. Old code will need to be refactored completely
check.yml #1024
:
Commit
0cff1e0f66
pushed by
johnride
#220
2026-01-30 11:58:52 +00:00
42s
Merge pull request 'fix(deps): updating fqdn version as the one currently in use have been yanked' (#223) from fix/update-fqdn-version into master
harmony_composer.yaml #1014
:
Commit
cb90788129
pushed by
johnride
master
2026-01-28 19:34:53 +00:00
11m16s
Merge pull request 'feat/ask-for-main-disk' (#222) from feat/ask-for-main-disk into master
harmony_composer.yaml #1011
:
Commit
e557270960
pushed by
johnride
master
2026-01-27 17:26:32 +00:00
10m0s
chore: refactor PhysicalHost into a tuple with HostConfig, it contains only installation device for now but it saves some mishaps
check.yml #1008
:
Commit
5b227408f6
pushed by
johnride
#222
2026-01-27 17:11:23 +00:00
40s
First
Previous
1
2
3
4
5
...
Next
Last