Arve Knudsen
6671e4ec32
Chore: Upgrade build pipeline tool ( #27893 )
...
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
2020-09-29 16:09:46 +02:00
Arve Knudsen
3f728501df
Drone: Fix Windows installer upload ( #27890 )
...
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
2020-09-29 15:45:59 +02:00
Arve Knudsen
262a6faad0
Chore: Upgrade build-pipeline tool ( #27888 )
...
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
2020-09-29 14:24:18 +02:00
Jess
339ef7a1a8
Add docs for TagsInput ( #27881 )
...
* 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>
2020-09-29 14:30:57 +03:00
Dominik Prokop
b995381816
Proposal: Declarative API for axes, scales and series configuration in Graph NG ( #27862 )
...
* 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
2020-09-29 13:25:10 +02:00
Kemal Akkoyun
0c70308870
Prometheus: Add time range parameters to labels API ( #27548 )
...
* 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>
2020-09-29 11:05:57 +02:00
Heliodor Jalba
5c1c5f4178
Fix how multiplication is displayed ( #27825 )
...
Asterisk character is used for italicizing by the styling engine. It needs to be escaped with a backslash.
2020-09-29 08:53:37 +02:00
Steven Vachon
4fd8ff092e
@grafana-toolkit: promise improvements ( #27868 )
...
* Default `useSpinner` to a void argument
* Use promise-based file system functions in package:build
2020-09-28 15:43:01 -04:00
Ivana Huckova
d7e192a8fe
Prometheus/Explore: Update position of fields in editor ( #27816 )
...
* 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>
2020-09-28 21:25:16 +02:00
Zoltán Bedi
e82e3f27a5
Add X-Ray to whats new ( #27867 )
...
* 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>
2020-09-28 21:08:38 +02:00
Berbe
7c0bd29fcc
Fix: bps & Bps default scale remains decimal (backwards-compatibility) ( #27838 )
2020-09-28 19:24:09 +02:00
Nitesh Koushik S
c6502afa77
Docs: Document Update ( #27851 )
...
* Document Update
Changes from 'being" to "be"
* Document Change
Changes from "exporation" to "exploration"
2020-09-28 09:32:40 -07:00
Nitesh Koushik S
ed4e47df11
Docs: Document update ( #27783 )
...
* Document update
Change in key word "to" to "two"
* Document Update
Grammer correction
* Document Update
Changes made as per the suggestion
2020-09-28 09:28:00 -07:00
Nitesh Koushik S
5be468eda5
Docs: Document update ( #27785 )
...
* Document update
Proper punctuations
* Document update
Punctuations and grammar correction
* Document Update
Proper punctuations.
* Document Update
Changes as per the suggestion
2020-09-28 09:27:22 -07:00
Nitesh Koushik S
bbd3e5041e
Document Update ( #27850 )
...
* Document Update
Capitalization and grammar change
* Document change
Spelling and grammar correction
2020-09-28 11:30:55 -04:00
Phil Nichol
7473e2ae60
Docs: Corrected incorrect uses of (setup|set up) ( #27835 )
2020-09-28 08:27:50 -07:00
Peter Holmberg
2114614197
GEL: Editor UI updates ( #27859 )
...
* 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>
2020-09-28 16:44:52 +02:00
Alex Khomenko
c35bd84ff1
Grafana-UI: Refactor legacy inline form components ( #27660 )
...
* 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]
2020-09-28 14:24:25 +03:00
mshaferweb
d40bfd4f10
Update timeseries-dimensions.md ( #27844 )
...
typo ... without or without
2020-09-28 10:12:01 +02:00
Alex Khomenko
3188524f1f
Grafana-UI: Add docs for FormattedValueDisplay ( #27759 )
...
* Add docs for FormattedValueDisplay
* Move to visualizations
2020-09-28 10:16:20 +03:00
Peter Holmberg
244c28750c
Fix: Update badges on PanelEditor tabs when adding a query/transformation/alert ( #27729 )
...
* 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
2020-09-28 09:06:46 +02:00
Nitesh Koushik S
336636572b
Document Update ( #27795 )
...
* Document Update
Changes from "advice" to "advise"
* Document Update
Changes made as per the suggestion
2020-09-26 12:41:52 -04:00
Marcus Olsson
e746e52bda
Add Share query results docs ( #27792 )
2020-09-26 15:29:08 +02:00
achatterjee-grafana
d35b78a023
Removed bookmarks. ( #27833 )
2020-09-25 20:22:33 -04:00
achatterjee-grafana
c73d7db092
Mac os install changes ( #27779 )
...
* Reorganized topic. Added section on how to install Grafana using standalone binary files.
* Added next steps section.
* Updated list numbering.
2020-09-25 19:55:53 -04:00
Diana Payton
552e4cb84d
Docs: Remove feature folder ( #27830 )
...
* 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 5e44cbcc95
.
* fixed links
2020-09-25 13:53:13 -07:00
Steven Vachon
f38e431632
@grafana/e2e: selectOption flow now accepts a config object ( #27827 )
2020-09-25 16:10:55 -04:00
Nitesh Koushik S
1dc658f521
Document Update ( #27782 )
...
* Document Update
Proper punctuations
* Document Update
Proper punctuations
* Document Update
Adding punctuations
2020-09-25 14:45:32 -04:00
Diana Payton
c635807cf1
Docs: Fix link in share_panel.md ( #27823 )
...
* Update share_panel.md
* Update share_panel.md
2020-09-25 10:41:04 -07:00
Diana Payton
0138bbee3d
Update documentation-markdown-guide.md ( #27817 )
2020-09-25 10:16:11 -07:00
Nitesh Koushik S
9335c92e0b
Document update ( #27798 )
...
Changes made form "visualisation" to "visualization"
2020-09-25 11:56:29 -04:00
Diana Payton
447169fb59
Docs: Fix bullet list ( #27815 )
...
* Update _index.md
* Revert "Update _index.md"
This reverts commit 5a5052691d
.
* Update _index.md
2020-09-25 08:49:57 -07:00
Will Browne
c764e3c37b
remove org deprecation logs ( #27788 )
2020-09-25 16:51:12 +02:00
kay delaney
d322417217
Chore: Upgrade typescript and related packages ( #27316 )
...
* 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>
2020-09-25 15:48:41 +01:00
Marcus Olsson
3b8701a35d
Docs: Add reference to plugin examples ( #27809 )
...
* Add reference to plugin examples
* Remove unintended whitespace
2020-09-25 16:47:52 +02:00
Nitesh Koushik S
d6ed7c2344
Document Changes ( #27812 )
...
Removal of repeated keywords.
2020-09-25 10:29:15 -04:00
Nitesh Koushik S
f9ab6975ba
Document Update ( #27806 )
...
* Document Update
Capitalizing the words
* Document Update
Changes made as per the suggestion
2020-09-25 10:22:43 -04:00
Nitesh Koushik S
b6ae70e66d
Document Update ( #27799 )
...
Removal of additional ". (dot)"
2020-09-25 10:22:00 -04:00
Nitesh Koushik S
e3aecb086f
Document Update ( #27811 )
...
* Document Update
Grammar correction
* Document correction
Spelling correction from "Gooogle" to "Google"
* Document update
adding a comma, as per suggestion
2020-09-25 10:18:21 -04:00
Nitesh Koushik S
5af2634c34
Document Change ( #27797 )
...
* Document Change
Changes made form "contains" to "contain"
* Document Update
Changes from "returns" to "return"
2020-09-25 10:17:15 -04:00
Nitesh Koushik S
14895aeaba
Document change ( #27808 )
...
Change in keyword "cryptogtraphic" to "cryptographic"
2020-09-25 09:57:03 -04:00
Nitesh Koushik S
4da2fa9973
Document update ( #27807 )
...
Grammar correction
2020-09-25 09:49:21 -04:00
Bill Oley
334cb41a99
Move error log in social.go inside err != nil ( #27804 )
2020-09-25 15:24:16 +02:00
Nitesh Koushik S
69ba7bff82
Document Update ( #27801 )
...
* Document Update
Correcting the JSON syntax
* Document Update
Correcting the JSON syntax
2020-09-25 15:21:45 +02:00
Ivana Huckova
336699c575
Fix formating of results from instant queries in Explore ( #27767 )
2020-09-25 14:34:33 +02:00
Hugo Häggmark
204641a202
Variables: Prevents unnecessary calls to update options ( #27790 )
...
* Variables: Prevents unnecessary calls to update options
* Tests: adds tests for QueryVariableEditor
2020-09-25 13:40:03 +02:00
Torkel Ödegaard
193565ca26
BarGauge: Fixed scrollbar showing for bar gague in Firefox ( #27784 )
2020-09-25 13:32:28 +02:00
Hugo Häggmark
0bb8b32821
Mysql: Support request cancellation properly (Uses new backendSrv.fetch Observable request API) ( #27649 )
2020-09-25 12:46:28 +02:00
Ryan McKinley
3ae6ba034d
Graph NG: make series color easy to clear ( #27778 )
2020-09-25 11:46:39 +02:00
William Assis
8a22111a8e
Toolkit: Add --coverage flag to plugin build command ( #27743 )
...
* Add --coverage option to build script
* Update README
2020-09-25 08:12:00 +02:00