Emil Tullstedt
30771f25bf
Revert "Modules: Add goavro dependency for extensions ( #20920 )" ( #20928 )
...
Goavro doesn't compile on 32-bit systems.
This reverts commit 413be3a6a0
.
2019-12-06 14:10:07 +01:00
Diana Payton
1d2a7a2c37
Docs: Update debian.md ( #20910 )
...
Minor edits
2019-12-06 12:04:29 +01:00
Erik Sundell
6f468c670a
UI: Segment Input change ( #20925 )
...
* Add input segment
* Rename story
* Cleanup
* Fix lint error
* More cleanup
* Use measure text util
* Keep value in local state
2019-12-06 11:50:45 +01:00
Emil Tullstedt
413be3a6a0
Modules: Add goavro dependency for extensions ( #20920 )
2019-12-06 10:33:19 +01:00
Erik Sundell
047abc87c2
UI: Segment Input ( #20904 )
...
* Add input segment
* Rename story
* Cleanup
* Fix lint error
* More cleanup
* Export ui component
* Use measure text util
2019-12-06 10:24:34 +01:00
Erik Sundell
a533e00622
Remove escaping of \ ( ) characters ( #20915 )
2019-12-06 09:59:33 +01:00
Torkel Ödegaard
2a44cbd137
AngularPanels: Check for digest cycle on root scope ( #20919 )
2019-12-06 09:03:14 +01:00
Shavonn Brown
ced13da889
InfluxDB: Use new datasource update option funcs ( #20907 )
2019-12-06 08:57:05 +01:00
Diana Payton
4a25ec0d36
Docs: Update debian-ubuntu installation instructions ( #20875 )
...
* Update debian-ubuntu installation
Major rework of debian.md, minor updates to a configuration.md and upgrading.md.
* updated docs
Updated per Torkel's comments
* Update debian.md
Added wget to common properties install command
* Update docs/sources/installation/debian.md
Co-Authored-By: Dan Cech <dcech@grafana.com>
* Update docs/sources/installation/debian.md
Co-Authored-By: Dan Cech <dcech@grafana.com>
* Update docs/sources/installation/debian.md
Co-Authored-By: Dan Cech <dcech@grafana.com>
* Update docs/sources/installation/debian.md
Co-Authored-By: Dan Cech <dcech@grafana.com>
* Update docs/sources/installation/debian.md
Co-Authored-By: Dan Cech <dcech@grafana.com>
* Update docs/sources/installation/debian.md
Co-Authored-By: Dan Cech <dcech@grafana.com>
* Update docs/sources/installation/debian.md
Co-Authored-By: Dan Cech <dcech@grafana.com>
* Apply suggestions from code review
Co-Authored-By: Dan Cech <dcech@grafana.com>
* Update upgrading.md
* Update upgrading.md
* Update debian.md
Added ARM link
2019-12-05 10:51:08 -08:00
Torkel Ödegaard
a9bf8f80e9
Search: Fixed angular digest issues ( #20906 )
2019-12-05 19:17:26 +01:00
Erik Sundell
9d9f0e1b8c
Remove false positive error message for expression and id field ( #20864 )
2019-12-05 18:38:40 +01:00
Robby Milo
d8984d211c
fix notifications page ( #20903 )
2019-12-05 17:12:00 +01:00
Diana Payton
4a7c514727
Update documentation-style-guide.md ( #20871 )
...
Updated "open source" word usage.
2019-12-05 07:24:32 -08:00
Robby Milo
cbd81ffeb8
Docs: update content to work with website repo ( #20693 )
...
Updates the docs to work with the website repo - mainly
relative link updates.
Adds a menu.yaml file to build the sidebar menu (no longer
using front matter weight).
2019-12-05 13:09:57 +01:00
Ivana Huckova
827688f152
Elastic: Fix multiselect variable interpolation for logs ( #20894 )
2019-12-05 11:55:03 +01:00
Torkel Ödegaard
20fad92a80
Singlestat: Fixed unit not showing and switched to new unit picker ( #20892 )
2019-12-05 11:54:14 +01:00
Torkel Ödegaard
87485e24a4
MetaAnalytics: Minor fix for meta analytics event ( #20888 )
...
* Minor fix for meta analytics event
* Fixed dashboardSrv issue
* Added timeSinceNavigationStart
2019-12-05 11:51:38 +01:00
Andrej Ocenas
c4c031ef43
Explore: Cleanup redundant state variables and unused actions ( #20837 )
2019-12-05 11:22:46 +01:00
kay delaney
880fbcb09a
Chore/Tech debt: Remove (most) instances of $q angular service use ( #20668 )
...
* Chore/Tech debt: Remove (most) instances of $q angular service use
Removes instances where the angular $q service is used and replaces
it with native Promises.
2019-12-05 09:04:03 +00:00
Torkel Ödegaard
62f0aca3e6
AngularPanels: Fixed loading spinner being stuck in some rare cases ( #20878 )
2019-12-05 08:59:07 +01:00
Hendrik van Huyssteen
9a7a1b86ee
TeamPicker: Increase size limit from 10 to 100 ( #20882 )
2019-12-05 08:32:18 +01:00
Dominik Prokop
178bb1d3ab
Echo: mechanism for collecting custom events lazily ( #20365 )
...
* Introduce Echo for collecting frontend metrics
* Update public/app/core/services/echo/Echo.ts
Co-Authored-By: Peter Holmberg <peterholmberg@users.noreply.github.com>
* Custom meta when adding event
* Rename consumer to backend
* Remove buffer from Echo
* Minor tweaks
* Update package.json
* Update public/app/app.ts
* Update public/app/app.ts
* Collect paint metrics when collecting tti. Remove echoBackendFactory
* Update yarn.lock
* Move Echo interfaces to runtime
* progress on meta and echo
* Collect meta analytics events
* Move MetaanalyticsBackend to enterprise repo
* Fixed unit tests
* Removed unused type from test
* Fixed issues with chunk loading (reverted index-template changes)
* Restored changes
* Fixed webpack prod
2019-12-05 08:30:39 +01:00
Torkel Ödegaard
4b8a50e70b
StatPanel: change to beta
2019-12-04 21:34:33 +01:00
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