- 22 Mar, 2018 3 commits
-
-
Use the ConvertSqlTimeColumnToEpochMs function to convert any native datetime data type or epoch time (millisecond precision). Additional tests and update of existing due to timezone issues running MSSQL on UTC and dev environment on non-utc. Update stored procedures test to handle more parameters. Update test dashboard.
Marcus Efraimsson committed -
Removes the macro function . Macro functions should not do UTC/timezone conversion - they should work in the same way as postgres and mysql datasource implementations. Grafana and Microsft SQL Server should be run on servers with UTC timezones.
Marcus Efraimsson committed -
Earlier the division of interval was done using whole numbers resulting in that important information was lost/too many time series merged to the same group. Now using division of floating point and rounding up to solve the problem
Marcus Efraimsson committed
-
- 21 Mar, 2018 4 commits
-
-
Marcus Efraimsson committed
-
Marcus Efraimsson committed
-
closes #11292
bergquist committed -
update email template default year and name
Carl Bergquist committed
-
- 20 Mar, 2018 28 commits
-
-
from 2016 grafana and raintank to 2018 Grafana Labs
Jordan Hamel committed -
Keyboard shortcut to duplicate panel
Daniel Lee committed -
Expose option to disable snippets in ACE code-editor
Daniel Lee committed -
convert func_editor.js to typescript
Marcus Efraimsson committed -
convert add_graphite_func.js to typescript
Marcus Efraimsson committed -
Remove unused kibana images
Daniel Lee committed -
mysql: fixes panics when mysql connection times out (#11155)
Daniel Lee committed -
snapshot: fix legend rendering bug
Daniel Lee committed -
Alexander Zobnin committed
-
to be the same as the 5.0.3 release defaults
Daniel Lee committed -
Daniel Lee committed
-
Occurs when opening a snapshot.
Daniel Lee committed -
ryan committed
-
Patrick O'Carroll committed
-
Daniel Lee committed
-
ryan committed
-
Patrick O'Carroll committed
-
bergquist committed
-
Daniel Lee committed
-
ref #11306
Daniel Lee committed -
Fix rendering link to panel in collapsed row
Carl Bergquist committed -
Patrick O'Carroll committed
-
[ci skip]
Marcus Efraimsson committed -
Alexander Zobnin committed
-
Patrick O'Carroll committed
-
add regex search/replace of username/password in urls
Carl Bergquist committed -
Marcus Efraimsson committed
-
Marcus Efraimsson committed
-
- 19 Mar, 2018 5 commits
-
-
Microsoft SQL Server data source
Daniel Lee committed -
Marcus Efraimsson committed
-
Marcus Efraimsson committed
-
Marcus Efraimsson committed
-
This seems like a niche feature which can be solved by defining multiple queries. In the future we'll probably add support for defining series name by alias field similar to how other datasources have solved that, e.g. prometheus.
Marcus Efraimsson committed
-