Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: correctly filter for to dates #8567

Merged
merged 5 commits into from
Oct 29, 2024

Commits on Oct 29, 2024

  1. fix: correctly filter for to dates

    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
    striped 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.
    thomasheartman committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    af3adbc View commit details
    Browse the repository at this point in the history
  2. fix: use endOfDay

    thomasheartman committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    002151b View commit details
    Browse the repository at this point in the history
  3. Revert "fix: use endOfDay"

    This reverts commit 002151b.
    thomasheartman committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    a5b6171 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    50fd84e View commit details
    Browse the repository at this point in the history
  5. fix: use the same parse function as everywhere else

    Just map over the result.
    thomasheartman committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    f6f6f36 View commit details
    Browse the repository at this point in the history