- 29 Jun, 2020 6 commits
-
-
* 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 15 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
-
* Add a span as a flex item * Add max-width * Removed old angular directive remnant Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
Tobias Skarhed committed -
* Update docs/sources/variables/templates-and-variables.md Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Mohit Nain committed -
Dominik Prokop committed
-
* Provisioning: Apply settings expanders Adds support for the variable expanders introduced to the configuration file in #25075 to provisioning. * Update pkg/services/provisioning/values/values_test.go Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> * Update pkg/services/provisioning/values/values.go Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> * Provisioning: Handle errors when expanding JSON maps
Emil Tullstedt committed -
* Add stopPropragation to context * Remove redundant stopPropagation from header * Format comment
Ivana Huckova committed -
* GraphPanel: fix promql query editor resolution field's max height to prevent overflow * fix test * move menuPlacement to bottom instead
Peter Davids committed -
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* Templating: Moves global variables from TemplateSrv to Redux * Refactor: renamed to meta * Tests: fixed broken tests * Chore: reduces strict null errors * renamed meta variabel to system variable. Co-authored-by: Marcus Andersson <marcus.andersson@grafana.com>
Hugo Häggmark committed
-
- 24 Jun, 2020 7 commits
-
-
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Mohit Nain committed -
Ilya Stoliar committed
-
Ryan McKinley committed
-
Ryan McKinley committed
-
Ryan McKinley committed
-
Zoltán Bedi committed
-
* onChangeTab for active tab and pointer mouse * Add anchor element to tab * Make a strict 'anchor' mode * Add short docs * Apply suggestions from code review Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com> * Fix nits Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
Tobias Skarhed committed
-