summaryrefslogtreecommitdiffstats
path: root/app/analytics.go
Commit message (Collapse)AuthorAgeFilesLines
* Migrate to idiomatic error handling app/a*.go and app/b*.go (#9455)Jesús Espino2018-09-251-69/+71
|
* Add inactive user count to analytics and fix client analytics function (#8695)Joram Wilander2018-05-021-2/+16
|
* Structured logging (#8673)Christopher Speller2018-04-271-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* Refactoring cfg refs and load / save functions (#7749)Chris2017-10-311-2/+2
| | | | | | * refactoring cfg refs and load / save functions * improve error output
* Reduce utils.Cfg references (#7650)Chris2017-10-181-4/+3
| | | | | | | | | | | | * app.UpdateConfig method * test fix * another test fix * the config override option as-was is just error prone, remove it for now * derp
* remove remaining Global() calls (outside of tests) (#7521)Chris2017-09-281-2/+2
|
* remove einterface gets (#7455)Chris2017-09-191-3/+2
|
* Renaming repoChristopher Speller2017-09-061-4/+4
|
* app type transition (#7167)Chris2017-09-061-27/+27
|
* Add some basic sorting support for GET /users endpoint (#6801)Joram Wilander2017-06-301-2/+31
|
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-121-1/+1
| | | | | | | | | | | | * PLT-5860 Updated copyright date in about modal * PLT-5860 Updated copyright notice in JSX files * PLT-5860 Updated copyright notice in go files * Fixed misc copyright dates * Fixed component snapshots
* Adding go vet from hack-a-thon (#5328)Corey Hulen2017-02-091-18/+18
| | | | | | | | | | | | | | | | | | | | | | * Adding go vet to the api package * Adding go vet to app package * Adding go vet to manualtesting package * Adding go vet to the model package * Adding go vet to the store dir * Adding go vet to utils package * Adding missing dirs with go files * Fixing up makefile * Fixing up makefile * Removing root dir
* More app code migration (#5170)Joram Wilander2017-01-251-0/+239
* Migrate admin functions into app package * More user function refactoring * Move post functions into app package