1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-04 00:18:01 +01:00
unleash.unleash/src/lib
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
..
__snapshots__ fix: incorrect snapshot 2022-01-14 09:23:32 +01:00
addons fix: adjust feature-variant-updated event 2021-12-17 04:30:39 +01:00
db fix: add method to change role for project memeber 2022-03-03 08:52:44 +01: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/new constraint operators (#1397) 2022-03-04 17:29:42 +01:00
schema Feat/new constraint operators (#1397) 2022-03-04 17:29:42 +01:00
services Feat/new constraint operators (#1397) 2022-03-04 17:29:42 +01:00
types Feat/new constraint operators (#1397) 2022-03-04 17:29:42 +01:00
util Feat/new constraint operators (#1397) 2022-03-04 17:29:42 +01: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 fix: correct format for API tokens 2022-01-05 10:40:22 +01:00
create-config.ts feat: custom project roles (#1220) 2022-01-13 11:14:17 +01:00
default-custom-auth-deny-all.ts
event-hook.test.ts
event-hook.ts
logger.test.ts fix: convert more tests to typescript 2021-09-14 20:30:37 +02:00
logger.ts
metric-events.ts
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 support for cdnPrefix for static assets (#1191) 2022-01-06 10:31:00 +01:00