- 05 Nov, 2020 9 commits
-
-
* Add unlicensed property to plugins * Disable selecting unlicensed plugin * Add customizable plugin market place url * License: workaround enabled only in enterprise * linter * Move licensing info to front end * Update pkg/services/licensing/oss.go Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> * Update pkg/services/licensing/oss.go Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> * Update pkg/setting/setting.go Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> * Update pkg/setting/setting.go Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> * Update pkg/api/frontendsettings.go Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> * Update sample.ini * Update docs * Update packages/grafana-runtime/src/config.ts Co-authored-by: Torkel Ödegaard <torkel@grafana.org> * Update public/app/features/datasources/state/buildCategories.ts Co-authored-by: Torkel Ödegaard <torkel@grafana.org> * Update pkg/api/frontendsettings.go Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> * Update pkg/setting/setting.go Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> * Fix spelling Co-authored-by: Leonard Gram <leo@xlson.com> Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> Co-authored-by: Torkel Ödegaard <torkel@grafana.org>
Alex Khomenko committed -
Zoltán Bedi committed
-
Zoltán Bedi committed
-
* Fix linting issues Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
Marcus Andersson committed
-
* Chore: initial commit * Refactor: adds usages * Refactor: adds FeatureInfoBox * Refactor: uses graphs instead * Refactor: adds id, name, title to prop instead of key * Refactor: adds usages to VariablesList * Refactor: Moves unknowns to first page * Refactor: minor stylings and icons * Refactor: styling * Refactor: changed to button with modal * Refactor: adds VariablesDependenciesButton * Refactor: changes after UX feedback * Refactor: renames heading * Refactor: changes after PR comments * Refactor: small changes after PR comments
Hugo Häggmark committed -
* Marked: Upgrade and always sanitize by default * Added test * corrected text panel logic
Torkel Ödegaard committed -
Daniel Lizardo committed
-
- 04 Nov, 2020 13 commits
-
-
Alert: Remove z-index on Alert component so that it does not overlay ontop of other content (#28834)
Torkel Ödegaard committed -
Will Browne committed
-
* Gauge: Improved font size calculations * Added some comments * update * Moving to variable
Torkel Ödegaard committed -
* grafana/toolkit: allow builds with lint warnings * Remove redundant code
Dominik Prokop committed -
Dominik Prokop committed
-
* Replace font awesome icons where possible * Implement small updates
Ivana Huckova committed -
Dominik Prokop committed
-
* 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 2 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
-