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 DashboardRegistry #1542

Merged
merged 1 commit into from Nov 9, 2015
Merged

Remove DashboardRegistry #1542

merged 1 commit into from Nov 9, 2015

Conversation

dennisoelkers
Copy link
Member

The DashboardRegistry came from a time, when there was no
DashboardService and therefore it was a good idea to have a collection
keeping available dashboards. This is useless now and also creates an
implicit cache which produces synchronization issues when mutations are
called on non-master nodes. Therefore DashboardResource operations
mutating the existing state where restricted to the master node.

This is neither useful, desirable nor necessary, so this PR is removing
the dashboard registry and its usages.

The DashboardRegistry came from a time, when there was no
DashboardService and therefore it was a good idea to have a collection
keeping available dashboards. This is useless now and also creates an
implicit cache which produces synchronization issues when mutations are
called on non-master nodes. Therefore DashboardResource operations
mutating the existing state where restricted to the master node.

This is neither useful, desirable nor necessary, so this PR is removing
the dashboard registry and its usages.
@dennisoelkers dennisoelkers added this to the 2.x milestone Nov 9, 2015
@joschi joschi self-assigned this Nov 9, 2015
@joschi
Copy link
Contributor

joschi commented Nov 9, 2015

LGTM. 👍

joschi added a commit that referenced this pull request Nov 9, 2015
@joschi joschi merged commit 0ccbb8a into master Nov 9, 2015
@joschi joschi deleted the remove-dashboard-registry branch November 9, 2015 09:29
joschi added a commit that referenced this pull request Nov 9, 2015
Remove obsolete DashboardRegistry
(cherry picked from commit 0ccbb8a)
@joschi joschi modified the milestones: 2.x, 2.0.0 Dec 14, 2015
joschi pushed a commit that referenced this pull request Jan 8, 2016
This reverts commit 8336a8d and f997da6.
Fixes #1640, refs #1588, refs #1542
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.

None yet

2 participants