- 03 Nov, 2020 2 commits
-
-
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* add mdx * fixes after pr feedback
Peter Holmberg committed
-
- 02 Nov, 2020 14 commits
-
-
achatterjee-grafana committed
-
* gtime: Make calculations independent of current time Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Introduce gtime.ParseDuration function Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * gtime: Fix ParseDuration Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* Remove redundant path URIdecoding * Remove redundant comments
Ivana Huckova committed -
* fix(dashboard): flex-basis so child height percentages are respected * fix(dashboard): reset scrollTop when entering view panel mode
Jack Westbrook committed -
Provisioning: Fixed problem with getting started panel being added to custom home dashboard (#28750) * Provisioning: Fixed problem with getting started panel being added to custom home dashboard * Fixed comment * Update pkg/api/dashboard.go Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Torkel Ödegaard committed -
* Removed auto-capitalization from the login form On mobile browsers, by default most keyboards will auto capitalize the first letter of the email/username, which is case sensitive. This PR fixes that. * Fixed autoCapitalize react keyword
tabarra committed -
Dominik Prokop committed
-
* refactor(permissionlist): replace legacyform components with next-gen equivalents * refactor(permissionlist): replace legacyform components * refactor(permissionlist): clean up PermissionsInfo * feat(grafana-ui): define line-height for Select option descriptions * refactor(permissionlist): remove debug code * refactor(permissionlist): simplify component tree with horizontalgroup. Add label * refactor(permissionlist): remove redundant classname from Select
Jack Westbrook committed -
* Dependencies: Remove unused dependency * Remove import * Updated
Torkel Ödegaard committed -
Alex Khomenko committed
-
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* Drone: Upgrade build-pipeline tool Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Drone: Raise Drone's memory limit for build-storybook Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* TableFilters: Fixes filtering with field overrides * Refactor: changes after PR comments
Hugo Häggmark committed -
Hugo Häggmark committed
-
- 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 12 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
-