Skip to content

Commit

Permalink
Merge branch 'master' into experiments/trends-continuous
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbachhuber committed Dec 17, 2024
2 parents 00a4d64 + 22a9101 commit 838067a
Show file tree
Hide file tree
Showing 127 changed files with 1,494 additions and 13,713 deletions.
2 changes: 2 additions & 0 deletions cypress/e2e/dashboard.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,8 @@ describe('Dashboard', () => {
cy.get('[data-attr="date-filter"]').click()
cy.contains('span', 'Last 14 days').click()

cy.wait(2000)

// insight meta should be updated to show new date range
cy.get('h5').contains('Last 14 days').should('exist')

Expand Down
2 changes: 0 additions & 2 deletions ee/clickhouse/queries/event_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
from posthog.models.filters.path_filter import PathFilter
from posthog.models.filters.properties_timeline_filter import PropertiesTimelineFilter
from posthog.models.filters.retention_filter import RetentionFilter
from posthog.models.filters.session_recordings_filter import SessionRecordingsFilter
from posthog.models.filters.stickiness_filter import StickinessFilter
from posthog.models.property import PropertyName
from posthog.models.team import Team
Expand All @@ -25,7 +24,6 @@ def __init__(
PathFilter,
RetentionFilter,
StickinessFilter,
SessionRecordingsFilter,
PropertiesTimelineFilter,
],
team: Team,
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 838067a

Please sign in to comment.