Commits (43)
-
Dan Jones authoredee8b5b0e
-
Dan Jones authored
Now the project is public these are no longer needed.
43c89b06 -
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.
b66f89a7 -
Dan Jones authored
+ add catch and retry in poll method
341e40d0 -
Dan Jones authored26a724dc
-
Dan Jones authored12458576
-
Dan Jones authored
Switch to fake domain for adapter config
9eee6fcd -
Dan Jones authoredb2a02056
-
Dan Jones authored
Take tag/branch/commitref as constructor arg and retrieve schema from gitlab
37bffb9c -
Dan Jones authored8ad9f7d7
-
Dan Jones authoredbd0feb64
-
Dan Jones authored46df2ad4
-
Dan Jones authored
I've raised an issue to confirm the schema loads from a tag once we have created a release to test against.
cce75dee -
Dan Jones authoredbd74ca66
-
Dan Jones authored
Adapter implementations can override receivedInvalid to log or report on messages that don't pass validation
05a2d55c -
Dan Jones authored48b64d50
-
Dan Jones authoredb9dfcc49
-
James Kirk authoredfede9e39
-
James Kirk authored2823d47d
-
James Kirk authoredeec2cf79
-
James Kirk authored
refactor: testing getting build working again
c9ed2f74 -
James Kirk authoredaa18b969
-
James Kirk authored8d5852b9
-
James Kirk authoreddae21e3f
-
James Kirk authored60040f57
-
Dan Jones authored695b289d
-
James Kirk authored7d0a85a3
-
James Kirk authored109cdcbb
-
James Kirk authored
gitlab-ci ready See merge request !14
4e02c59d -
Dan Jones authored54791389
-
Dan Jones authored0db38248
-
Dan Jones authoredbcc74f0d
-
Dan Jones authoredabe4f205
Showing
.gitlab-ci.yml
0 → 100644
.prettierrc
deleted
100644 → 0
.prettierrc.js
0 → 100644
CHANGELOG.md
0 → 100644
{ | ||
"name": "@noc-comms-backbone/backbone-adapter-javascript", | ||
"version": "1.0.0", | ||
"version": "0.1.0", | ||
"private": true, | ||
"contributors": [ | ||
{ | ||
... | ... | @@ -21,7 +21,7 @@ |
"copytest:features": "npx recursive-copy -w node_modules/backbone-adapter-testsuite/features test/features", | ||
"copytest:fixtures": "npx recursive-copy -w node_modules/backbone-adapter-testsuite/fixtures test/fixtures", | ||
"copytests": "npm run copytest:features && npm run copytest:fixtures", | ||
"lint:js": "eslint --ext \".js\" --ignore-path .gitignore .", | ||
"lint:js": "eslint -c .eslintrc.js --ext .js --ignore-path .gitignore .", | ||
"lint:prettier": "prettier --check .", | ||
"lint": "yarn lint:js && yarn lint:prettier", | ||
"lintfix": "prettier --write --list-different . && yarn lint:js --fix", | ||
... | ... | @@ -49,16 +49,16 @@ |
"axios": "^1.2.3", | ||
"axios-mock-adapter": "^1.21.2", | ||
"babel-jest": "^27.4.4", | ||
"backbone-adapter-testsuite": "git+https://git.noc.ac.uk/communications-backbone-system/backbone-adapter-testsuite.git#packages", | ||
"backbone-adapter-testsuite": "git+https://git.noc.ac.uk/communications-backbone-system/backbone-adapter-testsuite.git#v0.1.0", | ||
"cross-env": "^7.0.3", | ||
"eslint": "^8.4.1", | ||
"eslint": "^8.36.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"husky": "^7.0.4", | ||
"jest": "^27.4.4", | ||
"lint-staged": "^12.1.2", | ||
"openapi-schema-validator": "^12.1.0", | ||
"prettier": "^2.5.1", | ||
"prettier": "^2.8.4", | ||
"recursive-copy-cli": "^1.0.20", | ||
"rollup": "^3.9.1" | ||
} | ||
... | ... |
run-tests.sh
0 → 100755