- 04 Nov, 2020 6 commits
-
-
* Update fieldReducer.ts addition of percentage difference to the singlestat panel * Update time_series2.ts * Update module.ts * Update calculations-list.md * Update docs/sources/panels/calculations-list.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update public/app/plugins/panel/singlestat/module.ts Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update module.ts * Update calculations-list.md * Update calculations-list.md * Update module.ts * Update fieldReducer.ts * Update fieldReducer.ts * Update fieldReducer.test.ts * change name to remove wildcard characters * Update calculations-list.md * Update time_series2.ts Fix spelling * Update module.ts * Update fieldReducer.ts * formatting * Update fieldReducer.ts * Update fieldReducer.test.ts * Update fieldReducer.test.ts Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
jedstar committed -
* Add Datetime local (No date if today) option * Add more tests * Revert to using function for local dateTime format This is required as Intl api used to convert date to local format is not present in node environments
Tushar Tripathi committed -
* Dashboard: Add named capture groups to variable query regex Variable query regex are able to use 'text' and 'value' named capture groups to allow for separate display text to be extracted from the query result. e.g. Using a regex of /foo="(?<text>[^"]+)|bar="(?<value>[^"]+)/g on a query result of metric{foo="FOO", bar="BAR"} would result in the variable value being set to 'BAR' but display text being set to 'FOO' Resolves #21076 * Improve regex capture group documentation * Update docs/sources/variables/filter-variables-with-regex.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Hugo Häggmark <hugo.haggmark@gmail.com> * Use text capture if value capture does not match This is to keep the behaviour consistent with the current behavior. See discussion https://github.com/grafana/grafana/pull/28625/files#r516490942 * Improve regex field placeholder and tooltip message To make the feature more discoverable to users the place holder example now includes the named capture groups. The tool tip message also includes a reference and link to the documentation. Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> Co-authored-by: Hugo Häggmark <hugo.haggmark@gmail.com>
yenalsnavaj committed -
* Interpolate variables in panel inspect title * Update public/app/features/dashboard/components/Inspector/InspectContent.tsx Co-authored-by: Torkel Ödegaard <torkel@grafana.org> * fix typo Co-authored-by: Torkel Ödegaard <torkel@grafana.org>
Dominik Prokop committed -
grafana/toolkit: Drop console and debugger statements by default when building plugin with toolkit (#28776)
Dominik Prokop committed -
Hugo Häggmark committed
-
- 03 Nov, 2020 16 commits
-
-
Torkel Ödegaard committed
-
* Adds storybook integrity check to dron config * Update starlark files * Review comments * Bump grabpl version * Drone: Fix dangling dependency Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Dominik Prokop committed -
Ryan McKinley committed
-
* Events: Removing unused or unnessary events * More cleanup * Updated
Torkel Ödegaard committed -
* fixed docs linting errors. * decreased the limit.
Marcus Andersson committed -
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* Angular: Update to angukar v1.8 with backward compatability monkey patches * Update fix * Updated * Updated * Fixes * Update wording * Update
Torkel Ödegaard committed -
* updated * Experimenting with event bus with legacy support * Before switch to emitter * EventBus & Emitter unification * Everything using new EventBus * Making progress * Fixing merge issues * Final merge issues * Updated * Updates * Fix * Updated * Update * Update * Rename methods to publish and subscribe * Ts fixes * Updated * updated * fixing doc warnigns * removed unused file
Torkel Ödegaard committed -
Peter Holmberg committed
-
* feat: added NGINX example for using websockets to Loki * chore: corrections after review * chore: more correrctions from review * chore: creview corrections * chore: addressed review comment by @achatterjee-grafana
Tomasz Napierala committed -
Rebased ndeevy:docs-config/configuration-consistency-update from grafana/master to resolve conflicts Co-authored-by: ndeevy <ndeevy@redhat.com>
ndeevy committed -
Cloudwatch: Fix issue with field calculation transform not working properly with Cloudwatch data (#28761) * Cloudwatch: Fix issue with reducer transform not working properly with Cloudwatch data * Updated go sdk and updated code * CloudWatch: Improve test Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Torkel Ödegaard committed -
Dominik Prokop committed
-
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
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 2 commits
-
-
* Add tests for main scenarios * Add tests for split * Remove unnecessary code * Fix opening datasource picker * Mock missing function
Andrej Ocenas committed