- 17 Jan, 2020 22 commits
-
-
Torkel Ödegaard committed
-
Revert "Babel: use babel-loader instead of ts-loader, ng-annotate with babel-plugin-angularjs-annotate (#21554)" (#21570) This reverts #21554 which caused problems with e2e. This reverts commit e7e0d18b.
Dominik Prokop committed -
Ivana Huckova committed
-
Emil Tullstedt committed
-
Erik Sundell committed
-
Marcus Efraimsson committed
-
* Docs: What's new in Grafana v6.6 Draft
Sofia Papagiannaki committed -
Ivana Huckova committed
-
Erik Sundell committed
-
6.2-beta1 changed so that data sources, dashboards and alert notifiers are provisioned on service Init where's before only data sources and alert notifiers was provisioned on service Init and dashboards was first provisioned in service Run which happens after Grafana server have started. This change reverts so that dashboard provisioning are first happening in service Run, after Grafana server have started. Fixes #21133
Marcus Efraimsson committed -
* Calculate min period based on time range and no of queries * Use hardcoded array of periods if period is not defined actively by the user * Fix broken tests * Use a smaller max period for auto interval * Fix broken tests * Test period calculation * Test min retention period * Fix broken test
Erik Sundell committed -
* basic setup for csv export * tinkering with flex-grow * fixed layout * align select and button * using stylesfactory
Peter Holmberg committed -
* Match dimension value with label substring * Add unit tests
Erik Sundell committed -
Babel: use babel-loader instead of ts-loader, ng-annotate with babel-plugin-angularjs-annotate (#21554) * Applied prettier to some webpack configs * Removed ng-annotate … and used same annotation approach as webpack.hot.js * Removed redundant import … that is problematic with Babel's module resolver * Updated lockfile * Replace ts-loader with babel-loader in webpack.dev * Change tslint-loade order in dev webpack config Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
Steven Vachon committed -
* Rewrite angular segments for filter and group by in react * wip: refactoring * Update metric find queries * Remove old maps used to create labels - use one map for all types instead * Use value as label (again) for filters ang groupby * Remove old filter * Remove not used code * Fixes after pr feedback * Fix broken tests and add new metadata tests * Add index file to make imports cleaner * Cleanup. Remove old angular filter code * Fix broken tests * Use type switching instead of if statements * Use globals for regex * Updates after pr feedback * Make sure it's possible to filter using the same key multiple times * Replace metric select with segment component * Pass template vars as props * Refactor meta labels code * Reorder template variables * Fix broken tests * Reset metric value when changing service * Fix lint issue. * Make tests independant of element order * Include kubernetes.io in regex * Add instruction in help section
Erik Sundell committed -
* Revert "CI: adds missing files for ee msi (#21559)" This reverts commit 6e412d88. * Revert "CI: Enterprise MSI (#21518)" This reverts commit d910f69b.
Leonard Gram committed -
* svc alerting - use a shorter ctx to upload the img This will prevent timeout on img upload to cancel the notifications from being sent * components img uploader - pass the ctx to aws lib * make webdavuploader use the ctx * make azureblobuploader use the ctx * rename uploadImage() to renderAndUploadImage() for better clarity about what this method work * Use timeout + 2s for plugin renderer (same as service and phantomjs) * Make sure that original EvalContext is updated after render and upload * Verify notification sent even if render or image upload times out * fix lint * fixes after review Co-authored-by: Edouard Hur <3418467+hekmon@users.noreply.github.com> Fixes #21018
Marcus Efraimsson committed -
Leonard Gram committed
-
* build: builds msi for enterprise * build: renamed msi generator directory * build: build and deploy enterprise msi * Build: placeholder license file for enterprise * Build: correct name for ee msi
Leonard Gram committed -
* Rename old cascader * Change name of old cascader * Add basic cascader without search * Add basic cascader without search * Flatten options to make it searchable * Add regex search and make backspace work * Add barebone search without styles * Add SearchResult list * Add search navigation * Rewrite of cascader and add some things to SelectBase * Make SelectBase controlllable * Cleanup * Add initial value functionality * Add onblur to hand caret direction * New storyboom format for ButtonCascader * Add knobs to story * Add story and docs for UnitPicker * Make UnitPicker use Cascader * Fix backspace issue and empty value * Fix backspace issue for real * Remove unused code * Fix focus issue * Change children to items and remove ButtonCascaderProps * Remove local CascaderOption * Fix failed test * Revert UnitPicker changes and change format for ButtonCascader * Fix failing tests
Tobias Skarhed committed -
* Return data and warning in case dp limit is reached * Change warning text
Erik Sundell committed -
* HomeLinks: WIP panel for getting started links * Progress * progress * Updated styling * Updated default home dashboard * Update light card styles * Tweaks based on feedback
Torkel Ödegaard committed
-
- 16 Jan, 2020 14 commits
-
-
Minor format fix
Diana Payton committed -
* Update mac.md Reviewed and edited macOS install instructions. * Updated mac.md and configuration.md Removed developer build instructions from mac.md and moved configuration information from mac.md to configuration.md. * Update mac.md Updated to reflect the new fields on the Downloads page * Update mac.md * Update mac.md
Diana Payton committed -
Ryan McKinley committed
-
upgrades https://github.com/grafana/grafana-plugin-sdk-go from v0.6.0 to v0.11.0
Kyle Brandt committed -
Alexander Zobnin committed
-
* Explore/Loki: Filter expression only treated as regex when regex operator is used Closes #17963 * Adds test cases to verify new behavior
kay delaney committed -
Sofia Papagiannaki committed
-
Emil Tullstedt committed
-
Andrej Ocenas committed
-
Explore: Ensures queries aren't updated when returning to dashboard if browser back is used (#20897) * Explore: Ensures queries aren't updated when returning to dashboard if browser back is used Closes #20873
kay delaney committed -
* wrap content in autosizer * replace lib * removing react-virtualized, correct type in editor.ts * remove caret * remove dep from grafana/ui and remove story util
Peter Holmberg committed -
Dominik Prokop committed
-
Roman Misyurin committed
-
Ryan McKinley committed
-
- 15 Jan, 2020 4 commits
-
-
* Clarify readme for extended webpack config * Add support for ES2019 features * Build task: path.resolve → resolvePath * Build task: avoid fs race conditions * Build task: use async fs functions * Build task: use rimraf directly ... because depending on the workspace parent to have it installed is fragile, and a child process is always slower. * Build task: misc
Steven Vachon committed -
Ryan McKinley committed
-
Ryan McKinley committed
-
* Change typyings of plugins config pages * Update plugin config page types of core plugins
Dominik Prokop committed
-