Dimitris Sotirakis
bfcf82f861
Scuemata: Add grafana-cli command to validate resources against scuemata ( #33852 )
...
* Add validate-resource cli command
* Fixes according to reviewer's comments
2021-05-18 10:30:13 +03:00
Hugo Häggmark
93db2a099b
Revert "ForgottenPassword: Adds better error handling ( #34174 )" ( #34254 )
...
This reverts commit e246ec0d5b
.
2021-05-18 09:01:55 +02:00
Domas
815603dc19
fix rule editor remounting issue ( #34228 )
2021-05-18 09:42:52 +03:00
Gábor Farkas
bd4afe41ba
Tempo: fix handling of trace-not-found cases ( #34219 )
2021-05-18 08:33:53 +02:00
Dimitris Sotirakis
b9eab37149
Scuemata: Add MergeFS implementation to enable iteration for multiple filesystems ( #33989 )
...
* Add MergeFS implementation to enable iteration to multiple filesystems
* Fix linting
* Fix misplaced close file
* Move mergefs functionality into tests
* Fix linting
* Add mergefs test
* Dummy commit - remove
* Test fixes - renaming
* Fix ReadDir
# Keeps first filesystem's overridden file
* Fixes according to reviewer's comments
* Remove dummy test
* Remove walkdir
* Small test refactoring
2021-05-18 09:22:31 +03:00
Hugo Häggmark
3339d13a45
Variables: Fixes inconsistend selected states on dashboard load ( #34197 )
2021-05-18 06:10:22 +02:00
Ryan McKinley
de5cd4a7d3
Timeline: split "periodic" mode into its own panel ( #34171 )
2021-05-17 13:00:04 -07:00
achatterjee-grafana
c630393cf4
Updated relref to "Configuring exemplars" section ( #34240 )
2021-05-17 14:48:15 -04:00
Ryan McKinley
eba6f66fba
FieldDisplay: remove auto min/max for percent units ( #34234 )
2021-05-17 10:54:06 -07:00
Diana Payton
8f50b9abb4
Docs: Update whats-new-in-v8-0.md ( #34237 )
...
* Update whats-new-in-v8-0.md
* Update whats-new-in-v8-0.md
2021-05-17 19:52:11 +02:00
gotjosh
6384f86fb9
Alerting: Allow the notifier to log ( #34232 )
...
* Alerting: Allow the notifier to log
The notifier upstream code uses go-kit as its logging library. The
grafana specific logger is not compatible with this API. In this PR, I
have created a wrapper that implements io.Writer to make them
compatible.
2021-05-17 18:06:47 +01:00
Ryan McKinley
7b32c5439b
Timeseries: support boolean values out-of-the-box ( #34168 )
2021-05-17 09:52:47 -07:00
Kyle Brandt
331991ca10
UAlerting: Increase default max datapoints ( #34223 )
...
Change const value from 100 to 43200 (12 hours at 1sec interval)
2021-05-17 18:46:52 +02:00
Ivana Huckova
31c1fc3e6e
Explore: Fix Cannot read property 'emit' of null error ( #34114 )
...
* Use state.eventBridge for errors only if angular editor (some SQL data sources are still listening on this)
* Update public/app/features/explore/state/query.ts
* Update public/app/features/explore/state/query.ts
2021-05-17 17:48:04 +02:00
Ryan McKinley
edcefe1c8e
Chore: Rename "marketplace" app to "catalog" ( #34149 )
2021-05-17 08:27:56 -07:00
achatterjee-grafana
315ca109e1
Added exemplar topic ( #34147 )
...
* Added topic and definition.
* More changes.
* Update docs/sources/basics/exemplars.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Update docs/sources/basics/exemplars.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Update docs/sources/basics/exemplars.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Added the time series topic back.
* Update docs/sources/basics/exemplars.md
* Updated title.
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2021-05-17 11:21:07 -04:00
Zoltán Bedi
e1741695ac
Chore: remove redux-logger ( #34220 )
2021-05-17 16:43:40 +02:00
Diana Payton
d3d4c774e6
Docs: Add 8.0 data sources and auth content to What's new ( #34148 )
...
* Update whats-new-in-v8-0.md
* Update generic-oauth.md
* Update whats-new-in-v8-0.md
2021-05-17 16:38:57 +02:00
Vardan Torosyan
1e566e7783
Access control: Add phone-home metrics to check if fine-grained access control is enabled or not ( #34107 )
...
* Access control: Add phone-home metrics to check if fine-grained access control is enabled or not
* Apply suggestions from code review
2021-05-17 16:33:38 +02:00
Uchechukwu Obasi
85620f65a8
TextArea: updates story from knobs to control ( #34195 )
...
* TextArea: updates story from knobs to control
* removed the cols control since it has no effect on component
Co-authored-by: Hugo Häggmark <hugo.haggmark@gmail.com>
2021-05-17 15:31:09 +02:00
Uchechukwu Obasi
21f0509f8b
Table: updates story from knobs to control ( #34193 )
...
* Tables: updates story from knobs to control
* removes the Descending and sortByDisplayName controls since they have no effect on component
Co-authored-by: Hugo Häggmark <hugo.haggmark@gmail.com>
2021-05-17 14:27:05 +01:00
Sofia Papagiannaki
3e48fe9475
[Alerting]: Fix integration test ( #34204 )
2021-05-17 14:27:39 +02:00
Jack Westbrook
00253fe359
Dependencies: Remove duplicates from yarn.lock ( #34124 )
...
* build(yarn): run yarn-deduplicate on lock file
* chore(npm): clean up moment dependencies
* chore(npm): move dev dependencies out of dependencies
* chore(npm): bump moment-timezone to fix TS errors
* chore(npm): move dev dependencies to devDependencies in package.json
2021-05-17 14:18:54 +02:00
donomii
fc451cf277
Access Control: Add histograms for evaluator and permissions checks ( #34026 )
...
This patch adds metrics to support instrumenting the accesscontrols package.
It also instruments the accesscontrol evaluator and the permissions function.
Co-authored-by: Vardan Torosyan <vardants@gmail.com>
2021-05-17 13:52:16 +02:00
Ivana Huckova
25d42dbedb
QueryField: Remove carriage return character from pasted text ( #34076 )
...
* Remove carriage returns
* Clean up
2021-05-17 13:40:08 +02:00
Andrej Ocenas
bc4ec61f67
NodeGraph: Fix error when rendering in dashboards ( #34187 )
...
* Pass only serializable values to worker
* Fix random generated data frame
2021-05-17 13:20:49 +02:00
Ganesh Vernekar
d5ae55c5dd
NGAlert: Add message field to email notification channel ( #34044 )
...
Signed-off-by: Ganesh Vernekar <ganeshvern@gmail.com>
2021-05-17 16:05:09 +05:30
Oscar Kilhed
5a43bd4581
PieChart: Handle undefined custom.hideFrom in fieldConfig ( #34185 )
2021-05-17 11:34:14 +02:00
Domas
7a2dff741b
Alerting: Global config form for cloud alert manager ( #34074 )
2021-05-17 10:50:29 +02:00
Hugo Häggmark
d721298e03
Table: Makes tooltip scrollable for long JSON values ( #34120 )
2021-05-17 10:19:41 +02:00
Domas
8a0dbd0127
Alerting: enforce roles on frontend ( #33997 )
2021-05-17 11:15:17 +03:00
Domas
a26507e9c4
Alerting: update panel alert tab ( #33850 )
2021-05-17 10:39:42 +03:00
Jack Westbrook
7c9ac0f990
Annotations panel: Remove subpath from dashboard links ( #34134 )
...
* fix(annolistpanel): strip base from url to prevent subpath duplication
* fix(centrifuge): allow connections when served from subpath
2021-05-17 09:31:48 +02:00
Hugo Häggmark
e246ec0d5b
ForgottenPassword: Adds better error handling ( #34174 )
...
* ForgottenPassword: Adds better error handling
* Chore: updates after PR comments
2021-05-17 09:15:41 +02:00
Giordano Ricci
c9145541b0
Docs: change Elasticsearch provisioning example ( #34110 )
2021-05-17 07:56:42 +01:00
Nathan Rodman
889d3ed76f
Alerting: Add duration field to silence editor ( #34029 )
2021-05-17 08:59:27 +03:00
Matthew Coltman
bc21adf712
CloudWatch: Allow use of missing AWS namespaces using custom metrics ( #30961 )
...
* add tests
* CloudWatch: Allow use of missing AWS namespaces using custom metrics
* CloudWatch: Allow use of missing AWS namespaces using custom metrics
2021-05-17 07:32:32 +02:00
Alex Khomenko
65cacd31c2
grafana/ui: Unify disabled styles for input components ( #34126 )
...
* Select: Add disabled prop to SingleValue
* TagsInput: Disable remove button with disabled prop
* Checkbox: Add disabled styles
2021-05-15 10:06:42 +02:00
Owen Diehl
1367f7171e
Alerting/ruler metrics ( #34144 )
...
* adds active configurations metric
* rule evaluation metrics
* ruler metrics
* pr feedback
2021-05-14 16:13:44 -04:00
gotjosh
eb74994b8b
Alerting: Modify configuration apply and save semantics - v2 ( #34143 )
...
* Save default configuration to the database and copy over secure settings
2021-05-14 19:49:54 +01:00
Diana Payton
4d161f9fb2
Docs: Download logs as text update ( #34142 )
...
* Update inspect-panel.md
* Update inspect-panel.md
* added images
2021-05-14 20:02:57 +02:00
Torkel Ödegaard
6203f14bfb
LazyLoading: Fix queries being issued again when scrolling a panel in and out of view ( #34061 )
2021-05-14 19:33:47 +02:00
Diana Payton
6ff5fc7a7c
Docs: Update 8.0 time series content ( #34088 )
...
* Update graph-panel.md
* Update graph-panel.md
* Update whats-new-in-v8-0.md
* added content
* Update graph-time-series-as-lines.md
* content updates
* added shared content
* Update graph-time-series-stacking.md
* Update whats-new-in-v8-0.md
2021-05-14 13:15:17 -04:00
Ryan McKinley
9e1f0e6957
Toolkit: update tslib ( #34089 )
2021-05-14 08:51:18 -07:00
Torkel Ödegaard
953aadd6e4
Timeline: Adds opacity & line width option ( #34118 )
...
* Timeline: Adds opacity & line width option
* Updated devenv dashboards, added back original timeline modes
2021-05-14 17:24:40 +02:00
Torkel Ödegaard
c61a610f72
ValueMappings: Add duplicate action, and disable dismiss on backdrop click ( #34100 )
...
* ValueMappings: Add duplicate action, and disable dissmiss on backdrop click
* Updated modal to have property closeOnBackdropClick
2021-05-14 16:53:20 +02:00
Mitch Seaman
52f9b96a8c
Instructions to separate emails with semicolons ( #32499 )
2021-05-14 08:53:12 -06:00
Kevin Minehart
27d11e3702
DataSourceSettings: Hide caching settings for non-backend datasources ( #34083 )
...
* add field to plugin meta
* only show cache settings if pluginMeta has "isBackend"
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
2021-05-14 09:50:49 -05:00
kay delaney
c778d6a4a2
Library Panels: Add name
endpoint & unique name validation to AddLibraryPanelModal ( #33987 )
2021-05-14 15:03:37 +01:00
Zoltán Bedi
d49deebefe
Prometheus: fix toggling exemplars in range mode ( #34099 )
2021-05-14 15:57:40 +02:00