1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-07-12 13:48:35 +02: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 feat: filter projectless events for normal users (#7914) 2024-08-21 13:59:24 +03:00
api-tokens API tokens scoped to deleted projects shouldn't give wildcard access (#7499) 2024-07-08 09:52:10 +02:00
change-request-access-service fix: change request enabled check should ignore disabled envs (#7869) 2024-08-14 13:13:31 +02:00
change-request-segment-usage-service fix: change request enabled check should ignore disabled envs (#7869) 2024-08-14 13:13:31 +02:00
client-feature-toggles fix: make default for gradual rollout work on the correct strategy name (#7401) 2024-06-14 15:54:00 +02:00
dependent-features feat: Deprecate feature toggle environment variants api (#7066) 2024-05-16 13:43:21 +02:00
events feat: now backend returns event counts for activity chart (#8638) 2024-11-04 14:29:10 +02:00
export-import-toggles feat: start using event service composition root (#7871) 2024-08-15 08:33:46 +03:00
feature-lifecycle chore: debug lifecycle only when have new stages (#8418) 2024-10-10 14:28:11 +03:00
feature-naming-pattern chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
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 chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
instance-stats chore: upgrade to biome 1.9.4 (#8616) 2024-10-31 15:24:22 +01:00
integration-events [Gitar] Cleaning up stale flag: integrationEvents with value true (#7940) 2024-08-21 14:25:24 +02:00
maintenance feat: use audit info in events (#6872) 2024-04-18 16:32:35 +02:00
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 feat: private projects in application overview (#6775) 2024-04-04 14:56:21 +02:00
project chore: add connected environments to project status payload (#8645) 2024-11-05 11:12:08 +01:00
project-environments fix: give project_default_strategy_write the ability to update the default strategy (#8112) 2024-09-06 11:49:11 +02:00
project-insights feat: start using event service composition root (#7871) 2024-08-15 08:33:46 +03:00
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 fix: add request body schema in update segment endpoint (#8085) 2024-09-05 08:17:04 +01:00
tag-type chore!: [v6] remove error.description in error messages (#7157) 2024-05-27 11:26:19 +02:00
traffic-data-usage feat: send traffic info to prometheus (#8541) 2024-10-25 15:43:14 +03:00
ui-observability-controller chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
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