- 22 Jun, 2020 7 commits
-
-
Diana Payton committed
-
Adds handling of error returned from URL parsing. Fixes #25714
Marcus Efraimsson committed -
* Use fork-ts-checker for eslint check * Fix lint issue * Add packages to lint * Add comments to webpack configs
Zoltán Bedi committed -
Torkel Ödegaard committed
-
Josh Soref committed
-
This change fixes a link broken due to link formatting on the docs. The issue is present here, in the last sentence: https://grafana.com/docs/grafana/latest/alerting/notifications/#slack
Kaveet Laxmidas committed -
Philipp Trulson committed
-
- 18 Jun, 2020 9 commits
-
-
* CloudWatch Logs: Adds template variable support to log groups Closes #25099
kay delaney committed -
* Grafana UI: Apply disabled styles to LinkButton * Grafana UI: Add disabled knob
Alex Khomenko committed -
* Inspect: Should not subscribe to transformed data * PQR- allow controll whether or not field overrides and transformations should be applied * UI for inspector data options * fix * Null check fix * Refactor PanelInspector * TS fix * Merge fix * fix test * Update public/app/features/dashboard/components/Inspector/InspectDataTab.tsx Co-authored-by: Tobias Skarhed <1438972+tskarhed@users.noreply.github.com> * review batch 1 * Update API of usePanelLatestData * css * review batch 2 * Update usePanelLatestData hook Co-authored-by: Torkel Ödegaard <torkel@grafana.com> Co-authored-by: Tobias Skarhed <1438972+tskarhed@users.noreply.github.com>
Dominik Prokop committed -
Signed-off-by: Richard Hartmann <richih@richih.org>
Richard Hartmann committed -
with execution errors, return a Frame that has Meta.ExecutedQueryString.
Kyle Brandt committed -
* Chore: upgrades jQuery and @types/jQuery * Chore: reduce strict null errors * Fixed issue in graphite func editor Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
Hugo Häggmark committed -
* Types: add reportGrid to the feature toggles * Chore: add reportGrid to the default config
Alexander Zobnin committed -
* Datasources: add insights tab * Config: add feature flag
Agnès Toulet committed -
Closes #25659
kay delaney committed
-
- 17 Jun, 2020 16 commits
-
-
* Minor changes * Fixed data source selection issue … where it appeared as though the wrong one was selected * Fixed “executing a canceled action” issue ... thrown from RxJS
Steven Vachon committed -
Updated a link.
Diana Payton committed -
* Auth proxy: Retry without cache if failing to get user
Arve Knudsen committed -
Torkel Ödegaard committed
-
Alex Khomenko committed
-
Torkel Ödegaard committed
-
* upgrade to typescript 3.9.3 * Fix errors that surfaced with update * Null check fixs * FIx null checks Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
Ryan McKinley committed -
* API: Recognize MSSQL URLs Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Move MSSQL URL validation into mssql package Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
Sofia Papagiannaki committed
-
* Chore: changes null values to undefined in explore reducer * Chore: changes sortLogsResult param type from null to undefined * Chore: changes null values to undefined in explore reducer * Chore: updates strict null errors count * Revert "Chore: changes null values to undefined in explore reducer" This reverts commit b82d84161148dfba181425d625cc8c24df0cd757. * Revert "Chore: changes sortLogsResult param type from null to undefined" This reverts commit 21073b5d306ba6ba786617f8d575d5d95b438277. * Revert "Chore: changes null values to undefined in explore reducer" This reverts commit 798559688c31dbe1f3893bc933c0c36e882ab99e. * Chore: updates ExploreItemState type * Chore: updates initial ExploreItemState in Explore reducer * Chore: updates strict null errors count to 699 * Chore: changed ExploreMode and Emitter type in ExploreStateItem * Revert "Chore: changed ExploreMode and Emitter type in ExploreStateItem" This reverts commit 7e0e2027fcc245f208456d3b12806338a4aef9d7.
Lukas Siatka committed -
Support using a variable for histogram and terms min doc count. This is an addition to #21064. Ref #21052 Ref #21064
Marcus Efraimsson committed -
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
Carl Bergquist committed
-
Hugo Häggmark committed
-
Alexandre de Verteuil committed
-
* Settings: Add setting for hiding version number for anonymous users Fixes #12925 * Hide version string from footer when unavailable * Settings: Test frontend settings with hide version for anonymous users * Settings: Add hide version variable to frontend settings * Make AnonymousHideVersion non-global Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Settings: Improve test neighbor friendliness, reset state before and after * Settings: Use T.Cleanup Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Emil Tullstedt committed
-
- 16 Jun, 2020 8 commits
-
-
Add WORKFLOW.md Signed-off-by: Richard Hartmann <richih@richih.org>
Richard Hartmann committed -
* Added dependency for attaching files to forms * Fixed closing of panel options * Updated lockfile
Steven Vachon committed -
* Dashboard: Ability to hide dashboard toolbar * Updated snapshot
Torkel Ödegaard committed -
Auth: Add support for forcing authentication in anonymous mode and modify SignIn to use it instead of redirect (#25567) * Forbid additional redirect urls * Optionally force login in anonymous mode * Update LoginCtrl page to ignore redirect parameter * Modify SignIn to set forceLogin query instead of redirect * Pass appUrl to frontend and use URL API for updating url query * Apply suggestions from code review Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> * Fix SignIn test Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Sofia Papagiannaki committed -
Harrison Shoff committed
-
fixes #25605
Carl Bergquist committed -
Torkel Ödegaard committed
-
* Get default project if not defined on query * Log when using default project name * Set query result error
Alex Ashley committed
-