1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-05-26 01:17:00 +02:00
unleash.unleash/frontend/src/component
Thomas Heartman b0541a0af2
feat: add remaining resource usage to instance stats (#7958)
Updates the instance stats endpoint with 
- maxEnvironmentStrategies
- maxConstraints
- maxConstraintValues

It adds the following rows to the front end table:
- segments (already in the payload, just not used for the table before)
- API tokens (separate rows for type, + one for total) (also existed
before, but wasn't listed)
- Highest number of strategies used for a single flag in a single
environment
- Highest number of constraints used on a single strategy
- Highest number of values used for a single constraint


![image](https://github.com/user-attachments/assets/57798f8e-c466-4590-820b-15afd3729243)
2024-08-22 13:09:26 +02:00
..
accessOverview
admin feat: add remaining resource usage to instance stats (#7958) 2024-08-22 13:09:26 +02:00
application Refactor: Remove react-timeago (#7943) 2024-08-21 12:03:03 +02:00
archive Refactor: Remove react-timeago (#7943) 2024-08-21 12:03:03 +02:00
banners feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
changeRequest Refactor: Remove react-timeago (#7943) 2024-08-21 12:03:03 +02:00
commandBar feat: command menu docs (#7963) 2024-08-22 14:07:15 +03:00
common chore: remove create feature component (#7959) 2024-08-22 11:30:41 +03:00
context feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
demo chore[demo]: update handling of strategy deletion for demo walkthrough (#7719) 2024-08-02 11:13:42 +02:00
environments fix: show environments page as enterprise feature (#7796) 2024-08-08 10:03:02 +02:00
events chore: code cleanup: event log filters (#7870) 2024-08-14 15:27:22 +02:00
feature chore: remove create feature component (#7959) 2024-08-22 11:30:41 +03:00
featureTypes chore: rename toggle to flag #2 (#7097) 2024-05-22 08:20:11 +03:00
feedback feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
feedbackNew feat: command bar feedback (#7485) 2024-07-01 14:15:51 +03:00
filter fix: select an item only from the filtered list of options (#7789) 2024-08-07 14:46:37 +02:00
insights Cleaning up stale flag: insightsV2 with value true (#7896) 2024-08-21 12:01:35 +02:00
integrations [Gitar] Cleaning up stale flag: integrationEvents with value true (#7940) 2024-08-21 14:25:24 +02:00
layout fix: project icon sizing and color (#7672) 2024-07-26 10:26:16 +02:00
loginHistory task: upgraded semver dependency (and biome) (#7272) 2024-06-04 15:01:43 +02:00
maintenance
menu chore: remove create feature component (#7959) 2024-08-22 11:30:41 +03:00
playground/Playground [Gitar] Cleaning up stale flag: changeRequestPlayground with value true (#7920) 2024-08-19 15:33:55 +02:00
project chore: remove create feature component (#7959) 2024-08-22 11:30:41 +03:00
providers feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
segments feat: limit segments component (#7553) 2024-07-08 09:03:08 +02:00
signals feat: what's new in Unleash (#7497) 2024-07-03 09:54:38 +02:00
splash
strategies feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
tags feat: separate command bar and search hotkeys (#7651) 2024-07-24 12:46:03 +03:00
user feat: Disallow repeating last 5 passwords. (#7552) 2024-07-09 16:18:35 +02:00
App.tsx fix: make loader not exlpode to 100vh in unnecessary locations (#7589) 2024-07-15 14:41:45 +02:00
InitialRedirect.tsx fix: use a fullscreen loader for the initial redirect load (#7619) 2024-07-18 14:50:59 +02:00