1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-11-24 20:06:55 +01:00
unleash.unleash/src/lib/features/metrics/instance
Jaanus Sellin f45593176c
feat: start extracting project from session object (#6856)
Previously, we were extracting the project from the token, but now we
will retrieve it from the session, which contains the full list of
projects.

This change also resolves an issue we encountered when the token was a
multi-project token, formatted as []:dev:token. Previously, it was
unable to display the exact list of projects. Now, it will show the
exact project names.
2024-04-16 15:47:45 +03:00
..
findOutdatedSdks.test.ts fix: outdated sdk version handles non semver versions (#6586) 2024-03-15 14:58:53 +01:00
findOutdatedSdks.ts refactor: make outdated sdk finding simpler (#6587) 2024-03-15 15:38:57 +01:00
instance-service.test.ts feat: private projects in application overview (#6775) 2024-04-04 14:56:21 +02:00
instance-service.ts feat: private projects in application overview (#6775) 2024-04-04 14:56:21 +02:00
metrics.test.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
metrics.ts [Gitar] Cleaning up stale feature flag: stripClientHeadersOn304 with value true (#6868) 2024-04-16 13:42:31 +02:00
models.ts feat: start extracting project from session object (#6856) 2024-04-16 15:47:45 +03:00
register.test.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
register.ts feat: start extracting project from session object (#6856) 2024-04-16 15:47:45 +03:00