1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-15 17:50:48 +02:00
unleash.unleash/src/lib/types
Gastón Fournier 5fe238c896
task: Expose prometheus metrics (#2586)
## About the changes
This connects our backend with Prometheus (or compatible) metrics
service, and exposes raw data (i.e. acting as a proxy)

Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai>
2022-12-12 14:05:56 +01:00
..
models Change PAT primary key from string to number (#2163) 2022-10-10 13:35:12 +03:00
settings feat: add CORS instance settings (#1957) 2022-08-26 09:09:48 +02:00
stores Favorite project (#2569) 2022-11-30 13:41:53 +02:00
api-user.ts feat: embed proxy endpoints (#1926) 2022-08-16 15:33:33 +02:00
authentication-required.ts feat: Disable password based login (#1046) 2021-10-29 10:25:42 +02:00
core.ts fix: Do gracefull shutdown of Unleash on 'SIGINT' & 'SIGTERM' (#870) 2021-06-15 12:32:35 +02:00
environment.ts Wip/environments (#880) 2021-07-07 10:46:50 +02:00
events.ts Add favorite events (#2572) 2022-11-30 14:26:17 +02:00
experimental.ts Remove clone env and sync sso group flags (#2596) 2022-12-05 12:07:15 +02:00
favorites.ts Favorite features (#2550) 2022-11-29 16:06:08 +01:00
group.ts UX additions to groups SSO syncing (#2200) 2022-10-20 10:47:19 +03:00
index.ts Define exports for enterprise (#2435) 2022-11-17 13:02:40 +02:00
model.ts Favorite project (#2569) 2022-11-30 13:41:53 +02:00
mutable.ts refactor: add soft response schema validation (#1657) 2022-06-08 08:01:14 +02:00
no-auth-user.ts fix: configure user endpoint when AuthType is NONE (#1403) 2022-03-01 10:52:22 +01:00
openapi.d.ts fix: validate the type and length of parameter values (#1559) 2022-05-04 15:16:18 +02:00
option.ts task: Expose prometheus metrics (#2586) 2022-12-12 14:05:56 +01:00
partial.ts feat: add segments (#1426) 2022-03-29 14:59:14 +02:00
permissions.ts skip change request (#2598) 2022-12-05 15:38:17 +01:00
project.ts feat: custom project roles (#1220) 2022-01-13 11:14:17 +01:00
query.ts fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00
saved.ts fix: validate the type and length of parameter values (#1559) 2022-05-04 15:16:18 +02:00
serialize-dates.test.ts refactor: add soft response schema validation (#1657) 2022-06-08 08:01:14 +02:00
serialize-dates.ts refactor: add soft response schema validation (#1657) 2022-06-08 08:01:14 +02:00
services.ts Favorite features (#2550) 2022-11-29 16:06:08 +01:00
stores.ts Favorite project (#2569) 2022-11-30 13:41:53 +02:00
user.test.ts fix: Update updateUser code to reject empty emails (#1210) 2022-01-03 20:14:56 +01:00
user.ts Extract gravatar URL fn (#2386) 2022-11-10 12:13:45 +01:00