1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-10 17:53:36 +02:00
unleash.unleash/src/lib
Gastón Fournier 0da48cc0d1
chore: revamp transactional impl (#4916)
## About the changes
This transactional implementation decorates a service with a
transactional method that removes the need to start transactions in the
method using the service.

This is a gradual rollout with a feature toggle, just because
transactions are not easy.
2023-10-04 15:16:37 +02:00
..
__snapshots__ chore: revamp transactional impl (#4916) 2023-10-04 15:16:37 +02:00
addons feat: add more events in integrations (#4815) 2023-09-29 16:11:59 +01:00
db chore: revamp transactional impl (#4916) 2023-10-04 15:16:37 +02:00
domain/project-health
error feat: biome lint (#4853) 2023-09-29 14:18:21 +02:00
features chore: revamp transactional impl (#4916) 2023-10-04 15:16:37 +02:00
middleware feat: biome lint (#4853) 2023-09-29 14:18:21 +02:00
openapi feat: generate orval types with dependent features (#4902) 2023-10-02 12:35:20 +02:00
proxy feat: biome lint (#4853) 2023-09-29 14:18:21 +02:00
routes feat: biome lint (#4853) 2023-09-29 14:18:21 +02:00
schema feat: biome lint (#4853) 2023-09-29 14:18:21 +02:00
segments feat: context/segment usage private (#4826) 2023-09-25 15:50:44 +03:00
services chore: revamp transactional impl (#4916) 2023-10-04 15:16:37 +02:00
types chore: revamp transactional impl (#4916) 2023-10-04 15:16:37 +02:00
util feat: biome lint (#4853) 2023-09-29 14:18:21 +02:00
app.test.ts
app.ts feat: biome lint (#4853) 2023-09-29 14:18:21 +02:00
create-config.test.ts feat: biome lint (#4853) 2023-09-29 14:18:21 +02:00
create-config.ts feat: biome lint (#4853) 2023-09-29 14:18:21 +02:00
default-custom-auth-deny-all.ts
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 feat: Add active users statistics to metrics (#4674) 2023-09-18 15:05:17 +02:00
metrics.ts feat: biome lint (#4853) 2023-09-29 14:18:21 +02:00
server-impl.test.ts feat: biome lint (#4853) 2023-09-29 14:18:21 +02:00
server-impl.ts feat: disable scheduler for tests (#4496) 2023-08-15 15:58:36 +02:00