1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-24 17:51:14 +02:00
unleash.unleash/src/lib
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
..
__snapshots__ feat: add "application_name" as an optional DB option #1170 (#1478) 2022-04-07 20:55:56 +02:00
addons feat: events for feature tag and untag (#1355) 2022-04-06 20:51:01 +02:00
db feat: add context value descriptions (#1496) 2022-04-19 08:40:07 +02:00
error fix: changeRole to assign roles without existing members 2022-03-03 14:33:32 +01:00
middleware chore(deps): update dependency eslint-config-airbnb-typescript to v16.1.0 (#1147) 2022-04-25 13:14:43 +02:00
openapi feat: add OpenAPI validation to a few endpoints (#1409) 2022-04-25 14:17:59 +02:00
routes feat: add OpenAPI validation to a few endpoints (#1409) 2022-04-25 14:17:59 +02:00
schema feat: Implement multi token support for client tokens 2022-04-06 08:11:41 +02:00
services feat: add OpenAPI validation to a few endpoints (#1409) 2022-04-25 14:17:59 +02:00
types feat: add OpenAPI validation to a few endpoints (#1409) 2022-04-25 14:17:59 +02:00
util feat: add OpenAPI validation to a few endpoints (#1409) 2022-04-25 14:17:59 +02:00
app.test.ts feat: add support for cdnPrefix for static assets (#1191) 2022-01-06 10:31:00 +01:00
app.ts feat: add OpenAPI validation to a few endpoints (#1409) 2022-04-25 14:17:59 +02:00
create-config.test.ts feat: Add environment variable to set override enabled environments 2022-03-11 11:16:58 +02:00
create-config.ts Merge pull request #1476 from Unleash/feat/multi-project-tokens 2022-04-08 11:51:31 +02:00
default-custom-auth-deny-all.ts fix: default custom auth hook now denies all requests to api endpoints (#811) 2021-04-29 15:18:58 +02:00
event-hook.test.ts fix: convert event-hook.test.js to typescript 2021-09-14 19:34:35 +02:00
event-hook.ts fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00
experimental.ts feat: add segments (#1426) 2022-03-29 14:59:14 +02:00
logger.test.ts fix: convert more tests to typescript 2021-09-14 20:30:37 +02:00
logger.ts feat: add option for LOG_LEVEL (#803) 2021-04-23 15:31:12 +02:00
metric-events.ts fix: refactor event types 2021-04-29 10:21:29 +02:00
metrics.test.ts feat: remove old metrics service 2021-12-10 09:31:54 +01:00
metrics.ts feat: remove old metrics service 2021-12-10 09:31:54 +01:00
server-impl.test.ts fix: convert more tests to typescript 2021-09-14 20:30:37 +02:00
server-impl.ts feat: Add environment variable to set override enabled environments 2022-03-11 11:16:58 +02:00