Ashley Harrison
5fb1c7f512
Card: Set an explicit displayName
for Card
( #95353 )
...
set an explicit displayName for Card
2024-10-24 17:18:05 +03:00
Kazuho Cryer-Shinozuka
06e826d3af
Alerting: Fix the unnecessary FolderCreationModal
that is displayed twice ( #94654 )
2024-10-24 16:12:52 +02:00
Levente Balogh
d0d0d86880
Extensions: Add base log labels to console warn and error logs ( #95348 )
...
feat: add base labels to console logs
2024-10-24 16:58:54 +03:00
Matheus Macabu
152b83b3fb
CloudMigrations: handle more error codes from GMS backend ( #95257 )
...
* CloudMigrations: remove unnecessary if feature toggle gating
* CloudMigrations: handle new error codes from backend
2024-10-24 15:55:02 +02:00
Esteban Beltran
77b8b505ad
Catalog: Allow extensions to render in the plugin catalog subtitle ( #95239 )
...
* Plugins Catalog: Allow plugin subtitle additional extensions to register and render
* Add tests
* Fix prettier issues
* Fix typo
* Empty commit
2024-10-24 15:44:50 +02:00
Andreas Christou
2a65de8aaa
Azure Monitor: Limit the log rows to 30000 ( #93901 )
...
* Limit the amount of rows to 30000
* Lint
* Remove unneeded goldenframe check
* Add feature toggle
* Update toggles
* Use rowLimit variable
2024-10-24 16:32:09 +03:00
Erik Sundell
ef253c99d8
Plugin extensions: Temp remove isReactComponent check ( #95343 )
...
* temp remove is react component check
* remove unused import
2024-10-24 16:21:00 +03:00
Tom Ratcliffe
9ec48075ee
Alerting: Fix escaping of silence matchers in utf8 mode ( #95067 )
...
Co-authored-by: Gilles De Mey <gilles.de.mey@gmail.com>
2024-10-24 14:12:09 +01:00
Gilles De Mey
c42f42223a
Alerting: New alert state list view ( #94068 )
2024-10-24 15:37:42 +03:00
Alex Khomenko
f671ad51fe
Alerting: Update Alert State History router import ( #95218 )
...
Update import
2024-10-24 14:27:54 +02:00
Ashley Harrison
5cb4be8c9b
SingleTopNav: Use original kiosk mode icon ( #95332 )
...
change kiosk mode icon, put profile icon back in corner
2024-10-24 14:24:28 +03:00
Ihor Yeromin
762c7dc3a5
Transformation: Fix label width ( #95159 )
...
fix label width
2024-10-24 13:11:52 +02:00
Will Browne
9ae3d049a3
Plugins: Simplify TestExtractFiles test ( #95183 )
...
simplify TestExtractFiles test
2024-10-24 12:01:00 +01:00
Will Browne
a2868fdb14
Plugins: Replace references of plugin SDK backend.Logger
with Grafana logger ( #95235 )
...
replace references
2024-10-24 12:00:40 +01:00
Yulia Shanyrova
26fab52086
Plugins: Plugin details right panel improvements ( #93982 )
...
* Add installed and latest version information
* get latest changelog for changelog tab from gcom
* fix displaying signature type
* fix integration test
* add translations
* remove gcom request at local changelog method
2024-10-24 12:55:29 +02:00
Erik Sundell
37f82dab49
Docs: Improve readme about e2e selectors ( #95326 )
...
add one more bulletpoint
2024-10-24 12:30:28 +02:00
Ashley Harrison
4a9ba41f81
Switch: Improve screen reader behaviour ( #95178 )
...
* add role="switch" and only set a label if one is passed in
* fix unit tests
* fix more unit tests
2024-10-24 11:26:04 +01:00
Matias Chomicki
142797032b
Logs Volume: update timeout message ( #95277 )
...
* Logs Volume: update timeout message
* SupplementaryResultError: add list styles
* Address lint issues
* Update public/app/features/explore/Logs/LogsVolumePanelList.tsx
Co-authored-by: Sven Grossmann <sven.grossmann@grafana.com>
---------
Co-authored-by: Sven Grossmann <sven.grossmann@grafana.com>
2024-10-24 13:15:52 +03:00
Marcus Efraimsson
5c9071a6c6
Chore: Update SDK to v0.258.0 ( #95325 )
2024-10-24 12:14:19 +02:00
Erik Sundell
b0250cf027
Release: Install git in npm release step ( #95324 )
...
install git
2024-10-24 13:07:07 +03:00
Torkel Ödegaard
3523289e98
Dashboards: Fixes performance issue expanding a row ( #95311 )
...
* DashboardScene: Optimize change detection
* Remove arg
* remove console log
2024-10-24 11:05:13 +02:00
Lucas Reyna Córdoba
5fc07abef1
Docs: Contact page migration - updates contact links ( #94012 )
2024-10-24 10:43:18 +02:00
Erik Sundell
58f180d58b
E2E Selectors: Add minimum Grafana version to selectors ( #93468 )
...
* make selectors versioned
* update readme
2024-10-24 10:28:21 +02:00
Joey
5a9de531d2
Tempo: Support new TraceQL scopes ( #94858 )
...
* Support new TraceQL scopes
* Update TraceQL lezer version
2024-10-24 09:17:40 +01:00
Alex Khomenko
7fe710b141
Routing: Update AppRootPage ( #95052 )
...
* Update router
* Fix rendering case
* Switch useLocation
* Remove redundant await
2024-10-24 10:50:48 +03:00
Hugo Kiyodi Oshiro
2d27703955
Plugins: Disable plugin uninstall while plugin is installing ( #95070 )
2024-10-24 09:38:38 +02:00
Claudiu Dragalina-Paraipan
830600dab0
AuthN: Optionally use tokens for unified storage client authentication ( #91665 )
...
* extracted in-proc mode to #93124
* allow insecure conns in dev mode + refactoring
* removed ModeCloud, relying on ModeGrpc and stackID instead to discover if we're running in Cloud
* remove the NamespaceAuthorizer would fail in legacy mode. It will be added back in the future.
* use FlagAppPlatformGrpcClientAuth to enable new behavior, instead of legacy
* extracted authz package changes in #95120
* extracted server side changes in #95086
---------
Co-authored-by: Gabriel MABILLE <gamab@users.noreply.github.com>
Co-authored-by: gamab <gabriel.mabille@grafana.com>
Co-authored-by: Dan Cech <dcech@grafana.com>
2024-10-24 09:12:37 +02:00
Leon Sorokin
f7fcc14f69
Transformations: Add field from calc - avoid frame joining in some cases ( #93602 )
...
* Transformations: Add field from calc - avoid frame joining in some cases
* Add test for multiple query, 1 field, replace all
* omit frames that had no binary ops performed on them
---------
Co-authored-by: drew08t <drew08@gmail.com>
2024-10-23 15:14:06 -07:00
owensmallwood
2ffb88b0ee
Unified Storage: Add index for poller query ( #95293 )
...
add index for poller query
2024-10-23 15:40:56 -06:00
Aaron Godin
d89235aa8c
IAM: fix GetSearchPermissionCacheKey uniqueness ( #95192 )
...
* fix: Change users permissions search to use a consistent key without collisions
* Move HashString to cacheutils
* Change error handling logic for what to do with a cache key
* Add a test that confirms search cache key consistency
2024-10-23 15:37:30 -05:00
Kevin Minehart
66c728d26b
CI: use linux to build msi installers ( #95215 )
...
* Build the MSI installers using Linux and wine
2024-10-23 22:26:52 +03:00
Isabel Matwawana
c84b6b783c
Docs: Fix shared file references ( #95287 )
2024-10-23 15:04:24 -04:00
Isabel Matwawana
aa0dc36143
Docs: Table visualization update ( #94495 )
...
Co-authored-by: Adela Almasan <88068998+adela-almasan@users.noreply.github.com>
2024-10-23 14:33:12 -04:00
Isabel Matwawana
a0ae08d774
Docs: Add correlations youtube link to What's new ( #95279 )
2024-10-23 14:26:32 -04:00
Marcus Efraimsson
8780fc554f
Chore: Update SDK to v0.257.0 ( #95250 )
2024-10-23 17:49:12 +02:00
renovate[bot]
23aca476c9
Update scenes to v5.20.4
2024-10-23 15:27:35 +00:00
renovate[bot]
7359e0bcba
Update dependency html-webpack-plugin to v5.6.3
2024-10-23 14:43:01 +00:00
Ashley Harrison
b23b6d228a
Chore: Convert styles to use emotion object syntax ( #94989 )
...
* convert to use emotion object syntax
* missed one
* review comments
* set back to 0 and disable lint rule
2024-10-23 15:25:28 +01:00
renovate[bot]
3f47621065
Update dependency eslint-plugin-react to v7.37.2
2024-10-23 14:21:14 +00:00
ismail simsek
78a00d09cd
Prometheus: Fix passing query timeout to upstream queries ( #95104 )
...
* remove queryTimeout from constructor
* use queryTimeout for range and instant queries
* remove comment
* remove default query timeout
* fix linting
2024-10-23 16:16:00 +02:00
Andre Pereira
0872eb2791
Tempo: Return a not found error if the trace is empty from v2 ( #95256 )
...
Return a not found error if the trace is empty from v2
2024-10-23 15:14:40 +01:00
Juan Cabanas
15de8a5433
SharedDashboard: Fix refresh when time picker is hidden ( #95258 )
2024-10-23 11:08:28 -03:00
ismail simsek
77cb47773f
Prometheus: Fix field name setting for heatmap-cells type ( #95097 )
...
* add unit test
* ignore setting valueField name if the frame type is heatmap-cells
* return early
2024-10-23 16:07:00 +02:00
Adam Simpson
61b9ffd324
ds-querier: return QDR instead of k8s error ( #95184 )
...
* ds-querier: return QDR instead of k8s error
After parseQuery we know the request is a valid k8s request but we don't
know if the query is valid, therefore this change returns a QDR that
other systems, e.g. alerting ruler, can de-serialize properly.
Co-authored-by: Gábor Farkas <gabor.farkas@gmail.com>
* ds-querier: fix tests
Co-authored-by: Sarah Zinger <sarah.zinger@grafana.com>
* tweak status
* refactor refID to empty
---------
Co-authored-by: Gábor Farkas <gabor.farkas@gmail.com>
Co-authored-by: Sarah Zinger <sarah.zinger@grafana.com>
2024-10-23 09:58:22 -04:00
jackyin
008c51b5b1
SignupInvitedPage: Show orgName
( #94940 )
...
* no orgname
* format code
* update unit test
* delete contextSrv
* fix unit test
* run prettier
---------
Co-authored-by: Laura Benz <laura.benz@grafana.com>
2024-10-23 16:49:27 +03:00
Erik Sundell
022297f359
E2E Selectors: Add 'modified' dist-tag when release includes actual changes ( #93813 )
...
* add modified tag to e2e-selectors package
* add sleep
* pr feedback
2024-10-23 15:47:50 +02:00
renovate[bot]
f6354339ef
Update dependency @types/prismjs to v1.26.5
2024-10-23 13:45:32 +00:00
renovate[bot]
3b37e20df6
Update dependency @grafana/azure-sdk to v0.0.4 ( #95252 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-23 16:22:02 +03:00
Gabriel MABILLE
b68b69c2b4
AuthN: Use tokens for unified storage server authentication ( #95086 )
...
* Extract server code
---------
Co-authored-by: Claudiu Dragalina-Paraipan <drclau@users.noreply.github.com>
2024-10-23 15:04:15 +02:00
Eric Leijonmarck
9ab064bfc5
Folders: Add admin permissions upon creation of a folder w. SA ( #95072 )
...
* add admin permissions upon creation of a folder w. SA
* Update pkg/services/folder/folderimpl/folder.go
Co-authored-by: Karl Persson <kalle.persson@grafana.com>
* Grant service account permissions for creation of dashboards
* Grant service account admin permissions upon creating a datasource
* fetch user using the userservice with the userid
* Revert "fetch user using the userservice with the userid"
This reverts commit 23cba78752
.
* revert back to original datasource creation
---------
Co-authored-by: Karl Persson <kalle.persson@grafana.com>
2024-10-23 14:02:22 +01:00