Andreas Christou
fd4fc106d9
Azure: Improve handling of deprecated query types ( #95363 )
...
* Add logic for handling deprecated query types
* Test
* Improve documentation
2024-10-25 13:25:00 +01:00
Karl Persson
bdbe12e980
Zanzana: Implement initial check and list with schema for generic resources ( #95056 )
...
* Implement initial check with schema for generic resources
* Implement List and add tests
* Add namespace type and change to folder_resource name
* Handle namespace grants for typed resources
* Run tests as integration tests
* Add support for verb in list requests
2024-10-25 14:19:11 +02:00
Jack Westbrook
e894b19c1a
Build: Fix failing CSS asset paths ( #95380 )
...
* build(webpack): set publicpath and process urls to resolve assets correctly
* build(webpack): add back --progress to build
* Add local cdn
(cherry picked from commit 7a19523fa4
)
* chore(devenv): fix local_cdn path in ngnix conf
* chore(codeowners): add frontend-ops as owners of local_cdn docker block
---------
Co-authored-by: Andreas Christou <andreas.christou@grafana.com>
2024-10-25 13:45:44 +02:00
Ashley Harrison
d0e124e2f9
Playlists: don't show TV mode in singleTopNav
( #95339 )
...
don't show TV mode in singleTopNav
2024-10-25 11:09:05 +01:00
Ashley Harrison
d1a00540dd
SingleTopNav: Ignore searchBarHidden
/kiosk=tv
flags ( #95344 )
...
ignore searchBarHidden/kiosk=tv flags
2024-10-25 10:46:40 +01:00
Bogdan Matei
69f888e296
Scopes: Fix rendering of the scopes list for large chunk of items ( #95327 )
...
* Scopes: Fix rendering of the scopes list for large chunk of items
* Fix outline for overflow
* Fix outline for overflow
2024-10-25 12:27:30 +03:00
Eric Leijonmarck
b1e1297bb3
LBAC for datasources: Move validation of rules from datasources to LBAC Rules ( #94622 )
...
* FIX: Remove the checks for lbac rules inside of datasources
* Remove json validation for lbac rules
* Preserve lbac rules in updates
* Refactored test to remove the table structure
* refactor: change to allow naming and concise override instead of complex branching
* refactor to make sure we set an empty field for updates
* bugfix
* check for datasources.JsonData
* fix merge
* add datasource to check for field presence only
* add function call for readability
2024-10-25 10:07:53 +01:00
Matias Chomicki
226dcdde0f
Query splitting: limit retries ( #95364 )
2024-10-25 11:53:03 +03:00
Tobias Skarhed
5ee5c7af7b
Combobox: Invalidate async calls using counter instead of value ( #95049 )
...
* Combobox async: Invalidate using timestamp instead of value
* Simulate keyboard delay in test
* Use a counter instead of timestamps
* Fix feedback
* Expand tests to include case discussed on PR
---------
Co-authored-by: Joao Silva <joao.silva@grafana.com>
2024-10-25 10:10:02 +02:00
Karl Persson
beaac3c885
Zanzana: Remove model and store initiation from client ( #95328 )
...
* Remove model and store initiation from client
2024-10-25 09:31:27 +02:00
maicon
f5ed2f52f7
UniStore: expand nested folders testing ( #95374 )
...
Signed-off-by: Maicon Costa <maiconscosta@gmail.com>
2024-10-24 19:54:33 -03:00
Kevin Minehart
67b3848fd9
CI: Remove drone steps for building windows because it's done in grafana-… ( #95373 )
...
Remove drone steps for building windows because it's done in grafana-build now
2024-10-24 17:04:25 -05:00
owensmallwood
5e3e7cca0e
Search PoC: Adds traces to indexer ( #95372 )
...
* adds traces to indexer
* fix linting errors
2024-10-25 00:05:33 +03:00
owensmallwood
ecebaf1bdf
Unified Storage: Add traces to poller ( #95369 )
...
add traces to poller
2024-10-24 22:49:38 +03:00
Yuri Tseretyan
2deced7d40
Alerting: Notifications Routes API ( #91550 )
...
* Introduce new models RoutingTree, RouteDefaults and Route and api-server to serve them that is backed by provisioning notification policy service.
* update method UpdatePolicyTree of notification policy service to return route and new version
* declare new actions alert.notifications.routes:read and alert.notifications.routes:write and two corresponding fixed roles.
---------
Co-authored-by: Tom Ratcliffe <tom.ratcliffe@grafana.com>
Co-authored-by: Matthew Jacobson <matthew.jacobson@grafana.com>
2024-10-24 13:53:03 -04:00
Jev Forsberg
fb0221d561
Chore: Delegate codeowners responsibilities to @grafana/grafana-developer-enablement-squad ( #95362 )
...
* baldm0mma/update_codeowners/ update go.mod
* baldm0mma/update_codeowners/ update codeowners
* baldm0mma/update_codeowners/ update go.mod
2024-10-24 19:49:48 +03:00
grafana-pr-automation[bot]
0d272a3b9c
I18n: Download translations from Crowdin ( #95334 )
...
New Crowdin translations by GitHub Action
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-10-24 19:20:32 +03:00
Syerikjan Kh
2f965a07ab
Ref: datasource picker rudderstack events ( #95074 )
...
* ref: ds picker events added
* ref: track opendropdown only on click
* ref: update/update all payload added to the event
* ref: configure more ds button event path to from path
* ref: result count fix, enable/disable track
* ref: debounce search tracks
* ref: track connections_plugin_card_clicked
* ref: call tracking from the child comp with result count
* ref: change event names, add creator_team and schema version
2024-10-24 12:03:17 -04:00
Sarah Zinger
59f5c1edfb
Query Service: Add trace ids to logs in expressions ( #95203 )
2024-10-24 12:01:14 -04:00
Misi
b8b7c7901c
Auth: Increase name_id and session_id length to 1024 in user_external_session ( #95352 )
...
Increase name_id and session_id length to 1024
2024-10-24 17:14:38 +02:00
Diego Augusto Molina
257aca5340
Unistore Chore: Fix span name ( #94965 )
...
fix span name
2024-10-24 12:12:20 -03:00
maicon
f379329127
UniStore: add FoldersCreate Endpoint test ( #95253 )
...
* UniStore: add FoldersCreate Endpoint test
Signed-off-by: Maicon Costa <maiconscosta@gmail.com>
---------
Signed-off-by: Maicon Costa <maiconscosta@gmail.com>
2024-10-24 12:04:32 -03:00
Jacob Valdez
0c73403e00
Docs: initial pruning of outdated versioning info ( #95212 )
...
* initial pruning of outdated versioning info
* removing erroneous file
2024-10-24 09:42:04 -05:00
Erik Sundell
967b9ed22c
E2E: Fix broken selector ( #95357 )
...
fix broken selector
2024-10-24 17:36:53 +03:00
Josh Hunt
0b842eb48e
Chore: Change filterTable nth-child to nth-of-type ( #95331 )
...
Chore: Change filterTable nth-child styles to fix console warning
2024-10-24 17:27:25 +03:00
Sonia Aguilar
f5bd197cdb
Alerting: Move logic for simple mode in QueryAndExpressionsStep to a separate hook ( #94709 )
...
* Move logic for simple mode in QueryAndExpressionsStep to a separate hook and add tests
* remove unnecessary jest.clearAllMocks
2024-10-24 16:26:46 +02:00
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