- 29 Sep, 2020 12 commits
-
-
* Fix typo and clarify need for query editor * Update docs/sources/developers/plugins/add-support-for-annotations.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Marcus Olsson committed -
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
The old link (https://owasp.org/index.php/SameSite) no longer works, so I suggest to use this one instead: https://owasp.org/www-community/SameSite
MorgeMoensch committed -
Ryan McKinley committed
-
... to hopefully avoid race conditions with working directory changes
Steven Vachon 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 -
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* Add docs for TagsInput * Add import to TagsInput.story.tsx * Update packages/grafana-ui/src/components/TagsInput/TagsInput.mdx Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com> Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
Jess committed -
* Fix gdev dashboard * API for declarative Axis, Series and Scales configuration * Bring back time zone change support * Update tests and fix type errors * Review comments and fixes
Dominik Prokop committed -
* Add time range parameters to labels API Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com> * Fix minor issues Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com> * Add range to explore component Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com> * Add range to query component Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com> * Cache metric names for time range Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com> * Update public/app/plugins/datasource/prometheus/components/PromQueryField.tsx Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com> * Remove unused method Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com> * Only compare the ranges Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com> * Update public/app/plugins/datasource/prometheus/components/PromQueryField.tsx Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com> Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com>
Kemal Akkoyun committed -
Asterisk character is used for italicizing by the styling engine. It needs to be escaped with a backslash.
Heliodor Jalba committed
-
- 28 Sep, 2020 14 commits
-
-
* Default `useSpinner` to a void argument * Use promise-based file system functions in package:build
Steven Vachon committed -
* Update position of buttons * Refactor, add tests * Pass onKeydown func * Update public/app/plugins/datasource/prometheus/components/PromQueryField.tsx Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com> Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com>
Ivana Huckova committed -
* Add X-Ray to whats new * Update docs/sources/guides/whats-new-in-v7-2.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Add missing titles Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Zoltán Bedi committed -
Berbe committed
-
* Document Update Changes from 'being" to "be" * Document Change Changes from "exporation" to "exploration"
Nitesh Koushik S committed -
* Document update Change in key word "to" to "two" * Document Update Grammer correction * Document Update Changes made as per the suggestion
Nitesh Koushik S committed -
* Document update Proper punctuations * Document update Punctuations and grammar correction * Document Update Proper punctuations. * Document Update Changes as per the suggestion
Nitesh Koushik S committed -
* Document Update Capitalization and grammar change * Document change Spelling and grammar correction
Nitesh Koushik S committed -
Phil Nichol committed
-
* use new inline form styles * remove fragment * rename some of the GEL form labels * s/gel type/operation for label Co-authored-by: kyle <kyle@grafana.com>
Peter Holmberg committed -
* Move styles to emotion * Move FormLabel to forms * Add mdx file * Setup InlineField * Add InlineField docs * Add grow prop * Add isKeyword prop * Add filled Field * Keep legacy form label * InlineFormLabel => InlineLabel * Update references * Add multiple elements example * Revert label * Add InlineFieldRow * Adjust label width * Export InlineFieldRow * Expand props from base components * Remove isKeyword prop * Remove fill prop * Update docs * Update docs [2]
Alex Khomenko committed -
typo ... without or without
mshaferweb committed -
* Add docs for FormattedValueDisplay * Move to visualizations
Alex Khomenko committed -
* minor nits in paneleditor * add events for queries and transformations * fix spelling * add event to alertctrl * revert alert changes * re add force update * reduce events
Peter Holmberg committed
-
- 26 Sep, 2020 3 commits
-
-
* Document Update Changes from "advice" to "advise" * Document Update Changes made as per the suggestion
Nitesh Koushik S committed -
Marcus Olsson committed
-
achatterjee-grafana committed
-
- 25 Sep, 2020 11 commits
-
-
* Reorganized topic. Added section on how to install Grafana using standalone binary files. * Added next steps section. * Updated list numbering.
achatterjee-grafana committed -
* moved files out of tutorials folder * link update * updated weights * moved Explore * move files and fix links * moved files out of features * Revert "moved files out of features" This reverts commit 5e44cbcc95288d653f9d89f9516c96173d542967. * fixed links
Diana Payton committed -
Steven Vachon committed
-
* Document Update Proper punctuations * Document Update Proper punctuations * Document Update Adding punctuations
Nitesh Koushik S committed -
* Update share_panel.md * Update share_panel.md
Diana Payton committed -
Diana Payton committed
-
Changes made form "visualisation" to "visualization"
Nitesh Koushik S committed -
* Update _index.md * Revert "Update _index.md" This reverts commit 5a5052691d414cb706e2030492fb70ec328722b3. * Update _index.md
Diana Payton committed -
Will Browne committed
-
* Chore: Upgrade typescript and related packages Closes #27115 * Apply suggestions from code review Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com> * fixes some tests * Fix failing tests * Apply suggestions from code review Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com> Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com> Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
kay delaney committed -
* Add reference to plugin examples * Remove unintended whitespace
Marcus Olsson committed
-