mirror of
https://github.com/plausible/analytics.git
synced 2025-12-20 01:01:11 +08:00
Some checks failed
Build Private Images GHCR / build (push) Has been cancelled
Check spelling / codespell (push) Has been cancelled
Elixir CI / Build and test (ce_test, postgres:16) (push) Has been cancelled
Elixir CI / Build and test (test, postgres:15) (push) Has been cancelled
Elixir CI / Static checks (format, credo, dialyzer) (push) Has been cancelled
NPM CI / Build and test (push) Has been cancelled
Publish Elixir documentation / build (push) Has been cancelled
* list field defaults to [] in ParsedQueryParams * refactor include.comparisons + QueryInclude struct * fix custom datetime comparisons * build and execute queries directly in QueryComparisonsTest * fix compile warnings * move test from plausible_web to plausible * create Stats.QueryImportedTest and extract 3 tests into it * create Stats.QuerySpecialMetricsTest and extract 7 tests into it * create Stats.QueryTest and extract 4 tests into it * extract 2 more tests into QuerySpecialMetricsTest * fix DashboardQuerySerializer and Parser tests * comparisons to DashboardQueryParser * serialize comparisons too * remove internal test endpoint * credo * query-api types autogenerate * add_or_replace_filter * remove redundant Map.to_list * fix type