- Feb 17, 2021
-
-
Grot (@grafanabot) authored
(cherry picked from commit 02536853) Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
-
Grot (@grafanabot) authored
-
Jack Westbrook authored
* Chore: grafana-toolkit uses grafana-ui and grafana-data workspaces (#30701) * chore(grafana-toolkit): use workspace versions of grafana/ui and grafana/data * chore: replace references to popperjs 1 typings with popperjs 2 typings (cherry picked from commit 4b253109) * revert(grafana-toolkit): put back 7.4 version of eslint-config (2.1.0)
-
Grot (@grafanabot) authored
(cherry picked from commit 8f20b13f) Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
-
Grot (@grafanabot) authored
Signed-off-by: bergquist <carl.bergquist@gmail.com> (cherry picked from commit b5cbbc3d) Co-authored-by: Carl Bergquist <carl.bergquist@gmail.com>
-
- Feb 16, 2021
-
-
Grot (@grafanabot) authored
* Fix disable bug by passing hide prop * Make more universal fix * Revert to original fix * Update public/app/plugins/datasource/prometheus/components/PromQueryEditor.tsx Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com> Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com> (cherry picked from commit 4f61edd2) Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com>
-
Grot (@grafanabot) authored
* ensure empty errors are not passed to the panel * make it a oneliner (cherry picked from commit 92ae019f) Co-authored-by: Erik Sundell <erik.sundell@grafana.com>
-
Grot (@grafanabot) authored
(cherry picked from commit b3c32277) Co-authored-by: Torkel Ödegaard <torkel@grafana.org>
-
Grot (@grafanabot) authored
QueryEditors: Fixes issue that happens after moving queries then editing would update other queries (#31193) (#31244) (cherry picked from commit 0c3c1759) Co-authored-by: Torkel Ödegaard <torkel@grafana.org>
-
Grot (@grafanabot) authored
* LibraryPanels: Disconnect before connect during dashboard save * Tests: fixed test * Chore: updates after PR comments * Chore: changes from context.Background() to c.Context.Req.Context() * Chore: fixes lint issue (cherry picked from commit 06e6bcf0) Co-authored-by: Hugo Häggmark <hugo.haggmark@grafana.com>
-
Grot (@grafanabot) authored
* SqlDataSources: Fixes the Show Generated SQL button in query editors * No need to protect against duplicate events now that the event emitter is isolated for each editor (cherry picked from commit e4672906) Co-authored-by: Torkel Ödegaard <torkel@grafana.org>
-
Grot (@grafanabot) authored
* Variables: Adds back default option for data source variable * Chore: updates after PR comments (cherry picked from commit f993f2c7) Co-authored-by: Hugo Häggmark <hugo.haggmark@grafana.com>
-
- Feb 15, 2021
-
-
Grot (@grafanabot) authored
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> (cherry picked from commit d27a72f8) Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
-
Grot (@grafanabot) authored
Postgres: Fix timeGroup macro converts long intervals to invalid numbers when TimescaleDB is enabled (#31179) (#31224) Fixes #27253 (cherry picked from commit d56c5285) Co-authored-by: Ricky Putra <kurokochin@users.noreply.github.com>
-
Grot (@grafanabot) authored
* Remove last synchronisation field from LDAP debug view * Apply review comments (cherry picked from commit f9a293af) Co-authored-by: Tania B <yalyna.ts@gmail.com>
-
Torkel Ödegaard authored
-
Grot (@grafanabot) authored
(cherry picked from commit 50faeb30) Co-authored-by: Torkel Ödegaard <torkel@grafana.org>
-
Grot (@grafanabot) authored
(cherry picked from commit dde11215) Co-authored-by: Sofia Papagiannaki <papagian@users.noreply.github.com>
-
Grot (@grafanabot) authored
* Variables: Fixes missing empty elements from regex filters * Chore: cleanup comment * Chore: removes unused import (cherry picked from commit 39993a68) Co-authored-by: Hugo Häggmark <hugo.haggmark@grafana.com>
-
- Feb 12, 2021
-
-
Grot (@grafanabot) authored
(cherry picked from commit 9629dded) Co-authored-by: Torkel Ödegaard <torkel@grafana.org>
-
Grot (@grafanabot) authored
DashboardListPanel: Fixes issue with folder picker always showing All and using old form styles (#31160) (#31162) (cherry picked from commit a17661d1) Co-authored-by: Torkel Ödegaard <torkel@grafana.org>
-
Grot (@grafanabot) authored
Permissions: Fix team and role permissions on folders/dashboards not displayed for non Grafana Admin users (#31132) (#31176) * Cfg: fix hidden users initialization * add tests * do not call isHiddenUser function for non-user permission * do not call isHiddenUser function for non-user permission (cherry picked from commit 7f1f5599) Co-authored-by: Agnès Toulet <35176601+AgnesToulet@users.noreply.github.com>
-
Grot (@grafanabot) authored
(cherry picked from commit 8c35ed40) Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com>
-
- Feb 11, 2021
-
-
Grot (@grafanabot) authored
-
Grot (@grafanabot) authored
Transforms: Fixes Outer join issue with duplicate field names not getting the same unique field names as before (#31121) (#31127) * Transformations: Fixed duplicate name issue in outer join transform * Think this is working * Updated tests * Updated snapshot * Fix broken tests (#31123) * Fix broken tests * Fix remaining faling tests Co-authored-by: Giordano Ricci <gio.ricci@grafana.com> (cherry picked from commit 69972458) Co-authored-by: Torkel Ödegaard <torkel@grafana.org>
-
Grot (@grafanabot) authored
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> (cherry picked from commit 7394c98d) Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
-
Grot (@grafanabot) authored
(cherry picked from commit 5c9a10d4) Co-authored-by: Domas <domasx2@gmail.com>
-
- Feb 10, 2021
-
-
Grot (@grafanabot) authored
* Exemplars: Change CTA style * Address review feedbacks * Fix table column aligning * Minor alignments + uncontrolled component warning fix (cherry picked from commit cc463f30) Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com>
-
Grot (@grafanabot) authored
* add support for timeout to be passed in for addDatasource * fix merge update (cherry picked from commit 25bcbb7d) Co-authored-by: Vicky Lee <36230812+vickyyyyyyy@users.noreply.github.com>
-
Andrej Ocenas authored
Influx: Make max series limit configurable and show the limiting message if applied (#31025) (#31100) * Add configuration in ConfigEditor and default to 1000 * Show data in explore if any even if there is an error * Update pkg/tsdb/influxdb/flux/executor.go * Better handling of defaults * Add test for runQuery to show data even with error * Update public/app/store/configureStore.ts Co-authored-by: Giordano Ricci <gio.ricci@grafana.com> * Update public/app/plugins/datasource/influxdb/components/ConfigEditor.tsx Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com> * Update tooltip * Update input * Lint fixes * Update snapshots * Update decorator tests Co-authored-by: Giordano Ricci <gio.ricci@grafana.com> Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com> (cherry picked from commit e0448513)
-
Grot (@grafanabot) authored
(cherry picked from commit c7e007d1) Co-authored-by: Giordano Ricci <gio.ricci@grafana.com>
-
Grot (@grafanabot) authored
* update addDashboard flow for v7.4.0 changes * remove hide flow and if around set time range (cherry picked from commit cff6f5fe) Co-authored-by: Vicky Lee <36230812+vickyyyyyyy@users.noreply.github.com>
-
Grot (@grafanabot) authored
Signed-off-by: bergquist <carl.bergquist@gmail.com> (cherry picked from commit d1b9fddb) Co-authored-by: Carl Bergquist <carl.bergquist@gmail.com>
-
Grot (@grafanabot) authored
* DashboardLinks: Fixes crash when link misses title * Chore: updates after PR comments (cherry picked from commit 297ff9a1) Co-authored-by: Hugo Häggmark <hugo.haggmark@grafana.com>
-
- Feb 09, 2021
-
-
Grot (@grafanabot) authored
* Make value mappings corectly interprete numeric-like strings * More tests * Update packages/grafana-data/src/utils/valueMappings.ts * Update packages/grafana-data/src/utils/valueMappings.ts Co-authored-by: Hugo Häggmark <hugo.haggmark@grafana.com> * Fix issue detected by singlestat test Co-authored-by: Hugo Häggmark <hugo.haggmark@grafana.com> (cherry picked from commit f47b7230) Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
-
Grot (@grafanabot) authored
* Make imports relative * Fix Alias field value not being shown (cherry picked from commit b4623571) Co-authored-by: Giordano Ricci <gio.ricci@grafana.com>
-
Grot (@grafanabot) authored
* BarGauge: Increase min value width and fix height when setting manual text size * updated snapshot * Big improvement to bar gauge value sizing and fixing table gauge sizing * removed unused const * added a unit test (cherry picked from commit 39d7ebc7) Co-authored-by: Torkel Ödegaard <torkel@grafana.org>
-
Grot (@grafanabot) authored
(cherry picked from commit da3f9639) Co-authored-by: Will Browne <wbrowne@users.noreply.github.com>
-
Grot (@grafanabot) authored
(cherry picked from commit f43d834a) Co-authored-by: Hugo Häggmark <hugo.haggmark@grafana.com>
-
Arve Knudsen authored
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> (cherry picked from commit d963c6d8)
-