summaryrefslogtreecommitdiffstats
path: root/store/sqlstore/supplier_reactions.go
Commit message (Collapse)AuthorAgeFilesLines
* Structured logging (#8673)Christopher Speller2018-04-271-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Implementing structured logging * Changes to en.json to allow refactor to run. * Fixing global logger * Structured logger initalization. * Add caller. * Do some log redirection. * Auto refactor * Cleaning up l4g reference and removing dependancy. * Removing junk. * Copyright headers. * Fixing tests * Revert "Changes to en.json to allow refactor to run." This reverts commit fd8249e99bcad0231e6ea65cd77c32aae9a54026. * Fixing some auto refactor strangeness and typo. * Making keys more human readable.
* PLT-8723: Fix DeadLock on reactions insertions (#8225)Jesús Espino2018-02-151-6/+20
| | | | | | * PLT-8723: Fix DeadLock on reactions insertions * Improved the HasReactions update SQL
* store/sqlstore cleanup and postgres tests (#7595)Chris2017-10-091-2/+2
| | | | | | | | | | * sqlstore cleanup / postgres tests * remove stopped containers * cmd/platform compile fix * remove test-postgres target from makefile
* Move sql store code into store/sqlstore package (#7502)Chris2017-09-251-0/+213
* move sql store code into store/sqlstore package * move non-sql constants back up to store * fix api test * derp