1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/src/lib/services/client-metrics
Ivar Conradi Østhus 815a75a5b4
Wip/environments (#880)
Adds environment support

This PR adds environments as a first-class concept in Unleash.

It necessitated a full rewrite on how we connect feature <-> strategy, as well as a rethink on which levels environments makes sense.

This enables PUTs on strategy configurations for a feature, since all strategies now have ids.

This also updates export/import format. The importer handles both formats, but export is no longer possible in version 1 of the export format, only in version 2, with strategy configurations for a feature as a separate object.

Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai>
Co-authored-by: Fredrik Oseberg <fredrik.no@gmail.com>
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2021-07-07 10:46:50 +02:00
..
client-metrics-schema.ts chore: Convert client metrics controller to typescript (#831) 2021-06-24 19:22:12 +02:00
client-metrics.test.ts chore: Convert client metrics controller to typescript (#831) 2021-06-24 19:22:12 +02:00
index.ts chore: Convert client metrics controller to typescript (#831) 2021-06-24 19:22:12 +02:00
list.js Feature/setup typescript 2021-02-12 11:42:00 +01:00
list.test.js Migrate to jest (#854) 2021-05-28 11:10:24 +02:00
metrics-schema.ts Wip/environments (#880) 2021-07-07 10:46:50 +02:00
models.ts chore: Convert client metrics controller to typescript (#831) 2021-06-24 19:22:12 +02:00
projection.test.ts chore: Convert client metrics controller to typescript (#831) 2021-06-24 19:22:12 +02:00
projection.ts chore: Convert client metrics controller to typescript (#831) 2021-06-24 19:22:12 +02:00
register-schema.js Feature/setup typescript 2021-02-12 11:42:00 +01:00
ttl-list.js Feature/setup typescript 2021-02-12 11:42:00 +01:00
ttl-list.test.js Migrate to jest (#854) 2021-05-28 11:10:24 +02:00