mirror of
https://github.com/Unleash/unleash.git
synced 2025-10-27 11:02:16 +01:00
## 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) |
||
|---|---|---|
| .. | ||
| converters | ||
| fakes | ||
| legacy | ||
| query-builders | ||
| tests | ||
| time-to-production | ||
| types | ||
| archive-feature-toggle-controller.ts | ||
| configuration-revision-service.ts | ||
| createFeatureToggleService.ts | ||
| feature-toggle-controller.ts | ||
| feature-toggle-service.ts | ||
| feature-toggle-store.ts | ||
| feature-toggle-strategies-store.ts | ||
| features-read-model.ts | ||