1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-11-24 20:06:55 +01:00
unleash.unleash/src/test
Thomas Heartman b276d5a89c
fix: correctly filter for to dates (#8567)
This change fixes a bug in the event filter's `to` query parameter.

The problem was that in an attempt to make it inclusive, we also
stripped it of the `IS:` prefix, which meant it had no effect. This
change fixes that by first splitting the value, fixing only the
date (because we want it to include the entire day), and then joining
it back together.
2024-10-29 09:42:15 +01:00
..
config feat: Disallow repeating last 5 passwords. (#7552) 2024-07-09 16:18:35 +02:00
e2e fix: correctly filter for to dates (#8567) 2024-10-29 09:42:15 +01:00
examples chore: rename toggle to flag #final (#7146) 2024-05-24 15:07:01 +03:00
fixtures feat: return project roles (#8314) 2024-10-01 09:13:59 +00:00
arbitraries.test.ts chore: Upgrade to typescript 5.4.2 (#6605) 2024-03-19 10:46:08 +00:00