- 30 Jun, 2020 1 commit
-
-
Richard Hartmann committed
-
- 29 Jun, 2020 20 commits
-
-
Kyle Brandt committed
-
* Add join transform if showing timeseries only in the table * Fix typo
Andrej Ocenas committed -
* backend: use latest go plugin sdk which fixes #25287 * update for Frame.Meta.Custom SDK changes
Kyle Brandt committed -
* Set time range when creating a dashboard * Optionally set time range when opening a dashboard * Default time range to 6 hours instead of 1 hour * Minor changes
Steven Vachon committed -
Hugo Häggmark committed
-
- The Application Insights Service now returns a dataframe. This is a "wide" formatted dataframe with a single time index. - Multiple "group by" dimensions may now be selected instead of just one with Application Insights. - Some types are copied / slightly altered from the Azure Go SDK but that SDK is not imported at this time. Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
Kyle Brandt committed -
Ryan McKinley committed
-
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* Fix jumping layout * Update log row hover background only if context is not open
Ivana Huckova committed -
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
Panel's loading circle is really hard to notice. I made it a bit bigger and changed the color.
Barak Kakoun committed -
Ryan McKinley committed
-
Tobias Skarhed committed
-
Torkel Ödegaard committed
-
* Chore: Harmonize linting with plugin SDK Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Chore: Fix linting issues Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
For backend data sources executing in the backend (not through data proxy) make sure that the timeout applies to cached HTTP client. Fixes #25863 Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Marcus Efraimsson committed -
* creating page * add types select * adding switches * start with converting angular templates to json * converting more alert channels to new format * convert remaining channels * typing the form * add validation, update models * fix default value in type select * fix type * fix issue with validation rule * add missing settings * fix type errors * test notification * add comments to structs * fix selectable value and minor things on each channel * More typings * fix strictnull * rename ModelValue -> PropertyName * rename show -> showWhen * add enums and adding comments * fix comment * break out channel options to component * use try catch * adding default case to OptionElement if element not supported
Peter Holmberg committed -
* Add TableDataOptions component * A bit along the way * Make transforms work * Make it work * Add collapsed text * Fix transformations and overflow for QueryOperationRow * Fix layout * Minor fixes * Fix feedback * Remove unused imports * Remove unused Container * Horizontal layout for Switches * Fix Swicth bug Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
Tobias Skarhed committed -
For backend data sources executing in the backend (not through data proxy) make sure that the timeout applies to cached HTTP client. Fixes #25863 Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Marcus Efraimsson committed -
Carl Bergquist committed
-
- 28 Jun, 2020 1 commit
-
-
* Theme: Fixes bug in light theme for query editor part * Remove different backgrond
Torkel Ödegaard committed
-
- 26 Jun, 2020 11 commits
-
-
* set bearer token if token is provided * update slack notification document Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Mitsuhiro Tanda committed -
Dominik Prokop committed
-
* Set time range when opening a dashboard * Set UTC timezone when creating a dashboard * Added flow for selecting options in custom select fields * Fix flaky test
Steven Vachon committed -
* Teams: Add indices for permission check * Teams: Remove user_id index
Emil Tullstedt committed -
Docs for #25075
Emil Tullstedt committed -
Marcus Andersson committed
-
Closes #17084 Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
Eder Nucci committed -
* Units: Add base-Pascals and rotational speed units * Units: Upper-case first letter in Length * Units: Fix id of degrees per second
Emil Tullstedt committed -
Units: add new unit for duration, it is optimized for displaying days, hours, minutes and seconds. (#24175)
Peter A. Bigot committed -
* draft on a unified TimeZonePicker. * most of the data structures is in place. * wip. * wip. * wip: timezone selector in progress.2 * fixed so we have proper data on all timezones. * started to add timezone into time picker. * addeing time zone footer. * footer is working. * fixed so we use the timeZone picker in shared preferences. * Added so we can change timeZone from picker. * did some styling changes. * will update timezone on all places that we need to update it. * removed console.log * removed magic string. * fixed border on calendar. * ignoring eslint cache. * cleaned up the code a bit. * made the default selectable. * corrected so the behaviour about default works as expected. * excluded timezone from change tracker. * revert so default will always be the intial value. * default will always fallback to the one in the config. * do the country mapping on startup. * fixed nit. * updated snapshots for timepicker. * fixed build errors. * updating so snapshot tests is in sync. * removed Date.now from prop since it will change each run in the snapshot tests. * fixed so e2e tests works as before. * moved files into separate folders.
Marcus Andersson committed -
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed
-
- 25 Jun, 2020 7 commits
-
-
* Use at least cypress@4.9 ... which has [arguably] better TypeScript definitions * Updated lockfile * Added tests for CLI and API * Minor changes
Steven Vachon committed -
Azure Application Insights Analytics is no longer accessed by the edit button from within the Application Insights service. Instead, there is now an Insights Analytics option in the Service drop down. Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
Kyle Brandt committed -
Bruce Sherrod committed
-
Marcus Andersson committed
-
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
Tobias Skarhed committed
-
Dominik Prokop committed
-