1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/src/lib/routes/admin-api
olav 66d9d7a6d2
feat: add segments (#1426)
* refactor: fix missing tsconfig path in .eslintrc

* refactor: require contextName and operator

* refactor: fix crash on missing feature strategies

* feat: add segments schema

* feat: add segments client API

* feat: add segments permissions

* refactor: fail migration if things exist

* refactor: remove strategy IDs from responses

* refactor: allow empty description

* refactor: add segment import/export

* refactor: add perf scripts

* refactor: add get segment fn

* refactor: move constraint validation endpoint

* refactor: use a separate id for segment updates

* refactor: use PERF_AUTH_KEY for artillery

* refactor: adjust segment seed size

* refactor: add missing event data await

* refactor: improve method order

* refactor: remove request body limit override
2022-03-29 14:59:14 +02:00
..
project feat: add segments (#1426) 2022-03-29 14:59:14 +02:00
addon.ts
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
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
constraints.ts feat: add segments (#1426) 2022-03-29 14:59:14 +02: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
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 feat: add segments (#1426) 2022-03-29 14:59:14 +02:00
index.ts feat: add segments (#1426) 2022-03-29 14:59:14 +02: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
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
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