Shavonn Brown
2098b9eb44
Azure Monitor: Standardize Config Editor Implementation ( #20455 )
...
* initial changes - removal from state, remove anon functions, reset secrets empty
* post testing cleanup
* init promise cancellation, other cleanup
* workspaces response parser, remove version incrementing
* update datasource funcs - DRYer
* remove prop mutation
* func to modify root config opt
* fix version issue
* update snapshot
2019-12-04 14:35:53 -05:00
Marcus Andersson
5f72bfe6e7
GraphTooltip: added boundaries so we never render tooltip outside window. ( #20874 )
2019-12-04 18:08:49 +01:00
Dominik Prokop
ad33d95dd3
Graphite: Use data frames when procesing annotation query in graphite ds ( #20857 )
...
* Use data frames when procesing annotation query in graphite ds
* Remove destruct
2019-12-04 18:07:11 +01:00
Andrej Ocenas
4c9cb415ec
Elastic: Fix parsing for millisecond number timestamps ( #20290 )
...
* Stop parsing 'field'
* Remove time field from query for docs queries
* Test refactor to test all versions
* Fix tests
2019-12-04 14:43:43 +01:00
Robby Milo
c43aa3485c
Docs: Sync docs with website repo via GitHub Action ( #20694 )
...
* add GitHub action to sync docs with website repo
* remove trigger-docs-update from circleci jobs
* update access token
2019-12-04 14:36:50 +01:00
Marcus Andersson
7a710737ae
Gauge/BarGauge: Added support for value mapping of "no data"-state to text/value ( #20842 )
...
* FieldDisplay: added support for value mapping of no data state.
Committer: Marcus Andersson <marcus.andersson@grafana.com>
* FieldDisplay: fixed issue when switching between modes and display numeric was null.
* ValueMapping: introduced a private function for checking null values.
* FieldDisplay: refactoring of test setup to reduce duplication.
* Docs: added info about new 'no data' value to text mapping.
* Docs: improved according to feedback. Reverted prettier formatting changes.
* FieldDisplay: removed unused import.
2019-12-04 14:29:42 +01:00
Erik Sundell
e0229045f2
UI: Use SelectableValue as Segment value ( #20867 )
...
* Use SelectableValue for segment value
* Update cloudwatch components to use new segment props
2019-12-04 13:55:23 +01:00
kay delaney
b111fee642
Datasource/Loki: Fixes issue where time range wasn't being supplied with annotation query ( #20829 )
...
* Datasource/Loki: Fixes issue where time range wasn't being supplied with annotation query
Closes #20667
* Add test to verify new behavior
* Added end/start check to test
2019-12-04 12:43:22 +00:00
Arve Knudsen
abc7893fdc
Server: Return 404 when non-pending invite is requested ( #20863 )
...
Server API: Return 404 when non-pending invite is requested
2019-12-04 13:01:37 +01:00
Andrej Ocenas
6682a36b8a
Explore: Fix reset reducer duplication ( #20838 )
2019-12-04 12:51:15 +01:00
Marcus Efraimsson
79c0fa4ca5
CLI: Return error and aborts when plugin file extraction fails ( #20849 )
...
Return error and aborts when plugin file extraction fails.
If file is in use, a somewhat user-friendly message is returned.
Fixes #20841
2019-12-04 12:48:40 +01:00
kay delaney
02bbdca604
Datasource/Loki: Simplifies autocompletion ( #20840 )
...
Unifies loki autocomplete so behavior isn't different
across explore modes.
Closes #20769
2019-12-04 09:00:35 +00:00
Milan Pavlik
fd2b39a3e9
Update README.md ( #20820 )
2019-12-04 09:09:23 +01:00
Ryan McKinley
d7c76dacad
ValueFormats: dynamically create units ( #20763 )
...
* update fixed
* update fixed
* update fixed
* don't change any tests
* add mising space
* Custom unit formats
* return a string for kbn
* return a string for kbn
* return a string for kbn
* Simplify unit tests
* More units
* fix more tests
* fix more tests
* fix more tests
* format values
* format values
* TimeSeries to string
* more kbn tests
* use the formatted value
* BarGauge: Fixed font size calculations
* support prefix
* add si support
* avoid npe
* BarGauge/BigValue: value formatting
* fix some tests
* fix tests
* remove displayDateFormat
* another unicode char
* Graph: Use react unit picker
* Updated unit picker
* Fixed build errors
* more formatting
* graph2 tooltip formatting
* optional chaining
2019-12-04 09:08:07 +01:00
Ryan McKinley
3289ee8b77
@grafana/data: don't export ArrowDataFrame ( #20855 )
2019-12-03 23:17:48 -08:00
Kyle Brandt
431bf2b179
@grafana/data: export ArrowDataFrame ( #20832 )
2019-12-03 21:17:36 -08:00
Andrej Ocenas
700b93a75c
Docs: Add section about derived fields for Loki ( #20648 )
2019-12-03 23:38:25 +01:00
kay delaney
a093fbb51a
Migration: Migrate org switcher to react ( #19607 )
...
* Migration: Migrate org switcher to react
* Improve modal overflow behavior
* Updated modal backdrop
* Renamed type
* Modal: Refactoring and reducing duplication
2019-12-03 22:47:19 +01:00
Diana Payton
5cd4ffffe3
Remove screencasts.md ( #20845 )
...
Deleted file and removed link
2019-12-03 13:24:08 -08:00
Diana Payton
363bd1174a
Update requirements.md ( #20778 )
...
* Update requirements.md
Thoroughly read through and edited requirements.md
* Update requirements.md
Changed line 41 to Grafana data source proxy
2019-12-03 08:06:43 -08:00
Ivana Huckova
5a4465a382
Explore: Log message line wrapping options for logs ( #20360 )
2019-12-03 13:02:44 +01:00
Dima Ryskin
2027e1aaee
AlertNotifier: Support alert tags in OpsGenie notifier ( #20810 )
...
* support alert tags in OpsGenie notifier
* update readme: OpsGenie alert tags support
* lintfix: remove redundant string formatting
2019-12-03 11:54:37 +01:00
Dominik Prokop
3f348287aa
Fix prettier ( #20827 )
2019-12-03 10:23:41 +01:00
Ivana Huckova
45259f4362
Loki: Support for template variable queries ( #20697 )
2019-12-03 09:40:22 +01:00
Ivana Huckova
5710e52c11
Explore: Export timezone from redux state ( #20812 )
2019-12-03 09:38:47 +01:00
Dominik Prokop
31181c9981
Forms: introduce checkbox ( #20701 )
...
* introduce checkbox theme variables
* Add checkbox component
* Style tweaks
* Namespace form styles returned from getFormStyles
* Name fix
2019-12-03 09:29:44 +01:00
Peter Holmberg
aa9d00d019
OpenTsdb: Migrate Config Editor to React ( #20808 )
2019-12-03 08:56:05 +01:00
Philipp Nowak
64916cd7a9
TablePanel, GraphPanel: Exclude hidden columns from CSV ( #19925 )
...
* TablePanel: Don't include hidden columns in CSV export
Fixes #12076
* GraphPanel: Don't include hidden series in CSV export
Series are hidden if all values are zero/empty and the relevant graph
option is enabled as well. (e.g. "Hide series: With only nulls")
Fixes #12076
2019-12-02 21:58:36 +01:00
Ryan McKinley
e216044c75
DataFrame: add utilities to @grafana/data that support apache arrow ( #20813 )
2019-12-02 12:39:50 -08:00
Torkel Ödegaard
74ac73716f
Panels: Fixed transparency option for angular panels ( #20814 )
2019-12-02 20:28:38 +01:00
Mitsuhiro Tanda
a1605c58d9
CloudWatch: Upgrade aws-sdk-go ( #20510 )
...
There is security risk of SSRF if Grafana is running on EC2.
#20508
2019-12-02 19:25:44 +01:00
Diana Payton
899de7fe27
Update documentation-style-guide.md ( #20777 )
...
Updated the word usage in the documentation style guide with checkout and check out.
2019-12-02 09:47:45 -08:00
Ivana Huckova
e68e93f595
Chore: Move Prometheus datasorce tests from specs folder and merge duplicated test files ( #20755 )
2019-12-02 18:14:26 +01:00
Torkel Ödegaard
87d19787b4
Profile: Remove sign-out tab from profile page ( #20802 )
...
* Profile: Remove sign-out tab
* Fixed formatting
* Updated formatting
2019-12-02 18:03:28 +01:00
Sebastian Markgraf
a7a9bcbcbb
Doc: Change inline comment on interface to doc comment ( #20794 )
2019-12-02 16:38:04 +01:00
Arve Knudsen
b1af28122b
Server: Fail when unable to create log directory ( #20804 )
2019-12-02 15:40:32 +01:00
Torkel Ödegaard
8b7cd15314
Update stale.yml
2019-12-02 15:20:07 +01:00
Torkel Ödegaard
6c20dc6463
Rename config.yaml to config.yml
2019-12-02 13:52:20 +01:00
Torkel Ödegaard
31408d4912
GitHub: Add link to forum when adding new issue ( #20798 )
...
* GitHub: Add link to forum when adding new issue
* removed question template
* Moved to correct folder
2019-12-02 13:37:32 +01:00
kay delaney
68944f8286
Datasource/Loki: Fixes regression where enhanceDataFrame was not called ( #20660 )
...
* Datasource/Loki: Fixes regression where enhanceDataFrame was not called
Closes #20642
2019-12-02 12:05:40 +00:00
Torkel Ödegaard
d571e29aac
Updated changelog
2019-12-02 12:51:44 +01:00
Torkel Ödegaard
2e6974c7f8
Docs: Updated changelog
2019-12-02 12:51:44 +01:00
Sofia Papagiannaki
0b7a5d4ed1
SQLStore: Test admins/editors/viewers stats validity ( #20751 )
...
* Test admins/editors/viewers stats validity
* Use standard testing library instead of Convey
2019-12-02 10:14:20 +02:00
Christian Lamberty
6eb7813565
Graph-Panel: Center option for bar charts ( #19723 )
2019-12-01 22:53:29 -08:00
Torkel Ödegaard
cdb5e6a944
Packages: Fixed rollup issue with grafana-ui ( #20790 )
2019-12-02 07:44:42 +01:00
Torkel Ödegaard
7cda134762
Stalebot: update issue config ( #20789 )
2019-12-02 07:24:33 +01:00
Torkel Ödegaard
9b29842766
Stalebot: Automatically label PRs with no activity after 14 days as stale, then after 30 days close ( #20179 )
...
* WIP: Stalebot config draft
* Comment out issue stateless for now
2019-12-01 19:17:35 +01:00
Torkel Ödegaard
8894e2858c
StatPanel: ColorMode, GraphMode & JustifyMode changes ( #20680 )
...
* StatPanel: Options rethink
* Changed options to string based
* -Fixed tests
* Refactoring moving files
* Refactoring alignment factors
* Added alignment factors
* Added basic test
* Added unit test for layout
* Font size handling
* Font sizing works
* Progress on sizing
* Updated
* Minor update
* Updated
* Updated
* Removed line option
* updated
* Updated
* Updated
* Updated
* Highlight last point
* Fixed tests
* Code refactoring and cleanup
* updated
* Updated snapshot
2019-12-01 17:02:44 +01:00
Adam Zegelin
fcde26e2db
Units: Remove SI prefix symbol from new milli/microSievert(/h) ( #20650 )
2019-11-29 16:47:16 -08:00
Dieter Plaetinck
67bfdaeb3c
Graphite: Add metrictank dashboard to Graphite datasource ( #20776 )
...
Adds the latest metrictank dashboard (v0.13.1)
per https://github.com/grafana/metrictank/pull/1557
(same version lives on https://grafana.com/grafana/dashboards/279 )
fixes #20658
Note: for older versions of metrictank, some metrics may be a bit
different and thus some charts might not work.
2019-11-29 12:40:02 -08:00