- 07 Jul, 2016 3 commits
-
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
* added hex units * deleted blank line, to fix style error * added unit tests * updated unit tests and changed the way it handles negative hex0x
bmundt committed
-
- 06 Jul, 2016 16 commits
-
-
Torkel Ödegaard committed
-
fix(login): fixed so that you get redirect back to the page or dashboard you where on when you clicked on sign in link, fixes #3312
Torkel Ödegaard committed -
Torkel Ödegaard committed
-
feat(templating): refactoring template variable handling for variables that change on time refresh, closes #5021
Torkel Ödegaard committed -
Adrián López committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
herver committed
-
- 05 Jul, 2016 7 commits
-
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Added moment.js locales. Set locale from window.navigator at app init(). Use firstDayOfWeek on time picker
Joona Romppanen committed -
Torkel Ödegaard committed
-
- 03 Jul, 2016 1 commit
-
-
grammar fix in docs
Carl Bergquist committed
-
- 02 Jul, 2016 2 commits
-
-
Torkel Ödegaard committed
-
joe miller committed
-
- 01 Jul, 2016 8 commits
-
-
(snapshot) save original url
Carl Bergquist committed -
Mitsuhiro Tanda committed
-
The data is exported in the same exact format as presented in the table panel. This is achieved by using the same renderer as the UI uses.
Kimmo Huoman committed -
Mitsuhiro Tanda committed
-
Mitsuhiro Tanda committed
-
bergquist committed
-
bergquist committed
-
bergquist committed
-
- 30 Jun, 2016 3 commits
-
-
Andris Raugulis committed
-
[prometheus] Use `panelId` and `target.refId` for requestId
Carl Bergquist committed -
Using these two values ties requests to a particular query position within a panel, ensuring that requests are canceled if: - Duplicate requests with the same query are sent - Requests from the same query position (but a different query) are sent The last point is important as it identifies queries by a physical location in the dashboard instead of with the query expression. If a different query from the same position in a panel is sent, the previous request should be canceled.
stuart nelson committed
-