1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-19 17:52:45 +02:00
unleash.unleash/src/lib/features/feature-toggle/fakes
David Leek c7f13aec0b
chore: implement created_by_user_id in features (#5994)
## About the changes

Adds a scheduled task that every 5 seconds updates 500 entries in the
features table setting `created_by_user_id`.
It does this by looking at the related event, checks created_by and
joins users table for match on username or email, and joins api_tokens
table on username matches. Then picks either a users id if set, or uses
-42 (admin token user)
2024-01-25 13:09:30 +01:00
..
fake-feature-strategies-store.ts refactor: move search implementation out of strategies store (#5642) 2023-12-14 15:45:36 +02:00
fake-feature-toggle-store.ts chore: implement created_by_user_id in features (#5994) 2024-01-25 13:09:30 +01:00
fake-features-read-model.ts feat: check if child and parent are in the same project (#5093) 2023-10-19 11:11:05 +02:00