Ryan McKinley
f2b6a9aa3d
K8s: Add numeric revisionVersion helpers to grafanaMetaAccessor ( #89191 )
2024-06-14 02:35:23 +03:00
Isabel Matwawana
e807f4201b
Docs: Fixes for 11.1 visualizations docs ( #89193 )
...
* Updated table wrapping and auto wording
* Fixed formatting to match other lists
* Fixed admonition styling and moved content out of note into body
* Added note re feature toggle
* Fixed typo
* Added comma
Co-authored-by: Adela Almasan <88068998+adela-almasan@users.noreply.github.com>
---------
Co-authored-by: Adela Almasan <88068998+adela-almasan@users.noreply.github.com>
2024-06-13 16:57:51 -04:00
grafana-delivery-bot[bot]
40e3601982
Release: Bump version to 11.2.0-pre ( #89184 )
...
* "Release: Updated versions in package to 11.2.0-pre"
* fix newline
---------
Co-authored-by: grafana-delivery-bot[bot] <132647405+grafana-delivery-bot[bot]@users.noreply.github.com>
Co-authored-by: Kevin Minehart <kmineh0151@gmail.com>
2024-06-13 15:08:07 -05:00
Kristin Laemmert
e2f65dda0c
chore: remove redundant transactions from Dashboard (get) sql queries ( #89186 )
...
* chore: remove redundant transactions from sql queries
* remove unused parameter
2024-06-13 15:32:01 -04:00
Ryan McKinley
57b760824f
Chore: Remove pkg/infra/x/persistentcollection ( #89139 )
2024-06-13 21:46:52 +03:00
Michael Mandrus
9d3a4e236d
CloudMigrations: Refactor API for async work ( #89084 )
...
* rename some stuff
* more renaming
* clean up api
* rename more functions
* rename cms -> gms
* update comment
* update swagger gen
* update endpoints
* overzealous
* final touches
* dont modify existing migrations
* break structs into domain and dtos
* add some conversion funcs
* fix build
* update frontend
* try to make swagger happy
2024-06-13 17:58:59 +00:00
Matias Chomicki
06c0ce4325
LogDetailsRow: customize filters tooltip according to the current app ( #89183 )
...
* LogDetailsRow: customize filters tooltip
* Update tests
2024-06-13 20:54:33 +03:00
Ieva
bd35fa10f1
RBAC: Resolve action sets when GetPermissions
is called ( #89046 )
...
* resolve action sets when GetPermissions is called
* a fix to ensure that dashboard permissions that override parent folder permissions are displayed on top of the inherited permission
* linting
* linting pt2
2024-06-13 20:06:37 +03:00
Ieva
eb535e163d
Docs: Add parameter definition to swagger for RBAC debug endpoint ( #89097 )
...
add parameter definition to swagger for RBAC debug endpoint
2024-06-13 20:01:12 +03:00
Matias Chomicki
6a125fd59f
Logs panel: do not pass default handlers if context is not defined ( #89174 )
2024-06-13 19:56:50 +03:00
Ieva
3853f90528
RBAC: Include action sets in dashboard and folder permission filter ( #89133 )
...
take action sets into account in dashboard and folder permission filter
2024-06-13 19:40:47 +03:00
Artur Wierzbicki
627d77c365
chore: change codeowner of /pkg/components/imguploader
( #89167 )
...
* change owner for imguploader
* Update .github/CODEOWNERS
Co-authored-by: Steve Simpson <steve.simpson@grafana.com>
---------
Co-authored-by: Steve Simpson <steve.simpson@grafana.com>
2024-06-13 18:18:29 +03:00
grafana-delivery-bot[bot]
ffcb13b7ab
Changelog: Updated changelog for 10.4.4 ( #89173 )
...
Co-authored-by: grafanabot <bot@grafana.com>
2024-06-13 18:08:26 +03:00
Ivana Huckova
375be77f32
Elasticsearch: Add developer documentation ( #89050 )
...
* Elasticsearch: Add developer documentation
* Update
* Update
* Add code comments
* Update
* Update public/app/plugins/datasource/elasticsearch/docs/developer_documentation.md
2024-06-13 18:05:50 +03:00
Kyle Brandt
82aa000e9d
SSE: (Chore) Update log line with context (trace) ( #89172 )
...
Improves log line to help with debugging in Server Side Expressions. In particular, the traceId, datasourceType, and datasourceUid will now be included.
2024-06-13 10:58:39 -04:00
Juan Cabanas
b7180c17b8
ShareDrawer: Add confirm action ( #89001 )
2024-06-13 11:11:26 -03:00
Bogdan Matei
07ec1a303e
Scopes: Remove basic selector ( #89098 )
2024-06-13 17:02:40 +03:00
Juan Cabanas
59d83bc55a
PublicDashboards: Fix error message when deleting ( #89166 )
2024-06-13 10:39:35 -03:00
Sam Jewell
2d0a3953c1
Transformations: Move transformation variables to general availability ( #89111 )
2024-06-13 07:18:21 -06:00
Will Browne
74230937f4
Plugins: Update plugin SDK Go to 0.235.0 ( #89153 )
...
update plugin SDK go to 0.235.0
2024-06-13 15:14:39 +02:00
Tobias Skarhed
5e2f08de31
New Select: Initial scaffolding ( #89114 )
...
* Initial scaffolding
* Extend props from Input
* Rename to Combobox
* Use search icon
* Remove use of SelectableValue
* Remove unused import
* Memoize
2024-06-13 13:41:14 +02:00
Gabriel MABILLE
afcb5a855c
AuthZ: embed an authorization server ( #89018 )
...
* AuthZ: embed an authorization server
* CODEOWNERS
* Remove swagger
* WIP
* Flatten structure and inject wireset
* sync mod files
* Rename authorization package
* Fix swagger gen
* CODEOWNERS
* Use itf instead of impl
---------
Co-authored-by: Karl Persson <kalle.persson@grafana.com>
2024-06-13 11:41:35 +02:00
Oscar Kilhed
99e5e1c8bd
Dashboard scenes: Duplicated panels should maintain size of source panel ( #89152 )
...
Maintain size of duplicated panel
2024-06-13 11:24:29 +02:00
github-actions[bot]
025309a303
I18n: Download translations from Crowdin ( #89142 )
...
New Crowdin translations by GitHub Action
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-06-13 12:17:43 +03:00
Ieva
1ac395b785
RBAC: Only store action sets for dashboards and folders ( #89053 )
...
* don't store action sets for resources other than dashboards and folders
* remove unneeded comment
2024-06-13 12:06:48 +03:00
Matias Chomicki
7e9e5f5346
Chore: bump @grafana/experimental ( #89119 )
...
* Chore: bump @grafana/experimental
* chore: upgrade all package.json
2024-06-13 08:46:59 +00:00
Pepe Cano
35fba3833b
Alerting docs: fix example ( #89132 )
...
* Fix matching label example
* Update some wording
* Update docs/sources/alerting/fundamentals/notifications/notification-policies.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/alerting/fundamentals/notifications/group-alert-notifications.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Minor Timing options summary clarification
* Clarify `Disable grouping`
---------
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
2024-06-13 10:08:15 +02:00
Ivan Ortega Alba
080adaf987
Inspect: Include only BOM char for excel files ( #88994 )
2024-06-13 09:41:50 +02:00
Laura Benz
ca2df58ab0
RestoreDashboards: Implement restore workflow ( #88753 )
...
* feat: create interactable elements
* feat: add i18n
* feat: add restoment process
* refactor: move restore endpoint
* refactor: adjust some API things
* refactor: adjust i18n
* Run i18n abstraction
* refactor: clean up
* refactor: update comment
* refactor: update text in modal
* refactor: correct translation keys
* refactor: add changes from code review
* refactor: add styling
* Update go.work.sum
2024-06-13 09:12:10 +02:00
Mitch Seaman
25f65cee29
Update description of Grafana OSS ( #89088 )
...
* Update description of Grafana OSS
Reorder info and change examples to include only OSS data sources
* ran prettier
---------
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
2024-06-13 08:18:26 +02:00
Ryan McKinley
99d8025829
Chore: Move identity and errutil to apimachinery module ( #89116 )
2024-06-13 07:11:35 +03:00
Nathan Marrs
12a45fdeca
Canvas: Refactor scene.tsx for better maintainability ( #88517 )
...
Co-authored-by: drew08t <drew08@gmail.com>
2024-06-13 03:33:42 +03:00
Drew Slobodnjak
2fcc4d8cd7
Table: Fix row count during filter ( #89004 )
...
* Table: Fix row count during filter
* Fix pagination ranges
2024-06-12 13:54:39 -07:00
William Wernert
c62cc25513
Alerting: Configure recording rule writer from config.ini ( #89056 )
2024-06-12 16:04:46 -04:00
Juan Cabanas
7664b89209
ShareModal: Share externally ( #88259 )
2024-06-12 17:02:06 -03:00
Ryan McKinley
ed400f0bbf
EntityStore: Use standard user identifier rather than custom version ( #89080 )
...
user uid string
2024-06-12 19:39:34 +03:00
Marcus Efraimsson
1abaa825c6
Tracing: Only enable traces to profiles for api servers for now ( #89126 )
2024-06-12 19:36:31 +03:00
Torkel Ödegaard
636910e57e
DashboardScene: Fixes issue removing override rule ( #89124 )
2024-06-12 18:35:10 +02:00
Josh Hunt
c58d09fd81
BrowseDashboards: Prepend subpath to New Browse Dashboard actions ( #89109 )
2024-06-12 17:22:00 +01:00
Ashley Harrison
822644714a
Navigation: Remove ApplyAdminIA
logic ( #89113 )
...
make admin IA more normal
2024-06-12 16:45:13 +01:00
Taewoo K
5bb10d84e0
add catchpoint to plugin list ( #87438 )
...
* add catchpoint to plugin list
* fix format
* bump the plugins number
2024-06-12 10:05:07 -04:00
Kevin Minehart
c6d807e015
CI: Trigger release pr workflow when a release is completed ( #89062 )
2024-06-12 08:48:50 -05:00
Ashley Harrison
13d00e09ab
Chore: Migrate some more SCSS to emotion ( #89038 )
...
* migrate section-heading
* move fonts to global styles
* migrate code styles to emotion globals
* migrate spacings styles and leave some in angular
* padding should be 2 here not 1
2024-06-12 14:46:20 +01:00
Isabella Siu
9877aa7039
Cloudwatch: Metrics Query Builder should clear old query ( #88950 )
2024-06-12 09:31:05 -04:00
Bogdan Matei
423c03912b
Scopes: Remove disabled flag on nodes search input ( #89041 )
2024-06-12 16:18:09 +03:00
Ryan McKinley
3ae95a6eb1
K8s: Update grafana resource metadata accessor ( #89074 )
2024-06-12 14:39:37 +03:00
github-actions[bot]
58f7032b39
I18n: Download translations from Crowdin ( #89054 )
2024-06-12 11:19:30 +01:00
Edvard Falkskär
6998bf40d7
BarChart: Fix type error when there are no series ( #89087 )
...
BarChart: Fix reference error when there are no series
2024-06-12 02:59:03 -07:00
Sergej-Vlasov
c512d10362
DashboardScene: Adjust plugin-e2e for dashboardScene FF ( #89052 )
...
adjust plugin-e2e for dashboard scene ff
2024-06-12 11:37:16 +02:00
Sergej-Vlasov
8d0e437287
DashboardScene - Add various-suite to scenes e2e ( #88911 )
...
* duplicate various-suite in scenes e2e
* restore original various-suite
* adjust various-suite e2e tests for scenes
* adjust workflow for test run
* adjust flaky exemplars test
* remove old dash script and restore workflow
* duplicate e2e/various-suite/keybinds.spec.ts into e2e/scenes
* restore original e2e/various-suite/keybinds.spec.ts
* add new keybinds e2e test
* restore workflow file after test run
2024-06-12 11:36:11 +02:00