-
Notifications
You must be signed in to change notification settings - Fork 12.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat: Changing link destination for get more plugins #63517
Conversation
@@ -351,7 +351,7 @@ lerna.json @grafana/frontend-ops | |||
/public/app/features/connections/ @grafana/plugins-platform-frontend | |||
/public/app/features/correlations/ @grafana/explore-squad | |||
/public/app/features/dashboard/ @grafana/dashboards-squad | |||
/public/app/features/datasources/ @grafana/user-essentials | |||
/public/app/features/datasources/ @grafana/plugins-platform-frontend |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
switching ownership to plugins platform
fyi @mjseaman |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, left one comment. 👍
public/app/features/datasources/components/DataSourceCategories.tsx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚢🇮🇹
What is this feature?
Changing the link destination for "find more plugins" from external to
internal plugin catalog
orconnections
depending on if the feature flag is active or not.If feature flag
dataConnectionsConsole
is active it links to/connections/connect-data?cat=data-source
if not it links to/plugins?filterBy=all&filterByType=datasource
Why do we need this feature?
Keep users in grafana catalog, less confusion when searching for new plugins