1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-31 00:16:47 +01:00
unleash.unleash/src/lib/features
Thomas Heartman 1897f8a19d
chore: add connected environments to project status payload (#8645)
This PR adds connected environments to the project status payload.

It's done by:
- adding a new `getConnectedEnvironmentCountForProject` method to the
project store (I opted for this approach instead of creating a new view
model because it already has a `getEnvironmentsForProject` method)
- adding the project store to the project status service
- updating the schema

For the schema, I opted for adding a `resources` property, under which I
put `connectedEnvironments`. My thinking was that if we want to add the
rest of the project resources (that go in the resources widget), it'd
make sense to group those together inside an object. However, I'd also
be happy to place the property on the top level. If you have opinions
one way or the other, let me know.

As for the count, we're currently only counting environments that have
metrics and that are active for the current project.
2024-11-05 11:12:08 +01:00
..
access
api-tokens
change-request-access-service
change-request-segment-usage-service
client-feature-toggles
dependent-features
events feat: now backend returns event counts for activity chart (#8638) 2024-11-04 14:29:10 +02:00
export-import-toggles
feature-lifecycle chore: debug lifecycle only when have new stages (#8418) 2024-10-10 14:28:11 +03:00
feature-naming-pattern
feature-search feat: search endpoint should return archived at date (#8592) 2024-10-30 12:35:47 +02:00
feature-toggle feat: archived features can be searched now (#8568) 2024-10-29 13:19:13 +02:00
frontend-api chore: wrapTimer function types (#8428) 2024-10-15 11:18:22 +02:00
group
instance-stats chore: upgrade to biome 1.9.4 (#8616) 2024-10-31 15:24:22 +01:00
integration-events
maintenance
metrics task: make count column bigint. (#8183) 2024-09-19 10:59:40 +02:00
onboarding [Gitar] Cleaning up stale flag: onboardingMetrics with value true (#8550) 2024-10-28 11:47:58 +01:00
personal-dashboard feat: increase latest events in personal dashboard (#8491) 2024-10-21 12:30:50 +02:00
playground fix: use ip-address for remote-strategy (#8380) 2024-10-07 13:51:03 +02:00
private-project
project chore: add connected environments to project status payload (#8645) 2024-11-05 11:12:08 +01:00
project-environments
project-insights
project-status chore: add connected environments to project status payload (#8645) 2024-11-05 11:12:08 +01:00
scheduler chore: add a class to handle aggreggation queries (#8446) 2024-10-18 11:11:22 +02:00
segment
tag-type
traffic-data-usage feat: send traffic info to prometheus (#8541) 2024-10-25 15:43:14 +03:00
ui-observability-controller
user-subscriptions feat: composition root for user subscriptions (#8649) 2024-11-05 10:50:31 +01:00
index.ts refactor: composition root for personal dashboard service (#8280) 2024-09-27 10:44:27 +02:00