1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-04 00:18:01 +01:00
unleash.unleash/src/lib
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
..
__snapshots__ feat: start extracting project from session object (#6856) 2024-04-16 15:47:45 +03:00
addons feat(integrations): ability to add stringified event (#6642) 2024-03-26 09:25:16 +01:00
db feat: start extracting project from session object (#6856) 2024-04-16 15:47:45 +03:00
domain/project-health
error
features feat: start extracting project from session object (#6856) 2024-04-16 15:47:45 +03:00
middleware chore: remove response time metrics fix (#6779) 2024-04-10 12:34:05 +02:00
openapi chore: SCIM guard for groups (#6845) 2024-04-12 10:01:57 +01:00
routes chore: SCIM guard for users (#6836) 2024-04-12 08:23:35 +01:00
schema
services chore: SCIM guard for groups (#6845) 2024-04-12 10:01:57 +01:00
types feat: start extracting project from session object (#6856) 2024-04-16 15:47:45 +03:00
users
util
app.test.ts
app.ts chore: bearer token middleware (#6624) 2024-04-02 10:21:38 +01:00
create-config.test.ts
create-config.ts Feat/configure scheduled created by migration (#6821) 2024-04-10 14:12:58 +02:00
default-custom-auth-deny-all.ts
internals.ts
logger.test.ts
logger.ts
metric-events.ts
metrics.test.ts chore: Establish a baseline for the number of envs disabled per project (#6807) 2024-04-10 08:49:15 +02:00
metrics.ts feat: allow schedulers to run in a single node (#6794) 2024-04-10 11:47:22 +02:00
server-impl.test.ts
server-impl.ts Feat/configure scheduled created by migration (#6821) 2024-04-10 14:12:58 +02:00