1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-11-01 19:07:38 +01:00
unleash.unleash/src/lib/features/export-import-toggles
Gastón Fournier 1d0bc833b3
chore: refactor segments to stop depending on the implementation (#3315)
## About the changes
- Introducing ISegmentService interface to decouple from the actual
implementation
- Moving UpsertSegmentSchema to OSS to be able to use types
- Added comments where our code is coupled with segments just to
highlight and have a conversation about some use cases if needed, but
they can be removed before merging
- Removed segment service from some project features as it was not used
2023-03-15 14:58:19 +01:00
..
createExportImportService.ts feat: shared event emitter (#3241) 2023-03-02 09:52:19 +01:00
export-import-controller.ts feat: drop full- for import/validate (#3168) 2023-02-21 10:15:57 +01:00
export-import-permissions.e2e.test.ts docs: update documentation around permissions for variants (#3195) 2023-02-28 14:06:24 +01:00
export-import-service.ts
export-import.e2e.test.ts chore: refactor segments to stop depending on the implementation (#3315) 2023-03-15 14:58:19 +01:00
import-context-validation.test.ts
import-context-validation.ts feat: drop full- for import/validate (#3168) 2023-02-21 10:15:57 +01:00
import-permissions-service.ts
import-toggles-store-type.ts feat: drop full- for import/validate (#3168) 2023-02-21 10:15:57 +01:00
import-toggles-store.ts fix: db type (#3180) 2023-02-22 11:15:46 +01:00
import-validation-messages.ts feat: drop full- for import/validate (#3168) 2023-02-21 10:15:57 +01:00