summaryrefslogtreecommitdiffstats
path: root/app/email_batching_test.go
Commit message (Collapse)AuthorAgeFilesLines
* PLT-7177: Change the default email frequency to 15 minutes if batching is ↵Jonathan2017-07-311-0/+80
| | | | | | | | | | | | | | | | enabled on the server. (#7036) * PLT-7177: Found default preference that needs to be changed * PLT-7177: Front end behaves as desired * PLT-7177: Changed default batching interval on server side * PLT-7177: Added unit tests for new default interval * PLT-7177: Removed unused import * PLT-7177: Renamed constants to increase clarity
* 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/+193
* 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