mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-30 19:41:46 +01:00
a126e73cb7
* Refactor plugin installation and reloading logic * Preinstall and autoenable plugins (only GeoIP one for now) * Fix PluginManager.install issues * Add tests * Disable plugin preinstallation on Cloud * Check plugins access level before preinstallation * Rename field `preinstalled` to `is_preinstalled` * Adjust tests for Cloud v. self-hosted * Fix test_preinstalled_are_autoenabled * Ensure install plugins access level for preinstallation tests * Bump migration * Bump migration * Add and use Plugin.get_default_config, with tests * Refactor private PluginConfigSerializer methods out of the class * Skip preinstallation of plugin if it couldn't be done (e.g. airgapped) * Don't hit GitHub API in tests * Satisfy mypy * Fix a test on Cloud CI
10 lines
324 B
Plaintext
10 lines
324 B
Plaintext
admin: 0003_logentry_add_action_flag_choices
|
|
auth: 0012_alter_user_first_name_max_length
|
|
axes: 0006_remove_accesslog_trusted
|
|
contenttypes: 0002_remove_content_type_name
|
|
ee: 0003_license_max_users
|
|
posthog: 0151_plugin_preinstalled
|
|
rest_hooks: 0002_swappable_hook_model
|
|
sessions: 0001_initial
|
|
social_django: 0010_uid_db_index
|