1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-04-10 01:16:39 +02:00
Commit Graph

10 Commits

Author SHA1 Message Date
Jaanus Sellin
d578deab7f
chore: remove new frontend api feature flag ()
The flag has been 100% for a bit now, we need to prepare for GA.
2024-04-24 09:15:57 +03:00
Christopher Kolstad
53354224fc
chore: Bump biome and configure husky ()
Upgrades biome to 1.6.1, and updates husky pre-commit hook.

Most changes here are making type imports explicit.
2024-03-18 13:58:05 +01:00
Mateusz Kwasniewski
2716f72ea6
feat: separate new frontend api path for perf measurements () 2024-03-15 13:31:08 +02:00
Jaanus Sellin
3c22a302c7
fix: fix frontend api timings ()
Just a typo
2024-03-13 15:10:48 +02:00
Jaanus Sellin
c4412d8276
fix: measure frontend times only when flag enabled ()
Moving to controller level to measure only for flag. Other option would
have been to check flag also at service.
2024-03-13 14:28:59 +02:00
Jaanus Sellin
570af43615
feat: share context between both frontend apis ()
We are sharing contexts because we want both clients to use same session
ID.
2024-03-13 11:17:40 +02:00
Jaanus Sellin
259fde09db
feat: add possibility to see differences for frontend API () 2024-03-13 09:41:48 +02:00
Mateusz Kwasniewski
6278cdb6c7
feat: better logging for old and new frontend api differences () 2024-03-12 16:22:16 +01:00
Mateusz Kwasniewski
bc83a4d66e
refactor: rename proxy to frontend api in openapi schemas () 2024-03-12 10:15:24 +01:00
Mateusz Kwasniewski
1f374ea20e
refactor: rename proxy to frontend api () 2024-03-11 17:30:46 +01:00