1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-10-13 11:17:26 +02:00
unleash.unleash/src/lib/routes/admin-api
Fredrik Strand Oseberg 6f075e4d1c
Feat/new constraint operators (#1397)
* feat: add migration for currentTime context field

* feat: add tests for number validator

* feat: add validation fields for constraint

* feat: add validation for semver, date and legalvalues

* fix: import paths

* fix: only allow specified operators

* fix: add operator test

* fix: reset db

* fix: remove unused import

* fix: set semver as dependency
2022-03-04 17:29:42 +01:00
..
project Feat/new constraint operators (#1397) 2022-03-04 17:29:42 +01:00
addon.ts fix: convert xtract-user.js to typescript 2021-09-14 19:58:48 +02:00
api-def.json
api-token-controller.ts Feat/api key scoping (#941) 2021-09-15 20:28:10 +02:00
archive.ts feat: clean up events (#1089) 2021-11-12 13:15:51 +01:00
bootstrap-controller.ts fix: add member and toggle count to project list (#918) 2021-08-19 13:25:36 +02:00
client-metrics.ts refactor: add an hoursBack query param to the raw metrics endpoint (#1373) 2022-02-17 10:47:05 +01:00
config.test.ts feat: add support for cdnPrefix for static assets (#1191) 2022-01-06 10:31:00 +01:00
config.ts fix: configure user endpoint when AuthType is NONE (#1403) 2022-03-01 10:52:22 +01:00
context.test.ts feat: add support for cdnPrefix for static assets (#1191) 2022-01-06 10:31:00 +01:00
context.ts fix: always require permission for POST, PATCH, PUT, DELETE (#1152) 2021-12-03 12:46:50 +01:00
email.test.ts feat: add support for cdnPrefix for static assets (#1191) 2022-01-06 10:31:00 +01:00
email.ts fix: Controller wraps handler with try/catch (#909) 2021-08-13 10:36:19 +02:00
environments-controller.ts feat: Move environments to enterprise (#935) 2021-09-13 15:57:38 +02:00
event.ts feat: clean up events (#1089) 2021-11-12 13:15:51 +01:00
events.test.ts feat: add support for cdnPrefix for static assets (#1191) 2022-01-06 10:31:00 +01:00
feature-type.ts fix: Controller wraps handler with try/catch (#909) 2021-08-13 10:36:19 +02:00
feature.ts Fix/validate context (#1282) 2022-01-21 12:02:05 +01:00
index.ts fix: enable tags and validate for legacy api (#1264) 2022-01-14 11:16:17 +01:00
metrics.test.ts feat: add support for cdnPrefix for static assets (#1191) 2022-01-06 10:31:00 +01:00
metrics.ts fix: rename services 2021-12-10 09:31:54 +01:00
state.ts feat: clean up events (#1089) 2021-11-12 13:15:51 +01:00
strategy.test.ts feat: add support for cdnPrefix for static assets (#1191) 2022-01-06 10:31:00 +01:00
strategy.ts fix: convert xtract-user.js to typescript 2021-09-14 19:58:48 +02:00
tag-type.ts fix: always require permission for POST, PATCH, PUT, DELETE (#1152) 2021-12-03 12:46:50 +01:00
tag.test.ts feat: add support for cdnPrefix for static assets (#1191) 2022-01-06 10:31:00 +01:00
tag.ts fix: convert xtract-user.js to typescript 2021-09-14 19:58:48 +02:00
user-admin.ts fix: welcome-email should not include password-link when disabled (#1302) 2022-01-28 12:50:35 +01:00
user-feedback-controller.ts fix: always require permission for POST, PATCH, PUT, DELETE (#1152) 2021-12-03 12:46:50 +01:00
user-splash-controller.ts fix: always require permission for POST, PATCH, PUT, DELETE (#1152) 2021-12-03 12:46:50 +01:00
user.test.ts feat: add support for cdnPrefix for static assets (#1191) 2022-01-06 10:31:00 +01:00
user.ts fix: configure user endpoint when AuthType is NONE (#1403) 2022-03-01 10:52:22 +01:00