[Buildbot-commits] [buildbot/buildbot] 76965f: broke out _defaultMessageIntro()
GitHub
noreply at github.com
Tue Jan 7 02:56:19 UTC 2014
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: 76965fc9ee1606711f0cb48cfc67cd92a6fd598b
https://github.com/buildbot/buildbot/commit/76965fc9ee1606711f0cb48cfc67cd92a6fd598b
Author: Elmir Jagudin <elmir at axis.com>
Date: 2014-01-06 (Mon, 06 Jan 2014)
Changed paths:
M master/buildbot/status/mail.py
M master/buildbot/test/unit/test_status_mail.py
Log Message:
-----------
broke out _defaultMessageIntro()
Broke out code for generating introduction text of build result
email from buildbot.status.mail.defaultMessage() function into
a new function.
Commit: fd8c2fe2c431981a6e600c770c478a9d64f192ab
https://github.com/buildbot/buildbot/commit/fd8c2fe2c431981a6e600c770c478a9d64f192ab
Author: Elmir Jagudin <elmir at axis.com>
Date: 2014-01-06 (Mon, 06 Jan 2014)
Changed paths:
M master/buildbot/status/mail.py
M master/buildbot/test/unit/test_status_mail.py
Log Message:
-----------
broke out _defaultMessageProjects()
Broke out code for generating project list info for build result
email from buildbot.status.mail.defaultMessage() function into a
new function.
Commit: e7bed9f2caf9d5c48b98f507eb788d35fe4062ed
https://github.com/buildbot/buildbot/commit/e7bed9f2caf9d5c48b98f507eb788d35fe4062ed
Author: Elmir Jagudin <elmir at axis.com>
Date: 2014-01-06 (Mon, 06 Jan 2014)
Changed paths:
M master/buildbot/status/mail.py
M master/buildbot/test/unit/test_status_mail.py
Log Message:
-----------
broke out _defaultMessageSourceStamps()
Broke out code for generating source stamps info for build result
email from buildbot.status.mail.defaultMessage() function into a
new function.
Commit: a26c5bd744cdf3fd8ecf31eefad6ae15c1a2f71c
https://github.com/buildbot/buildbot/commit/a26c5bd744cdf3fd8ecf31eefad6ae15c1a2f71c
Author: Elmir Jagudin <elmir at axis.com>
Date: 2014-01-06 (Mon, 06 Jan 2014)
Changed paths:
M master/buildbot/status/mail.py
M master/buildbot/test/unit/test_status_mail.py
Log Message:
-----------
broke out _defaultMessageSummary()
Broke out code for generating summary text for a build result
email from buildbot.status.mail.defaultMessage() function into
a new function.
Commit: 16466f2011501cb515990f91659df9948a2e8f64
https://github.com/buildbot/buildbot/commit/16466f2011501cb515990f91659df9948a2e8f64
Author: Elmir Jagudin <elmir at axis.com>
Date: 2014-01-06 (Mon, 06 Jan 2014)
Changed paths:
M master/buildbot/status/mail.py
M master/buildbot/test/unit/test_status_mail.py
Log Message:
-----------
broke out _defaultMessageURLs()
Broke out code for adding URLs to a build result email
from buildbot.status.mail.defaultMessage() function into
a new function.
Commit: fbe19414382ee633c13ffeed1fbaf3622eec38a3
https://github.com/buildbot/buildbot/commit/fbe19414382ee633c13ffeed1fbaf3622eec38a3
Author: Elmir Jagudin <elmir at axis.com>
Date: 2014-01-06 (Mon, 06 Jan 2014)
Changed paths:
M master/buildbot/test/unit/test_status_mail.py
Log Message:
-----------
unit test on mail.defaultMessage() function
Added unit test on buildbot.status.mail.defaultMessage() function
Commit: 3e9d60abb4194cc28d927145dda6e5eaaf6d9ba4
https://github.com/buildbot/buildbot/commit/3e9d60abb4194cc28d927145dda6e5eaaf6d9ba4
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2014-01-06 (Mon, 06 Jan 2014)
Changed paths:
M master/buildbot/status/mail.py
M master/buildbot/test/unit/test_status_mail.py
Log Message:
-----------
Merge elmirjagudin/buildbot:mail-utests (PR #1039)
Compare: https://github.com/buildbot/buildbot/compare/c42c2a88f7c3...3e9d60abb419
More information about the Commits
mailing list