summaryrefslogtreecommitdiffstats
path: root/app/server.go
Commit message (Collapse)AuthorAgeFilesLines
* Tweak WebSocket header-processing (#6929)Chris2017-07-131-3/+2
| | | | | | * fix * consolidate code
* Stage 1 of caching layer. Framework (#6693)Christopher Speller2017-06-271-1/+1
|
* Writing message to our logs when system panics and recovers (#6458)Corey Hulen2017-05-241-4/+13
|
* 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
* PLT-4938 Add app package and move logic over from api package (#4931)Joram Wilander2017-01-131-0/+217
* Add app package and move logic over from api package * Change app package functions to return errors * Move non-api tests into app package * Fix merge