grafana/pkg/services/sqlstore
Michael Mandrus 4d69213829
CloudMigrations: Break snapshot resources out into their own table (#89575)
* create a new table for migration resources

* remove raw result bytes from db

* more snapshot resource management stuff

* integrate new table with snapshots

* pass in result limit and offset as params

* combine create and update

* set up xorm store test

* add unit tests

* save some cpu

* remove unneeded arg

* regen swagger

* fix bug with result processing

* fix update create logic so that uid isn't required for lookup

* change offset to page

* regen swagger

* revert accidental changes to file

* curl command page should be 1 indexed
2024-06-24 23:50:07 -04:00
..
migrations CloudMigrations: Break snapshot resources out into their own table (#89575) 2024-06-24 23:50:07 -04:00
migrator Fix: add mapping for the new mysqlRepl driver (#89551) 2024-06-21 08:35:46 -04:00
permissions chore(perf): Pre-allocate where possible (enable prealloc linter) (#88952) 2024-06-14 14:16:36 -04:00
searchstore RBAC: Only check for the write action when listing editable dashboards/folders (#88518) 2024-06-10 14:44:34 +03:00
session
sqlutil
bulk.go
bulk_test.go
database_config.go Experimental Feature Toggle: databaseReadReplica (#89232) 2024-06-18 11:07:15 -04:00
database_config_test.go
database_wrapper.go fix: sql instrumentation dual registration error (#89508) 2024-06-20 14:45:39 -04:00
logger.go
replstore.go fix: sql instrumentation dual registration error (#89508) 2024-06-20 14:45:39 -04:00
session.go Chore: Move identity and errutil to apimachinery module (#89116) 2024-06-13 07:11:35 +03:00
session_test.go
sqlstore.go
sqlstore_metrics.go
sqlstore_metrics_test.go
sqlstore_test.go
tls_mysql.go
transactions.go
transactions_test.go
user.go
user_test.go