1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-07-12 13:48:35 +02:00
unleash.unleash/src/lib
olav 3bea8a9931
refactor: use static as the asset dir name (#1586)
* refactor: use static as the asset dir name

* chore: update unleash-frontend

* refactor: use the real index.html in tests
2022-05-10 15:47:54 +02:00
..
__snapshots__ feat: add "application_name" as an optional DB option #1170 (#1478) 2022-04-07 20:55:56 +02:00
addons fix: correct types used in addon.ts 2022-05-10 09:35:39 +02:00
db fix: Upgrade knex to 2.0.0 and patch some stores to correctly order their count queries so they compile (#1579) 2022-05-09 15:20:12 +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 fix: validate the type and length of parameter values (#1559) 2022-05-04 15:16:18 +02:00
routes fix: remove trailing slash from OpenAPI route (#1564) 2022-05-05 11:45:23 +02:00
schema feat: Implement multi token support for client tokens 2022-04-06 08:11:41 +02:00
services fix: validate the type and length of parameter values (#1559) 2022-05-04 15:16:18 +02:00
types fix: validate the type and length of parameter values (#1559) 2022-05-04 15:16:18 +02:00
util refactor: use static as the asset dir name (#1586) 2022-05-10 15:47:54 +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 refactor: fix a few eslint module boundary type overrides (#1542) 2022-04-28 12:40:38 +02:00