1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-11-01 19:07:38 +01:00
unleash.unleash/src/lib/services
andreas-unleash 3c8b766ea6
fix: Add default value for shouldActivateDisabledStrategies (#3711)
<!-- 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! ❤️ -->

## 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? -->
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 14:56:42 +03:00
..
client-metrics feat: metrics for variants (#3685) 2023-05-05 11:10:54 +03:00
access-service.test.ts feat: expose project members (#3310) 2023-03-14 16:27:57 +01:00
access-service.ts refactor: read model for change request access checking (#3380) 2023-03-24 14:31:43 +01:00
account-service.ts feat: add the account abstraction logic (#2918) 2023-01-18 16:08:07 +00:00
addon-schema.ts feat: support filtering on project and environment fields for events (#1801) 2022-07-12 12:13:25 +00:00
addon-service-test-simple-addon.ts feat: add OpenAPI validation to a few endpoints (#1409) 2022-04-25 14:17:59 +02:00
addon-service.test.ts
addon-service.ts feat: unify error responses (#3607) 2023-04-25 13:40:46 +00:00
api-token-service.test.ts chore: deprecate username on api-tokens (#3616) 2023-05-04 09:56:00 +02:00
api-token-service.ts chore: deprecate username on api-tokens (#3616) 2023-05-04 09:56:00 +02:00
client-spec-service.test.ts refactor: avoid inlining segments for supported clients (#1640) 2022-06-02 14:07:46 +02:00
client-spec-service.ts
context-schema.ts feat: add context value descriptions (#1496) 2022-04-19 08:40:07 +02:00
context-service.ts openapi: improve validation testing (#2058) 2022-09-23 15:02:09 +02:00
edge-service.ts docs: Added docs for edge endpoints (#3501) 2023-04-14 15:39:39 +02:00
email-service.test.ts
email-service.ts chore: add linter rules for regexp (#3500) 2023-04-17 07:11:22 +00:00
environment-service.ts Feat: project default strategy (#3644) 2023-04-28 14:59:04 +03:00
event-service.ts Poc: calculate etag based on query and latest revison id (#3062) 2023-03-17 14:10:21 +01:00
favorites-service.ts
feature-tag-service.ts feat: export by tags (#3635) 2023-04-27 10:22:14 +02:00
feature-toggle-service.ts fix: Add default value for shouldActivateDisabledStrategies (#3711) 2023-05-08 14:56:42 +03:00
feature-type-service.ts fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00
group-service.ts
health-service.ts
index.ts fix: count events instead of loading them in memory (#3382) 2023-03-27 11:24:01 +02:00
instance-stats-service.test.ts
instance-stats-service.ts
maintenance-service.ts Maintenance mode for users (#2716) 2022-12-21 13:23:44 +02:00
openapi-service.ts feat: unify error responses (#3607) 2023-04-25 13:40:46 +00:00
pat-service.ts feat: adds the PAT_DELETE event (#2965) 2023-01-23 15:11:16 +02:00
playground-service.ts fix: set feature.enabled to false when all strategies are deactivated (#3655) 2023-05-02 21:33:14 +03:00
project-health-service.ts Project health tests (#3028) 2023-02-02 12:01:16 +01:00
project-schema.ts
project-service.ts Feat: project default strategy (#3644) 2023-04-28 14:59:04 +03:00
proxy-service.ts fix: concurrency issue when running multiple requests (#3442) 2023-04-04 09:32:35 +02:00
public-signup-token-service.ts Hard cap expiry date of public signup token (#2308) 2022-11-01 11:38:18 +02:00
reset-token-service.ts feat: changing password will expire reset password tokens (#3451) 2023-04-05 12:39:52 +03:00
scheduler-service.test.ts test: increase timer values in scheduler integration test (#3448) 2023-04-04 14:15:45 +02:00
scheduler-service.ts refactor: separate scheduling from DI (#3017) 2023-01-30 11:13:17 +01:00
segment-schema.ts feat: add segments (#1426) 2022-03-29 14:59:14 +02:00
segment-service.ts Feat segments project safeguards (#3359) 2023-03-21 20:28:43 +00:00
session-service.ts fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00
setting-service.ts Fix/remove settings cache (#2694) 2022-12-14 17:35:22 +01:00
state-schema.ts feat: Add variants per env (#2471) 2022-11-21 10:37:16 +01:00
state-service-export-v1.json
state-service.test.ts
state-service.ts chore: refactor segments to stop depending on the implementation (#3315) 2023-03-15 14:58:19 +01:00
state-util.ts fix: update mime library method signature to 2.X (#1078) 2021-11-02 23:43:16 +01:00
strategy-schema.ts Feat/enable disable strategies (#3566) 2023-04-21 12:09:07 +03:00
strategy-service.ts
tag-schema.test.ts
tag-schema.ts chore: Improve openapi documentation for tags (#3496) 2023-04-12 09:34:32 +00:00
tag-service.ts
tag-type-schema.test.ts
tag-type-schema.ts
tag-type-service.ts
user-feedback-service.ts fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00
user-service.test.ts Fix: prevent password reset email flooding (#2076) 2022-09-28 10:24:43 +02:00
user-service.ts feat: unify error responses (#3607) 2023-04-25 13:40:46 +00:00
user-splash-service.ts refactor: add schemas to user admin controller (#1692) 2022-06-22 14:55:43 +02:00
version-service.test.ts
version-service.ts fix: attempt to unflake version service tests (#2008) 2022-08-31 08:06:25 +02:00