1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-06-27 01:19:00 +02:00
unleash.unleash/frontend/src
Nuno Góis a419b8e098
chore: prefer searchEvents over deprecated methods (#10031)
https://linear.app/unleash/issue/2-3577/prefer-the-new-searchevents-method-over-deprecated-methods

We should favor our new `searchEvents` method over the other deprecated
methods. This PR removes these deprecated methods, replaces them with
the new `searchEvents` and `searchEventsCount` methods, and marks the
old endpoints as deprecated.

Follow-up to: https://github.com/Unleash/unleash/pull/10030
2025-05-27 16:19:10 +01:00
..
__mocks__
assets fix: appropriately size case icon for non-editing constraints (#9869) 2025-04-30 08:37:16 +00:00
component Chore(1-3755)/split insights in three (#10035) 2025-05-27 15:06:48 +02:00
constants feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
contexts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
hooks feat: custom metrics (#10022) 2025-05-22 09:58:54 +02:00
interfaces chore: add lifecycleMetrics flag definition (#10033) 2025-05-27 11:53:22 +00:00
openapi chore: prefer searchEvents over deprecated methods (#10031) 2025-05-27 16:19:10 +01:00
themes feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
types
utils feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
index.tsx feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
setupTests.ts
vite-env.d.ts