Commit Graph

16 Commits

Author SHA1 Message Date
79240db736 feat: add icon resources, embed & files 2025-07-31 13:53:16 -05:00
a150c24e88 fix: switch linux heartbeat ticker back to 30s 2025-06-23 18:52:51 -05:00
e83de79207 refactor: switch AppState to iota-based enum 2025-06-23 18:52:40 -05:00
821067765e chore: remove serviceName or inline, update service unit description 2025-06-23 17:47:46 -05:00
34caa5c5a3 feat(linux): implement systemd watchdog, add status updates to heartbeat, use SdNotify daemon constants
- Log unhandled, unexpected signals
2025-06-23 17:44:17 -05:00
1f4728cab1 feat: update linux service layer implementation, remove SIGUSR1+2 handlers, simpler unified heartbeat/signal routine 2025-06-23 16:27:52 -05:00
15b0e93feb feat: initial state as paused, remove Start/Stop methods, goroutine start in service handler 2025-06-23 16:17:20 -05:00
486b425e99 feat: add 'start' app method, add state transition checks 2025-06-23 15:16:04 -05:00
6e01443b06 refactor: move heartbeat above, better comments & debug logs 2025-06-23 15:09:23 -05:00
8d0bb4607e refactor: simplify interactive console run path, remove 'interactive' mode, use debug service
I'm unsure why this was originally done; I hope I'm not messing up by
doing this. Based on documentation, it makes more sense that the debug
mode is the intention of the 'interactive console' concept.
2025-06-23 14:31:20 -05:00
a6a774aac7 feat!: add linux cross-platform support with systemd unit file 2025-06-23 03:48:44 -05:00
0aba8b4bfa refactor: create App internally, promote newService(), adjust variable names 2025-06-22 19:01:16 -05:00
151fe6eb1c refactor: remove confusing double app.go internal files, move setup details to main.go 2025-06-22 18:42:43 -05:00
0a51119e4c feat!: expand to internal project, add app layer, develop service layer 2025-06-22 18:16:16 -05:00
370a6412a4 refactor: simple windows service demo, license 2025-06-22 14:32:21 -05:00
1444d3fc2b feat!: complete rearrangement for multi-module platform-specific modules 2025-06-22 14:31:08 -05:00