1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-19 17:52:45 +02:00
unleash.unleash/src/lib
Thomas Heartman 8e430810ef
fix: return 400 on invalid POST data to project access endpoint (#5610)
This PR fixes the issue discussed in SR-234, where you would get a 200
OK response even if your POST request to
`/api/admin/projects/<project-name>/access` contains invalid data (and
nothing is persisted).
2023-12-12 14:46:23 +01:00
..
__snapshots__ feat: initial setup (#5583) 2023-12-11 12:23:18 +01:00
addons feat: datadog integration - link to valid source type names (#5608) 2023-12-12 14:37:41 +01:00
db fix: return 400 on invalid POST data to project access endpoint (#5610) 2023-12-12 14:46:23 +01:00
domain/project-health
error chore(deps): update dependency @biomejs/biome to v1.4.0 (#5288) 2023-11-28 09:32:00 +00:00
features fix: added stronger tag validations (#5585) 2023-12-11 13:34:51 +02:00
middleware fix: optimize headers we return for API calls. (#5607) 2023-12-12 10:20:28 +01:00
openapi fix: added stronger tag validations (#5585) 2023-12-11 13:34:51 +02:00
proxy chore(deps): update dependency @biomejs/biome to v1.4.0 (#5288) 2023-11-28 09:32:00 +00:00
routes Poc/strip client headers on 304 (#5574) 2023-12-08 12:14:37 +01:00
schema feat: biome lint (#4853) 2023-09-29 14:18:21 +02:00
segments fix: missing user id in segment update (#5414) 2023-11-24 11:17:36 +01:00
services fix: return 400 on invalid POST data to project access endpoint (#5610) 2023-12-12 14:46:23 +01:00
types fix: optimize headers we return for API calls. (#5607) 2023-12-12 10:20:28 +01:00
util chore(deps): update dependency @biomejs/biome to v1.4.0 (#5288) 2023-11-28 09:32:00 +00:00
app.test.ts
app.ts refactor: maintenance read model (#5374) 2023-11-28 13:03:02 +00:00
create-config.test.ts feat: feature search stub (#5143) 2023-10-25 10:50:59 +02:00
create-config.ts feat: make all internal rate limits configurable (#5095) 2023-10-26 09:20:29 +02:00
default-custom-auth-deny-all.ts chore: expose custom-handler-auth type (#5287) 2023-11-07 10:37:09 +01:00
internals.ts fix: export NotFoundError and ISegmentService in internals.ts (#4997) 2023-10-11 14:31:45 +03:00
logger.test.ts
logger.ts
metric-events.ts feat: scheduled functions observability (#5377) 2023-11-21 13:42:38 +01:00
metrics.test.ts feat: feature changes counted in new table (#4958) 2023-10-10 12:32:23 +02:00
metrics.ts fix: add metrics for service account and api tokens (#5478) 2023-11-29 13:09:30 +01:00
server-impl.test.ts chore(deps): update dependency @biomejs/biome to v1.4.0 (#5288) 2023-11-28 09:32:00 +00:00
server-impl.ts fix: scheduler job runtime control (#5363) 2023-11-21 10:06:38 +00:00