1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-19 17:52:45 +02:00
unleash.unleash/src
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
..
lib chore: implement created_by_user_id in features (#5994) 2024-01-25 13:09:30 +01:00
mailtemplates Fix email template scheduled change conflict (#5957) 2024-01-19 14:57:00 +02:00
migrations feat: user trends migration (#6030) 2024-01-25 12:56:29 +01:00
test chore: implement created_by_user_id in features (#5994) 2024-01-25 13:09:30 +01:00
migrator.ts chore: This helps output the migrations being applied (#6004) 2024-01-23 16:01:36 +01:00
server-dev.ts Executive Dashboard page setup (#5949) 2024-01-18 12:32:25 +01:00
server.ts