1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/src
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
..
lib Feat/new constraint operators (#1397) 2022-03-04 17:29:42 +01:00
mailtemplates fix: welcome-email should not include password-link when disabled (#1302) 2022-01-28 12:50:35 +01:00
migrations Feat/new constraint operators (#1397) 2022-03-04 17:29:42 +01:00
test fix: lint 2022-03-03 16:26:25 +01:00
migrator.ts fix: be explicit when specifying time & replace moment with date-fns (#1072) 2021-11-02 15:13:46 +01:00
server-dev.ts fix: make sure our CSP allow gravatar.com for images 2022-01-12 23:22:04 +01:00
server.ts