Ryan McKinley
4e3197a58f
fix spelling
2025-07-02 19:40:19 -07:00
Ryan McKinley
1a883d1167
Merge remote-tracking branch 'origin/main' into ds-apiserver-with-configs
2025-07-02 19:34:48 -07:00
Ryan McKinley
acabe86153
APIServer: Exclude internal GroupVersionKind from openapi ( #107551 )
2025-07-02 19:32:01 -07:00
Alyssa (Bull) Joyner
41eb49ad03
[InfluxDB] Fix event tracking bug ( #107548 )
2025-07-02 16:38:01 -06:00
Ryan McKinley
cc2e96a558
update openapi specs
2025-07-02 14:58:34 -07:00
Ryan McKinley
6b2ebb2d65
lint
2025-07-02 14:43:37 -07:00
Ryan McKinley
7cc36672bb
fix integration test
2025-07-02 14:41:52 -07:00
Ryan McKinley
5be096833a
run codegen
2025-07-02 14:27:31 -07:00
Ryan McKinley
076d1a5ad5
revert go.mod changes
2025-07-02 13:53:22 -07:00
Ryan McKinley
775ed81b58
Merge remote-tracking branch 'origin/main' into ds-apiserver-with-configs
2025-07-02 13:37:12 -07:00
Ryan McKinley
fb0aaa321e
merge main
2025-07-02 13:33:33 -07:00
colin-stuart
b6eacc929a
Auth: Check SCIM dynamic settings when syncing users ( #107487 )
...
* Auth: Check SCIM dynamic settings when syncing users
* remove enterprise package import
* add CODEOWNERS
* lint
* use default namespace & update tests
* add optional dynamic AllowNonProvisionedUsers setting
* update test case with allowNonProvisionedUsers
2025-07-02 15:23:06 -05:00
Pepe Cano
61efc8b609
docs(alerting): clarify usage of different Alertmanagers and fix misleading details ( #107498 )
...
* docs(alerting): clarify usage of different Alertmanagers and fix misleading details
* address review changes
2025-07-02 21:46:29 +02:00
Alexander Akhmetov
b483a04aec
Alerting: Send merged configuration to the remote alertmanager ( #107004 )
2025-07-02 21:35:24 +02:00
Kevin Minehart
d57155a19b
CI: Support large build IDs in artifact builds ( #107533 )
...
* CI: Support large build IDs in artifact builds
* Use run_id instead of run_number in prerelease builds
2025-07-02 18:43:59 +00:00
Moustafa Baiou
11ea1dfba8
Alerting: Fix notification policy conflicts originating from provenance mismatch ( #107343 )
...
* Alerting: Fix notification policy conflicts originating from provenance mismatch
Sometimes the provenance field on the notification policy route can mismatch with the actual provenance in the provenance store.
This leads to 409s when trying to update the notification policy via the k8s apis.
We avoid this by ignoring the provenance field when calculating the fingerprint.
Co-authored-by: Matt Jacobson <matthew.jacobson@grafana.com >
* fix tests which validate stability
---------
Co-authored-by: Matt Jacobson <matthew.jacobson@grafana.com >
2025-07-02 17:26:27 +00:00
Ryan McKinley
c1c1f3a85c
merge main
2025-07-02 10:06:43 -07:00
Ryan McKinley
c0f1a6423c
Merge remote-tracking branch 'origin/main' into ds-apiserver-with-configs
2025-07-02 09:56:20 -07:00
Andreas Christou
d9a8253640
Azure: Update dashboards ( #107481 )
...
Update dashboard
2025-07-02 15:18:36 +01:00
Andreas Christou
a01b1536f9
Graphite: Fix date mutation ( #107414 )
...
* Fix date mutation
- Add unit test
- Improve types
* Add invalid test and minor cleanup
* Review
2025-07-02 15:11:32 +01:00
Andreas Christou
bae8d98a9f
Graphite: Update dashboards ( #107479 )
2025-07-02 15:57:09 +02:00
Leon Sorokin
83396e2080
StateTimeline: Show error when Time type field has invalid values ( #107491 )
2025-07-02 08:51:20 -05:00
Alexander Zobnin
0e41f58db9
Zanzana: Add detailed instructions for running and instrumenting ( #107237 )
...
* Zanzana: Add detailed instructions for running and instrumenting
* Running Zanzana standalone server WIP
* Describe how to run zanzana server
* Fix readme link
* Update cli info
* update how to run postgres
2025-07-02 15:33:08 +02:00
Matheus Macabu
f32d944b23
Secrets: Add initial tracing instrumentation ( #107513 )
2025-07-02 14:43:36 +02:00
Matheus Macabu
b340b3fb7b
Secrets: Add GetType for KeeperSpec and clean-up unused Envelope ( #107511 )
...
Co-authored-by: Michael Mandrus <michael.mandrus@grafana.com >
2025-07-02 14:33:23 +02:00
Matheus Macabu
7614089077
Secrets: Only register dependencies to start up ( #107504 )
2025-07-02 14:02:52 +02:00
Georges Chaudy
d55541735a
unistore: use different ns for each test ( #107509 )
...
use different ns for each test
2025-07-02 13:50:30 +02:00
Georges Chaudy
696657bdd1
unistore: add kv based storage backend ( #107305 )
...
* Add datastore
* too many slashes
* lint
* add metadata store
* simplify meta
* Add eventstore
* golint
* lint
* Add datastore
* too many slashes
* lint
* pr comments
* extract ParseKey
* readcloser
* remove get prefix
* use dedicated keys
* parsekey
* sameresource
* unrelated
* name
* renmae tests
* add key validation
* fix tests
* refactor a bit
* lint
* allow empty ns
* get keys instead of list
* rename the functions
* refactor yield candidate
* update test
* unistore: add LastResourceVersion to datastore
* lint
* use map string
* missing err check
* fix
* Add storage backend
* remove hasmore
* fix tests
* small refactor
* pre-alloc
* extract the folder
* lint
* refactor
* handle context canceled in ListHistory to pass the tests
* fix the resource test
* unistore: provide generic tests for the kv interface (#107443 )
unistore: move the kv tests to the testing package
* Update pkg/storage/unified/resource/storage_backend_test.go
Co-authored-by: Peter Štibraný <pstibrany@gmail.com >
* address comments
* comments
* comments
* comments
* normalise the names and add helper method
* events comments
* rename function
---------
Co-authored-by: Peter Štibraný <pstibrany@gmail.com >
2025-07-02 10:57:37 +00:00
Tobias Skarhed
f0a5829eb7
Annotations: Don't run disabled queries ( #107463 )
...
* Bump version
* Bump to released version
2025-07-02 10:08:57 +00:00
Ivana Huckova
5cd3ad76ee
Loki: Remove lokiQueryHints feature toggle ( #106620 )
...
* Loki: Remove lokiQueryHints feature toggle
* Remove unused imports
* Fix tests
2025-07-02 12:08:22 +02:00
Mustafa Sencer Özcan
3674d952a6
fix: use database section for resource server db engine configuration ( #107495 )
2025-07-02 09:00:51 +00:00
Dana Axinte
01c844b69f
SecretsManager: Revert adding data key tracer ( #107499 )
...
Remove data key tracer
2025-07-02 09:09:12 +01:00
Hugo Häggmark
bfd33467fb
Tests: removes jest duplicate manual mock warning ( #107459 )
...
* Tests: removes jest duplicate manual mock warning
* Trigger build
* Trigger build
2025-07-02 09:25:25 +02:00
Mihai Doarna
8760d280f7
Docs: Fix links from supported providers in team sync page ( #107468 )
...
fix links from supported providers to team sync
2025-07-02 10:02:53 +03:00
grafana-pr-automation[bot]
76639ea958
I18n: Download translations from Crowdin ( #107436 )
...
New Crowdin translations by GitHub Action
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-07-02 00:37:47 +00:00
Ryan McKinley
a44fdee0ef
merge upstream service changes
2025-07-01 17:00:04 -07:00
Ryan McKinley
97a089ef05
Merge remote-tracking branch 'origin/main' into ds-apiserver-with-configs
2025-07-01 16:53:45 -07:00
alerting-team[bot]
68f68a5224
Alerting: Update alerting module to cea2d168394577afdb58105f79f47885febddf35 ( #107484 )
...
[create-pull-request] automated change
Co-authored-by: alexander-akhmetov <1875873+alexander-akhmetov@users.noreply.github.com >
2025-07-02 01:32:14 +02:00
Ryan McKinley
b2799f977f
use config from secrets service
2025-07-01 13:44:47 -07:00
Leon Sorokin
79c39e7907
TimeSeries/Trend: Fix sparse points rendering heuristic ( #107279 )
2025-07-01 15:03:53 -05:00
Will Assis
fe7ca61a51
unified-storage: Missing rename of index_server to search_server ( #107469 )
...
* rename
2025-07-01 14:35:46 -04:00
Yunwen Zheng
fdf4935e42
Git sync create folder flow refactor to use new hook ( #107422 )
...
* Git sync create folder flow refactor to use new hook
---------
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com >
2025-07-01 12:19:48 -04:00
Ryan McKinley
8b9e57f2f6
OFREP: Enable with standard aggregation ( #107349 )
2025-07-01 09:17:36 -07:00
Ryan McKinley
2d4fd99e7a
update openapi
2025-07-01 09:14:01 -07:00
beejeebus
73e2ead04b
Add checksums to SHA256 mismatch error message ( #107461 )
...
This should make it easier to debug this issue if we see it again.
2025-07-01 12:02:54 -04:00
Adela Almasan
1620f028b4
TableNG: Fix click events bubbling up ( #107156 )
2025-07-01 15:27:06 +00:00
Will Assis
f09e85c048
unified-storage: Distributor rename to better reflect that it'll be used for search ( #107409 )
...
* rename distributor/ring references to "storage-api" to "search-server"
2025-07-01 11:15:10 -04:00
Kristina
f460e02913
Transformations: GA the Regression transformation ( #106074 )
...
* First draft of removing flag, regenerating flags and content
* Add description to catalog entry
* fix gdev dashboard
2025-07-01 08:59:22 -05:00
Matias Chomicki
da7b83c1bb
ControlledLogRows: pass filter levels ( #107448 )
2025-07-01 14:19:25 +02:00
Jean-Philippe Quéméner
9a92900ef3
fix(unified-storage): remove 's' in config parameter ( #107457 )
2025-07-01 14:06:21 +02:00