summaryrefslogtreecommitdiffstats
path: root/app/email_test.go
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Fixing race conditions in the code base (#5966)Corey Hulen2017-04-041-9/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Adding initial race detector * Remove setting of config twice * Fixing config file watch and config reload on license save * Fixing config file watch and config reload on license save * Fixing build error * Fixing locking issue * Fixing makefile * Fixing race in config * Fixing race in status unit test * Adding EE race tests * Fixing race in cluster info * Removing code that's isn't needed * Fixing some more races * Fixing govet issue
* improvements for inbucket email test and re-enable Email mention test (#5647)Carlos Tadeu Panato Junior2017-03-111-150/+293
| | | | Now if we dont get the mailbox to check the email we try 5 times, if still no message we disable the email verification.
* Make all emails with the same pattern on subject (#5198)Carlos Tadeu Panato Junior2017-03-011-18/+64
| | | | | | | | | | | | | | | | | | | | * make all email subject standard * move SendPasswordReset to app/email.go update per review * update email subjects per review update error fix expected subject * Update email_test.go * Update en.json * fix missing quotes
* Add tests for app/email.go (#5187)Carlos Tadeu Panato Junior2017-01-261-0/+419
* Add tests for app/email.go * fix issue related with inbucket * applied go fmt