- 30 Jan, 2020 4 commits
-
-
Graphite: Fixed issue with functions with multiple required params and no defaults caused params that could not be edited (groupByNodes groupByTags) (#21814) * Graphite: Fixed issue functions with multiple required params and no defaults * removed some prev changes * Update public/app/plugins/datasource/graphite/func_editor.ts Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
Torkel Ödegaard committed -
* Timepicker class fixed * Missed arrow in dashboard title
Evgeny Bibko committed -
* Upgraded to latest stroybook. * Upgraded to version 5.3.9 * updated yarn.lock file.
Marcus Andersson committed -
* Mak table panel with padding * Make table have a correct height
Dominik Prokop committed
-
- 29 Jan, 2020 12 commits
-
-
StatPanels: Fixed migration from old singlestat and default min & max being copied even when gauge was disbled (#21820)
Torkel Ödegaard committed -
* Update docker.md * Update configuration.md * Update configuration.md * Update configuration, docker, and add configure-docker * Moe Docker updates * Update docker.md * deleted build custom docker image file and moved content * Update docker.md * Minor updates Mostly grammar fixes * Update docs/sources/installation/docker.md Co-Authored-By: Marcus Efraimsson <marcus.efraimsson@gmail.com> * Updated config-docker and configuration Moved environment variables information back to configuration.md * Update docs/sources/installation/configuration.md Co-Authored-By: Leonard Gram <leo@xlson.com> * Update docs/sources/installation/configure-docker.md Co-Authored-By: Marcus Efraimsson <marcus.efraimsson@gmail.com> * Update docs/sources/installation/docker.md Co-Authored-By: Leonard Gram <leo@xlson.com> * Update docs/sources/installation/docker.md Co-Authored-By: Leonard Gram <leo@xlson.com> * Update docs/sources/installation/docker.md Co-Authored-By: Leonard Gram <leo@xlson.com> * Applied edits * Update _index.md Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com> Co-authored-by: Leonard Gram <leo@xlson.com>
Diana Payton committed -
Ryan McKinley committed
-
This alphabetizes names in the sidebar docs/features/DataSources and also includes a fix in typo for the item "TestData".
Diljit PR committed -
* add error tab * conditional tabs * feedback from review * expose lastResult via function * remove todo and weird char * fixing overflow states and height of tabcontent * style fixes * more changes to scroll handling * fixing null checks * Change drawer content padding * Add scroll in the story Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
Peter Holmberg committed -
Dominik Prokop committed
-
* TablePanel: display multi-line text * Fix tests
michael-az committed -
Marcus Andersson committed
-
* Fixed issue where gauge throw error on empty result. * Some refactorings to improve the code. * Added some tests to make sure this doesn't happen again.
Marcus Andersson committed -
Tobias Skarhed committed
-
Hugo Häggmark committed
-
* Fix update api key input * update snapshot
Shavonn Brown committed
-
- 28 Jan, 2020 17 commits
-
-
* Fix cascader options and add tests * Add comment * Fix typo
Andrej Ocenas committed -
Simple test dashboard for OpenTSDB.
Marcus Efraimsson committed -
Leonard Gram committed
-
Adds back missing ngInject on datasource constructor to make it work again. Fixes #21770
Marcus Efraimsson committed -
Fix opacity and color scales initializations which took wrong range arguments (current data min/max instead of custom range min/max). Fixes #18139
sv5d committed -
Emil Tullstedt committed
-
Ivana Huckova committed
-
Carl Bergquist committed
-
Hugo Häggmark committed
-
Hugo Häggmark committed
-
Adds missing configuration documentation of the different log formats; console, file and syslog. Ref #21765
Marcus Efraimsson committed -
Hugo Häggmark committed
-
Émile Fugulin committed
-
* Chore: Removes strict null checks in ReducerTester * Chore: Fixes strict null errors in ConfigureStore * Chore: Fixes strict null errors in reducer tests * Chore: Fixes strict null errors in reducers tests * Chore: Fixes strict null errors in reducers tests * Chore: Fixes strict null errors in toggleLogActionsMiddleware * Chore: Fixes strict null errors in navModelReducer * Core: Fixes strict null errors in public/app/features/admin/state * Chore: Fixes strict null errors in public/app/features/dashboard/state/reducers.test.ts * Chore: Fixes strict null errors in public/app/features/explore/state/reducers.test.ts * Chore: Fixes strict null errors in public/app/features/datasources/state/reducers.test.ts * Chore: Fixes strict null errors in public/e2e-test/scenarios/templating/templatevariables-crud.test.ts * Chore: Fixes strict null errors in public/app/features/dashboard/containers/DashboardPage.test.tsx
Hugo Häggmark committed -
Dominik Prokop committed
-
* Update imports * Solve compability issues with react-select * Fix frozen lockfile * Update snapshots * Change name to something less general * Fix proposed changes * Fix imports * Fix changes
Tobias Skarhed committed -
Ryan McKinley committed
-
- 27 Jan, 2020 7 commits
-
-
Andrej Ocenas committed
-
Closes #21695
kay delaney committed -
Leonard Gram committed
-
* Docs: Adds backendSrv notice * Update CHANGELOG.md Co-Authored-By: Leonard Gram <leo@xlson.com> * Docs: Updates notice placement * Changelog: v6.6.0 Co-authored-by: Leonard Gram <leo@xlson.com>
Hugo Häggmark committed -
This is a small documentation update for the situation that led to #19842 in the first place. It describes a procedure required to provide root certificates to the headless Chrome instance used by the Grafana image renderer plugin.
Peter Eckel committed -
* Replace bash/json with http in http_api codeblocks Since http is used elsewhere on the API docs and makes the markdown rendering look different on the blocks that use bash/json * Fix the annotations API link on 'Features' - Noticed the Features/Dashboard Features/Annotations link pointing to the HTTP API was linking itself instead of '../http_api/annotations.md'. - Also add a link on Dashboard Export and Import to its HTTP API. * Add missing links to features in API Index Noticed there was 3 missing references in the API docs index. - https://grafana.com/docs/grafana/latest/http_api/playlist - https://grafana.com/docs/grafana/latest/http_api/datasource_permissions - https://grafana.com/docs/grafana/latest/http_api/external_group_sync Last two are Grafana Enterprise -only, so created a separate subsection for them.
Samuel Alfageme committed -
Marcus Andersson committed
-