1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-31 00:16:47 +01:00
unleash.unleash/src/lib/features/feature-toggle
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
..
converters Feat: remove last seen refactor flag (#5423) 2023-11-30 10:17:50 +02:00
fakes chore: implement created_by_user_id in features (#5994) 2024-01-25 13:09:30 +01:00
legacy feat: adds created_by_user_id to all events (#5619) 2023-12-14 13:45:25 +01:00
query-builders chore(deps): update dependency @biomejs/biome to v1.4.0 (#5288) 2023-11-28 09:32:00 +00:00
tests fix(import): making all imports relative and removing baseUrl (#5847) 2024-01-17 15:33:03 +02:00
time-to-production refactor: switching to new stats calculations (#3477) 2023-04-10 09:50:39 +02:00
types chore: implement created_by_user_id in features (#5994) 2024-01-25 13:09:30 +01:00
archive-feature-toggle-controller.ts feat: adds created_by_user_id to all events (#5619) 2023-12-14 13:45:25 +01:00
configuration-revision-service.ts fix: EventStore#getMaxRevisionId can return null (#4384) 2023-08-01 23:59:09 +02:00
createFeatureToggleService.ts chore: centralize events service creation (#5910) 2024-01-16 13:11:28 +01:00
feature-toggle-controller.ts feat: adds created_by_user_id to all events (#5619) 2023-12-14 13:45:25 +01:00
feature-toggle-service.ts chore: implement created_by_user_id in features (#5994) 2024-01-25 13:09:30 +01:00
feature-toggle-store.ts chore: implement created_by_user_id in features (#5994) 2024-01-25 13:09:30 +01:00
feature-toggle-strategies-store.ts task: add timer for client feature query (#5734) 2024-01-02 16:02:03 +01:00
features-read-model.ts feat: check if child and parent are in the same project (#5093) 2023-10-19 11:11:05 +02:00