Karl Persson
b16e290444
Auth: Remove feature toggle authAPIAccessTokenAuth
( #100055 )
...
Remove feature toggle
2025-02-04 16:31:24 +01:00
Tom Ratcliffe
bb15f24dcd
Alerting: Update design of rule details tab and add updated by
( #99895 )
2025-02-04 16:56:17 +02:00
Victor Marin
00bcb61382
DynamicDashboards: Open edit overlay on selection if pane is collapsed ( #99885 )
...
* open edit pane on selection
* stuff
* use drawer instead for override panel options
* reverts
* closing edit pane while selection exists should also clear selection
* set width
2025-02-04 16:54:29 +02:00
Sergey Naumov
eb2f8182c0
Dashboards: Allow custom quick time ranges specified in dashboard model ( #93724 )
...
* TimeRangePicker: allow to customize quick ranges per dashboard
* TimeRangePicker: show selected custom time range using its name
* rangeutil: add tests for describeTextRange + quickRanges
* Fix up tests, and add an extra case for hidden time ranges
* Don't construct an object to find options, add findRangeInOptions util
* fix type errors detected by TypeScript
---------
Co-authored-by: joshhunt <josh@trtr.co>
2025-02-04 14:36:28 +00:00
beejeebus
cfae9d20d2
Add errorsource to InfluxDB datasource plugin fixes #1072 ( #99900 )
...
This PR adds `backend.ErrorSourceDownstream` values to all `backend.DataResponse`
values where it's certain that the error wasn't the result of the
InfluxDB datasource plugin.
2025-02-04 09:33:32 -05:00
Todd Treece
1f0ff19471
Dashboards: Fix schemaVersion test order ( #100016 )
2025-02-04 09:16:03 -05:00
Isabel Matwawana
4009433792
Docs: fix link text ( #99932 )
2025-02-04 09:06:39 -05:00
Victor Marin
2efb120737
DynamicDashboards: Fix scroll positioning when returning to dashboard ( #100047 )
...
* fix scroll positioning in new layouts editor
* refactor
2025-02-04 15:51:43 +02:00
Karl Persson
958d6e5e3a
Auth: Update authlib ( #100041 )
...
Bump authlib
2025-02-04 14:36:48 +01:00
Agnès Toulet
cd7c9f8666
Share: Fix short links when root_url is different from the browser URL ( #99950 )
...
Share: Fix short links when appUrl is misconfigured
2025-02-04 14:00:55 +01:00
Ivana Huckova
6e7e389ee2
Report grpc canceled timeouts as cancelled status and not error ( #99981 )
2025-02-04 13:31:03 +01:00
Bogdan Matei
d06d646aa1
DashboardList: Throttle the re-renders ( #99982 )
2025-02-04 14:14:28 +02:00
brendamuir
5d232daf0b
Adds johnny as codeowner for alerting docs ( #99877 )
...
* Adds johnny as codeowner for alerting docs
* changes maintainer
2025-02-04 13:10:57 +01:00
Bogdan Matei
c0f8d58079
Bump Scenes to 5.41.2 ( #100036 )
2025-02-04 13:18:37 +02:00
Alexa V
0fced84796
Dashboards: SchemaV2 - Fix saving dashboards on folder ( #100037 )
...
* Remove folder annotations not relevant to v2 api
* Add unit test for folder annotations
2025-02-04 12:57:38 +02:00
jackyin
73e3b04565
Dashboard: Playlist - Fix issue with back button ( #99401 )
...
* Playlist: Goback not work
* add unit test
* format code
2025-02-04 11:44:52 +01:00
Ashley Harrison
c94b8b78ae
API client generation: Add verify-api-clients
step to drone ( #99987 )
...
* add verify-api-clients step to drone
* change to check the verify step fails
* ignore conf dir
* rerun make drone
* undo change to make step fail
2025-02-04 09:13:44 +00:00
Alex Khomenko
443cb092b4
RTK APIs: Support multiple source files ( #100029 )
2025-02-04 10:32:29 +02:00
Stephanie Hingtgen
0fa2d182d6
K8s: Fix dashboard deletion in folders ( #100023 )
2025-02-04 06:38:57 +02:00
Stephanie Hingtgen
8ac9c47222
Folders: Validator: add temporary fix ( #100019 )
2025-02-03 17:08:15 -06:00
Jev Forsberg
88c62cd828
Chore: Manually update versions and update grafana-test-datasource
to "workspace:*" ( #99999 )
...
* baldm0mma/ manually update deps and run yarn
* baldm0mma/ update version from workspace to actual version
* baldm0mma/ revert some workspaces
* baldm0mma/ update workspace
* baldm0mma/ update deps
2025-02-03 15:12:05 -07:00
Jev Forsberg
46af49f907
Chore: Update alpine build docker image ( #99998 )
...
baldm0mma/ update alpine build image
2025-02-03 15:06:29 -07:00
Pepe Cano
5fe6479a10
Alerting docs: update screenshot (modify NoData/Error state) ( #99996 )
2025-02-03 22:01:18 +01:00
Scott Lepper
9677f4b692
[search] fix folder sync ( #99913 )
...
[search] fix folder sync
2025-02-03 15:55:22 -05:00
Nick Richmond
29fa6dfc8d
ExploreMetrics: Add toggle to enable routing to externalized Explore Metrics app plugin ( #99481 )
...
* feat: toggle for explore metrics app plugin
* chore: put app navigation settings behind feature toggle
* chore: require restart
* feat: context-driven applinks toggling
* fix: toggle ownership
* docs: note restart requirement
* refactor: prefer global feature toggle check
* chore: undo rm newlines
* fix: minimize changes
* fix: app id, `chromeless`, sidebar ordering
2025-02-03 15:46:54 -05:00
Yuri Tseretyan
ac41c19350
Alerting: Rule version history API ( #99041 )
...
* implement store method to read rule versions
* implement request handler
* declare a new endpoint
* fix fake to return correct response
* add tests
* add integration tests
* rename history to versions
* apply diff from swagger CI step
Signed-off-by: Yuri Tseretyan <yuriy.tseretyan@grafana.com>
---------
Signed-off-by: Yuri Tseretyan <yuriy.tseretyan@grafana.com>
2025-02-03 13:26:18 -05:00
Andreas Christou
8a259ecafa
Graphite: Ensure frames have refId
set ( #99911 )
...
Ensure frames have refIDs
- Sanitise the refID
- Alias the query target with the refID
- Set the appropriate refID on the created frames
- Update tests
2025-02-03 17:43:28 +00:00
Matheus Macabu
66aec9ec1f
Docs: Fix typos in Cloud Migration Assistant standalone guide ( #99959 )
...
* Docs: fix typo important admonition in Cloud Migration Assistant page
* Docs: fix typo in feature toggle name in Cloud Migration Assistant page
* Docs: fix bullet point <li> missing in Cloud Migration Assistant page
2025-02-03 17:21:34 +01:00
Matias Chomicki
6805c5283c
LogsPanel: do not re-render while data is loading ( #99882 )
2025-02-03 16:47:26 +01:00
Yuri Tseretyan
807f94b2c7
Alerting: Remove feature toggle alertingNoNormalState ( #99905 )
2025-02-03 17:32:50 +02:00
Ashley Harrison
f728b2df12
API client generation: Dedupe scripts and centralise them ( #99970 )
...
dedupe scripts and centralise them
2025-02-03 15:26:23 +00:00
Victor Marin
d96c1169c2
DashboardLayouts: Multi-select elements ( #99257 )
...
* wip
* refactor to map
Co-authored-by: Sergej-Vlasov <sergej.vlasov@grafana.com>
* refactor + allow selecting any kind of elements
* rename class
* refactor + tests
* cr changes
* fix deselection on shift clicking multiselected objects
* i18n
* fix
* move logic to elementSelection
* lint fix
* unselecting last multiselected item should reopen dashboard options
---------
Co-authored-by: Sergej-Vlasov <sergej.vlasov@grafana.com>
2025-02-03 17:21:38 +02:00
Eric Leijonmarck
62aaec14b6
LBAC for datasources: Enabled by default - expression "true" ( #99971 )
...
* add expression "true"
* update gen json
2025-02-03 14:46:34 +00:00
Alexander Akhmetov
d6c1e3bb45
Alerting: Use org store to read organization IDs ( #99938 )
2025-02-03 15:38:16 +01:00
Joey
a18fa4af8f
Tempo: Fix devenv ( #99750 )
...
Fix Tempo devenv
2025-02-03 15:14:41 +01:00
Joey
302e90b8f8
TraceView: Add class name for Explore Traces to hide span details row ( #98946 )
...
Add class name for Explore Traces to hide span details row
2025-02-03 15:09:51 +01:00
Mitch Seaman
c3a55ab8cb
Docs: Correct license token renewal frequency ( #99969 )
...
Co-authored-by: Irene Rodríguez <irene.rodriguez@grafana.com>
2025-02-03 14:09:36 +00:00
Sonia Aguilar
489c5006b4
Alerting: Update irm links for incident and oncall in case new irm plugin is present ( #99952 )
...
Update irm links for incident and oncall in case new irm plugin is present
2025-02-03 15:00:32 +01:00
jackyin
6496705120
Dashboards: Remove default empty string from variable create view ( #98922 )
...
* default empty string
* optimize
2025-02-03 13:55:41 +00:00
Ashley Harrison
e0151528a4
API client generation: Update iam client ( #99963 )
...
* update generated iam client
* update API
* with meta api
* regenerate client
* with identify ref
---------
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
2025-02-03 13:40:36 +00:00
Ida Štambuk
34b2cb5e02
Features: Remove openSearchBackendFlowEnabled feature toggle ( #99068 )
2025-02-03 14:24:49 +01:00
Marcus Andersson
39605a93ab
E2E: Adding API tests for panel edit settings ( #99038 )
...
* Updating plugin-e2e!
* Added API tests for new panel edit APIs in plugin-e2e
* Added API tests.
* rebased main.
* removed only.
2025-02-03 14:15:29 +01:00
Ashley Harrison
30bf2bcde1
API client generation: create a central getAPIBaseURL
function ( #99961 )
...
* create a getAPIBaseURL function
* use base url in iam api
2025-02-03 13:05:47 +00:00
Karl Persson
c85a175212
RBAC: only query folder service when fetching parent folders ( #99893 )
...
* only query folder service when fetching parent folders
* Perform validation and inehrited scopes solvers as service instead of caller
2025-02-03 13:56:25 +01:00
Alex Khomenko
a0901456ae
RTK Clients: Fix namespace filter ( #99949 )
...
* Fix namespace filter
* Update comment
* Update filter
2025-02-03 13:50:15 +02:00
Ryan McKinley
b636b81b16
K8s/IAM: Use raw handler for display (not rest.Connector) ( #99898 )
2025-02-03 14:24:35 +03:00
grafana-delivery-bot[bot]
2aa78139c4
Release: update changelog for 11.5.1 ( #99956 )
...
* Update changelog
* update changelog manually
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: joshhunt <josh@trtr.co>
2025-02-03 11:15:22 +00:00
Karl Persson
d16374d339
Authz: For list collect all folder permisions into items ( #99955 )
...
* For list collect all folder permisions into items
---------
Co-authored-by: Gabriel MABILLE <gamab@users.noreply.github.com>
2025-02-03 12:14:28 +01:00
Andres Martinez Gotor
4cd2ebe186
Grafana Advisor: Automatically generate frontend types ( #99807 )
...
* Grafana Advisor: Frontend types
* fix bad merge
2025-02-03 11:45:17 +01:00
Laura Fernández
74e3beabd0
MultiCombobox: add CustomValue
as an option ( #99815 )
2025-02-03 11:41:54 +01:00