grafana/pkg/storage/unified/resource
Peter Štibraný 41319f90bb
search: Handle index build errors gracefully (#108862)
* Close new index if we fail to build it.

* Respect context cancellation in getOrCreateIndex.
2025-07-29 17:40:16 +02:00
..
grpc grpc: wrapContext should not replace existing metadata, but append to it. (#107126) 2025-06-25 08:06:45 +00:00
testdata K8s/Folders: Use v1beta1 and app-sdk based spec (#103975) 2025-04-14 23:20:10 +03:00
access.go Update authlib version (#107939) 2025-07-11 14:55:52 -04:00
access_test.go Update authlib version (#107939) 2025-07-11 14:55:52 -04:00
bleve_index_metrics.go search: Track number of open indexes per storage type. (#108842) 2025-07-29 12:46:34 +02:00
broadcaster.go refactor(unified-storage): rename cache to avoid import conflicts (#105831) 2025-05-22 17:12:31 +02:00
broadcaster_test.go unistore: close event stream on context cancelation (#101293) 2025-02-25 08:28:31 -08:00
bulk.go Include resource name in the event. (#107185) 2025-06-27 09:29:49 +00:00
cdk_backend.go unistore: split ListIterator and ListHistory in StorageBackend (#105654) 2025-05-23 15:00:18 +02:00
cdk_blob.go refactor(unified-storage): move generated protos to own pkg (#105356) 2025-05-15 21:36:52 +02:00
cdk_blob_test.go refactor(unified-storage): move generated protos to own pkg (#105356) 2025-05-15 21:36:52 +02:00
cdk_bucket.go feat(unified-storage): provide delete function for bucket (#103825) 2025-04-11 10:10:13 +02:00
cdk_bucket_test.go feat(unified-storage): provide delete function for bucket (#103825) 2025-04-11 10:10:13 +02:00
client.go unified-storage: split resource index client (#106297) 2025-06-27 08:15:52 -04:00
client_test.go Auth: Fix function name (#100122) 2025-02-05 15:32:22 +01:00
continue.go Storage: Add ascending order support for NotOlderThan queries and introduce ResourceVersionMatch_Unset as default (#102505) 2025-03-21 18:35:32 +02:00
continue_test.go Storage: Add ascending order support for NotOlderThan queries and introduce ResourceVersionMatch_Unset as default (#102505) 2025-03-21 18:35:32 +02:00
datastore.go unistore: save returns a writecloser (#107955) 2025-07-11 18:25:48 +02:00
datastore_test.go unistore: add LastResourceVersion to the datastore (#107303) 2025-06-30 15:49:26 +02:00
doc.go
document.go unistore: index search references (#106954) 2025-06-24 14:54:07 -05:00
document_test.go refactor(unified-storage): move generated protos to own pkg (#105356) 2025-05-15 21:36:52 +02:00
errors.go feat(unified-storage): add qos support for the resource server (#105939) 2025-07-01 09:22:55 +00:00
errors_test.go Use logging from app sdk in the resource mod (#103281) 2025-04-08 15:35:11 +02:00
event.go unistore: add kv based storage backend (#107305) 2025-07-02 10:57:37 +00:00
eventstore.go unistore: save returns a writecloser (#107955) 2025-07-11 18:25:48 +02:00
eventstore_test.go unistore: add eventstore and notifier (#107182) 2025-06-30 11:20:57 +02:00
health.go refactor(unified-storage): move generated protos to own pkg (#105356) 2025-05-15 21:36:52 +02:00
health_test.go refactor(unified-storage): move generated protos to own pkg (#105356) 2025-05-15 21:36:52 +02:00
hooks.go Authlib: Use types package rather than claims (#99243) 2025-01-21 12:06:55 +03:00
keys.go Include resource name in the event. (#107185) 2025-06-27 09:29:49 +00:00
keys_test.go refactor(unified-storage): move generated protos to own pkg (#105356) 2025-05-15 21:36:52 +02:00
kv.go unistore: save returns a writecloser (#107955) 2025-07-11 18:25:48 +02:00
kv_test.go unistore: save returns a writecloser (#107955) 2025-07-11 18:25:48 +02:00
metadata.go unistore: save returns a writecloser (#107955) 2025-07-11 18:25:48 +02:00
metadata_test.go unistore: refactor get to return a reader (#107951) 2025-07-11 11:10:19 +02:00
metrics.go fix (unified-storage): stop registering unified storage metrics in global state (#101322) 2025-02-28 07:39:39 -05:00
migrations.go refactor(unified-storage): move generated protos to own pkg (#105356) 2025-05-15 21:36:52 +02:00
noop.go refactor(unified-storage): move generated protos to own pkg (#105356) 2025-05-15 21:36:52 +02:00
notifier.go unistore: add eventstore and notifier (#107182) 2025-06-30 11:20:57 +02:00
notifier_test.go unistore: add eventstore and notifier (#107182) 2025-06-30 11:20:57 +02:00
search.go search: Handle index build errors gracefully (#108862) 2025-07-29 17:40:16 +02:00
search_client.go fix: Always return searchWrapper to enable shadow traffic (#108373) 2025-07-21 13:53:44 +02:00
search_client_test.go fix: Always return searchWrapper to enable shadow traffic (#108373) 2025-07-21 13:53:44 +02:00
search_queue.go refactor(unified-storage): move generated protos to own pkg (#105356) 2025-05-15 21:36:52 +02:00
search_queue_test.go refactor(unified-storage): move generated protos to own pkg (#105356) 2025-05-15 21:36:52 +02:00
search_server_distributor.go unified-storage: add tracing to distributor methods (#108791) 2025-07-28 12:35:20 -04:00
search_test.go search: Handle index build errors gracefully (#108862) 2025-07-29 17:40:16 +02:00
server.go update storage-api to only build index if it owns the namespace (#108418) 2025-07-23 15:59:24 -04:00
server_test.go refactor(unified-storage): move generated protos to own pkg (#105356) 2025-05-15 21:36:52 +02:00
storage_backend.go fix: unified resource server list queries order column (#108094) 2025-07-16 08:09:31 +02:00
storage_backend_test.go unistore: fix delete and db closed in kv store (#107918) 2025-07-10 11:34:36 +02:00
table.go refactor(unified-storage): move generated protos to own pkg (#105356) 2025-05-15 21:36:52 +02:00
table_test.go refactor(unified-storage): move generated protos to own pkg (#105356) 2025-05-15 21:36:52 +02:00
validation.go refactor(unified-storage): move generated protos to own pkg (#105356) 2025-05-15 21:36:52 +02:00
validation_test.go resource-api: Loosen name validation to match K8s requirements (#93404) 2024-10-10 11:03:18 -04:00