-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement batching of emails #6
Commits on Mar 13, 2015
-
Make the EmailPlus EmailReactor unit testable.
Kevin Lewis committedMar 13, 2015 Configuration menu - View commit details
-
Copy full SHA for c4c5a75 - Browse repository at this point
Copy the full SHA c4c5a75View commit details
Commits on Mar 19, 2015
-
Implement batching similar events into single emails based on a delay…
… time and max count.
Kevin Lewis committedMar 19, 2015 Configuration menu - View commit details
-
Copy full SHA for 0ed686f - Browse repository at this point
Copy the full SHA 0ed686fView commit details -
Add the ability to limit batched emails by time.
Kevin Lewis committedMar 19, 2015 Configuration menu - View commit details
-
Copy full SHA for 82c2c6e - Browse repository at this point
Copy the full SHA 82c2c6eView commit details
Commits on Mar 22, 2015
-
Refactor EmailPlus, make tests fast and reliable.
Kevin Lewis committedMar 22, 2015 Configuration menu - View commit details
-
Copy full SHA for 1477aa3 - Browse repository at this point
Copy the full SHA 1477aa3View commit details -
Merge branch 'master' of github.com:continuousit/seq-apps into featur…
…e/batched-emails Conflicts: src/Seq.App.EmailPlus/EmailReactor.cs
Kevin Lewis committedMar 22, 2015 Configuration menu - View commit details
-
Copy full SHA for 5778864 - Browse repository at this point
Copy the full SHA 5778864View commit details
Commits on Mar 23, 2015
-
A truly parameter-less constructor constructor is required for the Se…
…q server to create an instance of an app.
Kevin Lewis committedMar 23, 2015 Configuration menu - View commit details
-
Copy full SHA for e187f6b - Browse repository at this point
Copy the full SHA e187f6bView commit details -
Just hard code the max subject length again. The default value provid…
…ed by the class does not show up in the Seq UI which would be confusing.
Kevin Lewis committedMar 23, 2015 Configuration menu - View commit details
-
Copy full SHA for 3c83ee8 - Browse repository at this point
Copy the full SHA 3c83ee8View commit details -
Add missing System.Reactive.Core dependency to nuspec file.
Kevin Lewis committedMar 23, 2015 Configuration menu - View commit details
-
Copy full SHA for 8352d44 - Browse repository at this point
Copy the full SHA 8352d44View commit details -
Remove extra wording about batching from the description because it d…
…oes not fit well in the Seq UI.
Kevin Lewis committedMar 23, 2015 Configuration menu - View commit details
-
Copy full SHA for 3dc4c71 - Browse repository at this point
Copy the full SHA 3dc4c71View commit details -
Oops, forgot to check the length of the string before calling substring.
Kevin Lewis committedMar 23, 2015 Configuration menu - View commit details
-
Copy full SHA for 164de1d - Browse repository at this point
Copy the full SHA 164de1dView commit details -
Message body should be formatted as HTML.
Kevin Lewis committedMar 23, 2015 Configuration menu - View commit details
-
Copy full SHA for ee28052 - Browse repository at this point
Copy the full SHA ee28052View commit details -
Remove debug messages and clean up.
Kevin Lewis committedMar 23, 2015 Configuration menu - View commit details
-
Copy full SHA for 31c43f4 - Browse repository at this point
Copy the full SHA 31c43f4View commit details
Commits on Mar 31, 2015
-
Handle SmtpExceptions so that they do not bubble up into the core Seq…
… process.
Kevin Lewis committedMar 31, 2015 Configuration menu - View commit details
-
Copy full SHA for 46fc29a - Browse repository at this point
Copy the full SHA 46fc29aView commit details