grafana/pkg/storage/unified/sql
Peter Štibraný 6fa6a5708a
Cleanup of old search functionality (#110861)
* Remove support for initMinSize.
Remove support for searchAfterWrite option, now it defaults to true.

* Remove reference to deprecated feature toggle.

* Remove feature toggle completely.

* Remove code related to indexing on watch events.

* Fix compilation error.

* Remove unused field.
2025-09-11 08:23:03 +00:00
..
data Don't use transaction in ListModifiedSince. (#110392) 2025-09-01 11:39:02 +02:00
db Chore: Disable CGo in tests (#108764) 2025-09-02 17:24:30 +02:00
dbutil CI: Bump golangci-lint to 2.0.2 (#103572) 2025-04-10 14:42:23 +02:00
indexer_seeders Unified Storage Indexer: Build tenant indexes concurrently (#95795) 2024-11-06 12:58:07 -06:00
sqltemplate Chore: Update mocks with recent mockery (#107816) 2025-07-09 09:15:34 +02:00
test Cleanup of old search functionality (#110861) 2025-09-11 08:23:03 +00:00
testdata Don't use transaction in ListModifiedSince. (#110392) 2025-09-01 11:39:02 +02:00
backend.go Unified Storage: Adds pruner to kv backend (#110549) 2025-09-05 10:02:11 -06:00
backend_test.go Chore: Make cgo optional (for sqlite) (#108756) 2025-07-31 09:25:19 +00:00
blob.go refactor(unified-storage): move generated protos to own pkg (#105356) 2025-05-15 21:36:52 +02:00
bulk.go refactor(unified-storage): set the GUID in the resource server (#105683) 2025-05-21 09:49:49 +02:00
bulk_test.go UnifiedStorage: Rename Batch processing to Bulk (#101413) 2025-02-28 08:41:08 +03:00
list_iterator.go unistore: split ListIterator and ListHistory in StorageBackend (#105654) 2025-05-23 15:00:18 +02:00
list_iterator_test.go Replace check for integration tests. (#110707) 2025-09-08 15:49:49 +02:00
notifier.go Use logging from app sdk in the resource mod (#103281) 2025-04-08 15:35:11 +02:00
notifier_sql.go refactor(unified-storage): move generated protos to own pkg (#105356) 2025-05-15 21:36:52 +02:00
notifier_sql_test.go refactor(unified-storage): move generated protos to own pkg (#105356) 2025-05-15 21:36:52 +02:00
notifier_test.go refactor(unified-storage): move generated protos to own pkg (#105356) 2025-05-15 21:36:52 +02:00
queries.go Don't use transaction in ListModifiedSince. (#110392) 2025-09-01 11:39:02 +02:00
queries_test.go Don't use transaction in ListModifiedSince. (#110392) 2025-09-01 11:39:02 +02:00
rv_manager.go refactor(unified-storage): move generated protos to own pkg (#105356) 2025-05-15 21:36:52 +02:00
rv_manager_test.go refactor(unified-storage): move generated protos to own pkg (#105356) 2025-05-15 21:36:52 +02:00
search.go chore(unified-storage): add tracing for unified storage folder implementation (#105601) 2025-05-19 23:25:08 +03:00
server.go Cleanup of old search functionality (#110861) 2025-09-11 08:23:03 +00:00
server_test.go fix(unified-storage): check resource_api cfg for isHA (#102283) 2025-03-18 12:33:27 +01:00
service.go fix: add intrumentation for auth server grpc client (#110875) 2025-09-10 17:33:21 +02:00