Skip to content

Commit

Permalink
Merge branch 'master' of github.com:PostHog/posthog into feat/agent-h…
Browse files Browse the repository at this point in the history
…uman-in-the-loop
  • Loading branch information
skoob13 committed Dec 17, 2024
2 parents 723a123 + c94e23a commit eb29ef4
Show file tree
Hide file tree
Showing 69 changed files with 714 additions and 13,513 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 eb29ef4

Please sign in to comment.