Joseph Perez
d68079e927
Docs: Plugins doc review chunk 3 ( #68159 )
...
* Initial commit
Signed-off-by: Joe Perez <joseph.perez@grafana.com>
* Minor fix
Signed-off-by: Joe Perez <joseph.perez@grafana.com>
* Review changes
Signed-off-by: Joe Perez <joseph.perez@grafana.com>
* Doc fixes
Signed-off-by: Joe Perez <joseph.perez@grafana.com>
* Minor fix
Signed-off-by: Joe Perez <joseph.perez@grafana.com>
* Update docs/sources/developers/plugins/cross-plugin-linking.md
Co-authored-by: Matt Dodson <47385188+MattDodsonEnglish@users.noreply.github.com>
* Update docs/sources/developers/plugins/development-with-local-grafana.md
Co-authored-by: Matt Dodson <47385188+MattDodsonEnglish@users.noreply.github.com>
* Update docs/sources/developers/plugins/cross-plugin-linking.md
Co-authored-by: Matt Dodson <47385188+MattDodsonEnglish@users.noreply.github.com>
* Update docs/sources/developers/plugins/cross-plugin-linking.md
Co-authored-by: Matt Dodson <47385188+MattDodsonEnglish@users.noreply.github.com>
* Update docs/sources/developers/plugins/development-with-local-grafana.md
Co-authored-by: Matt Dodson <47385188+MattDodsonEnglish@users.noreply.github.com>
* Incorporating review feedback
Signed-off-by: Joe Perez <joseph.perez@grafana.com>
* Update docs/sources/developers/plugins/development-with-local-grafana.md
Co-authored-by: Matt Dodson <47385188+MattDodsonEnglish@users.noreply.github.com>
* Test commit
Signed-off-by: Joe Perez <joseph.perez@grafana.com>
---------
Signed-off-by: Joe Perez <joseph.perez@grafana.com>
Co-authored-by: Matt Dodson <47385188+MattDodsonEnglish@users.noreply.github.com>
2023-05-23 14:17:13 -05:00
Jara Suárez de Puga García
753c9c262c
Jasuade docs patch 1 ( #68074 )
...
* Docs update Logs in Explore
* Include new Calculation Types :docs:
* Update docs/sources/explore/logs-integration.md
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
* Update docs/sources/explore/logs-integration.md
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
* Update docs/sources/explore/logs-integration.md
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
* Update docs/sources/explore/logs-integration.md
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
* Eye icon instead of Toggle field visibility
* running prettier
---------
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
Co-authored-by: Isabel Matwawana <isabel.matwawana@grafana.com>
2023-05-23 14:56:51 -04:00
Ron D
34d294bf56
Update enterprise plugins list ( #68730 )
...
Updated to reflect a couple missing plugins from https://grafana.com/docs/plugins/
2023-05-23 13:05:42 -05:00
owensmallwood
b43206e26b
MySQL: Use transaction_isolation instead of tx_isolation ( #68575 )
...
will use the correct system var name for transaction isolation
2023-05-23 09:22:05 -06:00
Tobias Skarhed
e3e8a7965a
A11y: Make list type picker display tooltip on hover ( #68798 )
...
* Change ariaLabel to description
* Description fallback for aria-label
* Add ariaLabel ass fallback for description
2023-05-23 17:19:10 +02:00
Tobias Skarhed
c4242b8c5e
DashboardPage: Update pageNav url when folders differ ( #68838 )
...
Check if folder is different and update URL
2023-05-23 17:11:48 +02:00
Ryan McKinley
07e794c312
FeatureFlags: Do not allow spaces in descriptions ( #68852 )
2023-05-23 07:42:22 -07:00
Ieva
900348f3d9
Chore: remove tests for legacy AC, update other tests to work with RBAC ( #68895 )
...
* remove tests for legacy AC, update other tests to work with RBAC
* update usage stat tests to use RBAC
2023-05-23 15:29:20 +01:00
Santiago
4629c79c7a
Docs: Fix minor mistakes and rephrase "Manage your alert notifications" entry ( #68851 )
...
* Docs: Fix minor mistakes and rephrase docs for alert notifications
* Update docs/sources/alerting/manage-notifications/_index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
---------
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
2023-05-23 11:15:02 -03:00
Haris Rozajac
69c4da618c
Explore: Reorganized data viz components ( #68510 )
...
* Move logs-related files to its own folder; update ownership paths
* Fix failing tests
* Put Flame graph and Node graph related files into separate folders
* Put RawPrometheus related files into a separate folder
* Put Table related files into a separate folder
* Add owners to three visualization categories
* observability-logs team owns everything under logs
* Move logs utils to their separate folder under Logs
2023-05-23 07:42:38 -06:00
Taewoo K
7f84e83ffe
Datasource: datasource config page header redesign ( #66999 )
...
* Wip
* remove name input from page body
* render title & subTitle in datasource page in connections and remove unused prop - uid
* styling on actions button group
* remove unused props in edit datasource page
* set gap as 8px between buttons
* move editable datasourcename to the header
* add subTitle component
* remove useRef and use autoFocus prop
* pass false to isDefault when dataSource is undefined
* change button text
* remove suffix icon
* remove unused import - Icon
* consolidate duplicate useDataSourceSettingsNav into datasrouces hook
* move dataSource context to useDataSourceSettingsNav
* remove Explore button in the footer
* remove unused props
* fix failing test on button group
* fix typo on file naming
* remove disabled prop
* fix param
* add test
* add test files
* disable editing title in readOnly provision datasource
* update name should save dataSource
* prevent swith toggle change from label clicking and change margin
* update tooltip message
* use datasource update on header instead of state update
* remvoe subTitle component and move subTitle component next to page Info component
* Added title
* remove subTitle in buildNavModel
* replace Button with Badge
* make datasourceheader as a component
* horizontal gap of 24px between pageInfo and actions components
* align page Info value items
* accept react node as page info label and add tooltip to Default item
* update navId for edit datasource page in connections
* update unit testing for Title
* fix gen_que
* betterer
* prettier fix
* fix e2e test
* add data-testid to nameEditIcon selector
* fix tooltip text
* fix navId for connections datasources edit page
* fix e2e selector: change autoSizeInput to Input
* adding ellipsis to EditDataSourceTitle
* override grafana-ui titleContainer h1 styles
* UI cleanup and apply readOnly to default datasource switch
* add period
* datasource name validation
* title and page info alignment
* add feature toggle - dataSourcePageHeader
* restore basicSettings component and apply feature toggle
* go lint
* Revert "title and page info alignment"
This reverts commit 681ac51f11
.
* remove editable fields from page Header - name, default datasource switch
* fix go test: toggle generator
* remove test id
* remove alerting badge in BasicSettings component
* Revert "remove alerting badge in BasicSettings component"
This reverts commit fb33ff9028
.
* feature toggle on alerting badge
* rename component & filename
* move DataSourceInfo type
* change button to link in test
---------
Co-authored-by: Levente Balogh <balogh.levente.hu@gmail.com>
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
Co-authored-by: Miguel Palau Zarza <mpalauzarza@gmail.com>
2023-05-23 09:18:00 -04:00
Matias Chomicki
7f61cb92bc
Logs: Added copy-to-clipboard fallback support and visual feedback after copying ( #68874 )
...
* Log row: use clipboard button component for copy log button
* Copy log: adjust button styles to match
* Define line height
* Slightly improve line height
2023-05-23 14:36:05 +02:00
ZakharE
5e8bd48c3c
AzureMonitor: Remove simplejson
...
* tsdb: azuremonitor: Remove usage of simplejson
* Review fixes
* Fix lint errors; review fix
2023-05-23 12:01:49 +01:00
Jo
5e5c751ecd
Auth: Respect cache control for JWKS in auth.jwt ( #68872 )
...
* respect cache control for auth.jwt
* add documentation
* add small note on cache control header ignores
* make distinction of env
2023-05-23 12:29:10 +02:00
Khushi Jain
86ea0c2bc9
Dashboards: Fix undefined aria labels in Annotation Checkboxes for Programmatic Access ( #68050 )
2023-05-23 11:04:04 +02:00
Joey
e6c8ba56c8
Tracing: Rename reset to clear for consistency ( #68821 )
...
Rename reset to clear for consistency
2023-05-23 09:54:51 +01:00
Andrej Ocenas
b9ee723bb7
Pyroscope: Fix some phlare mentions in the docs ( #68846 )
2023-05-23 10:38:15 +02:00
Dimitris Sotirakis
bad570ee86
Docker: Add mode
label when building docker images ( #68865 )
...
Add mode label when building docker image
2023-05-23 10:37:52 +02:00
Ivana Huckova
a9a9c089c6
Docs: Add Loki log context preselected labels section ( #68773 )
...
* Docs: Loki log context preselected labels
* Update
* Update docs/sources/datasources/loki/query-editor/index.md
Co-authored-by: Matias Chomicki <matyax@gmail.com>
* Update docs/sources/datasources/loki/query-editor/index.md
Co-authored-by: J Stickler <julie.stickler@grafana.com>
* Update docs/sources/datasources/loki/query-editor/index.md
Co-authored-by: J Stickler <julie.stickler@grafana.com>
---------
Co-authored-by: Matias Chomicki <matyax@gmail.com>
Co-authored-by: J Stickler <julie.stickler@grafana.com>
2023-05-23 10:23:11 +02:00
Kevin Minehart
79f49c9649
CI: Add release verify pipeline ( #68756 )
2023-05-23 10:01:09 +02:00
Nathan Marrs
0a6e3bba6c
docs: Trend: Implement docs for v10 ( #67794 )
2023-05-22 16:32:31 -07:00
Ivan Ortega Alba
9e61172245
DS Picker: Use custom scrollbar ( #68845 )
2023-05-22 23:55:18 +02:00
Matt Dodson
1c4bb9ca00
[feat] docs; update admonition syntax ( #68842 )
...
* [feat] docs; update admonition syntax
- Standardizes according to style conventions: https://grafana.com/docs/writers-toolkit/style-guide/style-conventions/#admonitions
- Prepares docs for better, uniform admonition style.
* Remove false positives and irregularities
* false positive removal
* Update docs/sources/datasources/mysql/_index.md
* Update docs/sources/developers/angular_deprecation/angular-plugins.md
* fix link errors
* Prettify some nested blockquotes
* remoe unnecessary admonition
2023-05-22 15:45:28 -05:00
Joseph Perez
c6c3a84349
Docs: Plugin extension API - doc review - chunk 4 ( #68594 )
...
* initial commit
Signed-off-by: Joe Perez <joseph.perez@grafana.com>
* Minor fixes
Signed-off-by: Joe Perez <joseph.perez@grafana.com>
* Prettier
Signed-off-by: Joe Perez <joseph.perez@grafana.com>
* Update docs/sources/developers/plugins/extend-the-grafana-ui-with-links.md
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
* Update docs/sources/developers/plugins/extend-the-grafana-ui-with-links.md
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
* Update docs/sources/developers/plugins/extend-the-grafana-ui-with-links.md
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
* Update docs/sources/developers/plugins/extend-the-grafana-ui-with-links.md
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
* Incorporating review feedback
Signed-off-by: Joe Perez <joseph.perez@grafana.com>
* Update docs/sources/developers/plugins/extend-the-grafana-ui-with-links.md
Co-authored-by: Levente Balogh <balogh.levente.hu@gmail.com>
* Update docs/sources/developers/plugins/extend-the-grafana-ui-with-links.md
Co-authored-by: Levente Balogh <balogh.levente.hu@gmail.com>
* Update docs/sources/developers/plugins/extend-the-grafana-ui-with-links.md
Co-authored-by: Levente Balogh <balogh.levente.hu@gmail.com>
* Incorporating review feedback
Signed-off-by: Joe Perez <joseph.perez@grafana.com>
---------
Signed-off-by: Joe Perez <joseph.perez@grafana.com>
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
Co-authored-by: Levente Balogh <balogh.levente.hu@gmail.com>
2023-05-22 13:43:52 -05:00
Ryan McKinley
26658d172f
Migrations: Support independent migration log for entity api ( #68511 )
2023-05-22 11:31:07 -07:00
Ryan McKinley
2c75a51285
Schema: Move TeamDTO properties out of the resource ( #68155 )
2023-05-22 11:30:36 -07:00
Virginia Cepeda
1763b82b5d
Alerting: fix moment when rule list navigation is tracked ( #68663 )
...
* Track rule list navigation only on page load
* update tests
* Fix lint
---------
Co-authored-by: Gilles De Mey <gilles.de.mey@gmail.com>
2023-05-22 14:26:20 -03:00
Ieva
d54fa569ec
Chore: Remove legacy AC checks from team ( #68715 )
...
* removing legacy AC checks from team API handlers
* Chore: remove `UserIDFilter` from team queries (#68820 )
* remove userIDfilter from team queries in favour of RBAC SQL filtering
* fix typo
* remove redundant tests
* remove another unused function
* fix failing test
2023-05-22 18:41:53 +02:00
Adela Almasan
e42c3ee55e
Docs: Update with annotations filtering and time regions ( #68591 )
2023-05-22 11:24:32 -05:00
Andreas Christou
108acee08e
CloudMonitoring: Initial GCM Schema ( #67739 )
...
* Initial GCM schema work
- Split types for convenience
- Update conditionals where needed
- Update type references
* Add additional supporting types
* Add some more accessory and legacy types
* Add missing type
* Rename backend folder
* Add missing generated file
* Review
2023-05-22 17:19:54 +01:00
Miguel Palau
2f74d0c6a9
Add databricks and sqlyze to enterprise docs ( #68817 )
...
added databricks and sqlyzie to enterprise docs
2023-05-22 15:39:16 +00:00
Ashley Harrison
2cbd7f1be6
OpenTSDB: use an effect to get aggregators and filters ( #68785 )
...
* only update state if it's different
* use an effect
2023-05-22 15:43:22 +01:00
Konrad Lalik
b37a6e9d4c
Alerting: Fix stale query preview error ( #68619 )
...
* Use mutable ref to keep queries to be previewed to prevent stale state
* Extract code related to AlertQueryRunner to a separate hook
* Use hooks form state to keep fresh queries, fix recording rules preview
* Remove unused import
* Update query update explanation
2023-05-22 16:23:30 +02:00
ismail simsek
670c987409
Prometheus: Update schema with legendFormat and intervalFactor ( #68687 )
...
add legendFormat and intervalFactor to the schema
2023-05-22 16:20:15 +02:00
David Allen
26c59ddc70
"Anatomy of a Dashboard" intro docs ( #68011 )
...
* first commit
* Update docs/sources/fundamentals/dashboards-overview/index.md
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
* Update docs/sources/fundamentals/dashboards-overview/index.md
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
* Update docs/sources/fundamentals/dashboards-overview/index.md
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
* Update docs/sources/fundamentals/dashboards-overview/index.md
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
* Update docs/sources/fundamentals/dashboards-overview/index.md
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
* Update docs/sources/fundamentals/dashboards-overview/index.md
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
* applying edited suggestions
* applying edit changes
* Update docs/sources/fundamentals/dashboards-overview/index.md
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
* Update docs/sources/fundamentals/dashboards-overview/index.md
* Update docs/sources/fundamentals/dashboards-overview/index.md
* Update docs/sources/fundamentals/dashboards-overview/index.md
* Update docs/sources/fundamentals/dashboards-overview/index.md
* Update docs/sources/fundamentals/dashboards-overview/index.md
* Update docs/sources/fundamentals/dashboards-overview/index.md
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
* Update docs/sources/fundamentals/dashboards-overview/index.md
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
* Update docs/sources/fundamentals/dashboards-overview/index.md
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
* Update docs/sources/fundamentals/dashboards-overview/index.md
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
* Update docs/sources/fundamentals/dashboards-overview/index.md
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
* makes prettier
---------
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
Co-authored-by: Chris Moyer <chris.moyer@grafana.com>
2023-05-22 09:05:30 -05:00
Alexa V
1016c81744
Dashboard: Fix panel description event triggering every time panel is rendered ( #68791 )
2023-05-22 15:58:42 +02:00
Ashley Harrison
0b6c5722a5
Graph: Fix bug with showing/hiding the legend ( #68774 )
...
* don't unmount the root when hiding the legend
* update comment
2023-05-22 14:57:56 +01:00
Torkel Ödegaard
d4df5e0519
Themes: Unify secondary button and ToolbarButton ( #68250 )
...
* Themes: Unify secondary button and ToolbarButton
* Update
* Update light theme
* fix test
* fix toolbar button border
* fix disabled outline button style
* Use transparent color instead of dynamic computed color for hover bg for text/outline versions. this is what figma components do
2023-05-22 14:55:16 +02:00
Torkel Ödegaard
2f6d538044
DataSourcePicker: Design tweak proposal ( #68747 )
...
* DataSourcePicker: Design tweak proposal
* Revert unrelated change
* Remove unrelated change
* Fixed spacing of logo
2023-05-22 14:53:40 +02:00
Victor Marin
6dbadf614b
Datagrid: Hide from panel list if toggle disabled ( #68482 )
...
Hide datagrid from panel list if ff disabled
2023-05-22 15:34:41 +03:00
Andriy
39e57489a1
fix: Use fall back alert type for data source healthcheck alert when status is not recognised ( #68650 )
2023-05-22 13:50:46 +02:00
Jo
05e71d4c6b
AnonymousAuth: Fix concurrent read-write crash ( #68637 )
...
clone http req before tagging
2023-05-22 13:27:28 +02:00
Ashley Harrison
e8ca3c0409
Chore: More typescript improvements 💪 ( #68699 )
...
* fix some anys
* some canvas/geomap improvements
* some more panel type fixes
* just omit the type in TagOption
2023-05-22 11:53:58 +01:00
Dimitris Sotirakis
623c014cda
CI: Run trigger-test-release
only on PRs against main ( #68794 )
...
Run trigger-test-release only on PRs against main
2023-05-22 12:32:48 +02:00
Andreas Christou
0be29b4c78
AzureMonitor: Ensure legacy properties containing template variables are correctly migrated ( #68697 )
...
* Update migration ordering
- Update migration in applyTemplateVariables to account for interpolation from expression datasource
- Update mock to ensure overrides are passed through correctly
- Update tests
- Update migrateQuery function name for clarity
* Fix tests
* Remove comment
2023-05-22 12:12:48 +02:00
Andreas Christou
bca8428f63
AzureMonitor: Support multi-resource aliases and subscription aliases ( #68648 )
...
Update legend aliases
- Add subscription response type
- Update AzureMonitorQuery type
- Update docs
- Update tests
- Add function to retrieve subscription display name if not present
2023-05-22 11:03:43 +01:00
Gilles De Mey
a44ac0ed63
Alerting: Add additional contact points for external AM ( #67920 )
2023-05-22 11:43:12 +02:00
Dimitris Sotirakis
04e2d9055d
Docker images: Don't fail if a PR comes from a fork ( #68765 )
...
* Update grabpl
* Allow publish images to fail for PRs
2023-05-22 11:37:13 +02:00
Eric Leijonmarck
94283f5039
RBAC: Remove legacy AC editor and admin role on new dashboard route ( #68762 )
...
remove legacy AC editor and admin role on new dashboard route
2023-05-22 10:27:00 +01:00
Josh Hunt
e17f676a98
NestedFolders: Style tweaks ( #68532 )
...
* Center align cell items
* Change empty folder message + style
* Use new Text components in TypeCell
* Use new components in Move and Delete modals
* fix test
* Change spinner in DescendantsCount to the same font size as the text to prevent layout shift
2023-05-22 08:59:46 +00:00