0e89fec173
SCIM: Move feature flag to public preview ( #107239 )
...
* Move feature flag to public preview
* Auto-generate changes
2025-06-27 11:30:33 +02:00
2e9559a376
Include resource name in the event. ( #107185 )
2025-06-27 09:29:49 +00:00
53ec379af8
unistore: add metadata store ( #107151 )
...
* Add datastore
* too many slashes
* lint
* add metadata store
* simplify meta
* Add datastore
* too many slashes
* lint
* pr comments
* extract ParseKey
* readcloser
* remove get prefix
* use dedicated keys
* parsekey
* sameresource
* unrelated
* name
* renmae tests
* fix tests
* lint
* allow empty ns
* get keys instead of list
* rename the functions
* refactor yield candidate
2025-06-27 08:25:27 +00:00
bc231922af
Library panels: Remove libraryPanelRBAC
feature flag, and enable rbac by default ( #107222 )
2025-06-27 08:09:02 +00:00
3cd29d2cdd
Alerting: Improve simplified routing test ( #107251 )
...
Improve SimplifiedRuleEditor test performance
2025-06-27 09:56:42 +02:00
ecb93ed7f7
Restore dashboards: Add filters and search ( #106994 )
...
* Restore dashboards: Enable search and filtering
* Remove sorting
* Configurable sort
* Move cache to a separate file
* Get tags
* Reset cache on delete
* Use store
* Add sort
* Use fuzzyFind for search
* Move fuzzy search to grafana/data
* Move @leeoniya/ufuzzy package
* Use the new util
* Improve sort
* Error handling
2025-06-27 08:59:10 +03:00
30e72ca774
InfluxDB: Config Page v2 - Update link for feedback form ( #107273 )
...
Update link for feedback form
2025-06-26 19:41:33 +00:00
907e3efa55
InfluxDB: Add tracking events to v1 config page ( #105911 )
...
* Add tracking events to orginial influxdb config page
* Add tracking file
* Lint
* Remove unused import
2025-06-26 19:37:15 +00:00
c5c8c0e491
Revert "ToolTip: Fix flexbox bug with tooltip when maxWidth
is set manually ( #107145 )"
...
This reverts commit cff743fcd56a2cf17b6e2e640dd6ffb53e8eba07.
2025-06-26 15:34:47 -04:00
ff4d7d35c6
docs(alerting): add new guidelines to the missing data alerting guide ( #107232 )
2025-06-26 21:06:34 +02:00
01c3f99e4a
CI: Unconditionally dispatch to GE ( #107271 )
...
* CI: Unconditionally dispatch to GE
* only do release-build in the grafana repo
2025-06-26 18:28:42 +00:00
07f5a72842
Dashboard Migrations: V33 Replace string-based datasource by datasource ref ( #106848 )
...
---------
Co-authored-by: Stephanie Hingtgen <stephanie.hingtgen@grafana.com>
2025-06-26 19:04:43 +02:00
37be24899c
CI: Prevent dispatch loop for building release artifacts ( #107269 )
2025-06-26 17:04:18 +00:00
de0ce87fd4
Prometheus: Apply limit to metadata request ( #107068 )
...
* use limit when calling metadata endpoint
* request metadata with limit
* betterer
2025-06-26 17:04:04 +00:00
dc79e6f3dc
unified-storage: fix auth handling in distributor ( #106062 )
...
* disable auth handling in the distributor
2025-06-26 12:32:59 -04:00
7d28f7eece
Update CODEOWNERS for shared dashboards docs ( #107266 )
2025-06-26 16:17:36 +00:00
0aefd99cff
LBAC for data sources: Update feature states ( #107260 )
...
update feature states
2025-06-26 17:09:26 +01:00
c47fc53eee
fix: set withHistory flag to true for non-interactive mode ( #107263 )
2025-06-26 16:08:30 +00:00
3ec907bbe6
CloudMigrations: Add warnings for bugs with HA setups ( #107265 )
...
add warnings for HA bug
2025-06-26 12:03:50 -04:00
918c93ee4e
Fix Zanzana Error "user field is malformed" ( #107227 )
...
Fix Authentication: Add UID field to Identity in render service
2025-06-26 09:14:44 -06:00
dd2ba2e816
CI: Add GOCACHEPROG to the backend builder if GOCACHEPROG is set on the host ( #107256 )
2025-06-26 14:16:58 +00:00
bca70ee809
Loki: Fix health check message ( #107170 )
...
Loki: fix typo in healthcheck message
Co-authored-by: ivanahuckova <ivana.huckova@gmail.com>
2025-06-26 16:10:21 +02:00
a18ea34688
CloudWatch: Backport aws-sdk-go-v2 update from external plugin ( #107136 )
...
* CloudWatch: Backport aws-sdk-go-v2 update from external plugin
* Review feedback & cleaning up a couple typos
2025-06-26 15:56:50 +02:00
069598c454
[Docs] Panel embedding not available in Cloud ( #107253 )
2025-06-26 13:51:43 +00:00
58a47ef1d6
Azure: Fix duplicated trace links ( #105698 )
...
* Add trace links to first field
* Review
2025-06-26 14:10:19 +01:00
5c1b263664
docs(alerting): simplify Intro to Grafana Alerting docs ( #106944 )
...
* docs(alerting): improve `Intro > Alert rule evaluation` docs
* Update Introduction to Grafana Alerting
* Simplify `Intro > Alert rules` and related docs
* minor copy change phrasing GMA and DS differences
* fix vale error
2025-06-26 12:25:32 +00:00
f8189eece9
Dashboard Imports: Fix creating new library panels ( #107219 )
2025-06-26 05:23:05 -06:00
88d113f37c
Update scenes to v6.25.0 ( #107238 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-26 14:19:21 +03:00
b93cde0adb
Alerting: Use default identifier for extra configs in Alertmanager API ( #107049 )
2025-06-26 12:44:49 +02:00
abbae41f60
Alerting: Sanitize Prometheus state history labels before writing ( #107181 )
2025-06-26 12:40:37 +02:00
894944dcb0
Alerting: Refactor remote alertmanager to use Crypto interface ( #107228 )
2025-06-26 12:39:06 +02:00
8a0c484b74
DataSourceAPI: Expose new method for filter applicability check ( #106756 )
...
* wip
* wip non applicalbe filters
* refactor getApplicableFilter to return a string[]
* remove getApplicableFilters impl from prometheus
2025-06-26 13:26:11 +03:00
2e9c4a76c4
Prometheus: Migrate remaining selectors to data-testid ( #106564 )
2025-06-26 10:22:42 +00:00
2297417374
Unistore: Add datastore ( #107137 )
...
* Add datastore
* too many slashes
* lint
* pr comments
* extract ParseKey
2025-06-26 10:36:31 +02:00
3d543a336f
IAM: Register CoreRole apis ( #106924 )
...
* IAM: Register CoreRole apis
* one line store instantiation
* Small refactor for readability
* Add authorizer for CoreRole
* Nit
* Error strings should not end with punctiation
* Account for error
* Switch to use the local resource client
* error should not start with upper casing
* noopStorageErr should have a name starting with err
* Update workspace
* I don't know why I don't have the same output as the CI 🤷
* Dependency xOwnership
* imports
* Import order
* Rename alias to make it clear this is legacy
2025-06-26 10:11:28 +02:00
6f8e33f360
GHA: Increase size of Ephemeral Instances runner ( #107230 )
2025-06-26 09:41:37 +02:00
4e8802afff
Plugins: Add repositoryUrl parameter to plugin details panel. ( #107048 )
...
add repositoryUrl parameter to plugin details
2025-06-26 08:59:46 +02:00
2869590292
Scenes: Upgrade to 6.24 ( #107196 )
2025-06-26 08:06:09 +02:00
e5d73b0ca4
I18n: Download translations from Crowdin ( #107224 )
...
New Crowdin translations by GitHub Action
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-26 00:38:14 +00:00
0b5d1a0e51
Prometheus: Fix adding metric name to matcher ( #107214 )
...
check metric name before pushing
2025-06-26 02:16:07 +02:00
41a4841e57
Zanzana: add flag for running zanzana server insecurely ( #107130 )
...
* add flag for running zanzana server insecurely
* Only allow insecure connections in dev environment
Co-authored-by: Alexander Zobnin <alexanderzobnin@gmail.com>
---------
Co-authored-by: Alexander Zobnin <alexanderzobnin@gmail.com>
2025-06-25 22:47:53 +00:00
79fe8a9902
Library Panels: Modify connection api endpoint to be compatible with unified storage ( #107088 )
2025-06-25 22:21:56 +00:00
3687767709
Workspace: Fix go workspace ( #107221 )
2025-06-25 21:59:45 +00:00
8288e947a8
InfluxDB: Add an optional time range filter for tag queries in the query panel autocompleteInflux tag filter ( #107195 )
...
* InfluxDB: Add an optional time range filter for tag queries in the query panel autocomplete
* Betterer updates
* Update test
---------
Co-authored-by: Nikolay Tsvetkov <nikolay.cvetkov@gmail.com>
2025-06-25 21:37:02 +00:00
8be4fc6e9b
CI: Provide token when dispatching downstream workflow ( #107215 )
2025-06-25 20:21:48 +00:00
9f6e0070f1
CI: Ensure that build-id is treated as a string in release-build.yml
( #107213 )
...
Ensure that build-id is treated as a string
2025-06-25 14:49:44 -05:00
d6a8470e67
Query Library: Promote query library to private preview ( #107211 )
2025-06-25 16:10:51 -03:00
094d78c2dd
Query Service: Remove unused files ( #107190 )
2025-06-25 14:36:09 -03:00
1f7cfda03c
Tempo: Properly escape double quotes in TraceQL query ( #106909 )
...
* Properly escape double quotes
* Simplify regex
2025-06-25 17:59:35 +01:00
3503fc209e
InfluxDB: Config page refresh ( #103060 )
2025-06-25 10:39:54 -06:00