1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-06 00:07:44 +01:00
unleash.unleash/src/lib/middleware
Gastón Fournier 896994d42f
fix: when app count is zero because it just started (#3029)
## About the changes
This fixes response time metrics with app names when the app just starts
and has zero which is falsy. We want to compare against undefined (which
means the snapshot is not yet ready)
2023-02-01 17:30:35 +01:00
..
api-token-middleware.test.ts Add test for api-token-middleware to not make database call when using PAT (#2110) 2022-09-29 08:53:29 +03:00
api-token-middleware.ts fix: CORS options path (#2165) 2022-10-11 09:20:29 +02:00
conditional-middleware.ts fix: refactor conditional middleware (#2261) 2022-10-26 13:00:49 +02:00
content_type_checker.test.ts fix: upgrade @types/node to v16.18.3 (#2365) 2022-11-10 08:20:15 +01:00
content_type_checker.ts fix: allow charset in content-type (#1241) 2022-01-20 15:00:16 +01:00
cors-origin-middleware.test.ts Fix/remove settings cache (#2694) 2022-12-14 17:35:22 +01:00
cors-origin-middleware.ts Fix/remove settings cache (#2694) 2022-12-14 17:35:22 +01:00
demo-authentication.ts feat: embed proxy endpoints (#1926) 2022-08-16 15:33:33 +02:00
index.ts Define exports for enterprise (#2435) 2022-11-17 13:02:40 +02:00
maintenance-middleware.ts Maintenance mode for users (#2716) 2022-12-21 13:23:44 +02:00
no-authentication.test.ts fix: Controller wraps handler with try/catch (#909) 2021-08-13 10:36:19 +02:00
no-authentication.ts refactor: replace ts-ignore with ts-expect-error (#1675) 2022-06-07 11:49:17 +02:00
oss-authentication.test.ts feat: add support for cdnPrefix for static assets (#1191) 2022-01-06 10:31:00 +01:00
oss-authentication.ts Feat/api key scoping (#941) 2021-09-15 20:28:10 +02:00
pat-middleware.test.ts feat: add the account abstraction logic (#2918) 2023-01-18 16:08:07 +00:00
pat-middleware.ts feat: add the account abstraction logic (#2918) 2023-01-18 16:08:07 +00:00
rbac-middleware.test.ts feat: embed proxy endpoints (#1926) 2022-08-16 15:33:33 +02:00
rbac-middleware.ts feat: RBAC read params from body (#2846) 2023-01-11 10:48:27 +01:00
request-logger.ts fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00
response-time-metrics.ts fix: when app count is zero because it just started (#3029) 2023-02-01 17:30:35 +01:00
secure-headers.ts Define exports for enterprise (#2435) 2022-11-17 13:02:40 +02:00
session-db.ts fix: Remove unneeded ts-expect-error now that types in knex are in sync (#1866) 2022-07-28 10:34:19 +02:00
unless-middleware.ts upload limit and import ui tweaks (#2998) 2023-01-26 12:36:45 +01:00