mirror of
https://github.com/plausible/analytics.git
synced 2024-12-24 10:02:10 +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 |
||
---|---|---|
.. | ||
.formatter.exs | ||
20200915070607_create_events_and_sessions.exs | ||
20200918075025_add_utm_tags.exs | ||
20201020083739_add_event_metadata.exs | ||
20201106125234_add_browser_version_and_os_version.exs | ||
20210323130440_add_sample_by.exs | ||
20210712214034_add_more_location_details.exs | ||
20211017093035_add_utm_content_and_term.exs | ||
20211112130238_create_imported_tables.exs | ||
20220310104931_add_transferred_from.exs | ||
20220404123000_add_entry_props_to_session.exs | ||
20220421161259_remove_entry_props.exs | ||
20220422075510_add_entry_props.exs | ||
20230124140348_add_city_name_to_imported_locations.exs | ||
20230210140348_remove_city_name_to_imported_locations.exs | ||
20230214114402_create_ingest_counters_table.exs | ||
20230320094327_create_v2_schemas.exs | ||
20230417104025_add_revenue_to_events.exs | ||
20230509124919_clean_up_old_tables_after_v2_migration.exs | ||
20231017073642_disable_deduplication_window_for_imports.exs | ||
20240123142959_add_import_id_to_imported_tables.exs | ||
20240209085338_minmax_index_session_timestamp.exs | ||
20240220123656_create_sessions_events_compression_options.exs | ||
20240222082911_sessions_v2_versioned_collapsing_merge_tree.exs | ||
20240305085310_events_sessions_columns_improved.exs | ||
20240326134840_add_metrics_to_imported_tables.exs | ||
20240327085855_hostnames_in_sessions.exs | ||
20240419133926_add_active_visitors_to_imported_pages.exs | ||
20240423094014_add_imported_custom_events.exs | ||
20240502115822_alias_api_prop_names.exs | ||
20240709181437_populate_location_data.exs |