summaryrefslogtreecommitdiffstats
path: root/app/status.go
Commit message (Collapse)AuthorAgeFilesLines
* Fix push notifications where channel is set to all activity (#5594)enahum2017-03-021-18/+0
| | | | | | | | | | | | * Fix push notifications where channel is set to all activity * feedback review * moved push notification logic to DoesStatusAllowPushNotification * Have every option handled in ShouldSendPushNotification * unit tests
* Adding go vet from hack-a-thon (#5328)Corey Hulen2017-02-091-3/+3
| | | | | | | | | | | | | | | | | | | | | | * 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
* PLT-4938 Add app package and move logic over from api package (#4931)Joram Wilander2017-01-131-0/+255
* 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