1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-11 00:08:30 +01:00
unleash.unleash/src/lib/routes/admin-api
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
..
project chore: refactor segments to stop depending on the implementation (#3315) 2023-03-15 14:58:19 +01:00
user
addon.ts
api-token.ts
archive.ts
client-metrics.ts
config.test.ts
config.ts Network view not experimental (#3124) 2023-02-15 16:24:57 +01:00
constraints.ts
context.test.ts
context.ts
email.test.ts
email.ts
environments.ts
event.ts
events.test.ts
favorites.ts
feature-type.ts
feature.ts feat: creates a PUT endpoint for updating tags (#3265) 2023-03-07 14:50:01 +00:00
index.ts feat: drop full- for import/validate (#3168) 2023-02-21 10:15:57 +01:00
instance-admin.ts
maintenance.ts feat: remove maintenance feature flag (#3199) 2023-02-27 15:36:56 +02:00
metrics.test.ts chore: Move rps endpoint to pro (#3054) 2023-02-07 09:14:12 +01:00
metrics.ts chore: Move rps endpoint to pro (#3054) 2023-02-07 09:14:12 +01:00
playground.test.ts
playground.ts
public-signup.test.ts
public-signup.ts
state.ts
strategy.test.ts
strategy.ts
tag-type.ts
tag.test.ts
tag.ts feat: bulk update tags (#3274) 2023-03-09 11:58:06 +02:00
user-admin.ts Feat/notifications cypress (#3244) 2023-03-08 12:47:42 +02:00
user-feedback.ts
user-splash.ts