Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into feat/playwright-setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellenn-A committed Sep 9, 2024
2 parents a77bc91 + 2bb4b7b commit 9e869ef
Show file tree
Hide file tree
Showing 28 changed files with 934 additions and 277 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ This is the list of all environment variables including brief description
| ISSUANCE_DID_POLICY | y | EXISTING_OR_NEW | DID and either create or use existing: [CREATE_NEW, FIND_EXIStING, EXISTING_OR_NEW, did:somedid] |
| ISSUANCE_SCHEMA_POLICY | y | EXISTING_OR_NEW | Same as above but for credential schema |
| ISSUANCE_CRED_DEF_POLICY | y | EXISTING_OR_NEW | Same as above but this is for credential definitions |
| DEMO_MODE | y | true | Enables or disables the `/reset` endpoint

## Testing
Currently this repository consist of two test types: [**integration**, **unit**] and we are using a combination of `mocha`, `chai` and `sinon` frameworks
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ services:
- ISSUANCE_DID_POLICY=EXISTING_OR_NEW
- ISSUANCE_SCHEMA_POLICY=EXISTING_OR_NEW
- ISSUANCE_CRED_DEF_POLICY=EXISTING_OR_NEW
- DEMO_MODE=true
postgres-veritable-ui-bob:
image: postgres:16.4-alpine
container_name: postgres-veritable-ui-bob
Expand Down
52 changes: 24 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"xss-scan": "xss-scan"
},
"dependencies": {
"@digicatapult/tsoa-oauth-express": "^0.1.38",
"@digicatapult/tsoa-oauth-express": "^0.1.39",
"@kitajs/html": "^4.2.1",
"@kitajs/ts-html-plugin": "^4.0.2",
"@tsoa/runtime": "^6.4.0",
Expand All @@ -49,10 +49,10 @@
"htmx-ext-json-enc": "^2.0.1",
"htmx.org": "^2.0.2",
"knex": "^3.1.0",
"nodemailer": "^6.9.14",
"nodemailer": "^6.9.15",
"pg": "^8.12.0",
"pino": "^9.3.2",
"pino-http": "^10.2.0",
"pino": "^9.4.0",
"pino-http": "^10.3.0",
"swagger-ui-express": "^5.0.1",
"tsoa": "^6.4.0",
"tsyringe": "^4.8.0",
Expand All @@ -69,7 +69,7 @@
"@types/cookie-parser": "^1.4.7",
"@types/express": "^4.17.21",
"@types/mocha": "^10.0.7",
"@types/node": "^20.16.3",
"@types/node": "^20.16.5",
"@types/nodemailer": "^6.4.15",
"@types/pino-http": "^5.8.4",
"@types/sinon": "^17.0.3",
Expand Down
5 changes: 5 additions & 0 deletions public/images/tick-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 9e869ef

Please sign in to comment.