1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-14 00:19:16 +01:00
unleash.unleash/src/lib/services
andreas-unleash 3a84dfde08
fix: bug (#3449)
<!-- 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! ❤️ -->
Remove enum for defaultStickiness from joi schema
## 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-04-04 15:52:45 +03:00
..
client-metrics
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
addon-schema.ts
addon-service-test-simple-addon.ts
addon-service.test.ts
addon-service.ts
api-token-service.test.ts
api-token-service.ts
client-spec-service.test.ts
client-spec-service.ts
context-schema.ts
context-service.ts
edge-service.ts
email-service.test.ts
email-service.ts
environment-service.ts
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: bulk update tags (#3274) 2023-03-09 11:58:06 +02:00
feature-toggle-service.ts feat: stop change project on change request enabled (#3391) 2023-03-28 11:28:22 +02:00
feature-type-service.ts
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 refactor: fix compilation issues in features service (#3323) 2023-03-24 10:43:38 +01:00
maintenance-service.ts
openapi-service.ts
pat-service.ts
playground-service.ts chore: refactor segments to stop depending on the implementation (#3315) 2023-03-15 14:58:19 +01:00
project-health-service.ts
project-schema.ts fix: bug (#3449) 2023-04-04 15:52:45 +03:00
project-service.ts Fix: make stickiness accept any string (#3408) 2023-03-28 16:42:16 +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
reset-token-service.ts
scheduler-service.test.ts test: increase timer values in scheduler integration test (#3448) 2023-04-04 14:15:45 +02:00
scheduler-service.ts
segment-schema.ts
segment-service.ts Feat segments project safeguards (#3359) 2023-03-21 20:28:43 +00:00
session-service.ts
setting-service.ts
state-schema.ts
state-service-export-v1.json
state-service.test.ts feat: project mode (#3334) 2023-03-16 15:29:52 +01:00
state-service.ts chore: refactor segments to stop depending on the implementation (#3315) 2023-03-15 14:58:19 +01:00
state-util.ts
strategy-schema.ts
strategy-service.ts
tag-schema.test.ts
tag-schema.ts
tag-service.ts
tag-type-schema.test.ts
tag-type-schema.ts
tag-type-service.ts
user-feedback-service.ts
user-service.test.ts
user-service.ts
user-splash-service.ts
version-service.test.ts
version-service.ts