Commit Graph

407 Commits

Author SHA1 Message Date
Joel Wetzell 90a3119fb8 fix variable name 2026-02-09 20:48:07 -06:00
Joel Wetzell 54c14cbbae make nil payload a debug log 2026-02-09 19:57:17 -06:00
Joel Wetzell 969ac6e04b add test for module registraion 2026-02-09 19:45:04 -06:00
Joel Wetzell bfa63499c3 add basic tests for bad module creation 2026-02-09 19:44:54 -06:00
Joel Wetzell 6b178d1ae4 cleanup error messages 2026-02-09 19:15:34 -06:00
Joel Wetzell 988437fccf add test for loading from registry for time modules v0.13.1 2026-02-09 18:19:17 -06:00
Joel Wetzell dc19d18b81 add tests to ensure module id returns correctly 2026-02-09 18:17:42 -06:00
Joel Wetzell 86f1082159 add test for loading from registry for all modules 2026-02-09 18:11:08 -06:00
Joel Wetzell a46054c427 fix net.udp.server type return value 2026-02-09 18:10:28 -06:00
Joel Wetzell 9dc4706fd8 add test for loading from registry for rest of processors 2026-02-09 17:42:16 -06:00
Joel Wetzell f91cb9dbbf add basic tests for script.wasm 2026-02-09 15:07:18 -06:00
Joel Wetzell 10b5cbae6c add coverage badge 2026-02-09 15:06:04 -06:00
Joel Wetzell a9f9f1ba2c Merge pull request #63 from jwetzell/feat/script-wasm-wasi
add option to enable WASI for script.wasm processor
2026-02-09 14:55:18 -06:00
Joel Wetzell 8e27dc81a2 add option to enable WASI for script.wasm processor 2026-02-09 14:52:41 -06:00
Joel Wetzell 5dc897c4b2 allow contents write permission 2026-02-09 14:49:44 -06:00
Joel Wetzell 7015a9d7a2 move tests to sub folders 2026-02-09 14:38:13 -06:00
Joel Wetzell 3c6d98638e add coverage report step to test workflow 2026-02-09 14:33:20 -06:00
Joel Wetzell 8ec8ad91a6 Merge pull request #58 from jwetzell/fix/sip-server-postwait
fix postwait on sip server for dtmf response
2026-02-09 12:05:44 -06:00
Joel Wetzell f919017ca6 fix postwait on sip server for dtmf response 2026-02-09 12:03:54 -06:00
Joel Wetzell 66f170047a remove arm images for now v0.13.0 2026-02-08 22:02:33 -06:00
Joel Wetzell 7ff20e0136 add more tests for string.split 2026-02-08 21:50:31 -06:00
Joel Wetzell b53494fddc add more error tests for string.filter 2026-02-08 21:49:30 -06:00
Joel Wetzell 3688510ded fix test names 2026-02-08 21:49:12 -06:00
Joel Wetzell d0bdc44c30 add test for string.filter 2026-02-08 21:40:53 -06:00
Joel Wetzell 1c49548a4c test cleanup 2026-02-08 21:38:44 -06:00
Joel Wetzell 4ea6c8f11f test cleanup 2026-02-08 21:31:08 -06:00
Joel Wetzell 0ef512eb28 add registry test for json.decode 2026-02-08 21:23:21 -06:00
Joel Wetzell ebbce3261c add registry test for json.encode 2026-02-08 21:21:28 -06:00
Joel Wetzell 79fa925823 clean up json.encode test 2026-02-08 21:21:14 -06:00
Joel Wetzell 659c95102b Merge pull request #57 from jwetzell/feat/json-decode-processor
add json.decode processor
2026-02-08 21:15:55 -06:00
Joel Wetzell e06c4195c7 add json.decode processor 2026-02-08 21:13:34 -06:00
Joel Wetzell 28e3c99ad8 add test loading from registry for time.sleep 2026-02-08 15:56:33 -06:00
Joel Wetzell 7312bfec20 add error tests for random processors 2026-02-08 15:56:14 -06:00
Joel Wetzell 4bbf69e644 add test for artnet.packet.filter 2026-02-08 15:55:48 -06:00
Joel Wetzell 1ba51446ad fix error messages in test 2026-02-08 15:55:32 -06:00
Joel Wetzell 2266d6a9b8 Merge pull request #56 from jwetzell/feat/json-schema
add json schema definitions for config
2026-02-08 15:04:25 -06:00
Joel Wetzell f1f340f963 add schema for rest of processors 2026-02-08 13:34:40 -06:00
Joel Wetzell 4ca989280c switch interval and timer to new namespace 2026-02-08 09:45:22 -06:00
Joel Wetzell ef83e84e84 add schema for time.sleep processor 2026-02-08 09:45:22 -06:00
Joel Wetzell b8ad912855 add JSON schema for config file 2026-02-08 09:45:22 -06:00
Joel Wetzell f766d0e2a4 Merge pull request #55 from jwetzell/feat/router-reload
reload router config on SIGHUP
2026-02-08 09:44:49 -06:00
Joel Wetzell 725e8ad670 add mutex for router operations 2026-02-07 17:07:18 -06:00
Joel Wetzell 7fa3b6d33d TODO 2026-02-07 16:29:49 -06:00
Joel Wetzell 5e957d7d03 expose running config from router 2026-02-07 16:28:06 -06:00
Joel Wetzell bd89df3da2 create app struct 2026-02-07 14:15:24 -06:00
Joel Wetzell 914f6aa833 mess around with being able to reload router 2026-02-07 13:42:55 -06:00
Joel Wetzell 2104d9f1a9 change to start/stop not run/stop 2026-02-07 12:51:01 -06:00
Joel Wetzell 457ff83c23 add more convenience methods for start/stopping modules on router 2026-02-07 12:48:27 -06:00
Joel Wetzell 37c7a23063 add debug log at beginning of running 2026-02-07 12:40:30 -06:00
Joel Wetzell 9ba3a88e8c add removeModule function to router 2026-02-07 09:53:48 -06:00