- 24 Aug, 2020 12 commits
-
-
Ryan McKinley committed
-
* encrypt API secret * update docs
Will Browne committed -
* encrypt api + user keys * update docs * fix decrypt steps
Will Browne committed -
* encrypt token * update docs
Will Browne committed -
* encrypt password * update docs
Will Browne committed -
* update content * updated content * update content * Update graphite.md
Diana Payton committed -
kay delaney committed
-
causing issues and currently as we use it, the query should be requesting it as part of the query model via fromat as time series fixes #27132
Kyle Brandt committed -
Alex Khomenko committed
-
* Add filter name by regex matcher for overrides * Update docs * Introduce UI improvements to overrides list * Update public/app/features/dashboard/components/PanelEditor/OverrideEditor.tsx Co-authored-by: kay delaney <45561153+kaydelaney@users.noreply.github.com> * Review improvements * Fix merge * Remove ellipsis Co-authored-by: kay delaney <45561153+kaydelaney@users.noreply.github.com>
Dominik Prokop committed -
* Stats: Cache based stats implementation * Stats: Correct logic and add larger scale test * Stats: linter * Stats: SQL implementation * Stats: cleanup SQL * Stats: Tab -> Spaces * Update pkg/services/sqlstore/stats.go Co-authored-by: Sofia Papagiannaki <papagian@users.noreply.github.com> * Stats: Quote 'user' table with dialect.Quote * Stats: Ensure test is run as integration test * Stats: Use boolean value ...because if (v) { true } else { false } is unnecessary at best. Co-authored-by: Sofia Papagiannaki <papagian@users.noreply.github.com>
Emil Tullstedt committed -
* Variables: Fixes issue with All variable not being resolved * Tests: update tests according to changes
Hugo Häggmark committed
-
- 23 Aug, 2020 2 commits
-
-
Yoan Blanc committed
-
Torkel Ödegaard committed
-
- 21 Aug, 2020 6 commits
-
-
* InfluxDB: Clean up tests Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * InfluxDB: Platform agnostic paths Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
happens when unit was "Unspecified" and alias is being used
Kyle Brandt committed -
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* Server: Support custom TCP listener Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* Server: Make it possible to avoid getting SQL store via bus Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com>
Arve Knudsen committed -
* Prometheus: replaces dataSourcRequest with fetch * Tests: fixes typings * Refactor: removes unnecessary from operator * Refactor: removes weird json() function calls * Update public/app/plugins/datasource/prometheus/metric_find_query.test.ts Co-authored-by: kay delaney <45561153+kaydelaney@users.noreply.github.com> * Update public/app/plugins/datasource/prometheus/metric_find_query.test.ts Co-authored-by: kay delaney <45561153+kaydelaney@users.noreply.github.com> * Update public/app/plugins/datasource/prometheus/metric_find_query.test.ts Co-authored-by: kay delaney <45561153+kaydelaney@users.noreply.github.com> * Update public/app/plugins/datasource/prometheus/metric_find_query.test.ts Co-authored-by: kay delaney <45561153+kaydelaney@users.noreply.github.com> * Update public/app/plugins/datasource/prometheus/metric_find_query.test.ts Co-authored-by: kay delaney <45561153+kaydelaney@users.noreply.github.com> * Update public/app/plugins/datasource/prometheus/metric_find_query.test.ts Co-authored-by: kay delaney <45561153+kaydelaney@users.noreply.github.com> * Update public/app/plugins/datasource/prometheus/metric_find_query.test.ts Co-authored-by: kay delaney <45561153+kaydelaney@users.noreply.github.com> * Update public/app/plugins/datasource/prometheus/metric_find_query.test.ts Co-authored-by: kay delaney <45561153+kaydelaney@users.noreply.github.com> * Update public/app/plugins/datasource/prometheus/metric_find_query.test.ts Co-authored-by: kay delaney <45561153+kaydelaney@users.noreply.github.com> * Update public/app/plugins/datasource/prometheus/metric_find_query.test.ts Co-authored-by: kay delaney <45561153+kaydelaney@users.noreply.github.com> Co-authored-by: kay delaney <45561153+kaydelaney@users.noreply.github.com>
Hugo Häggmark committed
-
- 20 Aug, 2020 18 commits
-
-
Ryan McKinley committed
-
Ryan McKinley committed
-
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* Minor changes * Added an `editPanel` flow function ... and moved the internals of `addPanel` to a common function for use by both * Added optional template variables to `addDashboard` config * Use latest Cypress 4.x version * Updated lockfile
Steven Vachon committed -
Will Browne committed
-
* Drone: Upgrade build pipeline tool Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Run e2e via grabpl
Arve Knudsen committed -
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* Added Zenduty Grafana integration to the notifications page Signed-off-by: Vishwa Krishnakumar <vishwa306@gmail.com> * Added Zenduty Grafana integration to the list of notifiers table Signed-off-by: Vishwa Krishnakumar <vishwa306@gmail.com>
Vishwa Krishnakumar committed -
* POC for toggling parsed fields in Explore/Loki * fixed issues * add clear button for toggled parsed fields * fix test-frontend failures * use blue eye instead of eye/eye-slash and update tooltips * break out parseMessage * move indicator to meta data section * clean up LogRowMessageParsed * better label * clean up after making optional
Fredrik Enestad committed -
* encrypt OpsGenie API key * make whitespace consistent * update docs
Will Browne committed -
* Add RTL * Add setupTests.ts * Refactor DashboardSearch tests
Alex Khomenko committed -
* FolderPicker: Fixes not being able to create new folder * Update public/app/core/components/Select/FolderPicker.tsx Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com> * Refactor: Fixes import issues for tests that do not mock GrafanaBootConfig Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
Hugo Häggmark committed -
* DisplayProcessor: Support parsing strings as dates and using date units on strings * Updated test * Updated test
Torkel Ödegaard committed -
* Refactor: initial commit * wip * Refactor: getting into a simpler model * Refactor: adds some comments * Refactor: renames statuses according to PR comments * Refactor: adds more comments * Tests: adds tests for FetchQueue * Tests: adds tests for ResponseQueue * Tests: adds tests for FetchQueueWorker * Tests: simplified the tests for ResponseQueue * Refactor: adds http2 scenario * Refactor: using Cfg instead of global variable Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> * Refactor: reverted change in frontendsettings.go * Tests: fix test mocks * Fix: changes how cfg.Protocol gets its value Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Hugo Häggmark committed -
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* Add filter name by regex matcher for overrides * Update docs * rever schema change * add docs for by type * add docs for by type * add docs for by type Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
Dominik Prokop committed -
Fixes #26996
Torkel Ödegaard committed -
Torkel Ödegaard committed
-
- 19 Aug, 2020 2 commits
-
-
Ryan McKinley committed
-
* added $schema field support in plugin.schema.json More details can be found in https://github.com/grafana/plugin-validator/issues/1 * Others category in plugin.json, minimum 1 keyword * Allow others as a category if the plugin doesn't fall into appropriate category. Refer https://github.com/grafana/plugin-validator/issues/3 for more details * Mandate minimum one keyword for better discovery in plugin repository. * Dropped enum from plugin.json $schema
Sriramajeyam Sugumaran committed
-