1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-11-24 20:06:55 +01:00
unleash.unleash/src/lib
Gastón Fournier 8cb11f69df
fix: permissions should allow to access client token types (#10543)
Internally token types are still identified as CLIENT, therefore when we
filter the ones we're allowed to see, we should still consider them as
CLIENT tokens not BACKEND tokens. This is internal until we can fully
remove CLIENT with the next major.
2025-08-26 13:33:21 -03:00
..
__snapshots__ chore: release template resource limits (#10514) 2025-08-21 11:52:09 +01:00
addons fix: remove console log from tests (#10292) 2025-07-03 10:07:53 +03:00
db feat: incorporate backend as a valid api token type replacing client (#10500) 2025-08-21 09:43:54 -03:00
domain/project-health feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
error chore: fix typo (#10016) 2025-05-19 11:10:16 +00:00
events feat: start storing every transaction id in events table (#10236) 2025-06-30 16:00:57 +03:00
features chore: Etag log and code improvements (#10542) 2025-08-26 13:21:37 -03:00
interfaces feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
middleware feat: support different etags per environment (#10512) 2025-08-22 10:35:17 -03:00
openapi chore: implement unknown flags UX feedback (#10519) 2025-08-22 14:04:01 +01:00
routes fix: permissions should allow to access client token types (#10543) 2025-08-26 13:33:21 -03:00
schema feat: incorporate backend as a valid api token type replacing client (#10500) 2025-08-21 09:43:54 -03:00
services feat: incorporate backend as a valid api token type replacing client (#10500) 2025-08-21 09:43:54 -03:00
tags feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
types chore(AI): releasePlans flag cleanup (#10537) 2025-08-26 14:48:19 +01:00
users feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
util chore: bring back impact metrics (#10212) 2025-06-25 17:03:09 +02:00
app.test.ts task: migrate tests to vitest 2025-05-16 11:19:10 +02:00
app.ts feat: support different etags per environment (#10512) 2025-08-22 10:35:17 -03:00
create-config.test.ts feat: incorporate backend as a valid api token type replacing client (#10500) 2025-08-21 09:43:54 -03:00
create-config.ts feat: incorporate backend as a valid api token type replacing client (#10500) 2025-08-21 09:43:54 -03:00
default-custom-auth-deny-all.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
internals.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
logger.test.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
logger.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
metric-events.ts fix: add a metric to track client registrations (#9314) 2025-02-17 09:01:19 +01:00
metrics-gauge.test.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
metrics-gauge.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
metrics.test.ts chore!: remove deprecated default env from new installs (#10080) 2025-06-06 12:02:21 +02:00
metrics.ts chore: clear unknown flags every 24h instead of every 7d (#10446) 2025-07-31 11:22:40 +01:00
server-impl.test.ts task: migrate tests to vitest 2025-05-16 11:19:10 +02:00
server-impl.ts chore: Export IClientInstance from server-impl. (#10354) 2025-07-14 15:36:18 +02:00