nim-codex/tests/codex/utils
Eric 3907ca4095
Add get active slot /slots/{slotId} to REST api, use utils/json (#645)
* Add get active slot /slots/{slotId} to REST api, use utils/json

- Add endpoint /slots/{slotId} to get an active SalesAgent from the Sales module. Used in integration tests to test when a sale has reached a certain state. Those integration test changes will be included in a larger PR, coming later.
- Add OpenAPI changes for new endpoint and associated components
- Use utils/json instead of nim-json-serialization. Required exemption of imports from several packages that export nim-json-serialization by default.

* Only except `toJson` from import/export of chronicles
2023-12-07 12:16:36 +11:00
..
testasyncstatemachine.nim Fix slot queue push (#542) 2023-09-04 16:42:09 +02:00
testjson.nim Add get active slot /slots/{slotId} to REST api, use utils/json (#645) 2023-12-07 12:16:36 +11:00
testkeyutils.nim Bump deps take2 (#492) 2023-08-01 16:47:57 -07:00
testoptionalcast.nim Create memory-leak detecting test suite (#226) 2023-06-22 12:01:21 -06:00
testthen.nim Cancel and wait for asyncstatemachine futures when stopping (#493) 2023-07-31 15:09:34 +10:00
testtimer.nim Fix slot queue push (#542) 2023-09-04 16:42:09 +02:00
testtrackedfutures.nim Fix slot queue push (#542) 2023-09-04 16:42:09 +02:00