- 25 Apr, 2019 2 commits
-
-
Fixes #16283
Hofls committed -
Progress: #14714
Hugo Häggmark committed
-
- 24 Apr, 2019 9 commits
-
-
Dominik Prokop committed
-
Use column name in ORDER BY in GetDashboardAclInfoList().
Tom Petr committed -
CloudWatch: Update docs for setting auth provider
Mitsuhiro Tanda committed -
* Add value types with custom unmarshalling logic * Add env support for notifications config * Use env vars in json data tests for values * Add some more complexities to value tests * Update comment with example usage * Set env directly in the tests, removing patching * Update documentation * Add env var to the file reader tests * Add raw value * Post merge fixes * Add comment
Andrej Ocenas committed -
closes #14967
Carl Bergquist committed -
* Introduced Abstract list, List and InlineList components for easier lists generation * Enable custom item key on abstract list items * Enable $.flot in storybook * Expose onOptionsChange to react panel. Allow React panels to be function components * Update type on graph panel options to group graph draw options * Introduce GraphPanelController for state and effects handling of new graph panel * Group visualisation related stories under Visualisations
Dominik Prokop committed -
Fixes #16704
Marcus Efraimsson committed -
Fixes #16605
Utkarsh Bhatnagar committed -
* add folderUid to DashbaordsAsConfig structs and DashbardProviderConfigs struct, set these values in mapping func look for new folderUid values in config_reader tests set dashboard folder Uid explicitly in file_reader, which has no affect when not given * formatting and docstrings * add folderUid to DashbaordsAsConfig structs and DashbardProviderConfigs struct, set these values in mapping func look for new folderUid values in config_reader tests set dashboard folder Uid explicitly in file_reader, which has no affect when not given * formatting and docstrings * add folderUid option, as well as documentation for the rest of the fields * add blank folderUid in devenv example. * add folderUid to provisioning sample yaml * instead of just warning, return error if unmarshalling dashboard provisioning file fails * Removing the error handling and adding comment * Add duplicity check for folder Uids Co-authored-by: swtch1 <joshua.thornton@protonmail.com>
Josh committed
-
- 23 Apr, 2019 8 commits
-
-
* Make SelectOptionItem a generic type to enable select value typing * TS ignores added because of optional value on Select items (it's no longer any)
Dominik Prokop committed -
Marcus Efraimsson committed
-
* Small improvements * Better error handling
Andrej Ocenas committed -
* Use xerrors instead of pkg/errors * Add Wrap util func * Move Wrap to errutil package
Andrej Ocenas committed -
* Chore: use early return technic everywhere And enable "indent-error-flow" revive rule * Chore: remove if-return rule from revive config * Chore: improve error messages And enable "error-strings" revive rule * Chore: enable "error-naming" revive rule * Chore: make linter happy * Chore: do not duplicate gofmt execution * Chore: make linter happy * Chore: address the pull review comments
Oleg Gaidarenko committed -
Alex Mabry committed
-
* Update notifications.md * Update notification services docs
Timo Schwarzer committed -
Ryan McKinley committed
-
- 22 Apr, 2019 3 commits
-
-
* Chore: remove session storage references * Small refactoring of the settings module * Update docs - remove references for the session storage * Update config files (sample and default configs) * Add tests for warning during the config load on defined storage cache * Remove all references to session storage * Remove macaron session dependency * Remove leftovers * Fix: address review comments * Fix: remove old deps * Fix: add skipStaticRootValidation = true to tests * Fix: improve the docs and warning message As per discussion in here - https://github.com/grafana/grafana/pull/16445/files#r273026255 * Chore: make linter happy Fixes #16148 Ref #16114
Oleg Gaidarenko committed -
* removed settings header in aside, added header next to search button, tweaked paddings * Minor tweak
Patrick O'Carroll committed -
* Do not override default `hide` value of variables Some variables like `constant` are configured to be hidden by default and this setting must be treated with respect. * make textBox variable visible by default Fixes #16695
Roman Khavronenko committed
-
- 21 Apr, 2019 1 commit
-
-
Christian Franke committed
-
- 20 Apr, 2019 2 commits
-
-
Ryan McKinley committed
-
Ryan McKinley committed
-
- 19 Apr, 2019 6 commits
-
-
Ryan McKinley committed
-
* check for running * split out panel state * adding test file * remove bad test
Ryan McKinley committed -
Fixes #1690
Alex Mabry committed -
Ryan McKinley committed
-
navigation between pages in app plugin is slow, due to use of non angular native promise Fixes #16672
teajo committed -
merged DataQueryOptions + DataRequestInfo info: DataQueryRequest
Ryan McKinley committed
-
- 18 Apr, 2019 6 commits
-
-
* move queryRunner to panelModel * Added interval back as prop, not used yet * PanelQueryRunner: Refactoring, added getQueryRunner to PanelModel * PanelQueryRunner: interpolatel min interval
Ryan McKinley committed -
* Docs: initial backend plugins development guide * Some tweaks * more tweaks * chore: docs changes to backend plugins guide * chore: docs tweaks to backend plugins guide
Alexander Zobnin committed -
bergquist committed
-
Andrej Ocenas committed
-
* use timeInfo from request * move timeInfo to DataRequestInfo
Ryan McKinley committed -
* move queryRunner to panelModel * remove isEditing from PanelChrome * move listener to QueriesTab * Fixed issue with isFirstLoad set to false before loading state is Done * QueryRunner: Fixed issue with error and delayed loading state indication * Anoter fix to issues with multiple setState calls in observable callbacks
Ryan McKinley committed
-
- 17 Apr, 2019 3 commits
-
-
Ryan McKinley committed
-
Moves query execution logic to PanelQueryRunner and structures PanelChrome so it subscribes to the query results rather than necessarily controlling their execution.
Ryan McKinley committed -
Torkel Ödegaard committed
-