1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-04 00:18:01 +01:00
unleash.unleash/src/test/e2e
olav fdebeef929
feat: add OpenAPI validation to a few endpoints (#1409)
* feat: add OpenAPI validation to a few endpoints (2)

* refactor: use package version as the OpenAPI version

* refactor: keep the existing OpenAPI page for now

* refactor: add snapshots tests for the OpenAPI output

* refactor: validate Content-Type by default

* refactor: update vulnerable deps

* refactor: fix documentation URL to match schema

* refactor: improve external type declaration

* refactor: remove unused package resolutions

* refactor: try express-openapi fork

* Update package.json

* Update src/lib/services/openapi-service.ts

* Update src/lib/types/openapi.d.ts

* Update src/lib/types/openapi.d.ts

Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2022-04-25 14:17:59 +02:00
..
api feat: add OpenAPI validation to a few endpoints (#1409) 2022-04-25 14:17:59 +02:00
helpers feat: add support for cdnPrefix for static assets (#1191) 2022-01-06 10:31:00 +01:00
routes
seed feat: add segments (#1426) 2022-03-29 14:59:14 +02:00
services feat: Implement multi token support for client tokens 2022-04-06 08:11:41 +02:00
stores adding tests 2021-12-01 10:41:41 +01:00
custom-auth.test.ts chore: mute expected test errors 2021-10-29 11:22:40 +02:00
health.e2e.test.ts