-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
feat(web-analytics): Session filters 1 #21512
Merged
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
fc7d420
Handle hogql session properties
robbie-c cd47348
Add test for two lazy joins in one query (session & person)
robbie-c 394a309
Support passing session properties in web analytics queries
robbie-c 1dec023
Fix typings
robbie-c 7eadc34
Working session definition fetching
robbie-c d90274a
Working session property definitions
robbie-c 4599849
Remove property allow list in web analytics
robbie-c 6c2bced
Put session properties first
robbie-c a0a07aa
Add session values
robbie-c 7ea52bc
Rename duration back to $session_duration
robbie-c e666f6f
Fix "keeps infiniteListCounts in sync"
robbie-c eba45b6
Fix "setting search query filters events"
robbie-c 50afd65
Fix taxonomy tests
robbie-c 6ceb302
Change session api to GenericViewSet
robbie-c 200b09a
Add local properties back
robbie-c 7f77e5f
Support datetime and boolean session properties
robbie-c 68c1a88
Update mypy baseline
robbie-c 0db6248
Hide duration as a property and asterisk field
robbie-c dbda731
Add AsyncReturnType
robbie-c cb2fb3b
Make taxonoicFilterLogic tests more reliable (maybe)
robbie-c 870334a
Fix duplicates from bad rebase
robbie-c 5658a57
Only show session table session properties if feature flag enabled
robbie-c 888a1da
Improve error message for non-hogql non-duration session property
robbie-c 085e150
Put session table properties behind FF
robbie-c c7c3a9a
Revert taxonomicFilterLogic tests
robbie-c f5ef830
Update query snapshots
github-actions[bot] 350f046
Rename TaxonomicFilterGroupType.Sessions to TaxonomicFilterGroupType.…
robbie-c 569b873
Use ViewSet instead of GenericViewSet
robbie-c 0332190
Add tests for session properties and session property values api
robbie-c 0ec3bf1
Formatting
robbie-c 5ab36e1
New typing
robbie-c 6cd2c85
Update query snapshots
github-actions[bot] File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No pagination?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably no need to add it to the definitions endpoint, but I should add it to the values endpoint. I'll fix this in a future PR