1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-11-10 01:19:53 +01:00
unleash.unleash/src/lib/features/events
Jaanus Sellin f789378cab
feat: add query timer to event store (#10306)
I noticed event search, as it is doing `ILIKE` search, is slow
sometimes. Lets get some statistics about it.

Meanwhile added timers for other interesting queries.
2025-07-03 15:32:56 +03:00
..
createEventsService.ts feat: ability to search events by type with pagination (#10217) 2025-06-26 14:42:29 +02:00
event-created-by-migration.test.ts feat: ability to search events by type with pagination (#10217) 2025-06-26 14:42:29 +02:00
event-search-controller.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
event-service.test.ts task: migrate tests to vitest 2025-05-16 11:19:10 +02:00
event-service.ts fix: tear down also event handlers in addon service (#10295) 2025-07-03 12:09:35 +03:00
event-store.test.ts feat: ability to search events by type with pagination (#10217) 2025-06-26 14:42:29 +02:00
event-store.ts feat: add query timer to event store (#10306) 2025-07-03 15:32:56 +03:00