1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-11-01 19:07:38 +01:00
unleash.unleash/src/lib/middleware
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
..
api-token-middleware.test.ts Added a check that allows posting edge bulk metrics with a client token (#5735) 2024-01-02 09:51:01 +01:00
api-token-middleware.ts Added a check that allows posting edge bulk metrics with a client token (#5735) 2024-01-02 09:51:01 +01:00
authorization-middleware.ts feat: biome lint (#4853) 2023-09-29 14:18:21 +02:00
catch-all-error-handler.ts
conditional-middleware.ts fix: optimize cores headers (#5629) 2023-12-13 16:12:17 +01:00
content_type_checker.test.ts
content_type_checker.ts
cors-origin-middleware.test.ts feat: adds created_by_user_id to all events (#5619) 2023-12-14 13:45:25 +01:00
cors-origin-middleware.ts fix: optimize cores headers (#5629) 2023-12-13 16:12:17 +01:00
demo-authentication.ts feat: encrypt emails at rest for demo login (#5759) 2024-01-05 14:21:20 +01:00
index.ts
no-authentication.test.ts
no-authentication.ts feat: biome lint (#4853) 2023-09-29 14:18:21 +02:00
oss-authentication.test.ts
oss-authentication.ts
pat-middleware.test.ts feat: biome lint (#4853) 2023-09-29 14:18:21 +02:00
pat-middleware.ts
rbac-middleware.test.ts feat: add CREATE_TAG_TYPE permission (#5386) 2023-11-22 10:20:19 +00:00
rbac-middleware.ts fix: segment project fetch when global (#5311) 2023-11-09 13:27:12 +00:00
request-logger.ts
response-time-metrics.ts Biome1.5.1 (#5867) 2024-01-12 09:25:59 +00:00
secure-headers.ts feat: make feedback available for OSS (#5748) 2024-01-03 15:08:01 +02:00
session-db.ts Biome1.5.1 (#5867) 2024-01-12 09:25:59 +00:00
unless-middleware.ts