mirror of
https://github.com/plausible/analytics.git
synced 2024-12-23 09:33:19 +03:00
b86c2e715f
* Pre-emptively introduce `site.team_owner` relation
* Drop null constraint on user_id from subscriptions and enterprise_plans
* Temporarily remove populating old schemas in Teams.Test
* Point to site.owner via new schema
* Switch more reads to teams schema WIP
* Fix AuhtorizeSiteAccess test
There's no need to translate `admin`<->`editor` here,
the redundancy is inlined wherever the plug is initialized.
* Fix regions test
* Fix main graph test
* Fix authorization test
* Try to rely on team for subscription/plans where applicable
* Test fixes
* Fix plans test
* Prep for CheckUsage changes
* Skip remaining CheckUsage tests for now
* Fix user deletion to account for team relations
* Fix HelpScout tests
* 💀 Modify ingestion to read team schemas
* Made all tests green except skipped ones
* Mute warnings about transferring site with no order
By making artificial site membership struct,
when reading data off team membership schema.
* Fix site removal test case
* Re-enable locked site tests, that don't have to rely on `SiteLocker`
* Format
* Revert "Mute warnings about transferring site with no order"
This reverts commit
|
||
---|---|---|
.. | ||
accept_traffic_until_test.exs | ||
check_usage_test.exs | ||
clean_invitations_test.exs | ||
clean_user_sessions_test.exs | ||
clickhouse_clean_sites_test.exs | ||
expire_domain_change_transitions_test.exs | ||
import_analytics_test.exs | ||
lock_sites_test.exs | ||
notify_annual_renewal_test.exs | ||
notify_exported_analytics_test.exs | ||
oban_error_reporter_test.exs | ||
schedule_email_reports_test.exs | ||
send_check_stats_emails_test.exs | ||
send_email_report_test.exs | ||
send_site_setup_emails_test.exs | ||
send_trial_notifications_test.exs | ||
traffic_change_notifier_test.exs |