1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-06 00:07:44 +01:00
unleash.unleash/src/lib/db
andreas-unleash 83bb9b1656
Feat: enable toggle dialog (#3686)
<!-- Thanks for creating a PR! To make it easier for reviewers and
everyone else to understand what your changes relate to, please add some
relevant content to the headings below. Feel free to ignore or delete
sections that you don't think are relevant. Thank you! ❤️ -->
- Creates a dialog when the feature has ONLY disabled strategies and the
environment in turned on
- Adds functionality to either `enable` the strategies or add the
default one (if a project specific default strategy is set, uses it)
## About the changes
<!-- Describe the changes introduced. What are they and why are they
being introduced? Feel free to also add screenshots or steps to view the
changes if they're visual. -->

<!-- Does it close an issue? Multiple? -->



Uploading Screen Recording 2023-05-05 at 17.40.48.mov…



Closes #

<!-- (For internal contributors): Does it relate to an issue on public
roadmap? -->
<!--
Relates to [roadmap](https://github.com/orgs/Unleash/projects/10) item:
#
-->

### Important files
<!-- PRs can contain a lot of changes, but not all changes are equally
important. Where should a reviewer start looking to get an overview of
the changes? Are any files particularly important? -->


## Discussion points
<!-- Anything about the PR you'd like to discuss before it gets merged?
Got any questions or doubts? -->

---------

Signed-off-by: andreas-unleash <andreas@getunleash.ai>
2023-05-08 11:42:26 +03:00
..
access-store.ts feat: root roles from groups (#3559) 2023-04-20 12:29:30 +02:00
account-store.ts
addon-store.ts OpenAPI: addon operations (#3421) 2023-04-18 10:50:34 +00:00
api-token-store.ts chore: deprecate username on api-tokens (#3616) 2023-05-04 09:56:00 +02:00
client-applications-store.ts
client-instance-store.ts
client-metrics-store-v2.ts feat: metrics for variants (#3685) 2023-05-05 11:10:54 +03:00
context-field-store.ts fix: correct error for missing context field (#3647) 2023-04-28 09:21:32 +00:00
db-pool.ts
db.ts
environment-store.ts Feat: default strategy UI (#3682) 2023-05-05 14:32:44 +03:00
event-store.test.ts
event-store.ts fix: compilation issues from event-store (#3568) 2023-04-20 11:37:38 +02:00
favorite-features-store.ts
favorite-projects-store.ts
feature-environment-store.ts
feature-strategy-store.ts fix: set feature.enabled to false when all strategies are deactivated (#3655) 2023-05-02 21:33:14 +03:00
feature-tag-store.ts fix: fix bulk removal of tags (#3651) 2023-04-28 14:49:34 +03:00
feature-toggle-client-store.ts Feat: enable toggle dialog (#3686) 2023-05-08 11:42:26 +03:00
feature-toggle-store.ts feat: save memory on reading stats (#3472) 2023-04-06 15:34:08 +02:00
feature-type-store.ts feat: Create project service di (#3326) 2023-03-15 16:46:41 +01:00
group-store.ts feat: root roles from groups (#3559) 2023-04-20 12:29:30 +02:00
index.ts feat: metrics for variants (#3685) 2023-05-05 11:10:54 +03:00
pat-store.ts
project-stats-store.ts refactor: switching to new stats calculations (#3477) 2023-04-10 09:50:39 +02:00
project-store.ts Feat: project default strategy (#3644) 2023-04-28 14:59:04 +03:00
public-signup-token-store.ts
reset-token-store.ts
role-store.ts
segment-store.ts fix: assume undefined instead of null on segment project (#3304) 2023-03-13 10:25:48 +00:00
session-store.ts
setting-store.ts
strategy-store.ts feat: add title to strategy (#3510) 2023-04-18 08:59:02 +02:00
tag-store.ts
tag-type-store.ts
transaction.ts
user-feedback-store.ts
user-splash-store.ts
user-store.ts