fasten-onprem/backend/pkg/database
Jason Kulatunga 61d16cfb55 fixed error where the source ID was not populated whne source is first created, causing next SyncAll command to have invalid source_id values.
Created default SyncAll function (using $everything) and SyncAllByResourceName which can be used as a fallback.

cleaned up DB layer , dont use Model unless Gorm cannot figure out the table. Use pointers consistently.
When syncing resources, store errors in a map, so that all resources get synced before returing errors
2022-09-24 22:18:07 -07:00
..
mock adding docker image. 2022-09-21 18:57:38 -07:00
interface.go fixed error where the source ID was not populated whne source is first created, causing next SyncAll command to have invalid source_id values. 2022-09-24 22:18:07 -07:00
sqlite_repository.go fixed error where the source ID was not populated whne source is first created, causing next SyncAll command to have invalid source_id values. 2022-09-24 22:18:07 -07:00