Khushi Jain
649c68aafb
Storybook: Added Viztooltip under Visualizations ( #68992 )
...
Co-authored-by: Nathan Marrs <nathanielmarrs@gmail.com>
2023-05-24 18:32:15 +02:00
Ryan McKinley
c66d5721f7
Kinds: Use apimachinery ObjectMeta for metadata ( #68668 )
2023-05-24 09:13:44 -07:00
Ashley Harrison
f91c1b9897
Nested folders: use an info banner instead of a warning in the move modal ( #68997 )
...
use an info banner instead of a warning
2023-05-24 16:24:45 +01:00
Ieva
9439649a4c
RBAC: remove unused dash and folder permission logic ( #68968 )
...
remove unused HasAdmin and HasEdit permission methods
2023-05-24 15:33:35 +01:00
kay delaney
4d74f75470
LibraryPanels: Don't include ScopedVars with persisted model ( #67843 )
...
Closes #65518
2023-05-24 14:26:17 +01:00
Ivana Huckova
ca44164bea
Loki: Implement decolorize
logql operation ( #68972 )
...
* Loki: Implement decolorize operation
* Fix tests
2023-05-24 15:23:54 +02:00
Jack Baldry
6c4cf4f8b9
Enable doc-validator for alerting directories ( #68964 )
...
* Enable doc-validator for alerting directories
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Adds missing description frontmatter
* Fix some more links
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Fix some more links
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Fixes anchors
---------
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
2023-05-24 14:12:30 +01:00
Torkel Ödegaard
2966989525
ResourcePicker: Fix missing border bug on cancel button ( #68966 )
...
* ResourcePicker: Fix missing border bug
* remove unused imports
2023-05-24 15:10:46 +02:00
Will Browne
ae373c662c
Plugins: Refactor env vars to dedicated service ( #68960 )
...
* add env vars service
* fix tests
* fix more tests
2023-05-24 14:02:14 +02:00
Ivana Huckova
eff90809a6
Loki: Update LokiOperationOrder
( #68905 )
...
Loki: Rename and update order of operations
2023-05-24 13:46:49 +02:00
Ashley Harrison
09a0c1e1bb
Checkbox: Fix extraneous right hand margin when no label is present ( #68885 )
...
* remove explicit grid columns, let it automatically work it out
* restore position: relative;
2023-05-24 10:52:21 +01:00
Ashley Harrison
a8f91f115c
Nested folders: Add folder actions to other tabs ( #68673 )
...
* add folder actions to other tabs
* fix copy pasta
* add unit tests
* don't need tree here
* fixes some copy pasta
* move into separate fixtures file
2023-05-24 10:41:03 +01:00
Ieva
4980b64274
RBAC: Remove legacy ac from authorization middleware ( #68898 )
...
remove legacy AC fallback from RBAC middleware, and some unused auth logic
2023-05-24 09:49:42 +01:00
sam boyer
323cbe1997
kindsys: Adapt to new flattened lineage syntax in Thema ( #68034 )
...
* Update all core kinds to flattened lineages
* Regen Go types, without any
* Regen Go types, s/interface{}/any/
* Update generated core typescript
* Update generate docs
* Fix defaults gen in veneer index jenny
* Flatten plugindef lineage
* Convert all plugin kinds to flattened form
* Switch back to interface{} for now
* Switch to fs.Sub in plugin DeclParser
* Mostly undesirable codegen changes, to be fixed
* Update mod and sum
* Update pfs tests to flattened lineages
* Update thema to latest, regen docs
2023-05-24 10:47:25 +02:00
Ashley Harrison
2ceed6a169
Preferences: Can reset timezone preference back to default correctly ( #68881 )
...
* user essentials mob! 🔱
lastFile:public/app/core/components/SharedPreferences/SharedPreferences.tsx
* invert menuShouldPortal logic on TimeZonePicker and fix unit test
Co-authored-by: eledobleefe <laura.fernandez@grafana.com>
Co-authored-by: Joao Silva <joao.silva@grafana.com>
Co-authored-by: L-M-K-B <48948963+L-M-K-B@users.noreply.github.com>
Co-authored-by: joshhunt <josh@trtr.co>
---------
Co-authored-by: eledobleefe <laura.fernandez@grafana.com>
Co-authored-by: Joao Silva <joao.silva@grafana.com>
Co-authored-by: L-M-K-B <48948963+L-M-K-B@users.noreply.github.com>
Co-authored-by: joshhunt <josh@trtr.co>
2023-05-24 09:28:14 +01:00
Will Browne
286b9e08e9
Plugins: Bump Plugin SDK version and address instance management breaking changes ( #68900 )
...
* bump sdk and propagate ctx
* fix tests
2023-05-24 10:19:34 +02:00
Dimitris Sotirakis
7e816d010c
G10: Replace beta
with preview
references ( #68347 )
...
* Update references
* Update grabpl to v3.0.38
2023-05-24 09:46:07 +02:00
Nathan Marrs
364bd930dc
chore: Move data hover out of Geomap panel code (refactor part 1 of 2) ( #68863 )
2023-05-23 17:53:36 -06:00
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