- 23 Mar, 2018 20 commits
-
-
Marcus Efraimsson committed
-
Marcus Efraimsson committed
-
Due to changes closing #11306
Marcus Efraimsson committed -
Marcus Efraimsson committed
-
Added new versions of images and new images to better highlight the possible configuration options. Documentation was very outdated so tried to fix that to better reflect the current state/latest release.
Marcus Efraimsson committed -
Postgres, MySQL, MSSQL minor refactoring/unification
Daniel Lee committed -
Make golint happier
Carl Bergquist committed -
Daniel Lee committed
-
bergquist committed
-
Alerting: Add retry mechanism
Carl Bergquist committed -
added media breakpoint to legend-right
Daniel Lee committed -
Daniel Lee committed
-
bergquist committed
-
fix dashboard version cleanup on large datasets
Carl Bergquist committed -
Marcus Efraimsson committed
-
Return actual user ID in UserProfileDTO
Carl Bergquist committed -
Cleanup CircleCI V2 Conversion
Carl Bergquist committed -
Daniel Lee committed
-
Daniel Lee committed
-
Tyler Auerbeck committed
-
- 22 Mar, 2018 20 commits
-
-
Julian Kornberger committed
-
[skip ci]
Marcus Efraimsson committed -
Marcus Efraimsson committed
-
Marcus Efraimsson committed
-
Marcus Efraimsson committed
-
Fix save icon in folder settings
Marcus Efraimsson committed -
Patrick O'Carroll committed
-
Marcus Efraimsson committed
-
Patrick O'Carroll committed
-
Marcus Efraimsson committed
-
Marcus Efraimsson committed
-
This fixes calls to /api/user where ID is currently always 0
Gerben Meijer committed -
Marcus Efraimsson committed
-
Use the ConvertSqlTimeColumnToEpochMs function to convert any native datetime data type or epoch time (millisecond precision). Refactored mysql implementation to make it more similar to postgres and mssql implementations. Added $__timeEpoch macro function with same implementation as $__time. Added possibility to use a time column named time in addition to the currectly supported time_sec. Additional tests and update of existing. Added test dashboard.
Marcus Efraimsson committed -
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 postgres on UTC and dev environment on non-utc. Added test dashboard.
Marcus Efraimsson committed -
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 -
small screen legend right also work like legend under in render + set scrollbar to undefined in destroyScrollbar so it doesnt become disabled when toggeling between right and under
Patrick O'Carroll committed -
Make golint happier
Carl Bergquist committed
-