1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-05-12 01:17:04 +02:00
unleash.unleash/src/lib/routes/admin-api
Christopher Kolstad c9e7bec690
task: upgrade edge banner now toggleable by flag (#6363)
So, since our assumption about client instances ended up being wrong (or, less than stable).
This PR moves the EdgeUpgradeBanner to be displayed if the featureflag
displayEdgeBanner is enabled. That way, if customers comes back and says
they have upgraded but still get the banner, we can remove them from the
segment.
2024-02-28 14:06:46 +01:00
..
project feat: project applications controller/service layer (#6184) 2024-02-09 13:18:26 +02:00
user fix: display all roles if we can't get project roles 2024-02-20 16:23:25 +01:00
addon.ts fix(import): making all imports relative and removing baseUrl (#5847) 2024-01-17 15:33:03 +02:00
api-token.test.ts feat: added killswitch for admin tokens (#5905) 2024-01-17 10:27:36 +01:00
api-token.ts feat: admin token calls get an admin token user (#5924) 2024-01-17 16:55:59 +01:00
config.test.ts task: Add banner encouraging edge upgrade (#6018) 2024-01-24 14:22:48 +00:00
config.ts task: upgrade edge banner now toggleable by flag (#6363) 2024-02-28 14:06:46 +01:00
constraints.ts Refactor/move features to feature oriented architecture (#4994) 2023-10-11 09:38:57 +02:00
context.test.ts chore(deps): update dependency @types/supertest to v6 (#5926) 2024-01-17 13:36:17 +02:00
context.ts fix: admin token should be passed forward from controllers (#5960) 2024-01-30 11:03:15 +02:00
email.test.ts
email.ts fix: security vulnerability (#3497) 2023-04-11 16:13:59 +02:00
environments.ts refactor: feature oriented architecture for project-environment (#5510) 2023-12-01 12:41:46 +01:00
event.ts chore: re use extract user methods (#5947) 2024-01-18 13:15:21 +01:00
events.test.ts chore: list users and groups under each role in projectaccessadded event (#5581) 2023-12-19 10:16:17 +01:00
favorites.ts chore: openapai favorite endpoints (#4189) 2023-07-10 14:13:00 +03:00
feature-type.ts feat: feature type updated audit log (#5415) 2023-11-24 14:24:31 +01:00
index.ts Feat/UI error observability (#6169) 2024-02-09 13:07:44 +01:00
instance-admin.ts feat: Prometheus last day metrics (#5878) 2024-01-15 15:31:38 +01:00
metrics.test.ts chore(deps): update dependency @types/supertest to v6 (#5926) 2024-01-17 13:36:17 +02:00
metrics.ts feat: connected instances support query param for env (#6362) 2024-02-28 08:57:34 +01:00
public-signup.test.ts chore(deps): update dependency @types/supertest to v6 (#5926) 2024-01-17 13:36:17 +02:00
public-signup.ts feat: adds created_by_user_id to all events (#5619) 2023-12-14 13:45:25 +01:00
state.ts Biome1.5.1 (#5867) 2024-01-12 09:25:59 +00:00
strategy.test.ts Client instance service (#5126) 2023-10-23 15:22:30 +02:00
strategy.ts feat: adds created_by_user_id to all events (#5619) 2023-12-14 13:45:25 +01:00
tag.test.ts chore(deps): update dependency @types/supertest to v6 (#5926) 2024-01-17 13:36:17 +02:00
tag.ts fix(import): making all imports relative and removing baseUrl (#5847) 2024-01-17 15:33:03 +02:00
telemetry.ts fix(import): making all imports relative and removing baseUrl (#5847) 2024-01-17 15:33:03 +02:00
user-admin.ts feat: permission matrix (PoC) (#6223) 2024-02-16 14:31:33 +01:00
user-feedback.ts openapi: document operations for admin ui feedback (#4226) 2023-07-13 13:27:52 +02:00
user-splash.ts fix(import): making all imports relative and removing baseUrl (#5847) 2024-01-17 15:33:03 +02:00