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

Remove mergeDashboard flows from SceneViewer, remove LayoutPanel #306

Merged
merged 4 commits into from
Oct 18, 2024

Conversation

idastambuk
Copy link
Contributor

What this PR does / why we need it:

We're not using this feature at this moment, so removing it since it doesn't have support/equivalent in the new Grafana dashboard architecture.
More info here and here

Testing: The scene viewer alarm selection in the Alarm dashboard should work the same as before (with the enabled dashboardScene feature toggle)

Special notes for your reviewer:

@idastambuk idastambuk requested review from hwandersman, a team, iwysiu and nmarrs and removed request for a team October 11, 2024 09:53
@@ -16,7 +16,7 @@ import {
} from 'common/manager';
import { ReplaySubject, of, throwError } from 'rxjs';
import { getCurrentDashboard } from 'common/dashboard';
import { doQueryUpdate, mergeDashboard } from './merge';
import { doQueryUpdate } from './merge';
import { TWINMAKER_PANEL_TYPE_ID } from 'common/constants';

const twinMakerQueries: Array<Partial<TwinMakerQuery>> = [
Copy link
Collaborator

Choose a reason for hiding this comment

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

Do we want to fully remove the LayoutPanel from the app plugin? It hasn't served us any purpose in 3 years

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done!

@idastambuk idastambuk changed the title Remove mergeDashboard flows from SceneViewer and LayoutPanel Remove mergeDashboard flows from SceneViewer, remove LayoutPanel Oct 15, 2024
@idastambuk idastambuk merged commit ee62c6c into main Oct 18, 2024
4 checks passed
@idastambuk idastambuk deleted the scene-viewer-merge branch October 18, 2024 08:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants