- 31 Jan, 2018 11 commits
-
-
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 -
Torkel Ödegaard 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 -
New default route /d-solo/<uid>/<slug of dashboard title> where dashboard panel are rendered by unique identifier and panel identifier. If old route /dashboard-solo/db/<slug of dashboard tile> are used, try to lookup dashboard by slug and redirect to new default route. Change url logic for sharing a panel so that the new default route for rendering a dashboard panel are used. #7883
Marcus Efraimsson committed
-
- 30 Jan, 2018 27 commits
-
-
Use new property url from dashboard search for linking to dashboards #7883
Marcus Efraimsson committed -
#7883
Marcus Efraimsson committed -
Redirect if new dashboard created or existing url changes. #7883
Marcus Efraimsson committed -
New default route /d/<uid>/<slug of dashboard title> where dashboard are loaded by unique identifier. If old route /dashboard/db/<slug of dashboard tile> are used, try to lookup dashboard by slug and redirect to new default route. #7883
Marcus Efraimsson committed -
Marcus Efraimsson committed
-
Without this the uid will not be sent to the backend when saving a dashboard. #7883
Marcus Efraimsson committed -
Since we're already have possibility to get a dashboard by slug it makes little sense to have a separate endpoint in api for retrieving uid by slug. #7883
Marcus Efraimsson committed -
Use shortid.MustGenerate() instead of shortid.Generate(). Instead of returning errors it will panic.
Marcus Efraimsson committed -
#7883
Marcus Efraimsson committed -
Marcus Efraimsson committed
-
Introduces new url in api /dashboards/<uid> for fetching dashboard by unique id Leave the old dashboard by slug url /dashboards/db/<slug> for backward compatibility and for supporting fallback WIP for #7883
Marcus Efraimsson committed -
Make the max length of uid longer in case we want to change it later #7883
Marcus Efraimsson committed -
Marcus Efraimsson committed
-
Marcus Efraimsson committed
-
Marcus Efraimsson committed
-
Marcus Efraimsson committed
-
Marcus Efraimsson committed
-
Marcus Efraimsson committed
-
Marcus Efraimsson committed
-
Patrick O'Carroll committed
-
Torkel Ödegaard committed
-
bergquist committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Alexander Zobnin committed
-
Alexander Zobnin committed
-
ilgizar committed
-
- 29 Jan, 2018 2 commits
-
-
Johannes Schill committed
-
fix: InfluxDB Query Editor and selecting template variable in where clause caused issue, fixes #10402, fixes #10663
Torkel Ödegaard committed
-