summaryrefslogtreecommitdiffstats
path: root/store/sqlstore/webhook_store.go
Commit message (Collapse)AuthorAgeFilesLines
* MM-9664 Add invalidation metrics for store caches (#8340)Joram Wilander2018-03-051-4/+11
| | | | | | | | * Add invalidation metrics for store caches * Increment session invalidation metric * Fix tests
* reduce store boiler plate (#7585)Chris2017-10-061-230/+40
|
* Move sql store code into store/sqlstore package (#7502)Chris2017-09-251-0/+573
* move sql store code into store/sqlstore package * move non-sql constants back up to store * fix api test * derp