Skip to content
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

Explore: Fix support for angular based datasource editors #77486

Merged
merged 2 commits into from
Nov 1, 2023

Conversation

Elfo404
Copy link
Member

@Elfo404 Elfo404 commented Nov 1, 2023

What is this feature?

in #66286 we mistakenly removed the eventbridge initialization code from Explore panes, this is causing explore to error when receiving data because no eventBridge is present in the store.

This PR restores the event bridge so that angular plugins can keep functioning in Explore.

Why do we need this feature?

To make angular plugins work in Explore

Who is this feature for?

Explore uses that still use angular based editors

Which issue(s) does this PR fix?:

Fixes #77451

Special notes for your reviewer:

Please check that:

  • It works as expected from a user's perspective.
  • If this is a pre-GA feature, it is behind a feature toggle.
  • The docs are updated, and if this is a notable improvement, it's added to our What's New doc.

Copy link
Contributor

@harisrozajac harisrozajac left a comment

Choose a reason for hiding this comment

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

💯

@harisrozajac
Copy link
Contributor

It looks like they are some failing tests related to Node version, but I don't know if that's related to this PR

@Elfo404 Elfo404 merged commit 7737226 into main Nov 1, 2023
16 of 17 checks passed
@Elfo404 Elfo404 deleted the gio/fix/explore-angular-plugins branch November 1, 2023 15:49
grafana-delivery-bot bot pushed a commit that referenced this pull request Nov 1, 2023
Elfo404 added a commit that referenced this pull request Nov 2, 2023
…77505)

Explore: Fix support for angular based datasource editors (#77486)

(cherry picked from commit 7737226)

Co-authored-by: Giordano Ricci <me@giordanoricci.com>
@aangelisc aangelisc modified the milestones: 10.3.x, 10.2.3 Dec 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Explore: Angular plugins fail to run queries
3 participants