Skip to content

Releases: digicatapult/veritable-ui

Release v0.3.10

23 May 21:06
Compare
Choose a tag to compare
Update dependency undici to ^6.18.0

Release v0.3.9

23 May 14:45
Compare
Choose a tag to compare
Implement email sending service

Release v0.3.8

22 May 16:09
22a610c
Compare
Choose a tag to compare
Update dependency @digicatapult/tsoa-oauth-express to ^0.1.2 (#31)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

Release v0.3.7

22 May 08:40
a7f244c
Compare
Choose a tag to compare
Dockerfile update to include knexfile (#32)

* VR-104: Dockerfile update - copy over knexfile along with the migrations folder.

* VR-104: temporary remove from the workflows.

* VR-104: missing dependency.

* VR-104 some timeout for database to actually get up.

* VR-104: also for test workflow :facepalm:.

---------

Co-authored-by: Paulius Michelevicius <[email protected]>

Release v0.3.6

20 May 21:39
Compare
Choose a tag to compare
Update dependency undici to ^6.17.0

Release v0.3.5

20 May 13:00
Compare
Choose a tag to compare
Fix IDP path vars to be strings not urls

Release v0.3.4

18 May 01:13
Compare
Choose a tag to compare
Update npm - all minor and patch updates

Release v0.3.3

17 May 15:39
55d7e02
Compare
Choose a tag to compare
Fix authentication when running in a docker compose (#27)

* Fix authentication when running in a docker compose

* remove commented out docker compose sections

Release v0.3.2

17 May 14:49
559a239
Compare
Choose a tag to compare
Feature/vr 56 Verify Company Name, Check in to see progress (#22)

* init commit for VR-56

Install dotenv
Created model for company house api
Created tests for functions in company house api model
Created mock for company house api
Created `/verify-input` endpoint for htmx view
Created `/verify-company` endpoint for htmx view
Added company house api to `.env`

linting

Some more linting

VR-56: added await to company profile call which returns a promise

VR-56 - applied `npm run lint:fix`

VR-56 - fixed build time errors

VR-56 - lint fix

VR-56 - fixes some bugs in build

VR-56 - crude working example

Added `/` route to load form into template
Added query param to `/verify-company` route that takes input field
Added regex check on input to match pattern taken from https://gist.github.com/rob-murray/01d43581114a6b319034732bcbda29e1

VR-56 - lint fix

VR-56 - fixed various comments on PR

* VR-56 version update

* VR-56 - fixed env import for test

* VR-56

* VR-56

- removed duplicate dependancy
- changed `Error` to use `Internal Error`

Release v0.3.1

17 May 01:48
Compare
Choose a tag to compare
Update dependency pino to ^9.1.0