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(insights): fix date range changes for standalone queries #18257

Merged
merged 14 commits into from
Nov 6, 2023

Conversation

thmsobrmlr
Copy link
Contributor

@thmsobrmlr thmsobrmlr commented Oct 29, 2023

Problem

See #18256 (Issue 1 + Issue 2)

Changes

  • replaces intervalFilterLogic and insightDateFilterLogic, that previously connected to insightVizDataLogic, with direct usages of that logic
  • moves the side effects of a date range change from intervalFilterLogic to a handleQuerySourceUpdateSideEffects function that is called for all query source changes

How did you test this code?

Manual testing

@thmsobrmlr thmsobrmlr changed the title fix(insights): fix date range for standalone queries fix(insights): fix date range changes for standalone queries Oct 30, 2023
@thmsobrmlr thmsobrmlr marked this pull request as ready for review October 30, 2023 14:07
@daibhin
Copy link
Contributor

daibhin commented Oct 30, 2023

Saw almost identical behaviours as outlined in #18266 (comment)

@thmsobrmlr thmsobrmlr requested a review from a team November 6, 2023 15:15
@thmsobrmlr thmsobrmlr merged commit 91cadb8 into master Nov 6, 2023
85 checks passed
@thmsobrmlr thmsobrmlr deleted the fix-interval-filter-logic branch November 6, 2023 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants