Will Browne
eb1fed7929
Plugins: Add plugin resource tests ( #62014 )
...
* remove plugin context from response
* remove integration test indicator
2023-01-25 10:45:52 +00:00
gotjosh
bbf7c0a147
Update alerting to the latest main ( #62003 )
2023-01-25 10:06:36 +00:00
Dimitris Sotirakis
b2b48398d0
Chore: update latest.json to 9.3.4 ( #62080 )
2023-01-25 11:57:18 +02:00
Grot (@grafanabot)
e05fc9212a
Changelog: Updated changelog for 8.5.20 ( #62073 )
2023-01-25 10:44:12 +01:00
Torkel Ödegaard
504fec46d2
CommandPalette: Design tweaks and design fixes ( #61971 )
...
* Command palette design tweaks start
* Fix some item styling issues
* Updated placeholder
* Style fixes
* Fix gradient border pos issue, and heading padding
* Fix header top margin
* Restore padding
* Update
* Change to md modal
2023-01-25 10:38:33 +01:00
idafurjes
b54b80f473
Chore: Remove Result from dashboard models ( #61997 )
...
* Chore: Remove Result from dashboard models
* Fix lint tests
* Fix dashboard service tests
* Fix API tests
* Remove commented out code
* Chore: Merge main - cleanup
2023-01-25 10:36:26 +01:00
Grot (@grafanabot)
8c3e4487ba
Changelog: Updated changelog for 9.3.4 ( #62067 )
2023-01-25 11:30:59 +02:00
Grot (@grafanabot)
87023c85cb
Changelog: Updated changelog for 9.2.10 ( #62066 )
...
* Changelog: Updated changelog for 9.2.10
* Update CHANGELOG.md
* Update CHANGELOG.md
Co-authored-by: Horst Gutmann <horst.gutmann@grafana.com>
2023-01-25 10:26:30 +01:00
Sonia Aguilar
dbdd135298
Alerting: Fix recording rules showing alert notification information. ( #61988 )
...
* Fix recording rules form steps not showing alert information
* Fix docs about creating cloud and recording rules
* Update docs with suggested changes
2023-01-25 08:26:51 +00:00
Shirley
cd86758a35
CloudWatch: Use grafana-aws-sdk v0.12.0 ( #62007 )
2023-01-25 09:22:33 +01:00
Esteban Beltran
cebd71cc36
Docs: Update publish a plugin FAQ to cover more common questions ( #62001 )
2023-01-25 08:19:32 +00:00
idafurjes
421976e919
Chore: Remove folders from models pkg ( #61853 )
2023-01-25 09:14:32 +01:00
Adela Almasan
6bf1d06dba
Canvas: Update scene and panel when entering panel view mode ( #62043 )
2023-01-24 18:41:08 -06:00
owensmallwood
dd597c3a1e
PublicDashboards: Adds middleware for email sharing ( #61950 )
...
adds Share field to PublicDashboard model
2023-01-24 18:23:39 -06:00
Aashish Illa
fbfb79afce
Explore: Changed references to DataQuery and DataSourceRef ( #62034 )
2023-01-24 15:11:00 -06:00
Christopher Moyer
0f93548ac4
Docs: corrects broken link to v9.0 docs ( #62035 )
...
corrects broken link to v9.0 docs
2023-01-24 14:32:14 -06:00
sam boyer
af1a264f85
dashboards: Mark dashboards team as kind owner ( #62013 )
...
* dashboards: Mark dashboards team as kind owner
* Update .github/CODEOWNERS
Co-authored-by: Ivan Ortega Alba <ivanortegaalba@gmail.com>
Co-authored-by: Ivan Ortega Alba <ivanortegaalba@gmail.com>
2023-01-24 15:07:17 -05:00
Hamas Shafiq
76e1946bd7
Tempo: [TraceQL] Do not override the status
tag name ( #62030 )
2023-01-24 19:21:48 +00:00
Ivana Huckova
a0921f2e88
Explore: Implement logs sample in Explore ( #61864 )
...
* Implement log samples
* Explore: Implement logs sample panel
* Log samples: Add documentation
* Update docs
* Add info for log sample
* Fix label
* Update
* Default to true
* Fix copy in test
* Update public/app/features/explore/LogsSamplePanel.tsx
Co-authored-by: Sven Grossmann <sven.grossmann@grafana.com>
* Use timeZone from grafana/schema
* Rename data props to queryResponse
* Unify name to logs sample
* Remove redundant optional parameters in LogsSamplePanel
* Make intervalMs parameter optional in dataFrameToLogsModel and remove undefined argument when not needed
* Fix incorrect position of copy log line button
* Update public/app/core/logsModel.ts
Co-authored-by: Sven Grossmann <sven.grossmann@grafana.com>
Co-authored-by: Sven Grossmann <sven.grossmann@grafana.com>
2023-01-24 19:10:27 +01:00
Santiago
e5920c211e
Chore: Fix random indices for slices in test files ( #61884 )
...
* Fix random indices for slices in test files
* Empty commit
2023-01-24 15:07:37 -03:00
Kristina
6ab79c4fba
Explore: Be sure time range key bindings are mounted after clear ( #61892 )
...
* Add list of bindings for updating on change
* Revert "Add list of bindings for updating on change"
This reverts commit 092707371d
.
* Clear keybindings before component render
2023-01-24 11:12:09 -06:00
Tania
3324be6fda
Docs: Fix schema attributes formatting in schema docs ( #62016 )
...
Docs: Fix schema attributes formatting
2023-01-24 17:53:22 +01:00
Alex Khomenko
8e94eab9ff
Schema: Move known shared types into the common ( #61875 )
...
* Setup shared types
* Expand field types
* Fix array type
* Add QueryResultMeta
* Add QueryResultBase
* Add DataFrameJSON
* Add DataSourcePluginMeta
* Update QueryResultMetaStat
* Add plugin cue and veneers
* Rexport dupliate types to fix errors
* Fix export
* Update types
* Remove data frame/plugin types
* Cleanup types
* Remove redundant type
* Remove data frame related types
2023-01-24 16:45:28 +00:00
Chris Marchbanks
f85d072c17
Datasources: Fix Proxy by UID Failing for UIDs with a Hyphen ( #61723 )
...
Fix Proxy by UID Failing for UIDs with a Hyphen
Hyphens are allowed in short IDs but not picked up by the
proxyPathRegexp. This caused the end of the uid to be proxied as part of
the path to the backing datasource which would usually cause a 404.
2023-01-24 17:15:52 +01:00
George Robinson
239d94205a
Alerting: Return chan <-error for #61811 ( #61858 )
2023-01-24 15:41:38 +00:00
Levente Balogh
cc502bbfbd
Connections: update the style of the cards ( #61989 )
2023-01-24 16:22:46 +01:00
Will Browne
958eea2f78
Plugins: Add backend target to instrumentation ( #61980 )
...
* add target
* fix test
2023-01-24 16:18:34 +01:00
Joan López de la Franca Beltran
6e126596e0
Kindsys: Include CODEOWNERS to Kinds report ( #61978 )
...
* Kindsys: Include CODEOWNERS to Kinds report
* Sort CODEOWNERS for the sake of reproducibility
* Fix linter complains
2023-01-24 15:53:01 +01:00
Josh Hunt
32ff95bde3
CommandPalette: Fix feature flag ( #62000 )
2023-01-24 15:52:12 +01:00
Andres Martinez Gotor
3e73ba5460
Azure Monitor: Adapt Advanced component to multiple resources ( #61981 )
2023-01-24 15:44:48 +01:00
Christopher Moyer
12a4a83c77
Docs: prose and format updates ( #61720 )
...
* wording and format updates
* corrects typo
2023-01-24 08:15:09 -06:00
Isabella Siu
814e485dd3
CloudWatch: Prevent log groups from being removed on query change ( #61891 )
2023-01-24 09:05:41 -05:00
Andres Martinez Gotor
d54cda62a3
Add debug option for Golang tests in vscode ( #61983 )
2023-01-24 14:44:44 +01:00
Josh Hunt
88347caf5f
Navigation: Open command palette from search box ( #61667 )
...
* Reduce size of topnav search 'input' to 1/5th of the width, min width 200px
* Open command palette on topnav search box click
* Rename component
* fix comment
* feature flag the change
* update feature flag description
2023-01-24 12:41:09 +00:00
ying-jeanne
ec171bcad5
[xorm] Clean up xorm dialect & cascade ( #61969 )
...
clean up xorm dialect
2023-01-24 19:57:33 +08:00
Alex Khomenko
18e0a060e6
AlertGroups: Generate models.gen.ts from models.cue ( #61227 )
...
* AlertGroups: Generate models.gen.ts from models.cue
* Update structure
* Update report
* Fix filenames
* Add missing file
2023-01-24 13:46:35 +02:00
Oscar Kilhed
6c9d9a2db5
Table panel: Use link elements instead of div elements with on click events to aid with keyboard accessibility ( #59393 )
...
* TablePanel: fix image of image cell overflowing table cell when a data link is added
2023-01-24 12:42:40 +01:00
Andre Pereira
81c35560a8
Chore: Update the tempo devenv with the latest Tempo config changes ( #61622 )
...
* Update the tempo devenv with the latest Tempo config changes
* Remove some settings to instead use the default values
* Pin the Tempo image to the current latest version
Co-authored-by: Hamas Shafiq <hamas.shafiq@grafana.com>
2023-01-24 11:08:40 +00:00
Zoltán Bedi
4167214e35
Panel edit: Add feature to drag & drop spreadsheet files to the grafana datasource ( #60586 )
...
Co-authored-by: Oscar Kilhed <oscar.kilhed@grafana.com>
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
Co-authored-by: Adela Almasan <adela.almasan@grafana.com>
2023-01-24 10:43:44 +01:00
Ashley Harrison
92a750a732
Chore: convert last test to RTL and remove Enzyme references ( #61918 )
...
convert last test to RTL and remove enzyme references
2023-01-24 09:20:47 +00:00
Joan López de la Franca Beltran
479da46a9e
Kindsys: Include @grafanamaturity counts to Kinds report ( #61911 )
...
* Kindsys: Include @grafanamaturity counts to Kinds report
* Replace reflect.DeepEqual with regular (in)equality op
* Move reference check to its use (inline)
* Fix linter complains
2023-01-24 09:37:32 +01:00
Torkel Ödegaard
7c786c11e3
Home: Fixes breadcrumb for custom home dashboard ( #61499 )
...
* Home: Fixes breadcrumb for custom home dashboard
* restore using home page cfg setting
2023-01-24 09:33:12 +01:00
Torkel Ödegaard
38d3d1c02b
Profile: Rename profile page from preferences to profile ( #61777 )
...
* Rename preferences to Profile
* Fixed tests and ran i18 extract
2023-01-24 09:32:49 +01:00
Sofia Papagiannaki
e5e8bb4dea
Chore: Use same JSON tag casing everywhere for parent UID ( #61935 )
...
Chore: Use same JSON tag casing everywhere for parent UID
2023-01-24 10:20:28 +02:00
Sonia Aguilar
3b73b16245
Alerting: Add maxdatapoints in alert rule form ( #61904 )
...
Add maxdatapoints in alert rule form
2023-01-24 09:16:21 +01:00
Timur Olzhabayev
7ebbd01688
Linking criteria and adding file and env variables access ( #61830 )
...
* Linking criteria and adding file and env variables access
* Formatting
* Update docs/sources/developers/plugins/publish-a-plugin.md
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
2023-01-24 07:37:56 +00:00
Joan López de la Franca Beltran
c621693db0
Kindsys: Include generated-code links to Kinds report ( #61910 )
...
* Kindsys: Include generated-code links to Kinds report
* Apply feedback suggestions
2023-01-24 01:47:42 +00:00
Selene
6f26333e96
Chore: Add cuefix hook ( #61941 )
...
* Add cue
* Add fix-cue target
* Add pre-commit hook
* fixup! Add fix-cue target
* Update the cue version
* Add datasources and panels folders
* Update cue files
Co-authored-by: Tania B <yalyna.ts@gmail.com>
2023-01-23 20:36:46 -05:00
Adela Almasan
f5743ea9ac
Canvas: Improve arrow positioning when border is present ( #61961 )
2023-01-23 18:38:04 -06:00
Brendan O'Handley
1181d06b1b
Graphite: Have metric name type query variable use metric render endpoint ( #61730 )
...
* have metric name query var use metric render endpoint
* add documentation for new query types
2023-01-23 18:13:22 -05:00