-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* migration: add scroll_threshold to goals * update goal schema * setup simple UI for creating scroll goals * add ability to filter and breakdown scroll goals * fix goals form tests * add valiation for page path exists * move todo comments to expression.ex * move tests * make it clear that scroll_threshold is optional * avoid calling Plausible.Goal.type() too many times * do not consider 255 scroll depth a conversion * migration: add scroll_threshold to goals * do not drop the old index yet * More efficient goals join again * Refactor: move goals stats code explicitly under Stats.Goals module * Move code under Plausible.Stats.Goals * 254 -> 100 * add scroll_threshold field to goal schema + new unique constraint * adjust test to test what it claims to * mix format * add migration * consider imported query unsupported when page scroll goal filter * add missing tests * pattern match imported argument * silence credo * Update lib/plausible/stats/sql/expression.ex Co-authored-by: Karl-Aksel Puulmann <[email protected]> * use site_imports populated in test setup --------- Co-authored-by: Karl-Aksel Puulmann <[email protected]> Co-authored-by: Karl-Aksel Puulmann <[email protected]>
- Loading branch information
1 parent
15d78bd
commit 4d05245
Showing
19 changed files
with
1,066 additions
and
91 deletions.
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
Oops, something went wrong.