- 12 Nov, 2020 8 commits
-
-
Closes #8705
kay delaney committed -
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
Tom Daly committed
-
Fixes #28778
Marcus Efraimsson committed -
* Alerting NG: prototype v2 (WIP) * Separate eval package * Modify eval alert definition endpoint * Disable migration if ngalert is not enabled * Remove premature test * Fix lint issues * Delete obsolete struct * Apply suggestions from code review * Update pkg/services/ngalert/ngalert.go Co-authored-by: Kyle Brandt <kyle@grafana.com> * Add API endpoint for listing alert definitions * Introduce index for alert_definition table * make ds object for expression to avoid panic * wrap error * Update pkg/services/ngalert/eval/eval.go * Swith to backend.DataQuery * Export TransformWrapper callback * Fix lint issues * Update pkg/services/ngalert/ngalert.go Co-authored-by: Kyle Brandt <kyle@grafana.com> * Validate alert definitions before storing them * Introduce AlertQuery * Add test * Add QueryType in AlertQuery * Accept only float64 (seconds) durations * Apply suggestions from code review * Get rid of bus * Do not export symbols * Fix failing test * Fix failure due to service initialization order Introduce MediumHigh service priority and assign it to backendplugin service * Fix test * Apply suggestions from code review * Fix renamed reference Co-authored-by: Kyle Brandt <kyle@grafana.com>
Sofia Papagiannaki committed -
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* basic frontend Sentry integration * backend endpoint to capture sentry events * WIP! * log user email for frontend logs * remove debug logging * lint fixes * Fix type exports & property names Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> * additional struct naming fix * rename log endpoint, config section & interface * add sentry sample rate to config * refac to use EchoSrv * log user id * backend tests * tests for SentryEchoBackend * sentry echo backend tests * CustomEndpointTransport tests * Update pkg/api/frontend_logging_test.go Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> * Update conf/defaults.ini Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> * Update pkg/api/frontend_logging_test.go Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> * don't export unnecesasrily * update go.sum * get rid of Convey in tests, use stdlib * add sentry config to sample.ini * cleanup to set orig logging handler in test * Apply suggestions from code review Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> * PR feedback changes * lock sentry version Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Domas committed -
Sofia Papagiannaki committed
-
- 11 Nov, 2020 27 commits
-
-
Emil Hessman committed
-
Torkel Ödegaard committed
-
vishesh92 committed
-
Leonard Gram committed
-
* Elasticsearch: Add Moving Function Pipeline Aggregation * Removing support for moving average in 7.x * Fixing getMetricAggTypes to handle undefined esVersion * Adding moving_fn to go code * Update public/app/plugins/datasource/elasticsearch/metric_agg.ts Co-authored-by: Giordano Ricci <grdnricci@gmail.com> * Adding test for esversion 70 * Removing default value for script, adding placeholder instead * Fixing formatting * Adding code for handling missing or obsolete aggregations Co-authored-by: Giordano Ricci <grdnricci@gmail.com>
Chris Cowan committed -
Leonard Gram committed
-
MutableDataFrame: Remove unique field name constraint and values field index and unused/seldom used stuff (#27573) * MutableDataFrame needs work * Updated users of values * Update test * Fixed ts issue * Updated tests
Torkel Ödegaard committed -
Ivana Huckova committed
-
Closes #28893 Co-authored-by: Ivana <ivana.huckova@gmail.com>
Valentin Agachi committed -
* Add documentation about log level * Update * Update * Update * Add unknow to table * Update docs/sources/explore/index.md Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> * Update docs/sources/panels/visualizations/logs-panel.md Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
Ivana Huckova committed -
* refactor(dashboard): remove usage of legacyform components in sharemodal * refactor(dashboard): replace legacyform components * refactor(dashboard): remove ng-if and correct typo in content of sharesnapshot * feat(grafana-ui): set displayName prop for Switch component * refactor(dashboard): migrate TimePickerSettings legacyform components * refactor(queryoptions): migrate switch and input to nextgen components * refactor(sharesnapshot): prefer InlineFieldRow over gf-form-group * refactor(shareembed): styling fixes * refactor(timepickersettings): prefer double bang over nullish coalescing operator * fix(grafana-ui): switch uses id prop if passed in * feat: connect labels and switches with ids
Jack Westbrook committed -
* docs(devenv): introduce troubleshooting section about mac osx and logs * docs(devenv): tidy troubleshooting * docs(devenv): move troubleshooting headers up a level and expand on error messge
Jack Westbrook committed -
Giordano Ricci committed
-
Emil Tullstedt committed
-
Torkel Ödegaard committed
-
* TraceViewer: Make sure it does not break when no trace is passed - exit trace conversion early when there is no trace data - added test to cover missing trace for trace viewer * Review feedback * Use RTL for new test * Exit early if trace or traceID is not there
David committed -
* Thresholds: Fixes color assigned to null values * Updates
Torkel Ödegaard committed -
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
Ivana Huckova committed
-
Signed-off-by: bergquist <carl.bergquist@gmail.com> Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com>
Carl Bergquist committed -
* Highlight filter expression in panel * Remove coonsole.log
Ivana Huckova committed -
* Update README.md sp [skip ci] [ci skip] * Update public/app/plugins/datasource/mysql/README.md Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
Paul Dee committed -
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
* Chore: Fix variable naming Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
MSSQL: Support request cancellation properly (Uses new backendSrv.fetch Observable request API) (#28809) * MSSQL: Support request cancellation properly (Uses new backendSrv.fetch Observable request API) * Tests: fix test typings
Hugo Häggmark committed -
Hugo Häggmark committed
-
- 10 Nov, 2020 5 commits
-
-
* Backend: Adds route for well-known change password URL * Include 'dashboard/new' in backend routes * Move index route handler registration out of "not logged in views" section Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
kay delaney committed -
Daniel Lee committed
-
Andrej Ocenas committed
-
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
Torkel Ödegaard committed
-