Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Structured logging (#8673) | Christopher Speller | 2018-04-27 | 1 | -4/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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. | ||||
* | ABC-73 Move session clean-up to daily task (#8095) | Joram Wilander | 2018-01-17 | 1 | -20/+34 |
| | | | | | | * Move session clean-up to daily task * Split delete query into batches | ||||
* | simplify things (#7735) | Chris | 2017-10-30 | 1 | -1/+1 |
| | |||||
* | reduce store boiler plate (#7585) | Chris | 2017-10-06 | 1 | -135/+24 |
| | |||||
* | Move sql store code into store/sqlstore package (#7502) | Chris | 2017-09-25 | 1 | -0/+349 |
* move sql store code into store/sqlstore package * move non-sql constants back up to store * fix api test * derp |