Commit Graph

  • 7ac0ec7582 remove uint parse and random Joel Wetzell 2026-03-03 21:42:08 -06:00
  • c25a36f09c Merge pull request #80 from jwetzell/feat/random-float Joel Wetzell 2026-03-03 21:26:28 -06:00
  • 8d2c022baf fix variable name Joel Wetzell 2026-03-03 21:21:47 -06:00
  • 76318b4e10 add processor to generator random float Joel Wetzell 2026-03-03 21:20:36 -06:00
  • 633eaba0ec fix osc.message.create tests Joel Wetzell 2026-03-03 07:00:05 -06:00
  • 00b6f3660d fix osc.message.create Joel Wetzell 2026-03-03 06:58:46 -06:00
  • a275cd2b78 upgrade osc library and switch to pointers Joel Wetzell 2026-03-02 21:17:49 -06:00
  • 5cb2f845a1 add more error case tests to osc.message.decode Joel Wetzell 2026-03-02 21:04:18 -06:00
  • 8f769f0a4a add OSC encode/decode test with arg Joel Wetzell 2026-03-02 20:59:29 -06:00
  • fdd4b341cb fix osc message decode test Joel Wetzell 2026-03-02 20:56:16 -06:00
  • 9a9bf10078 add tests for osc message encode/decode Joel Wetzell 2026-03-02 20:54:03 -06:00
  • ea46885f70 rework GetInt and GetIntSlice and more testing for params config Joel Wetzell 2026-03-02 20:53:53 -06:00
  • fa8f0b7cfc add test for getting array and void from struct Joel Wetzell 2026-03-02 20:53:20 -06:00
  • d316147411 align test err checking and logs Joel Wetzell 2026-03-02 20:53:00 -06:00
  • 30564523d7 Merge pull request #78 from jwetzell/dependabot/go_modules/github.com/urfave/cli/v3-3.7.0 Joel Wetzell 2026-03-02 14:07:05 -06:00
  • f7231e54c2 Bump github.com/urfave/cli/v3 from 3.6.2 to 3.7.0 dependabot[bot] 2026-03-02 20:05:27 +00:00
  • 14de829e7a Merge pull request #75 from jwetzell/dependabot/go_modules/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp-1.41.0 Joel Wetzell 2026-03-02 14:04:27 -06:00
  • 33a54eb24c Merge pull request #76 from jwetzell/dependabot/go_modules/gitlab.com/gomidi/midi/v2-2.3.23 Joel Wetzell 2026-03-02 14:04:12 -06:00
  • 3c6c50c914 add tests for midi and mqtt message create processors Joel Wetzell 2026-03-02 14:01:47 -06:00
  • da516f5102 fix test wording Joel Wetzell 2026-03-02 14:01:32 -06:00
  • 1f88819428 use params methods iin mqtt.message.create Joel Wetzell 2026-03-02 14:01:20 -06:00
  • df4f0f745d fix GetByteSlice for params Joel Wetzell 2026-03-02 14:00:47 -06:00
  • d86bff30cd Bump gitlab.com/gomidi/midi/v2 from 2.3.22 to 2.3.23 dependabot[bot] 2026-03-02 19:21:14 +00:00
  • 22d8bbf88d Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp dependabot[bot] 2026-03-02 19:21:05 +00:00
  • 925873a124 add tests for midi.message.decode Joel Wetzell 2026-03-02 12:55:33 -06:00
  • 08308c1891 add count flag to hopefully avoid cache issues Joel Wetzell 2026-03-02 12:47:01 -06:00
  • f68312ee84 standardize layout of bad tests Joel Wetzell 2026-03-02 12:34:46 -06:00
  • cd1b5e1437 add tests for artnet packet encode/decode processors Joel Wetzell 2026-03-02 12:34:26 -06:00
  • 34af7d7aec cleanup unnecessary use of floats Joel Wetzell 2026-03-02 12:34:06 -06:00
  • df14024012 add convenience method for casting payloads Joel Wetzell 2026-03-02 12:06:42 -06:00
  • af39c16f30 add more convenience functions for getting slices from params and add tests Joel Wetzell 2026-03-02 12:03:35 -06:00
  • 7d2a3225a7 make more error const for params config Joel Wetzell 2026-03-02 12:03:05 -06:00
  • b5ffee022a use GetStringSlice in osc.message.create Joel Wetzell 2026-03-02 12:02:27 -06:00
  • cd264d9ed4 add function to get string slice from params Joel Wetzell 2026-03-02 09:07:31 -06:00
  • 9d14e5929f wrap all payload types for expr env Joel Wetzell 2026-03-01 23:49:53 -06:00
  • 8fe1463198 Merge pull request #74 from jwetzell/feat/expr-payload-wrapping Joel Wetzell 2026-03-01 23:36:28 -06:00
  • 28a5d1ea90 wrap literal payloads into a struct for expr processors Joel Wetzell 2026-03-01 23:35:08 -06:00
  • e9d5931e9d Merge pull request #73 from jwetzell/feat/expr-filter Joel Wetzell 2026-03-01 23:15:02 -06:00
  • d90f103d00 add processor to filter using expr expression Joel Wetzell 2026-03-01 23:04:04 -06:00
  • 05b0de1dfd remote http request/response encoding Joel Wetzell 2026-03-01 23:02:56 -06:00
  • 0d8dbab743 add title for all processor schemas Joel Wetzell 2026-03-01 22:12:45 -06:00
  • fb599f1057 Merge pull request #72 from jwetzell/feat/struct-processors v0.14.0 Joel Wetzell 2026-03-01 21:57:08 -06:00
  • a2efed0ee2 add processor to pull method out of struct Joel Wetzell 2026-03-01 21:47:37 -06:00
  • 533fe150c8 add processor to pull field out of struct Joel Wetzell 2026-03-01 21:47:31 -06:00
  • b653179e6d add functions to test struct Joel Wetzell 2026-03-01 21:44:41 -06:00
  • 695cabf15e move test struct to common place Joel Wetzell 2026-03-01 21:36:12 -06:00
  • ccac116f8d fix error message Joel Wetzell 2026-03-01 15:00:09 -06:00
  • c298f63ffc add convenience method to pull params from config Joel Wetzell 2026-03-01 14:57:19 -06:00
  • 183182e6cd use control instead of controller in midi.message.create Joel Wetzell 2026-03-01 14:21:36 -06:00
  • 01f172dbee Merge pull request #71 from jwetzell/feat/nats-server-module Joel Wetzell 2026-03-01 13:18:28 -06:00
  • 20fd4170ed handle param values that aren't from loading in JSON Joel Wetzell 2026-03-01 13:16:13 -06:00
  • bcf9299505 remove nats message encode Joel Wetzell 2026-03-01 13:03:26 -06:00
  • 4f7820af5e add basic nats server module Joel Wetzell 2026-03-01 13:02:55 -06:00
  • 87fcc63068 Merge pull request #70 from jwetzell/dependabot/go_modules/github.com/nats-io/nats.go-1.49.0 Joel Wetzell 2026-02-27 08:31:56 -06:00
  • 1c49776662 Bump github.com/nats-io/nats.go from 1.48.0 to 1.49.0 dependabot[bot] 2026-02-27 14:21:09 +00:00
  • 1a7207ae4c Merge pull request #66 from jwetzell/dependabot/github_actions/docker/build-push-action-6.19.2 Joel Wetzell 2026-02-27 08:20:11 -06:00
  • f86a34cc92 Merge pull request #67 from jwetzell/dependabot/go_modules/github.com/expr-lang/expr-1.17.8 Joel Wetzell 2026-02-27 08:19:46 -06:00
  • d9d64bd248 Merge pull request #68 from jwetzell/dependabot/go_modules/gitlab.com/gomidi/midi/v2-2.3.22 Joel Wetzell 2026-02-27 08:19:24 -06:00
  • e828dc1b0b Merge pull request #69 from jwetzell/dependabot/github_actions/goreleaser/goreleaser-action-7 Joel Wetzell 2026-02-27 08:19:08 -06:00
  • cc4d50bc17 Bump goreleaser/goreleaser-action from 6 to 7 dependabot[bot] 2026-02-23 19:22:05 +00:00
  • abd37439c5 rework Route struct Joel Wetzell 2026-02-16 19:13:04 -06:00
  • 8c3f93b601 update tracer name for processor Joel Wetzell 2026-02-16 18:57:44 -06:00
  • 2f7f6967e1 update tracer name for module Joel Wetzell 2026-02-16 18:25:30 -06:00
  • 09b030efa6 rework otel tracer providing Joel Wetzell 2026-02-16 17:11:43 -06:00
  • bb49dba22e Bump gitlab.com/gomidi/midi/v2 from 2.3.20 to 2.3.22 dependabot[bot] 2026-02-16 18:21:08 +00:00
  • 4ed6866731 Bump github.com/expr-lang/expr from 1.17.7 to 1.17.8 dependabot[bot] 2026-02-16 18:21:00 +00:00
  • 2d392873ca Bump docker/build-push-action from 6.18.0 to 6.19.2 dependabot[bot] 2026-02-16 18:20:37 +00:00
  • 11e25ab8f7 require id properties to be at least a one character Joel Wetzell 2026-02-13 21:46:46 -06:00
  • 87e6b09156 fix random processors schemas Joel Wetzell 2026-02-13 21:45:19 -06:00
  • 8cb2a0e9f0 add more tests for osc.message.create Joel Wetzell 2026-02-10 21:23:11 -06:00
  • 263943f4d6 add tests for osc.message.create and filter Joel Wetzell 2026-02-10 21:16:02 -06:00
  • f9865765c6 fix test names for script.wasm Joel Wetzell 2026-02-10 21:15:52 -06:00
  • e6aaffbb95 add error tests for script.wasm Joel Wetzell 2026-02-10 20:49:40 -06:00
  • 90a14b4d1b add more tests for router Joel Wetzell 2026-02-10 20:42:52 -06:00
  • 8bdd338a27 Merge pull request #59 from jwetzell/dependabot/go_modules/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp-1.40.0 Joel Wetzell 2026-02-09 23:23:18 -06:00
  • b20c16be4f Merge pull request #62 from jwetzell/dependabot/go_modules/github.com/emiago/diago-0.27.0 Joel Wetzell 2026-02-09 23:22:55 -06:00
  • de060057e6 Merge pull request #61 from jwetzell/dependabot/go_modules/gitlab.com/gomidi/midi/v2-2.3.20 Joel Wetzell 2026-02-09 23:22:44 -06:00
  • 4526e805af add basic tests for mqtt.message.encode Joel Wetzell 2026-02-09 23:18:19 -06:00
  • 1d8baa8c17 add function to create new MQTTMessage Joel Wetzell 2026-02-09 23:17:53 -06:00
  • 060c12512c generate coverage file manually to filter out cmd package Joel Wetzell 2026-02-09 23:09:57 -06:00
  • 444093d375 add tests for error json decode/encode error scenarios Joel Wetzell 2026-02-09 22:28:55 -06:00
  • a217b729cd add tests for error script.wasm error scenarios Joel Wetzell 2026-02-09 22:28:34 -06:00
  • ad76480008 add good/bad tests for time.sleep Joel Wetzell 2026-02-09 22:16:54 -06:00
  • a408e281a3 standardize processor instance creation in tests Joel Wetzell 2026-02-09 22:09:48 -06:00
  • f028634401 cleanup grammar on error messages Joel Wetzell 2026-02-09 21:29:12 -06:00
  • 961316d28b add tests for invalid addr to net servers Joel Wetzell 2026-02-09 21:23:09 -06:00
  • e22a941e4a fix non returning error in udp server Joel Wetzell 2026-02-09 21:19:29 -06:00
  • b0cffe819d add more bad test for net servers Joel Wetzell 2026-02-09 21:14:02 -06:00
  • 0cdd1f6e6a add bad creation tests for sip servers Joel Wetzell 2026-02-09 21:06:02 -06:00
  • a9245ab88c fix error message Joel Wetzell 2026-02-09 21:02:44 -06:00
  • d69d3a370d Merge pull request #64 from jwetzell/feat/sip-dtmf-server-useragent Joel Wetzell 2026-02-09 20:58:48 -06:00
  • 019624f152 add optional userAgent param to sip.dtmf.server Joel Wetzell 2026-02-09 20:51:03 -06:00
  • 90a3119fb8 fix variable name Joel Wetzell 2026-02-09 20:48:07 -06:00
  • 54c14cbbae make nil payload a debug log Joel Wetzell 2026-02-09 19:57:17 -06:00
  • 969ac6e04b add test for module registraion Joel Wetzell 2026-02-09 19:45:04 -06:00
  • bfa63499c3 add basic tests for bad module creation Joel Wetzell 2026-02-09 19:44:54 -06:00
  • 6b178d1ae4 cleanup error messages Joel Wetzell 2026-02-09 19:15:34 -06:00
  • 988437fccf add test for loading from registry for time modules v0.13.1 Joel Wetzell 2026-02-09 18:19:17 -06:00
  • dc19d18b81 add tests to ensure module id returns correctly Joel Wetzell 2026-02-09 18:17:42 -06:00
  • 86f1082159 add test for loading from registry for all modules Joel Wetzell 2026-02-09 18:11:08 -06:00