Beka Westberg
|
d6230b2a44
|
feat: procedure event serialization (#6669)
* feat: add serialization to procedure base event
* feat: add serialization to procedure change return event
* feat: add serialization to procedure create event
* feat: add serialization of the procedure delete event
* feat: add serialization of procedure enable events
* feat: add serialization of procedure parameter create events
* feat: add serialization of the parameter delete event
* feat: add serialization of procedure parameter rename events
* feat: add serialization for procedure rename events
|
2022-12-09 10:30:39 -08:00 |
|
Beka Westberg
|
9741cd2530
|
chore: add simple round tripping tests (#6668)
|
2022-12-05 10:30:28 -08:00 |
|
Beka Westberg
|
c959ce85ae
|
feat: add running procedure events (#6650)
* chore: fixup procedure change event tests
* feat: add running procedure change return events
* fixup change return
* feat: add running the procedure rename event
* feat: add running procedure enable events
* feat: add running parameter rename events
* feat: add running procedure create events
* feat: add running procedure delete events
* feat: add running parameter create events
* feat: add running procedure parameter delete events
* chore: add types to all of the new procedure events
* chore: format
* chore: use type imports
* chore: fix test comments
* chore: add more inline docs
|
2022-12-01 08:38:50 -08:00 |
|
Beka Westberg
|
7b055dbc7e
|
chore(tests): test running procedure events (#6627)
* chore: define necessary events
* chore: cleanup test organization
* chore: cleanup comment
* chore: move assertEventFiredShallow to test helpers
* chore: add tests for running the procedure change return events
* chore: work on tests??
* chore: add tests for running the change return events
* chore: add tests for running enable events
* chore: add tests for procedure rename events
* chore: add tests for renaming procedure parameters
* chore: add tests for running procedure create events
* chore: add tests for running procedure parameter create events
* chore: add tests for running procedure delete events
* chore: add tests for running procedure parameter delete events
* chore: skip all tests for running procedure events
|
2022-11-18 16:01:41 -08:00 |
|