1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-10-22 11:18:20 +02:00
unleash.unleash/src/test/e2e/api
David Leek 9ea66e8850
chore: remove deprecated legacy features endpoint (#7129)
This PR is part of #4380 - Remove legacy `/api/feature` endpoint.

## About the changes

### Frontend
- Removes the useFeatures hook
- Removes the part of StrategyView that displays features using this
strategy (not been working since v4.4)
- Removes 2 unused features entries from routes 

### Backend
- Removes the /api/admin/features endpoint
- Moves a couple of non-feature related tests (auth etc) to use
/admin/projects endpoint instead
- Removes a test that was directly related to the removed endpoint
- Moves a couple of tests to the projects/features endpoint
- Reworks some tests to fetch features from projects features endpoint
and strategies from project strategies
2024-05-27 09:24:09 +02:00
..
admin chore: remove deprecated legacy features endpoint (#7129) 2024-05-27 09:24:09 +02:00
auth chore: remove deprecated legacy features endpoint (#7129) 2024-05-27 09:24:09 +02:00
client chore: rename toggle to flag #6 (#7122) 2024-05-23 11:32:11 +03:00
openapi chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00