1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-10 17:53:36 +02:00
unleash.unleash/src/lib
Thomas Heartman a7213bf70b
Return details arrays on all errors. (#3630)
We used to use the `details` property to return a list of errors on a
lot of our errors, but the new format doesn't do this anymore. However,
some of the admin UI still expects this to be present, even when the
data could go into `message`. So for now, the solution is to duplicate
the data and put it both in `message` and in the first element of the
`details` list. If the error has its own details lust (such as openapi
errors etc), then they will overwrite this default `details` property.
2023-04-26 15:41:43 +02:00
..
__snapshots__ Disable and enable strategies - frontend (#3582) 2023-04-26 11:41:24 +02:00
addons Detailed slack notifications on feature toggle update (#3155) 2023-02-27 09:56:56 +00:00
db Feat/enable disable strategies (#3566) 2023-04-21 12:09:07 +03:00
domain/project-health Project health tests (#3028) 2023-02-02 12:01:16 +01:00
error Return details arrays on all errors. (#3630) 2023-04-26 15:41:43 +02:00
features fix: add truth checks to a number of jest tests. (#3627) 2023-04-26 14:24:09 +02:00
middleware feat: unify error responses (#3607) 2023-04-25 13:40:46 +00:00
openapi docs: Metrics tag openapi docs (#3572) 2023-04-26 12:10:57 +02:00
proxy refactor: fix compilation issues in features service (#3323) 2023-03-24 10:43:38 +01:00
routes Return details arrays on all errors. (#3630) 2023-04-26 15:41:43 +02:00
schema fix: enforce weight precision to 1 decimal (#2749) 2023-01-05 12:39:18 +01:00
segments Feat segments project safeguards (#3359) 2023-03-21 20:28:43 +00:00
services feat: unify error responses (#3607) 2023-04-25 13:40:46 +00:00
types Disable and enable strategies - frontend (#3582) 2023-04-26 11:41:24 +02:00
util feat: enable dark mode for all (#3614) 2023-04-25 10:13:06 +02:00
app.test.ts
app.ts feat: unify error responses (#3607) 2023-04-25 13:40:46 +00:00
create-config.test.ts feat: fix csp headers for feedback form (#3617) 2023-04-25 13:40:55 +03:00
create-config.ts task: removes deprecated feature api (#3609) 2023-04-26 10:45:00 +02:00
default-custom-auth-deny-all.ts refactor: move docs into new structure / fix links for SEO (#2416) 2022-11-22 09:05:30 +00:00
internals.ts chore: drop event hook (#3565) 2023-04-21 09:44:18 +02:00
logger.test.ts
logger.ts
metric-events.ts
metrics.test.ts chore: add linter rules for regexp (#3500) 2023-04-17 07:11:22 +00:00
metrics.ts Poc: calculate etag based on query and latest revison id (#3062) 2023-03-17 14:10:21 +01:00
server-impl.test.ts chore: drop event hook (#3565) 2023-04-21 09:44:18 +02:00
server-impl.ts chore: drop event hook (#3565) 2023-04-21 09:44:18 +02:00