summaryrefslogtreecommitdiffstats
path: root/store/sqlstore/file_info_store.go
Commit message (Collapse)AuthorAgeFilesLines
* Implementation of File Exists Function; Delete FileInfos upon Permanent User ↵Daniel Schalla2018-06-251-0/+43
| | | | | | | Delete (#8958) Check if file was deleted on FS Warning message if file couldnt be removed
* MM-9664 Add invalidation metrics for store caches (#8340)Joram Wilander2018-03-051-1/+7
| | | | | | | | * Add invalidation metrics for store caches * Increment session invalidation metric * Fix tests
* add missing license headers, test to makefile (#7711)Chris2017-10-251-0/+1
|
* store/sqlstore cleanup and postgres tests (#7595)Chris2017-10-091-1/+1
| | | | | | | | | | * sqlstore cleanup / postgres tests * remove stopped containers * cmd/platform compile fix * remove test-postgres target from makefile
* reduce store boiler plate (#7585)Chris2017-10-061-92/+16
|
* Move sql store code into store/sqlstore package (#7502)Chris2017-09-251-0/+317
* move sql store code into store/sqlstore package * move non-sql constants back up to store * fix api test * derp