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
Christopher Kolstad 5a3bb1ffc3
Biome1.5.1 (#5867)
Lots of work here, mostly because I didn't want to turn off the
`noImplicitAnyLet` lint. This PR tries its best to type all the untyped
lets biome complained about (Don't ask me how many hours that took or
how many lints that was >200...), which in the future will force test
authors to actually type their global variables setup in `beforeAll`.

---------

Co-authored-by: Gastón Fournier <gaston@getunleash.io>
2024-01-12 09:25:59 +00:00
..
project chore: add no unused imports biome rule (#5855) 2024-01-11 12:44:05 +00:00
user chore(update): Updates biome config to 1.3 format (#5421) 2023-11-27 13:42:58 +01:00
addon.ts feat: adds created_by_user_id to all events (#5619) 2023-12-14 13:45:25 +01:00
api-token.ts Biome1.5.1 (#5867) 2024-01-12 09:25:59 +00:00
client-metrics.ts feat: Metrics api returning daily data (#5830) 2024-01-11 10:39:41 +01:00
config.test.ts Biome1.5.1 (#5867) 2024-01-12 09:25:59 +00:00
config.ts feat: make local storage work and make feedback url configurable (#5738) 2023-12-29 13:19:08 +02:00
constraints.ts Refactor/move features to feature oriented architecture (#4994) 2023-10-11 09:38:57 +02:00
context.test.ts Biome1.5.1 (#5867) 2024-01-12 09:25:59 +00:00
context.ts feat: adds created_by_user_id to all events (#5619) 2023-12-14 13:45:25 +01:00
email.test.ts
email.ts
environments.ts refactor: feature oriented architecture for project-environment (#5510) 2023-12-01 12:41:46 +01:00
event.ts
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
feature-type.ts feat: feature type updated audit log (#5415) 2023-11-24 14:24:31 +01:00
index.ts feat: new project overview backend (#5344) 2023-12-01 11:20:24 +02:00
instance-admin.ts fix: add metrics for service account and api tokens (#5478) 2023-11-29 13:09:30 +01:00
metrics.test.ts Biome1.5.1 (#5867) 2024-01-12 09:25:59 +00:00
metrics.ts chore(update): Updates biome config to 1.3 format (#5421) 2023-11-27 13:42:58 +01:00
public-signup.test.ts Biome1.5.1 (#5867) 2024-01-12 09:25:59 +00: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 Biome1.5.1 (#5867) 2024-01-12 09:25:59 +00:00
tag.ts feat: adds created_by_user_id to all events (#5619) 2023-12-14 13:45:25 +01:00
telemetry.ts
user-admin.ts feat: make all internal rate limits configurable (#5095) 2023-10-26 09:20:29 +02:00
user-feedback.ts
user-splash.ts