Matias Chomicki
d56896cf72
Range splitting: Omit instant queries from splitting ( #63705 )
...
Range splitting: omit instant queries from splitting
2023-02-27 11:09:46 +01:00
Jo
3b22955ebb
Orgs: Remove auto assign globals ( #63754 )
...
* remove auto assign globals
* add missing gitignore entries
2023-02-27 10:23:38 +01:00
Kyle Cunningham
c6331c7c10
Chore: Update codeowners to remove barchart from BI squad ( #63566 )
...
* Update codeowners to remove barchart from BI squad
* Update kindsys report
2023-02-27 04:06:31 -05:00
Laura Benz
c83e02ce02
Laura/refactor/move tests for handling datasource states ( #63638 )
...
refactor: move tests to a new file and clean up original file
2023-02-27 09:29:46 +01:00
Andreas Christou
0a7474ac5c
Bump coverage versions ( #63755 )
...
- Includes a fix to ensure only ts/tsx files have coverage generated
2023-02-24 13:20:16 -05:00
Adam Simpson
3672e44c1c
CloudMonitoring: Fix crash when inspecting data for MQL queries ( #63747 )
...
CloudMonitoring: Fix missing Field name
This happened for MQL queries that used an [aggregate function][1], e.g.
`sum`.
[1]: https://cloud.google.com/monitoring/mql/reference#aggr-function-group
2023-02-24 18:09:10 +00:00
Jo
c8db771939
Users: Fix org user always getting org id = 1 on auto assign false ( #63708 )
...
* fix org user always getting org id = 1 on auto assign false
* make tests explicit
* use correct cfg in service accounts
* fix api tests
* fix database test of ac
* fix InsertOrgUser returning affected rows as orgID
2023-02-24 18:08:44 +01:00
Andreas Christou
823aaaeb7c
AzureMonitor: Fix template variables in ARG subscription field ( #63731 )
...
Add support for template variables in sub field
2023-02-24 16:37:09 +00:00
Jev Forsberg
7e6ed3bfcc
Chore: Add chore issue template ( #63195 )
...
* baldm0mma/chore/addChoreTemplate/ add chore template
* baldm0mma/chore/addChoreTemplate/ update language
* baldm0mma/chore/addChoreTemplate/ update language
* baldm0mma/chore/addChoreTemplate/ update file name
* baldm0mma/chore/addChoreTemplate/ update about description
* baldm0mma/chore/addChoreTemplate/ remove environment deets
2023-02-24 09:34:58 -07:00
juanicabanas
9df4a39195
PublicDashboards: Configuration modal redesign ( #63211 )
...
Configuration modal redesign
---------
Co-authored-by: kay delaney <kay@grafana.com>
2023-02-24 12:36:29 -03:00
Jo
af987ae636
SupportBundles: Add bundle encryption based on age ( #62501 )
...
* add bundle encryption based on age
* undo changes to grafana-data
* sort deps
* test bundle creation and encryption
* use whitespace separator
* add support bundle config documentation
* Update docs/sources/troubleshooting/support-bundles/index.md
* Apply suggestions from code review
Co-authored-by: Ieva <ieva.vasiljeva@grafana.com>
* touch up docs
* extract encrypt
* Update docs/sources/troubleshooting/support-bundles/index.md
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
* Update docs/sources/troubleshooting/support-bundles/index.md
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
---------
Co-authored-by: Ieva <ieva.vasiljeva@grafana.com>
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
2023-02-24 09:24:44 -06:00
Giuseppe Guerra
966bcd3545
Plugins: Fix plugins CDN not working when plugins are not in domain's root path ( #63202 )
...
* Plugins CDN: Add support for different CDN root path
* Plugins CDN: Make frontendsettings return the correct CDN base path
* Update comments
* Fix version detection
* Undo frontend changes
* Fix system.js asset path construction
* fix(plugins): translate all plugin css asset paths loaded via cdn
* refactor(plugins): rename extractPluginNameVersionFromUrl and add comments
* Fix typo in comment
Co-authored-by: Will Browne <wbrowne@users.noreply.github.com>
* Hardcode CDN URL structure
/{id}/{version}/public/plugins/{id}/{assetPath} is not required anymore in the cdn url template config
---------
Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com>
Co-authored-by: Will Browne <wbrowne@users.noreply.github.com>
2023-02-24 14:28:13 +01:00
Sven Grossmann
b3c0e7e977
TestData: Fix bug when selecting "Log" streaming ( #63190 )
...
* fix wrong fields getting populated
* fix bug not being able to select another streaming type
* add correct arg type
* remove unused import
2023-02-24 14:13:56 +01:00
Konrad Lalik
6e39b7403d
Alerting: Improve Alertmanager data source docs ( #63611 )
...
Improve Alertmanager data source docs
2023-02-24 13:48:58 +01:00
Sonia Aguilar
b42f973a7a
Alerting: Fix changing datasource and creating new query not using defaults. ( #63092 )
...
* Set default query when changing data source or adding new alert query
* Set default query when creating new alert rule
* Set fefault query for cloud and recording rules
* Create hook for getting defaults in AlertRuleForm
* fixing tests
* Use conditionals with 'if' for more clarity and rename lazy to async
* Add loading indicator for default queries
* Fix tests
* Make newModel a sync method and fix tests error
* Use useAsync instead of useEffect for an async call
2023-02-24 13:43:54 +01:00
Gilles De Mey
09fdbb69ec
Alerting: Adds visual component for feature toggles ( #63621 )
2023-02-24 13:29:30 +01:00
Josh Hunt
91d2df59fc
CommandPalette: Remove topnav command palette feature flag ( #63620 )
...
* CommandPalette: Remove topnav command palette feature flag
* Restore search shortcuts if topnav isnt enabled
* fix unused imports
2023-02-24 07:14:53 -05:00
Josh Hunt
09e523eef2
Update internationalization.md ( #63668 )
2023-02-24 11:52:23 +00:00
Giordano Ricci
c136ad1f16
Datasource Onboarding: Prevent flickering of onboarding page after first load ( #63360 )
...
* Datasource Onboarding: Prevent flickering of onboarding page after first load
* add loading state to loadDatasources & refactor
* fix test
* avoid loading state when loading datasources on add
* fix test
* add explainer on why fetching datasources is needed
2023-02-24 11:48:30 +00:00
Will Browne
200d2ad249
Plugins: Invalidate plugin context app settings cache post update ( #63279 )
...
invalid plugin settings
2023-02-24 12:13:22 +01:00
Ashley Harrison
19d1a46f30
A11y: remove onClick
from collapsed text ( #62495 )
...
remove onClick from collapsedText
2023-02-24 10:36:04 +00:00
Karl Persson
2a7fc3983b
AuthN: cleanup logs ( #63652 )
...
* AuthN: clean up logs
Co-authored-by: Ieva <ieva.vasiljeva@grafana.com>
2023-02-24 11:26:55 +01:00
renovate[bot]
9cae3f43ed
Update opentelemetry-js monorepo ( #63636 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-24 10:05:31 +00:00
Laura Fernández
2f3ecbdee3
Docs: Command Palette documentation ( #63217 )
2023-02-24 10:21:33 +01:00
Andres Martinez Gotor
d91613448d
Docs: Update developers > plugin > authentication documentation ( #63257 )
...
---------
Co-authored-by: Will Browne <wbrowne@users.noreply.github.com>
2023-02-24 09:56:30 +01:00
Torkel Ödegaard
d5b4a1288a
Scenes: Updates to variables demo ( #63511 )
...
* Scenes: Updates to variables demo to include a collapsable scene to test scenario of part of scene containing a query runnner being inactive while a variable changes value
* Table: Fixes logic for when adhoc filters are shown
* Scene: Variables minor style fix
* rever unrelated change
* Update version
* Update
2023-02-24 09:30:15 +01:00
Ivan Ortega Alba
14e29451cf
Loki ds: Interpolation breaks in Loki queries when no scoped vars ( #63694 )
2023-02-24 00:18:08 -08:00
Gábor Farkas
6cee0cdbad
elastic: remove most of xpack ( #63460 )
...
elasticsearch: do not show the xpack toggle in datasource config
2023-02-24 07:24:31 +00:00
kay delaney
36e474d109
PanelHeaderMenu: Use UI/Menu component ( #63040 )
2023-02-24 04:23:56 +00:00
Alexander Weaver
e77621649d
Alerting: Instrument outgoing state history requests using weaveworks/common ( #63600 )
...
* Loki backend and client depend on a requester
* Instrument all requests to loki using weaveworks TimedClient
* Construct collector in metrics package
2023-02-23 17:52:02 -06:00
Ivan Ortega Alba
ca4cd85504
InfluxDB ds: Query variable breaks trying to interpolate __interval
( #63682 )
2023-02-23 20:30:20 +01:00
Yuri Tseretyan
98e1aeaebd
Alerting: Fix client to external Alertmanager to correctly build URL for Mimir Alertmanager ( #63676 )
2023-02-23 13:55:26 -05:00
Joseph Perez
dd5b115164
Docs: Fix of typo and delete of unnecessary sentence in 'Sign a plugin' doc ( #63538 )
...
* Typo fix, minor edit
Signed-off-by: Joe Perez <joseph.perez@grafana.com>
* Prettier fixes
Signed-off-by: Joe Perez <joseph.perez@grafana.com>
---------
Signed-off-by: Joe Perez <joseph.perez@grafana.com>
2023-02-23 12:29:34 -06:00
zsrv
5687d23b52
Docs: Disambiguate auto_assign_org_role configuration option descriptions ( #61827 )
2023-02-23 18:20:43 +00:00
zsrv
0481c12bd5
Docs: Update old default values for configuration options ( #61826 )
2023-02-23 17:57:20 +00:00
zsrv
22f51602ba
Docs: Update default value for geomaps enable_custom_baselayers option ( #61880 )
...
Docs: Update default value for geomaps disable_custom_baselayers option
The `disable_custom_baselayers` configuration option name and default
value were inverted in commit e604e69d93
,
but the update to the description in the documentation was missed.
2023-02-23 17:41:21 +00:00
Drew Slobodnjak
5cb0ee11e1
Geomap: Update documentation for 9.4 ( #63281 )
...
* Geomap: Update documentation for 9.4
* Update docs/sources/panels-visualizations/visualizations/geomap/index.md
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
---------
Co-authored-by: Nathan Marrs <nathanielmarrs@gmail.com>
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
2023-02-23 09:39:27 -08:00
ismail simsek
ffed779879
InfluxDB: Fix getting empty response when querying fields with retention policy ( #63669 )
...
Revert "InfluxDB: Send retention policy with InfluxQL queries if its been specified. (#62149 )"
This reverts commit a5a85e0398
.
2023-02-23 12:20:20 -05:00
Isabel
a0a2181e5a
fix link to explore with logs and headings ( #63665 )
...
fixed links and eadings
2023-02-23 17:17:51 +00:00
Josh Hunt
63ae343ba9
Docs: Clarify command palette changes are not behind feature flag ( #63576 )
2023-02-23 16:57:42 +00:00
Isabella Siu
22537bec2e
CloudWatch Logs: Fix query editor freezing ( #63661 )
2023-02-23 11:50:48 -05:00
Torkel Ödegaard
2023203045
SectionNav: Simplify section toggle styling ( #63653 )
2023-02-23 17:03:00 +01:00
Josh Hunt
0c36b247af
Chore: Refactor Search/Folder view types into DashboardViewItem ( #63162 )
...
* Chore: Refactor Search/Folder view types into DashboardViewItem
* uid is not optional in api
* rename queryResultToNestedFolderItem function
* Fix error from locationInfo being empty
* change queryResultToViewItem to take view instead
* Fix sortMeta fields not showing on search cards
* Show correct parent for panel search results
2023-02-23 15:52:54 +00:00
Ashley Harrison
a48793b542
Accessibility: Make row actions keyboard accessible ( #63367 )
...
make row actions keyboard accessible
2023-02-23 15:20:59 +00:00
Torkel Ödegaard
85c81ae080
Scenes: Variables minor style fix for spacing & margin ( #63643 )
...
* Table: Fixes logic for when adhoc filters are shown
* Scene: Variables minor style fix
* rever unrelated change
2023-02-23 06:41:43 -08:00
Mitch Seaman
06d7619282
Docs: Add Private Data Source Connect docs ( #63469 )
...
* Add PDC docs
Add documentation for private data source connect, available in Cloud Pro and Advanced in closed preview
* Move PDC ssh key generation task
* edits throughout
* move image to media folder
---------
Co-authored-by: Chris Moyer <chris.moyer@grafana.com>
2023-02-23 14:24:54 +00:00
Jack Westbrook
2281abaf37
Revert: Babel removal and runtime update ( #63641 )
...
* Revert "Update babel monorepo to v7.21.0 (#63532 )"
This reverts commit 3d974fc716
.
* Revert "Chore: Remove babel deps and config (#62461 )"
This reverts commit 21a988a659
.
2023-02-23 09:22:35 -05:00
Emil Tullstedt
3abaf32cf2
Chore: Upgrade golangci-lint to v1.51.2 ( #63630 )
...
Co-authored-by: Sofia Papagiannaki <1632407+papagian@users.noreply.github.com>
2023-02-23 15:10:03 +01:00
kay delaney
c769a6281e
data/scaledUnits: Handle size === undefined more gracefully ( #63218 )
2023-02-23 13:23:33 +00:00
Ethan
71b7c62021
Snyk Workflow add ( #62902 )
...
* Snyk Workflow add
* CODEOWNERS update
* Remove master branch name
2023-02-23 13:16:16 +00:00