- 01 Nov, 2020 1 commit
-
-
Typo fix!
Éamon Ryan committed
-
- 31 Oct, 2020 1 commit
-
-
* Chore: Convert sqlstore annotation test from GoConvey to testify * Use require.NoError * Use assert.Empty * Use assert.NoError in test cleanup
Emil Hessman committed
-
- 30 Oct, 2020 10 commits
-
-
* Add tests for main scenarios * Add tests for split * Remove unnecessary code * Fix opening datasource picker * Mock missing function
Andrej Ocenas committed -
Dominik Prokop committed
-
* Changelog update * Update CHANGELOG.md * Update CHANGELOG.md Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Dominik Prokop committed -
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* Build: changing docs dev-environment I have added a new image that will include the auto-generated frontend docs so you don't have to generate those locally prior to running the doc container. This has a dependency on this PR: https://github.com/grafana/website/pull/2744 and that we publish a version of the `grafana/docs-devenv` image. * will ignore everything (even symbolic links) * fixed spelling. * added newline. * updated image name.
Marcus Andersson committed -
Andrej Ocenas committed
-
* Fix logSeriesToLogsModel when some data frames have empty fields * Update test * Update public/app/core/logs_model.ts Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com> Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com>
Ivana Huckova committed -
Zoltán Bedi committed
-
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 14 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
-