1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-19 00:15:43 +01:00
unleash.unleash/src/test/e2e
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
..
__snapshots__ refactor: favor permission name over id (#5409) 2023-11-27 11:12:09 +00:00
api refactor: Instance stats service composition root (#6029) 2024-01-25 09:11:26 +01:00
helpers refactor: Instance stats service composition root (#6029) 2024-01-25 09:11:26 +01:00
routes Biome1.5.1 (#5867) 2024-01-12 09:25:59 +00:00
seed fix(import): making all imports relative and removing baseUrl (#5847) 2024-01-17 15:33:03 +02:00
services fix: upgrade unleash-client to v5.3.0 (#5800) 2024-01-24 09:12:07 +01:00
stores fix: clone variants (featureEnv and strategy) when cloning an env (#6026) 2024-01-25 10:53:43 +02:00
custom-auth.test.ts Biome1.5.1 (#5867) 2024-01-12 09:25:59 +00:00
dedupe-permissions.e2e.test.ts fix(import): making all imports relative and removing baseUrl (#5847) 2024-01-17 15:33:03 +02:00
favor-permission-name-over-id.e2e.test.ts fix(import): making all imports relative and removing baseUrl (#5847) 2024-01-17 15:33:03 +02:00
features-created-by-user-id-data-migration.e2e.test.ts chore: implement created_by_user_id in features (#5994) 2024-01-25 13:09:30 +01:00
health.e2e.test.ts Biome1.5.1 (#5867) 2024-01-12 09:25:59 +00:00
migrator.e2e.test.ts chore: validate all tables have primary keys (#6005) 2024-01-23 16:38:16 +01:00
system-user-migration.test.ts fix(import): making all imports relative and removing baseUrl (#5847) 2024-01-17 15:33:03 +02:00