- 14 Feb, 2025 1 commit
-
-
Dan Jones authored
-
- 17 Mar, 2023 1 commit
-
-
Dan Jones authored
-
- 03 Mar, 2023 1 commit
-
-
Dan Jones authored
Adapter implementations can override receivedInvalid to log or report on messages that don't pass validation
-
- 20 Feb, 2023 2 commits
-
-
Dan Jones authored
+ add catch and retry in poll method
-
Dan Jones authored
At the moment if the backbone token secret changes the adapter can have a token it thinks is valid but which can no longer be decrypted by the backbone. On a 403 error this will trigger a new token grant and resend the request with the new token.
-
- 19 Jan, 2023 1 commit
-
-
Dan Jones authored
+ use response from implicit auth in get auth header
-
- 17 Jan, 2023 1 commit
-
-
Dan Jones authored
+ refactor cucumber step functions into test folder + rename features after tested adapter methods + refactor adapter.validate to call adapter.protocol.validate
-
- 16 Jan, 2023 1 commit
-
-
Dan Jones authored
Add test to check that the mock schema is valid If the mock schema is not valid then invalid messages can be marked as valid which makes the tests ineffective
-
- 13 Jan, 2023 2 commits
- 12 Jan, 2023 6 commits
- 11 Jan, 2023 2 commits
-
-
Dan Jones authored
- Update README with install instructions for private repo - Move location of soar-config.json import from adapter to the host of the adapter.
-
Dan Jones authored
This is not yet ready. I want to test installing it as a dependency of the example-web-client and running it before going any further.
-