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
Bogdan Matei
61f5f215ee
Dashboards: Implement rows repeat in rows layout ( #99300 )
2025-02-03 11:46:47 +02:00
Ryan McKinley
8c0b812874
Provisioning: Expose dashboard config within grafana ( #99947 )
2025-02-03 11:44:34 +02:00
Gábor Farkas
295c0afc35
datasources: querier: adjust the query-client ( #99805 )
2025-02-03 09:06:18 +01:00
Alexander Akhmetov
f45265b5f7
Alerting: Read from both proto and simple DB instance stores on startup ( #99855 )
2025-01-31 23:34:00 +01:00
Isabel Matwawana
e03656669a
Docs: Updated Reporting docs ( #99665 )
...
Co-authored-by: Agnès Toulet <35176601+AgnesToulet@users.noreply.github.com>
2025-01-31 17:08:55 -05:00
renovate[bot]
7d9896d07e
Update dependency fishery to v2.2.3 ( #99914 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-31 18:33:39 +00:00
renovate[bot]
e7902316a8
Update dependency @playwright/test to v1.50.1 ( #99912 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-31 17:38:50 +00:00
Dan Cech
481f99b07f
Docker: Use our own glibc 2.40 binaries ( #99903 )
...
* use our own glibc 2.40 binaries
2025-01-31 12:37:20 -05:00
Ashley Harrison
9693212475
API client generation: Create new IAM api client and use in query library ( #99888 )
...
* create new generated iam api client and use in query library
* update betterer
* use new createBaseQuery method
* update CODEOWNERS
* fix unit tests
* use shared type
* update comment
* fix test
2025-01-31 17:12:55 +00:00
Isabel Matwawana
a21265a7ad
Docs: Fix broken link ( #99907 )
2025-01-31 11:25:18 -05:00
Yuri Tseretyan
0be6e1bb86
Alerting: Extra dedup stage in Grafana Alertmanager ( #99825 )
...
* add feature flags
* update alerting module
* update grafana alertmanager to configure the extra dedup stage
---------
Co-authored-by: Santiago <santiagohernandez.1997@gmail.com>
2025-01-31 11:12:38 -05:00
renovate[bot]
d0703cfdbd
Update dependency @types/swagger-ui-react to v5 ( #99902 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-31 15:50:19 +00:00
Isabella Siu
a3eebd7157
Elasticsearch: Replace term size dropdown with text input ( #99718 )
2025-01-31 10:20:14 -05:00
renovate[bot]
3d3b781c19
Update dependency @stylistic/eslint-plugin-ts to v3 ( #99897 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-31 15:16:37 +00:00
renovate[bot]
2e5f0bf77b
Update typescript-eslint monorepo to v8.22.0 ( #99891 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-31 15:12:33 +01:00
Karl Persson
c3599d9236
Dashboards: Use uid instead of id to determine if dashboard exists or not ( #99890 )
...
Use uid instead of id to determine if dashboard exists or not
2025-01-31 14:46:26 +01:00
Ivana Huckova
7c15d33304
Remove @grafana/experimental in the last various places ( #99875 )
...
* Remove @grafana/experimental in the last various places
* Remove experimental from yarn.lock
* Fix import order
2025-01-31 15:43:58 +02:00