- 26 Mar, 2020 1 commit
-
-
Ryan McKinley committed
-
- 25 Mar, 2020 28 commits
-
-
* add note that it's not supported to repeat a panel zero times see https://github.com/grafana/grafana/issues/23036#issuecomment-603479142 Signed-off-by: David Ellis <ellisda@gmail.com> * Update docs/sources/reference/templating.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
David Ellis committed -
* CircleCI: Make k8s deployment depend on enterprise Docker image * CircleCI: Upgrade grabpl
Arve Knudsen committed -
Minor grammar edits and added link to Organization roles topic.
Diana Payton committed -
Arve Knudsen committed
-
This reverts commit d6b6b0f2.
Lukas Siatka committed -
* Removed namespace declaration to prevent issues with external plugins. * fixed imports and tests.
Marcus Andersson committed -
Mohit Nain committed
-
Arve Knudsen committed
-
Arve Knudsen committed
-
* DevEnv: updates @types/react-test-renderer 16.9.0 -> 16.9.2 in grafana-ui package * DevEnv: updates react-test-renderer 16.9.0 -> 16.13.1 in grafana-ui package
Lukas Siatka committed -
* DevEnv: updates react-highlight-words 0.11.0 -> 0.16.0 * DevEnv: updates react-highlight-words 0.11.0 -> 0.16.0 in grafana-ui package
Lukas Siatka committed -
Co-authored-by: CirceCI <circleci@grafana.com>
Torkel Ödegaard committed -
huanggze committed
-
Torkel Ödegaard committed
-
Mohit Nain committed
-
Hugo Häggmark committed
-
Ivana Huckova committed
-
* DevEnv: updates @types/react-table 7.0.2 -> 7.0.12 in grafana-ui package * DevEnv: updates react-table 7.0.0-rc.15 -> 7.0.0 in grafana-ui package * Updated yarn.lock Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
Lukas Siatka committed -
* Add integration with Jeager Add Jaeger datasource and modify derived fields in loki to allow for opening a trace in Jager in separate split. Modifies build so that this branch docker images are pushed to docker hub Add a traceui dir with docker-compose and provision files for demoing.:wq * Enable docker logger plugin to send logs to loki * Add placeholder zipkin datasource * Fixed rebase issues, added enhanceDataFrame to non-legacy code path * Trace selector for jaeger query field * Fix logs default mode for Loki * Fix loading jaeger query field services on split * Updated grafana image in traceui/compose file * Fix prettier error * Hide behind feature flag, clean up unused code. * Fix tests * Fix tests * Cleanup code and review feedback * Remove traceui directory * Remove circle build changes * Fix feature toggles object * Fix merge issues * Fix some null errors * Fix test after strict null changes * Review feedback fixes * Fix toggle name Co-authored-by: David Kaltschmidt <david.kaltschmidt@gmail.com>
Andrej Ocenas committed -
* circle-test-frontend.sh: Typecheck TypeScript * Chore: fixes type errors Co-authored-by: Hugo Häggmark <hugo.haggmark@grafana.com>
Arve Knudsen committed -
kay delaney committed
-
Mohit Nain committed
-
* DevEnv: updates bizcharts 3.5.5 -> 3.5.8 in grafana-ui package * DevEnv: updates apache-arrow 0.15.1 -> 0.16.0 in grafana-data package * DevEnv: updates commander 2.20.0 -> 5.0.0 in grafana-toolkit package * DevEnv: updates commander 4.1.1 -> 5.0.0 in grafana-e2e package
Lukas Siatka committed -
* BackendSrv: Added config to response * QueryInspector: Removing config from showing up * Replace config with request and make it be the unmodified params sent in
Torkel Ödegaard committed -
* DevEnv: updates rc-cascader 0.17.5 -> 1.0.1 * DevEnv: updates rc-cascader 0.17.5 -> 1.0.1 in grafana-ui package * DevEnv: updates rc-drawer 3.0.2 -> 3.1.3 in grafana-ui package * DevEnv: updates rc-time-picker 3.7.2 -> 3.7.3 in grafana-ui package * DevEnv: updates rc-slider 8.7.1 -> 9.2.3 in grafana-ui package * Fix option mappings * Some clean up of the code. * removed unused function. Co-authored-by: Tobias Skarhed <tobias.skarhed@gmail.com> Co-authored-by: Marcus Andersson <marcus.andersson@grafana.com>
Lukas Siatka committed -
* Buttons: Improves vertical alignment in buttons * Updated snapshot * Fixed strict null errors
Torkel Ödegaard committed -
* Analytics: add open dashboard event * Analytics: move code to analyticsProcessor * Dashboard: fix init tests * Analytics: remove open event for new dashboard * Analytics: rename analyticsProcessor functions
Agnès Toulet committed -
* PackageJson: Moved scripts to the top * Updated * Updated
Torkel Ödegaard committed
-
- 24 Mar, 2020 11 commits
-
-
* CircleCI: Increase resource class for some jobs
Arve Knudsen committed -
* Fixing issue 16090 where Grafana uses illegal characters in requests to Prometheus * Rebase with Grafana and Merge branch 'master' of https://github.com/BhartiAgrawalNvidia/grafana into fix-16090 # Conflicts: # public/app/plugins/datasource/prometheus/language_provider.ts * Rebase with Grafana and Merge branch 'master' of https://github.com/BhartiAgrawalNvidia/grafana into fix-16090 # Conflicts: # public/app/plugins/datasource/prometheus/language_provider.ts * Use querystring to escape the url Co-authored-by: Andrej Ocenas <mr.ocenas@gmail.com> Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
BhartiAgrawalNvidia committed -
* DevEnv: updates react-window 1.7.1 -> 1.8.5 * DevEnv: updates @types/react-window 1.7.0 -> 1.8.1 * DevEnv: updates lockfile - removes merge conflicts Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
Lukas Siatka committed -
Diana Payton committed
-
Added ServiceNow link
Diana Payton committed -
* Support more variable formatting. Co-Authored-By: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
xiaobeiyang committed -
* TemplateSrv: deprecates templateSrv.variables and adds getVariables * Update public/app/plugins/datasource/postgres/query_ctrl.ts Co-Authored-By: Dominik Prokop <dominik.prokop@grafana.com> * Update public/app/plugins/datasource/stackdriver/components/VariableQueryEditor.test.tsx Co-Authored-By: Dominik Prokop <dominik.prokop@grafana.com> * Update public/app/plugins/datasource/cloudwatch/datasource.ts Co-Authored-By: Dominik Prokop <dominik.prokop@grafana.com> * Update public/app/plugins/datasource/mysql/query_ctrl.ts Co-Authored-By: Dominik Prokop <dominik.prokop@grafana.com> * Chore: updates after PR comments Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
Hugo Häggmark committed -
* NewPanelEdit: Adding repeating options * Added all repeat options * reduce strict null errors
Torkel Ödegaard committed -
Co-authored-by: bergquist <carl.bergquist@gmail.com>
Diana Payton committed -
Marcus Efraimsson committed
-
* CircleCI: Run golangci-lint in two batches Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * CircleCI: Fix typo Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Chore: adds fallback value to time series class * Chore: changes fallback value from null to empty string in FilterInput component * Update public/app/core/time_series2.ts Co-Authored-By: Hugo Häggmark <hugo.haggmark@grafana.com> * Chore: updates || to ?? operators Co-authored-by: Lukas Siatka <lukasz.siatka@grafana.com> Co-authored-by: Hugo Häggmark <hugo.haggmark@grafana.com>
Arve Knudsen committed
-