grafana/pkg/services/cloudmigration/gmsclient
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
..
client.go CloudMigrations: Implement snapshot management apis (#89296) 2024-06-19 09:20:52 -04:00
dtos.go CloudMigrations: Refactor API for async work (#89084) 2024-06-13 17:58:59 +00:00
gms_client.go CloudMigrations: Break snapshot resources out into their own table (#89575) 2024-06-24 23:50:07 -04:00
inmemory_client.go CloudMigrations: Break snapshot resources out into their own table (#89575) 2024-06-24 23:50:07 -04:00