- 30 Oct, 2020 1 commit
-
-
Torkel Ödegaard committed
-
- 29 Oct, 2020 14 commits
-
-
PanelMenu: Fixes panel submenu not being accessible for panels close to the right edge of the screen (#28666) * Dropdowns: Trying to fix dropdown menus * Dropdowns: Trying to fix dropdown menus * removed now unnessary wrapper ref * Upodates * Remove export
Torkel Ödegaard committed -
* Cloudwatch: Fix duplicate metric data * Refactor reduce function to for of
Zoltán Bedi committed -
* Add info about CSV download for Excel in What's new article * Update docs/sources/whatsnew/whats-new-in-v7-3.md * Update docs/sources/whatsnew/whats-new-in-v7-3.md
Dominik Prokop committed -
Giordano Ricci committed
-
* move plugin root check to earlier in validation process * remove comment * only check root if necessary
Will Browne committed -
Andrey Chugunov committed
-
Dominik Prokop committed
-
StatPanel: Fixed value being under graph and reduced likley hood for white and dark value text mixing (#28641) * StatPanel: Fixed value being under graph and reduced likley hood for white and dark value text mixing * Updated snapshot * Updated storybook config
Torkel Ödegaard committed -
Torkel Ödegaard committed
-
* Build: support custom build tags * Update build.go Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Leonard Gram committed -
* Fix copy on signed plugin notice * Update public/app/features/plugins/PluginPage.tsx Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> * Update public/app/features/plugins/PluginPage.tsx Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Dominik Prokop committed -
* Add test for SoloPanelPage.tsx * Fix navigation from one SoloPanelPage to another one The panel did not update because it assumed that the dashboard was already fully loaded.
hborchardt committed -
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* Developer guide: Update wrt. Windows Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Update contribute/developer-guide.md Co-authored-by: Agnès Toulet <35176601+AgnesToulet@users.noreply.github.com> * Update contribute/developer-guide.md Co-authored-by: Agnès Toulet <35176601+AgnesToulet@users.noreply.github.com> Co-authored-by: Agnès Toulet <35176601+AgnesToulet@users.noreply.github.com>
Arve Knudsen committed
-
- 28 Oct, 2020 16 commits
-
-
* Update data-links.md * Update data-links.md * content updates * Update data-links.md
Diana Payton committed -
Kyle Brandt committed
-
* Docs: data source insights * wording * review feedback * screenshot * feedback
Leonard Gram committed -
* Field config: implementation slider editor (#27592) * PR-28007 feedback fixed * Field config: implementation slider editor (#27592) * PR-28007 feedback fixed * processed review PR-28007 * Field config: implementation slider editor (#27592) * PR-28007 feedback fixed * Field config: implementation slider editor (#27592) * processed review PR-28007 * fixing leftover number[] bugs * RichHistoryQueriesTab.test fix + slider vertical feat fixed * fixed Slider.test.tsx expectation * Added @docs to prevent build-frontend-docs from failing Co-authored-by: Isa Ozler <contactme@isaozler.com>
Isa Ozler committed -
Kyle Brandt committed
-
Dominik Prokop committed
-
Marcus Andersson committed
-
Signed-off-by: clyang82 <chuyang@redhat.com>
Chunlin Yang committed -
Document the sigv4 properties for data source provisioning.
Marcus Efraimsson committed -
Adds a couple upgrade notes for v7.3 regarding database migrations for user invites and snapshots. Co-authored-by: Will Browne <wbrowne@users.noreply.github.com>
Marcus Efraimsson committed -
* CI: Add GCC to Windows Docker image Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * CI: Upgrade golangci-lint in Windows Docker image Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
CloudWatch Logs queue and websocket support
kay delaney committed -
* Add updated histogram docs * Add to cheatsheet * Update * Update docs/sources/explore/index.md * Update docs/sources/explore/index.md
Ivana Huckova committed -
* Base card * Add disabled state * Expand knobs * Add card actions * Add meta data * Allow custom tags * Extend container props * Add inner link * Add docs * Add missing keys * Update margins * Add description * Add full card example * Tweak disabld state * Export Card * title => heading * Filter out empty content * Add disableEvents * Move tooltip to container * Use new Card for AlertRuleItem * Cleanup * Update snapshot * Rename props * Rename props[2] * Disable hover is onClick is missing * Fix alert rule item * Update snapshot * Export CardProps * Replace logo * Remove tag prop * Remove extra div * Add @public * Update AlertRuleItem * Simplify disabled logic * Export Card styles * Remove AlertRuleItem tooltips * Revert to old button design * Make component internal Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
Alex Khomenko committed -
* add IoT category to datasources * add more enterprise plugins * add more enterprise plugins
Ryan McKinley committed -
Hugo Häggmark committed
-
- 27 Oct, 2020 9 commits
-
-
Signed-off-by: Anthony D'Atri <anthony.datri@gmail.com>
Anthony D'Atri committed -
Torkel Ödegaard committed
-
* Add story * Add docs * Get rid of selectThemeVariant * Minor tweaks
Alex Khomenko committed -
Ref #28248 Co-authored-by: Sofia Papagiannaki <papagian@users.noreply.github.com>
Marcus Efraimsson committed -
* Fix backend build on Windows Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Fix remaining build.go issues on Windows Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
Scott Lepper committed
-
* first pass * return list * types and cleanup * add to plugin page and add styles * update comment * update comment * fix component path * simplify error component * simplify error struct * fix tests * don't export and fix string() * update naming * remove frontend * introduce phantom loader * track single error * remove error from base * remove unused struct * remove unnecessary filter * add errors endpoint * Update set log to use id field Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> * skip adding BE plugins * remove errs from plugin + ds list * remove unnecessary fields * add signature state to panels * Fetch plugins errors * grafana/ui component tweaks * DS Picker - add unsigned badge * VizPicker - add unsigned badge * PluginSignatureBadge tweaks * Plugins list - add signatures info box * New datasource page - add signatures info box * Plugin page - add signatures info box * Fix test * Do not show Core label in viz picker * Update public/app/features/plugins/PluginsErrorsInfo.tsx Co-authored-by: Torkel Ödegaard <torkel@grafana.org> * Update public/app/features/plugins/PluginListPage.test.tsx Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com> * Update public/app/features/plugins/PluginListPage.tsx Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com> * Update public/app/features/datasources/NewDataSourcePage.tsx Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com> * Review comments 1 * Review comments 2 * Update public/app/features/plugins/PluginsErrorsInfo.tsx * Update public/app/features/plugins/PluginPage.tsx * Prettier fix * remove stale backend code * Docs issues fix Co-authored-by: Will Browne <will.browne@grafana.com> Co-authored-by: Will Browne <wbrowne@users.noreply.github.com> Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> Co-authored-by: Torkel Ödegaard <torkel@grafana.org> Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
Dominik Prokop committed -
* Use fetch API in InfluxDB data source * Review comments
Dominik Prokop committed -
* use percentage on topPanel, limit resize * add relative size to rightPanel, resize split panes on resize * lock min size of options pane to min 300px, adding debounce * sorting imports * assigning the ref, remove debounce * set default uistate to number instead of string * revert go.sum and go.mod * fix go.mod
Peter Holmberg committed
-