Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

migration(plugins): removes all plugins except slack and PD #538

Merged
merged 2 commits into from
Nov 7, 2019

Conversation

scefali
Copy link
Contributor

@scefali scefali commented Nov 6, 2019

@scefali scefali marked this pull request as ready for review November 6, 2019 19:09
@scefali scefali requested review from joshuarli and wedamija November 6, 2019 19:09
@@ -11,10 +11,6 @@ def pytest_configure(config):
# Note: We could manually register/configure INSTALLED_APPS by traversing our entry points
# or package directories, but this is easier assuming Sentry doesn't change APIs.
# Note: Order of operations matters here.
from sentry.runner.importer import install_plugin_apps

install_plugin_apps("sentry.apps", settings)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did this get removed? Do slack/pd not need to be added to INSTALLED_APPS by sentry's importer?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually yeah, seems like we should keep this since there are still a couple plugins in sentry.apps

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@wedamija @joshuarli Hmmm? The only ones in that list were Jira, Jira AC, and SessionStack. All of those are now in sentry-core which has the entrypoint of sentry.new_apps.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@scefali Ah you're right, I understand now.

Copy link
Member

@wedamija wedamija left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you post in #engineering and let people know they'll need to update their sentry-plugins if they pull master and are running getsentry? Just want to make sure we don't break people's devs again

@joshuarli joshuarli self-requested a review November 6, 2019 19:30
Copy link
Member

@joshuarli joshuarli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@joshuarli joshuarli self-requested a review November 6, 2019 22:40
@scefali scefali merged commit 8eaea54 into master Nov 7, 2019
scefali pushed a commit that referenced this pull request Nov 7, 2019
scefali pushed a commit that referenced this pull request Nov 7, 2019
@joshuarli joshuarli deleted the feat/sentry-plugin-migrationV6 branch November 20, 2019 22:28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants