1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00
unleash.unleash/src/lib
David Leek 95be24996e
Fixes hangs when sending incorrect parameters to deleteProjectApiToken endpoint (#4579)
## About the changes
Returns either 400 or 404 when token isn't found or doesn't match single
project must be provided projectId criteria

<!-- Does it close an issue? Multiple? -->
Closes #
Linear 2-1003

## Discussion points
<!-- Anything about the PR you'd like to discuss before it gets merged?
Got any questions or doubts? -->
Is projects.length > 1 a 400?
2023-08-28 13:53:32 +02:00
..
__snapshots__ feat: application usage feature flag and cleanup (#4568) 2023-08-25 13:26:44 +03:00
addons feat: slack-app can now post to both tagged and default channel (#4520) 2023-08-21 09:00:06 +02:00
db feat: multiple project roles (#4512) 2023-08-25 09:31:37 +01:00
domain/project-health
error refactor: move status codes into classes (#4200) 2023-07-11 09:20:11 +02:00
features feat: import service validate duplicates (#4558) 2023-08-24 10:05:21 +02:00
middleware chore: increase max app names to 1000 (#4421) 2023-08-04 15:03:21 +02:00
openapi feat: applicaton usage endpoint (#4548) 2023-08-23 12:00:22 +03:00
proxy refactor: playground in feature oriented architecture (#3942) 2023-06-09 12:55:54 +02:00
routes Fixes hangs when sending incorrect parameters to deleteProjectApiToken endpoint (#4579) 2023-08-28 13:53:32 +02:00
schema chore: deprecate username on api-tokens (#3616) 2023-05-04 09:56:00 +02:00
segments feat: protect segment operations for change requests (#4417) 2023-08-04 12:23:19 +02:00
services feat: multiple project roles (#4512) 2023-08-25 09:31:37 +01:00
types feat: application usage feature flag and cleanup (#4568) 2023-08-25 13:26:44 +03:00
util feat: import service validate duplicates (#4558) 2023-08-24 10:05:21 +02:00
app.test.ts
app.ts fix: remove consecutive slashes (#3882) 2023-05-27 16:16:51 +00:00
create-config.test.ts chore: remove optimal 304 flag (#3665) 2023-05-05 09:18:04 +02:00
create-config.ts feat: disable scheduler for tests (#4496) 2023-08-15 15:58:36 +02:00
default-custom-auth-deny-all.ts
internals.ts
logger.test.ts
logger.ts
metric-events.ts
metrics.test.ts feat: add prom metric for total custom root roles (#4435) 2023-08-07 14:59:29 +01:00
metrics.ts feat: add prom metric for total custom root roles in use (#4438) 2023-08-08 08:14:40 +01:00
server-impl.test.ts
server-impl.ts feat: disable scheduler for tests (#4496) 2023-08-15 15:58:36 +02:00