1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-11-01 19:07:38 +01:00
unleash.unleash/src/lib
olav e38f7cf7c2
feat: add context value descriptions (#1496)
* feat: add context value descriptions

* refactor: upcase SQL keywords

* refactor: allow blank descriptions
2022-04-19 08:40:07 +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 fix: configure user endpoint when AuthType is NONE (#1403) 2022-03-01 10:52:22 +01:00
routes feat: add context value descriptions (#1496) 2022-04-19 08:40:07 +02:00
schema feat: Implement multi token support for client tokens 2022-04-06 08:11:41 +02:00
services feat: add context value descriptions (#1496) 2022-04-19 08:40:07 +02:00
types feat: add context value descriptions (#1496) 2022-04-19 08:40:07 +02:00
util feat: add context value descriptions (#1496) 2022-04-19 08:40:07 +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 support for cdnPrefix for static assets (#1191) 2022-01-06 10:31:00 +01: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