1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-04 00:18:01 +01:00
unleash.unleash/src/test
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
..
config feat: Disallow repeating last 5 passwords. (#7552) 2024-07-09 16:18:35 +02:00
e2e feat: add remaining resource usage to instance stats (#7958) 2024-08-22 13:09:26 +02:00
examples chore: rename toggle to flag #final (#7146) 2024-05-24 15:07:01 +03:00
fixtures refactor: switch projectStore.getProjects with projectReadModel.getProjectsForAdminUi in project service (#7904) 2024-08-19 08:46:50 +02:00
arbitraries.test.ts chore: Upgrade to typescript 5.4.2 (#6605) 2024-03-19 10:46:08 +00:00