1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00
unleash.unleash/docs
Christopher Kolstad c17a1980a2
Add service layer
This simplifies stores to just be storage interaction, they no longer react to events.

Controllers now call services and awaits the result from the call.

When the service calls are returned the database is updated.
This simplifies testing dramatically, cause you know that your state is
updated when returned from a call, rather than hoping the store has
picked up the event (which really was a command) and reacted to it.

Events are still emitted from eventStore, so other parts of the app can
react to events as they're being sent out.

As part of the move to services, we now also emit an application-created
event when we see a new client application.

Fixes: #685
Fixes: #595
2021-01-21 10:59:19 +01:00
..
api Add service layer 2021-01-21 10:59:19 +01:00
assets chore: add new screenshot 2020-02-20 08:34:25 +01:00
dev fix: Replace travis with GitHub Actions 2020-11-24 12:46:55 +01:00
guides Chore: Rename feautre-upda... to feature-updates-to-slack.md (#622) 2020-08-14 17:20:41 +02:00
activation-strategies.md fix: stickness parmeters for stickiness is camelCase (doc) 2020-09-28 13:08:46 +02:00
client-sdk.md chore(docs): Add NestJS client library reference 2020-12-24 15:22:05 +01:00
client-specification.md Fix typos in documentation 2020-02-20 08:34:21 +01:00
configuring-unleash.md chore(docs): Clean up configuring unleash (#672) 2020-12-15 13:18:38 +01:00
database-backup.md Fix typos in documentation 2020-02-20 08:34:21 +01:00
database-schema.md feat: Adds last-seen dat on toggles 2020-12-22 11:05:00 +01:00
developer-guide.md fix: clarify PostgreSQL version support 2020-10-30 09:56:17 +01:00
feature-toggle-types.md fix: variant documentation title cleanup 2020-08-10 10:24:43 +02:00
feature-toggle-variants.md fix: add go SDK to list supporting variants 2021-01-11 09:32:21 +01:00
getting-started.md chore(docs): Clean up configuring unleash (#672) 2020-12-15 13:18:38 +01:00
import-export.md feat: stateServices only exposed via services object 2020-11-23 21:52:57 +01:00
index.md
migration-guide.md Fix typos in documentation 2020-02-20 08:34:21 +01:00
securing-unleash.md feat: move secrets to settings (#577) 2020-04-13 22:38:46 +02:00
tags.md Add Tags and tag types 2021-01-14 13:09:05 +01:00
unleash-context.md chore: Added static context props in docs (#507) 2020-02-20 08:34:30 +01:00