1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-06 00:07:44 +01:00
unleash.unleash/src/lib/services
Fredrik Strand Oseberg 89163b8719
refactor/clean-up-get-project (#2925)
This PR moves the getProjectOverview method out from the project health
controller. It doesn't make sense that this method lives here anymore,
as over time it has grown into method that relays all information about
a single project. It makes more sense that this now lives on the root of
the project api. Also removes unwanted duplication of getProjectOverview
from the project-service and the project-health-service.
2023-01-18 13:22:58 +01:00
..
client-metrics feat: limit the amount of results coming from Prometheus (#2776) 2023-01-04 11:00:04 +01:00
access-service.test.ts
access-service.ts Add possibility to soft delete users (#2497) 2022-11-23 09:30:54 +02:00
addon-schema.ts
addon-service-test-simple-addon.ts feat: add OpenAPI validation to a few endpoints (#1409) 2022-04-25 14:17:59 +02:00
addon-service.test.ts
addon-service.ts Fix joi failing starting from 17.7.0 release (#2790) 2023-01-03 11:50:00 +02:00
api-token-service.test.ts task: Make operations on the API Token store auditable. (#2531) 2022-11-28 10:56:34 +01:00
api-token-service.ts Scheduler abstraction (#2829) 2023-01-11 16:15:53 +01:00
client-spec-service.test.ts
client-spec-service.ts
context-schema.ts
context-service.ts
edge-service.ts
email-service.test.ts
email-service.ts
environment-service.ts feat: Add variants per env (#2471) 2022-11-21 10:37:16 +01:00
event-service.ts
export-import-service.ts Segment export (#2922) 2023-01-18 10:41:22 +02:00
favorites-service.ts Add favorite events (#2572) 2022-11-30 14:26:17 +02:00
feature-tag-service.ts
feature-toggle-service.ts Fix PATCH variants (old endpoint) when variants per environment are enabled (#2591) 2022-12-06 09:47:54 +00:00
feature-type-service.ts
group-service.ts
health-service.ts
index.ts refactor/clean-up-get-project (#2925) 2023-01-18 13:22:58 +01:00
instance-stats-service.test.ts feat: report app names only if below a threshold (#2737) 2023-01-12 11:26:59 +01:00
instance-stats-service.ts feat: report app names only if below a threshold (#2737) 2023-01-12 11:26:59 +01:00
maintenance-service.ts Maintenance mode for users (#2716) 2022-12-21 13:23:44 +02:00
openapi-service.ts Make it possible to validate enterprise schema with respondWithValidation (#2781) 2023-01-02 12:08:27 +02:00
pat-service.ts feat: allows creation of PATs for other users (#2718) 2023-01-02 10:49:57 +00:00
playground-service.ts
project-health-service.ts refactor/clean-up-get-project (#2925) 2023-01-18 13:22:58 +01:00
project-schema.ts
project-service.ts refactor/clean-up-get-project (#2925) 2023-01-18 13:22:58 +01:00
proxy-service.ts fix: background frontend settings should not crash tests 2022-12-14 20:24:47 +01:00
public-signup-token-service.ts Hard cap expiry date of public signup token (#2308) 2022-11-01 11:38:18 +02:00
reset-token-service.ts
scheduler-service.test.ts feat: report app names only if below a threshold (#2737) 2023-01-12 11:26:59 +01:00
scheduler-service.ts feat: report app names only if below a threshold (#2737) 2023-01-12 11:26:59 +01:00
segment-schema.ts
segment-service.ts feat: update strategy segments with edit / create strategy (#2420) 2022-11-16 15:35:39 +01:00
session-service.ts
setting-service.ts Fix/remove settings cache (#2694) 2022-12-14 17:35:22 +01:00
state-schema.ts feat: Add variants per env (#2471) 2022-11-21 10:37:16 +01:00
state-service-export-v1.json
state-service.test.ts fix: export features with variants event when feature is disabled (#2824) 2023-01-05 12:30:07 +02:00
state-service.ts fix: found an edge case exporting variants (#2900) 2023-01-13 14:55:57 +01:00
state-util.ts
strategy-schema.ts
strategy-service.ts
tag-schema.test.ts
tag-schema.ts
tag-service.ts
tag-type-schema.test.ts
tag-type-schema.ts
tag-type-service.ts
user-feedback-service.ts
user-service.test.ts
user-service.ts feat: adapt user logic to better adapt to SAs (#2917) 2023-01-18 12:12:44 +00:00
user-splash-service.ts
version-service.test.ts
version-service.ts