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
2
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
Merge remote-tracking branch 'origin/master' into example/tryrust-webapp
check.yml #627
:
Commit
85d7baac6c
pushed by
wjro
#124
2025-09-03 20:19:18 +00:00
20s
fix: cache works, modified tar building function to ignore adding autogenerated files from harmony, .git, .github, target, and node_modules file paths\
check.yml #626
:
Commit
32ffc3ef61
pushed by
wjro
#124
2025-09-03 20:15:14 +00:00
1m6s
remove old service components (frontend, backend, servers, healthcheck) with same bind address before adding new service
check.yml #625
:
Commit
fc4c18ccea
pushed by
letian
#129
2025-09-03 19:59:57 +00:00
1m24s
fix: OPnsense xml fields for wk1 after update to 25.7
check.yml #624
:
Commit
a03327d7e4
pushed by
johnride
#130
2025-09-03 17:18:49 +00:00
43s
fix: Use ssh key from FileContent in OKDIpxe score instead of hardcoded path
check.yml #623
:
Commit
680902e450
pushed by
johnride
#130
2025-09-03 17:07:50 +00:00
42s
feat(secret): added get_or_prompt functionality and debuggable ipxe chainloading boot file and some misc stuff
check.yml #622
:
Commit
b765e9b7dc
pushed by
johnride
#130
2025-09-03 16:10:33 +00:00
42s
fix: opnsense dhcp test and formatting
check.yml #621
:
Commit
160939de21
pushed by
johnride
#130
2025-09-03 12:55:21 +00:00
1m25s
fix: Support multiple mac address on static host binding
check.yml #620
:
Commit
5142e2dd2d
pushed by
johnride
#130
2025-09-03 12:41:10 +00:00
40s
fix: Support multiple mac address on static host binding
check.yml #619
:
Commit
fed4a8076c
pushed by
johnride
#130
2025-09-03 12:40:30 +00:00
43s
wip minor refactor in okd example
check.yml #618
:
Commit
ceea03d6ce
pushed by
johnride
#130
2025-09-03 04:40:49 +00:00
1m21s
feat: OKD bootstrap automation pretty much complete with a few prompt for manual steps
check.yml #617
:
Commit
f1209b3823
pushed by
johnride
#130
2025-09-03 04:02:07 +00:00
1m25s
feat: OKD Installation now generates ignition files, copies them over, also uploads scos images
check.yml #616
:
Commit
6f746d4c88
pushed by
johnride
#130
2025-09-03 00:56:32 +00:00
43s
chore: Move opnsense credential secret from example into domain. There is an architectural problem around secrets still but its definitely something we want to manage for the user
check.yml #615
:
Commit
75f27a2b85
pushed by
johnride
#130
2025-09-02 15:47:32 +00:00
43s
fix: Dhcp static hostname has to have domain specified with dnsmasq, also progress on okd installation automation
check.yml #614
:
Commit
d24ea23413
pushed by
johnride
#130
2025-09-02 15:26:57 +00:00
44s
feat(okd installation): Process works nicely all the way up to setting the bootstrap host binding in opnsense automatically! Next step : generate the mac address boot file for bootstrap host, install ignition files and the cluster will booooooooot
check.yml #613
:
Commit
0070373714
pushed by
johnride
#130
2025-09-02 04:42:45 +00:00
1m28s
feat(okd installation): Process works nicely all the way up to setting the bootstrap host binding in opnsense automatically! Next step : generate the mac address boot file for bootstrap host, install ignition files and the cluster will booooooooot
check.yml #612
:
Commit
a353249eec
pushed by
johnride
#130
2025-09-02 04:40:45 +00:00
45s
feat: Can now select a bootstrap host and save the role mapping to database
check.yml #611
:
Commit
f6e665f990
pushed by
johnride
#130
2025-09-02 04:11:20 +00:00
44s
wip: OKd installation, some cleanup of unused and some refactoring
check.yml #610
:
Commit
241980ebec
pushed by
johnride
#130
2025-09-02 03:38:07 +00:00
1m25s
wip: OKD Installation full process automation underway, ready to test bootstrapping very soon
check.yml #609
:
Commit
35a459f63c
pushed by
johnride
#130
2025-09-02 03:22:37 +00:00
41s
wip: OKD Installation full process automation underway, ready to test bootstrapping very soon
check.yml #608
:
Commit
6f88fd00c1
pushed by
johnride
#130
2025-09-02 03:21:28 +00:00
42s
wip: bootstrap step of okd installation required some refactoring, its getting there
check.yml #607
:
Commit
f076d36297
pushed by
johnride
#130
2025-09-01 23:15:20 +00:00
42s
feat(opnsense-config): dnsmasq dhcp static mappings
check.yml #606
:
Commit
138e414727
pushed by
johnride
#130
2025-09-01 21:35:36 +00:00
42s
chore: rebase okd installation with refactoring on core types
check.yml #605
:
Commit
b6be44202e
pushed by
johnride
#114
2025-09-01 18:16:38 +00:00
1m27s
fix: merge existing services in load balancer config
check.yml #604
:
Commit
e9a1aa4831
pushed by
letian
#129
2025-09-01 11:44:22 +00:00
1m23s
Merge pull request 'feat: Inventory PhysicalHost persistence with sqlx and local sqlite db' (#125) from feat/inventory_persistence into master
harmony_composer.yaml #603
:
Commit
62fa3c2b10
pushed by
letian
master
2025-08-31 22:57:39 +00:00
6m40s
Merge pull request 'feat: Inventory PhysicalHost persistence with sqlx and local sqlite db' (#125) from feat/inventory_persistence into master
check.yml #602
:
Commit
62fa3c2b10
pushed by
letian
master
2025-08-31 22:50:58 +00:00
1m23s
Merge pull request 'refact: Move basic types to harmony_types crate to avoid external dependencies.' (#126) from refact/harmony_types into feat/inventory_persistence
check.yml #601
:
Commit
ea1380f98a
pushed by
letian
#125
2025-08-31 22:48:02 +00:00
1m25s
feat: automatically discover inventory (#127)
check.yml #600
:
Commit
701d8cfab9
pushed by
letian
#126
2025-08-31 22:46:37 +00:00
1m24s
adjust logs/errors
check.yml #599
:
Commit
c99e9018af
pushed by
letian
#127
2025-08-31 22:09:14 +00:00
1m24s
remove extra info log
check.yml #598
:
Commit
57c098a6d8
pushed by
letian
#127
2025-08-31 21:00:35 +00:00
1m25s
First
Previous
...
20
21
22
23
24
...
Next
Last