- 25 Aug, 2020 9 commits
-
-
Hugo Häggmark committed
-
Hugo Häggmark committed
-
* Add grafana/loki dependency and update its dependencies * Update grpcplugin log_wrapper to implement the latest version of hclog.Logger * Remove panic handling + test case no longer needed since the source of panics (bug) was fixed
Joan López de la Franca Beltran committed -
Fredrik Enestad committed
-
* Grafana-UI: Add Alert docs and story * Grafana-UI: Move Alert styles to emotion * Grafana-UI: Tweak docs * Grafana-UI: Update test * Grafana-UI: Add outline to custom content * Grafana-UI: Remove class name * Grafana-UI: Remove _Alert.scss * Grafana-UI: Add e2e Alert selector * Grafana-UI: Use @deprecated * Grafana-UI: Remove circular reference * Grafana-UI: Final tweaks
Alex Khomenko committed -
* WIP: strings and numbers * Works in displayProcessor but units are not applied in applyFieldOverride * removed bit * Updated * Added docs * fixed typo
Torkel Ödegaard committed -
* testing things * POC: Simplify labels to fields by using merge transform inside it * removed old code * Fixed test ts issues * Added valueLabel field option * Updated merge transform tests to not expect a sort * fixed type * refactoring to minimize nesting
Torkel Ödegaard committed -
* Stats: Correct the number of arguments for SQL call * Stats: Run admin stats call as integration test
Emil Tullstedt committed -
Simon Podlipsky committed
-
- 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 11 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
-