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
Karl Persson
16b416b88b
AuthN: Extract enable disabled users logic to its own hook ( #63628 )
2023-02-23 13:06:06 +01:00
renovate[bot]
1406feb03c
Update dependency webpack-bundle-analyzer to v4.8.0 ( #63626 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-23 11:47:01 +00:00
Alex Moreno
f60dc4441f
Alerting: Add status label to GroupRules metric ( #63454 )
...
* Add status label to GroupRules metric
* Add state (active and paused) label to GrouRules
* Add active/paused metrics tests
2023-02-23 12:38:27 +01:00
Paul Dee
f3714099e7
spell fix ( #63588 )
2023-02-23 12:36:27 +01:00
renovate[bot]
85b86d7a61
Update dependency webpack to v5.75.0 ( #63624 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-23 12:29:33 +01:00
Karl Persson
ddaf145d71
AuthN: Fix user sync with multiple client ( #63615 )
...
* AuthN: Fix user sync to handle auth connections to multiple providers
2023-02-23 12:23:51 +01:00
renovate[bot]
3d974fc716
Update babel monorepo to v7.21.0 ( #63532 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-23 11:16:25 +00:00
Jack Westbrook
21a988a659
Chore: Remove babel deps and config ( #62461 )
...
* chore: remove unused frontend build deps babel and ts-loader
* chore(babel): delete redundant config file and remove ref in pr-commands
* chore: clean up references to babel.config.js
2023-02-23 11:59:05 +01:00
Laura Benz
df6572b53f
Laura/refactor/move tests for running queries ( #63581 )
...
* refactor: move tests to a new file and clean up original file
* refactor: restructure test
* refactor: remove linting error
* refactor: change wording in test description
2023-02-23 11:51:51 +01:00
Josh Hunt
54aaaf169f
Internationalization: Mark up more of Dashboard Variables and Browse/Search Dashboards ( #63518 )
...
* Extract dirty translations from main
* Translate some variable phrases
* Translate nav bar
* Translate search/browse
* Fix header returning null
* Translate search results type
* fix test
2023-02-23 10:46:07 +00:00
renovate[bot]
0abbfbcc59
Update dependency storybook-dark-mode to v2.1.1 ( #63617 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-23 10:39:51 +00:00
renovate[bot]
98596c36ad
Update dependency lru-cache to v7.17.0 ( #63602 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-23 10:13:54 +00:00
Ashley Harrison
f6e92da402
Navigation: Add plugin upgrade guide to docs ( #63449 )
...
* initial attempt at plugin upgrade guide
* fix link
* small tweaks based on feedback
* add basic skeleton for tabs documentation
2023-02-23 10:12:35 +00:00