1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-31 00:16:47 +01:00
unleash.unleash/src/lib
Jaanus Sellin fda2252957
fix: etag support RFC 9110 standard (#9077)
ETag must be in double quotes based on standard. Fixing it.

```
If-None-Match: "<etag_value>"
2025-01-10 15:39:00 +02:00
..
__snapshots__ feat: only display oss included projects/environments when install is oss (#8896) 2024-12-19 14:33:54 +01:00
addons chore: improve release plan events and add them to event timeline (#8895) 2024-12-02 12:35:48 +00:00
db refactor: Context service feature oriented (#9052) 2025-01-03 10:23:47 +01:00
domain/project-health chore: minor cleanup of project health and status (#8806) 2024-11-20 13:59:44 +01:00
error fix: validate patched data with schema (#7616) 2024-07-18 13:26:50 +01:00
features fix: etag support RFC 9110 standard (#9077) 2025-01-10 15:39:00 +02:00
middleware chore: remove connection id from tracking (#9072) 2025-01-09 09:46:04 +01:00
openapi feat: read logs and update cors maintenance root-role permissions (#8996) 2025-01-08 10:03:40 +01:00
routes chore: remove simplifyProjectOverview flag (#9068) 2025-01-08 14:10:40 +02:00
schema fix: don't allow . or .. in feature url (#8479) 2024-10-21 16:35:17 +02:00
services feat: making context service transactional (#9063) 2025-01-06 13:38:09 +01:00
types chore: remove unused newHostedAuthHandler flag (#9070) 2025-01-09 09:13:18 +00:00
users feat: ability to configure when users are considered inactive (#8454) 2024-10-15 16:34:04 +02:00
util refactor: Context service feature oriented (#9052) 2025-01-03 10:23:47 +01:00
app.test.ts
app.ts fix: Change Open API validation middleware to specify and use path parameters (#8913) 2024-12-20 10:53:33 +01:00
create-config.test.ts feat: only display oss included projects/environments when install is oss (#8896) 2024-12-19 14:33:54 +01:00
create-config.ts feat: only display oss included projects/environments when install is oss (#8896) 2024-12-19 14:33:54 +01:00
default-custom-auth-deny-all.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
internals.ts
logger.test.ts
logger.ts
metric-events.ts feat: store memory footprints to grafana (#9001) 2024-12-19 13:15:30 +02:00
metrics-gauge.test.ts chore: Prometheus metrics refactor (#8484) 2024-10-22 15:11:57 +02:00
metrics-gauge.ts chore: Prometheus metrics refactor (#8484) 2024-10-22 15:11:57 +02:00
metrics.test.ts chore: remove connection id from tracking (#9072) 2025-01-09 09:46:04 +01:00
metrics.ts chore: remove connection id from tracking (#9072) 2025-01-09 09:46:04 +01:00
server-impl.test.ts chore: remove featureLifecycle and featureLifecycleMetrics flags (#7808) 2024-08-08 13:45:23 +02:00
server-impl.ts feat: first revision of delta api (#8967) 2024-12-12 14:18:11 +02:00