Jaanus Sellin
7e85de8f65
feat: now it is possible to search events by group id ( #10275 )
...
Now when you put group ID as query param, it will filter based on
transaction id.
I am not sure if its best naming, whether it should be groupId or
transactionId, I will leave as group for now, but its simple change
later.

2025-07-02 10:16:13 +03:00
Jaanus Sellin
40840c98cf
feat: support event id in search ( #10176 )
...
We added `id` as one of the query parameters for searching events.
2025-06-19 14:46:14 +03:00
Gastón Fournier
abe160eb7d
feat: Unleash v7 ESM migration ( #9877 )
...
We're migrating to ESM, which will allow us to import the latest
versions of our dependencies.
Co-Authored-By: Christopher Kolstad <chriswk@getunleash.io>
2025-05-14 09:47:12 +02:00
Fredrik Strand Oseberg
94c73bbc5d
feat: event log environment filter ( #9979 )
...
Add Environment Filter to Event Log
2025-05-13 13:45:22 +02:00
Thomas Heartman
76bc7bf250
refactor: rename createdAtFrom/To to from/to ( #7773 )
...
Update the query parameter of the new event search API to match the
query parameters of the insights API
2024-08-06 15:02:44 +02:00
Jaanus Sellin
57a8b9da79
feat: event search on new endpoint, first test ( #7739 )
...
Changed the url of event search to search/events to align with
search/features. With that created a search controller to keep all
searches under there.
Added first test.
2024-08-02 15:07:21 +03:00
Jaanus Sellin
bcb7a803d0
feat: new event search ( #7708 )
...
This introduces the new event search API, with paging.
2024-08-02 10:56:42 +03:00