Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-08 | Attempt to update chapter completion on every request.20171008 | Jesse Morgan | |
I'm still seeing occasional users with missing progress information in CCB. Currently, the progress is only updated when the user completes a chapter. With this change, the progress will be updated every time the training page is loaded. CCBProgressReporter does not actually update the user's profile unless the new level is greater than the existing level. This provision will prevent needlessly calling the CCB API. Additionally, this update will execute in a background thread to avoid impacting the page load. | |||
2017-09-04 | SESNotificationService to accept multiple destinations.20170904 | Jesse Morgan | |
notificationEmail is now a comma separated list of addresses. Adding unit tests for SESNotificationService. Refactored AWS credential selection into ConfigCredentialProvider. | |||
2017-09-03 | Adding notification emails when questions and answers are posted to the feed.20170903 | Jesse Morgan | |
2017-03-05 | Fail the page load if progress is not reported | Jesse Morgan | |
2016-04-21 | Adding sign up link.20160421 | Jesse Morgan | |
2016-04-14 | Restyling login form to match CCB20160414b | Jesse Morgan | |
2016-04-14 | Changing the ID used by CCBUser to support the migration from F1 to CCB20160414 | Jesse Morgan | |
2016-04-09 | Switching from Ivy+Ant to Maven. | Jesse Morgan | |