- 01 Feb, 2018 7 commits
-
-
WIP: Dashboard & Persistent urls - Frontend Step 2
Marcus Efraimsson committed -
Marcus Efraimsson committed
-
Marcus Efraimsson committed
-
Marcus Efraimsson committed
-
Marcus Efraimsson committed
-
backend for new url structure.
Carl Bergquist committed -
plugins: return table with empty rows array insteaf of nil
Carl Bergquist committed
-
- 31 Jan, 2018 33 commits
-
-
Marcus Efraimsson committed
-
Marcus Efraimsson committed
-
Marcus Efraimsson committed
-
Marcus Efraimsson committed
-
Removes slug property in dashboard search responses since this property isn't needed anymore and it haven't been released to any stable release.
Marcus Efraimsson committed -
Change the front end route for folders to /dashboards/f/<uid>/<slug of folder title>. Use new route for deleting dashboard/folder by uid. Retrieve dashboard/folder by uid when moving or deleting dashboards/folders.
Marcus Efraimsson committed -
Validates that there are only one folder/dashboard having that slug, otherwise returns 412 Precondition Failed
Marcus Efraimsson committed -
Marcus Efraimsson committed
-
WIP: Dashboard & Persistent urls - Frontend Step
Marcus Efraimsson committed -
Alexander Zobnin committed
-
bergquist committed
-
Torkel Ödegaard committed
-
Daniel Lee committed
-
Daniel Lee committed
-
Daniel Lee committed
-
If the selected folder is not in the options then manually create it. This can happen in some edge cases (if an user has been given access to a dashboard but does not have access to its parent folder)
Daniel Lee committed -
Editors should be able to create dashboards in root and should be able to create folders. They cannot administrate permissions though and these dashboards and folders will get the default permissions.
Daniel Lee committed -
Torkel Ödegaard committed
-
* origin/7883_frontend_step: dashboards: make scripted dashboards work using the old legacy urls dashboards: redirect from old url used to load dashboard to new url dashboards: add new default frontend route for rendering a dashboard panel dashboards: fix links to recently viewed and starred dashboards dashboards: use new *url* prop from dashboard search for linking to dashboards dashboards: when saving dashboard redirect if url changes dashboards: add new default frontend route for loading a dashboard dashboards: return url in response to save dashboard. #7883
bergquist committed -
Daniel Lee committed
-
Allow users to change permissions inherited from root.
Daniel Lee committed -
bergquist committed
-
Daniel Lee committed
-
bergquist committed
-
bergquist committed
-
According to the author, the Ansible role is obsolete: https://github.com/picotrading/ansible-grafana/issues/8#issuecomment-342210822 As the proposed alternative (https://github.com/jtyr/ansible-grafana/) hasn't been updated in the last two years either, I'm suggesting it should be removed altogether in favor of the role maintained by cloudalchemy.
Frederic Hemberger committed -
Frederic Hemberger committed
-
Chris Rice committed
-
Patrick O'Carroll committed
-
* fix: repeat panels when row is expanding * repeat panel: change test name to more clear one
Alexander Zobnin committed -
Scripted dashboards are still requested from /dashboard/script/scripted.js #7883
Marcus Efraimsson committed -
If legacy backend routes (/dashboard/db/<slug> and /dashboard-solo/db/<slug>) are requested we try to redirect to new routes with a 301 Moved Permanently #7883
Marcus Efraimsson committed -
Closes #10254
Daniel Lee committed
-