- 30 Jan, 2018 24 commits
-
-
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 12 commits
-
-
Johannes Schill committed
-
fix: InfluxDB Query Editor and selecting template variable in where clause caused issue, fixes #10402, fixes #10663
Torkel Ödegaard committed -
Alexander Zobnin committed
-
Alexander Zobnin committed
-
Alexander Zobnin committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
bergquist committed
-
Torkel Ödegaard committed
-
This reverts commit 475febd0.
Torkel Ödegaard committed
-
- 26 Jan, 2018 4 commits
-
-
Patrick O'Carroll committed
-
Patrick O'Carroll committed
-
* go1.9.3: tech: upgrade to golang 1.9.3
bergquist committed -
Alexander Zobnin committed
-