Josh Hunt
60b03a5a10
CI: Update actions to use environment variables, pin actions ( #104610 )
...
* CI: use env var in backport.yml
* pin actions
* pin actions
2025-04-28 11:30:26 +01:00
Sven Grossmann
d19f86a736
ci: move variables to env ( #104605 )
...
* ci: move variables to `env`
* ci: move sha to `env`
* ci: import `SHA` and `PRE_COMMIT_SHA`
2025-04-28 11:22:46 +01:00
Piotr Jamróz
e2ac229bc5
chore: Remove unused dependency ( #104457 )
2025-04-28 10:51:11 +02:00
Pepe Cano
d6d5771aff
alerting: update UI text to clarify recovery threshold for pending state ( #102788 )
...
* alerting: update UI text to clarify recovery threshold for pending state
* Update recent translation
2025-04-28 10:42:37 +02:00
Stephanie Hingtgen
cf453b46d4
K8s: App Plugins: Fix dashboard updater ( #104583 )
2025-04-25 22:51:38 +01:00
Josh Hunt
759aa12d2b
Revert "Build swagger ui in seperate webpack build" ( #104580 )
...
Revert "Build swagger ui in seperate webpack build (#102046 )"
This reverts commit 314e337d76 .
2025-04-25 22:07:43 +01:00
renovate[bot]
fe62a7a708
Update dependency marked to v15.0.11 ( #104570 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-25 21:02:50 +00:00
Kevin Minehart
13eaba98d5
CI: Use pull_request_target for PR patch check ( #104567 )
...
Use pull_request_target for PR patch check
2025-04-25 12:52:52 -05:00
alerting-team[bot]
af33ffd383
Alerting: Update alerting module to be11a2ae18bb786b6c35a6b99a6a876fada9fd6d ( #104563 )
...
[create-pull-request] automated change
Co-authored-by: yuri-tceretian <25988953+yuri-tceretian@users.noreply.github.com >
2025-04-25 13:22:19 -04:00
Kevin Minehart
a2a13763a4
CI: Remove bad caching from integration tests ( #104546 )
2025-04-25 18:18:20 +01:00
Will Assis
4adebd6058
unified-storage: setup ring to shard requests ( #103783 )
...
* Updates the instrumentation_server service to use mux instead of the builtin router, and have it store the router in the module server: this is so we can register the /ring endpoint to check the status of the ring
* Create a new Ring service that depends on the instrumentation server and declares it as a dependency for the storage server
* Create standalone MemberlistKV service for Ring service to use
* Update the storage server Search and GetStats handler to distribute requests if applicable
2025-04-25 13:08:44 -04:00
renovate[bot]
ff7b923d33
Update dependency @formatjs/intl-durationformat to v0.7.4 ( #104547 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-25 18:00:25 +01:00
Todd Treece
24caaa7442
Dashboards: Set provisioning concurrency limit ( #104507 )
2025-04-25 12:43:29 -04:00
Stephanie Hingtgen
72ea92f275
Provisioning: Remove warnings for valid usage ( #104555 )
2025-04-25 16:50:47 +01:00
Irene Rodríguez
9f048b5127
Rename grafana cli to grafana server cli ( #104087 )
2025-04-25 15:46:38 +00:00
renovate[bot]
be15e85434
Update dependency @floating-ui/react to v0.27.8 ( #104373 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-25 15:55:42 +01:00
Irene Rodríguez
01afde24f5
Style fixes in grafanactl docs ( #104550 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-04-25 14:15:57 +00:00
Sven Grossmann
b6b493c851
Extension Sidebar: Add feature tracking for opened/closed extensions ( #104209 )
...
Extension Sidebar: Add feature tracking to track opened/closed extensions
2025-04-25 15:05:55 +01:00
renovate[bot]
cdfd3caba8
Update dependency cypress to v14 ( #99916 )
...
* Update dependency cypress to v14
* update drone image
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com >
2025-04-25 14:49:50 +01:00
Josh Hunt
3ba112673f
Docker: Remove pkg/apis/folder from COPY ( #104524 )
2025-04-25 14:25:10 +01:00
Jev Forsberg
fe9254b333
Chore: Update release strategy docs ( #104488 )
...
* baldm0mma/ update release docs
* baldm0mma/ run prettier
* baldm0mma/ change back apostrophies
* baldm0mma/ update to or
* baldm0mma/ revert characters
2025-04-25 07:24:07 -06:00
Josh Hunt
314e337d76
Build swagger ui in seperate webpack build ( #102046 )
...
* Build swagger ui in seperate webpack build
* render grafana and swagger
* include light theme
* merge main
* update webassets usage
---------
Co-authored-by: Ryan McKinley <ryantxu@gmail.com >
2025-04-25 14:22:57 +01:00
Victor Marin
6b44b38c10
DashboardReload: Do not preserve or restore URL state if dashboard version invalid ( #104375 )
...
do not preserve or restore url state if dashboard version invalid
2025-04-25 16:19:08 +03:00
Igor Suleymanov
f5ff6e38a3
Update grafanactl install instructions in docs ( #104539 )
2025-04-25 13:09:59 +00:00
Juan Cabanas
52b120cb67
Grafana UI: Add ref to DatePickerWithInput ( #104346 )
...
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com >
2025-04-25 09:48:32 -03:00
Misi
06343fcda9
Advisor: Recover correctly when step.Run panics ( #104521 )
...
* wip
* Add test case for it
2025-04-25 14:14:44 +02:00
Irene Rodríguez
b145deb5a0
Add new grafanactl content ( #104448 )
2025-04-25 11:58:07 +00:00
Stephanie Hingtgen
b5281c923f
K8s: Dashboards: Fix provisioned dashboard cleanup ( #104504 )
2025-04-25 05:55:50 -06:00
Mustafa Sencer Özcan
ebf3a8d205
fix: make data syncer run configurable on mode (2->3) change ( #104401 )
2025-04-25 13:43:35 +02:00
Stephanie Hingtgen
43d0053c80
K8s: Dashboards: Fix transformation between v1 and v2 ( #104502 )
2025-04-25 05:06:49 -06:00
Stephanie Hingtgen
40799d1f57
Docs: Add dashboard and folder apis docs ( #101754 )
2025-04-25 05:06:12 -06:00
Andreas Christou
3b036f0e78
Graphite: Fix Graphite series interpolation ( #104471 )
...
* Fix graphite series interpolation
* Trigger build
2025-04-25 10:51:18 +01:00
Ryan McKinley
73c018b298
Bootdata: Expose grafanaBootData under /bootdata URL ( #104258 )
2025-04-25 10:50:03 +01:00
Michael Anderson
eed048fc09
Navigation: Moving Machine-Learning out of IRM and into the top-level of the Navigation ( #103822 )
...
* adding ml items to main navigation if plugin is installed
* undoing testing change
* updating based on feedback and fixing role to be specific to access to ml plugin
* cleanup unneeded constants
* cleanup diff
* updateing GetOrgID call
* adding greyscale ml logo and using that for consistency
* use currentColor
---------
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com >
2025-04-25 10:33:03 +01:00
Ryan McKinley
7b492d7e16
FEMT: Add feature toggle and expose the service in regular grafana ( #104428 )
2025-04-25 12:24:25 +03:00
Matthew Thorning
29b3738bc8
Navigation: Remove the "New" badge from the IRM menu item ( #104512 )
...
remove the "New" badge from the IRM menu item
2025-04-25 09:49:32 +01:00
grafana-pr-automation[bot]
72ebf1789e
I18n: Download translations from Crowdin ( #104506 )
...
* New Crowdin translations by GitHub Action
* kick CI
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com >
2025-04-25 09:45:47 +01:00
Ashley Harrison
ee93dbd2bd
Chore: Run fronted unit tests + linting/typecheck against enterprise ( #104479 )
...
* run unit tests + linting/typecheck against enterprise
* update permissions
* kick CI
* keep job names the same
2025-04-25 09:22:02 +01:00
Alex Khomenko
618ffd0275
API clients: Add generator ( #104093 )
...
* Add API client generator
* Extract config entry template
* Fix index file
* Fix message and file pattern
* Fix generate-rtk template
* Match generated-api
* Format
* Split helpers
* Cleanup
* Remove unused helpers
* Simplify group name handling
* Run generate-apis
* Prettier
* Format + lint
* improve lint/format
* Optional filterEndpoints
* Format
* Update readme
* More updates
* Move the helpers out
* Switch to TS
* Cleanup types
* Add support for Enterprise
* Add comments
* Refactor endpoint handling and update README
* Simplify checks
* Do not register reducers and middleware for enterprise
* More docs updates
* Remove redundant sections
* Format gitignored files
* Add limitations
* Simplify types
* Simplify path logic
* Do not format OSS paths for enterprise
* dedupe
* format
* Simplify instructions
* Update lockfile
* Add comments
* Remove custom types
2025-04-25 09:42:37 +03:00
Scott Lepper
7ed17cacbf
Scenes: validate time zone ( #104481 )
...
* Scenes: validate time zone
2025-04-24 17:35:35 -04:00
Yuri Tseretyan
14f4620835
Alerting: Optimize clean up rule versions ( #102561 )
...
* improve removal of old versions
Signed-off-by: Yuri Tseretyan <yuriy.tseretyan@grafana.com >
* Apply suggestions from code review
Co-authored-by: Alexander Akhmetov <me@alx.cx >
---------
Signed-off-by: Yuri Tseretyan <yuriy.tseretyan@grafana.com >
Co-authored-by: Alexander Akhmetov <me@alx.cx >
2025-04-24 15:59:50 -04:00
Yuri Tseretyan
1f707d16ed
Apply security patch 357-202503311017.patch ( #104490 )
...
* Sanitize paths before evaluating access to route
* use util.CleanRelativePath
---------
Co-authored-by: Andres Martinez Gotor <andres.martinez@grafana.com >
2025-04-24 20:15:17 +01:00
Leon Sorokin
a6735721bf
XYChart: Coerce threshold steps to numbers ( #104485 )
2025-04-24 20:01:00 +01:00
Ashley Harrison
5a10e3b43e
Select: Fix minor layout shift when opening/closing the menu ( #104476 )
...
fix width of magnifying glass causing layout shift
2025-04-24 17:36:12 +01:00
Alexander Akhmetov
040a82c815
Alerting: Add an internal label to rules converted from Prometheus ( #104475 )
2025-04-24 18:33:09 +02:00
Gilles De Mey
109267ab03
Alerting: Remove feature toggle for custom recovery threshold ( #104455 )
2025-04-24 11:58:17 -04:00
Sonia Aguilar
674fdd1d32
Alerting: Add alertingBulkActionsInUI feature toggle ( #104470 )
...
Add alertingBulkActionsInUI feature toggle
2025-04-24 15:49:59 +01:00
Kevin Minehart
f7216db6bc
Chore: bump version to 12.1.0-pre ( #104468 )
...
bump version to 12.1.0-pre
2025-04-24 15:47:14 +01:00
Juan Cabanas
20b50e5f16
Grafana UI: Make DashboardPicker focusable ( #104242 )
2025-04-24 11:27:04 -03:00
Peter Štibraný
08205d64d1
libraryelements: Spanner compability ( #103881 )
...
* libraryelements: fix compatibility with Spanner
* Log errors leading to status code 500.
* Rename tests to make them integration tests.
2025-04-24 14:10:03 +00:00