- 16 Jun, 2020 12 commits
-
-
Torkel Ödegaard committed
-
* Get default project if not defined on query * Log when using default project name * Set query result error
Alex Ashley committed -
Ben RUBSON committed
-
Alex Khomenko committed
-
* Docs: Update upgrading doc with more backup details Fixes #9159 * Update docs/sources/installation/upgrading.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update docs/sources/installation/upgrading.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Torkel Ödegaard committed -
* Search: connect DashboardSearch * Search: set url params * Search: handle tag params * Search: handle sort params * Search: use getLocationQuery * Search: fix type errors * Docs: Save query params for manage dashboards * Search: extract connect * Search: add layout to URL params * Search: update options * Search: simplify options loading * Search: Fix strict null errors * Search: Change params order * Search: Add tests * Search: handle folder query
Alex Khomenko committed -
* added script to check docs metrics. * added information link on how to add code comments. * added script for build and measure code comment metrics. * fixed issues according to shellcheck. * Added so we build the metrics if report folder is missing. * added some spacing and a devider. * Added so we can send metrics to grafana. * added shellcheck attribute. * Fixed spelling according to feedback. * see if shellcheck passes. * fixed issue with shellcheck. * Explore/Logs: Fix tooltip display for log graph (#25544) Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> Co-authored-by: kay delaney <45561153+kaydelaney@users.noreply.github.com>
Marcus Andersson committed -
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* Add Root URL info under License file management Edited through GitHub, not tested on development web server. * Update docs/sources/enterprise/_index.md Make updating root_url instructions more straightforward, with action first and explanation second. Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update docs/sources/enterprise/_index.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update docs/sources/enterprise/_index.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Alexandre de Verteuil committed -
Torkel Ödegaard committed
-
Marcus Andersson committed
-
Marcus Andersson committed
-
- 15 Jun, 2020 11 commits
-
-
kay delaney committed
-
* Update Alerting icons * Keep critical red for alerting
Ivana Huckova committed -
* wip: added draft of series to rows. * wip: building dataFrame structure first and then adding data. * wip: added some refactorings of the seriesToRows transformer. * did some refactorings to make the code easier to follow. * added an editor for the transform. * renamed some of the test data. * added docs. * fixed according to feedback. * renamved files. * fixed docs according to feedback. * fixed so we don't keep labels or config values from. * removed unused field. * fixed spelling errors. * fixed docs according to feedback.
Marcus Andersson committed -
fixes: #25402
Harrison Shoff committed -
* Chore: Upgrade Jest to latest Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Chore: reduces strict null errors Co-authored-by: Hugo Häggmark <hugo.haggmark@grafana.com>
Arve Knudsen committed -
Closes #25182
kay delaney committed -
Hugo Häggmark committed
-
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
Hugo Häggmark committed
-
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* Azure Monitor: fixes undefined is not iterable * Update public/app/plugins/datasource/grafana-azure-monitor-datasource/azure_log_analytics/response_parser.test.ts Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> * Update public/app/plugins/datasource/grafana-azure-monitor-datasource/azure_log_analytics/response_parser.test.ts Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Hugo Häggmark committed
-
- 13 Jun, 2020 1 commit
-
-
* package.json: Upgrade Volta's Node version
Arve Knudsen committed
-
- 12 Jun, 2020 1 commit
-
-
InfluxDB: Fix invalid memory address or nil pointer dereference when schema is missing in URL (#25565) Add guard if parsing url fails in influxdb backend data source. Fixes #25242
Marcus Efraimsson committed
-
- 11 Jun, 2020 13 commits
-
-
* Minor changes * Use UI for removing dashboards and datasources … with an optional “quick” mode that instead does so via a request * Improved URL helpers * Simplified test teardown * Added support for multiple tests ... instead of being forced to cram everything into a single test because the session was cleared
Steven Vachon committed -
This ensures that the X-Grafana-User header can be trusted. If the configuration enabled the setting of this header, the server can now trust that X-Grafana-User is set/unset by Grafana. Before this, an anonymous user could simply set the X-Grafana-User header themselves (using the developer tool for example)
Robbert Gurdeep Singh committed -
ref #18841
Daniel Lee committed -
* Update sign-a-plugin.md * Update plugin-signature-verification.md * Update docs/sources/plugins/plugin-signature-verification.md Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com> * Update docs/sources/plugins/plugin-signature-verification.md Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com> Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
Diana Payton committed -
Mohit Nain committed
-
Backend plugins: Refactor to allow shared contract between core and external backend plugins (#25472) Refactor to allow shared contract between core and external backend plugins allowing core backend data sources in Grafana to be implemented in same way as an external backend plugin. Use v0.67.0 of sdk. Add tests for verifying plugin is restarted when process is killed. Enable strict linting for backendplugin packages
Marcus Efraimsson committed -
* Add tracing switch to explore * Prettify
Andrej Ocenas committed -
* Docs: Fix intro to timeseries URL * Update docs/sources/developers/plugins/data-frames.md Co-authored-by: Marcus Olsson <accounts+github@marcus.se.net> Co-authored-by: Marcus Olsson <accounts+github@marcus.se.net>
Alex Khomenko committed -
kay delaney committed
-
* Update guide on authenticating data source plugins * Fix broken references
Marcus Olsson committed -
The existing link for developing plugins was redirecting to the legacy plugin docs page for developers. I updated it to the new link for latest post-7.0 release.
👍 Sam Coren committed -
* Update Bitcoin Currency to use proper symbol, add mBTC and μBTC * Apply suggestions from code review Co-authored-by: Marcus Andersson <systemvetaren@gmail.com> * Revert Bitcoin to use '฿' Co-authored-by: Marcus Andersson <systemvetaren@gmail.com>
Overcooked Panda committed -
dashboard instead of dashboad
Barak Kakoun committed
-
- 10 Jun, 2020 2 commits
-
-
* add flux * add token to datasource config editor * add backend for flux * make the interpolated query available in query inspector * go mod tidy * Chore: fixes a couple of strict null errors in influxdb plugin Co-authored-by: kyle <kyle@grafana.com> Co-authored-by: Lukas Siatka <lukasz.siatka@grafana.com>
Ryan McKinley committed -
Torkel Ödegaard committed
-