1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-06 00:07:44 +01:00
unleash.unleash/src/lib/routes/admin-api
Nuno Góis 7e938a21b4
feat: show archived toggles on a project level (#1555)
* feat: show archived toggles on a project level

* refactor: split behaviour in 2 separate routes and methods for clarity

* add e2e test
2022-05-04 07:45:29 +01:00
..
project feat: add OpenAPI validation to a few endpoints (#1409) 2022-04-25 14:17:59 +02: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: add READ_API_TOKEN permission (#1528) 2022-04-26 10:24:34 +02:00
archive.ts feat: show archived toggles on a project level (#1555) 2022-05-04 07:45:29 +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 context value descriptions (#1496) 2022-04-19 08:40:07 +02: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 refactor: fix a few eslint module boundary type overrides (#1542) 2022-04-28 12:40:38 +02:00
environments-controller.ts
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
feature.ts feat: add OpenAPI validation to a few endpoints (#1409) 2022-04-25 14:17:59 +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 refactor: fix a few eslint module boundary type overrides (#1542) 2022-04-28 12:40:38 +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