mirror of
https://github.com/plausible/analytics.git
synced 2024-12-29 04:22:34 +03:00
ee3d1e770e
* Add data migration for creating and syncing location_data table and dictionary * Migration to populate location data * Daily cron to refresh location dataset if changed * Add support for visit:country_name, visit:region_name and visit:city_name dimensions Under the hood this relies on a `location_data` table in clickhouse being regularly synced with plausible/location repo and dictionary lookups used in ALIAS columns * Update queue name * Update documentation * Explicit structs * Improve docs further * Migration comment * Add queues * Add error when already loaded * Test for filtering by new dimensions * Update deps * dimension -> select_dimension * Update a test |
||
---|---|---|
.. | ||
accept_traffic_until_notification.ex | ||
check_usage.ex | ||
clean_invitations.ex | ||
clickhouse_clean_sites.ex | ||
expire_domain_change_transitions.ex | ||
export_analytics.ex | ||
import_analytics.ex | ||
local_import_analytics_cleaner.ex | ||
locations_sync.ex | ||
lock_sites.ex | ||
notify_annual_renewal.ex | ||
notify_exported_analytics.ex | ||
rotate_salts.ex | ||
schedule_email_reports.ex | ||
send_check_stats_emails.ex | ||
send_email_report.ex | ||
send_site_setup_emails.ex | ||
send_trial_notifications.ex | ||
traffic_change_notifier.ex |