[Buildbot-commits] [buildbot/buildbot] 9ee066: Match branch filters against all branches in a sou...
GitHub
noreply at github.com
Sun Jun 24 23:57:03 UTC 2012
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: 9ee0662fbbc8f0da60a10641a77227959b167e0b
https://github.com/buildbot/buildbot/commit/9ee0662fbbc8f0da60a10641a77227959b167e0b
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2012-06-24 (Sun, 24 Jun 2012)
Changed paths:
M master/buildbot/status/builder.py
Log Message:
-----------
Match branch filters against all branches in a sourcestampset
This fixes filtering for the waterfall, and probably a few other places,
too. Fixes #2300.
Commit: 3e9a04816510d5f1c4f5c655f9cbe1a542e6dbd0
https://github.com/buildbot/buildbot/commit/3e9a04816510d5f1c4f5c655f9cbe1a542e6dbd0
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2012-06-24 (Sun, 24 Jun 2012)
Changed paths:
M master/buildbot/interfaces.py
M master/buildbot/process/buildrequest.py
M master/buildbot/process/properties.py
M master/buildbot/schedulers/base.py
M master/buildbot/schedulers/timed.py
M master/buildbot/schedulers/triggerable.py
M master/buildbot/steps/trigger.py
M master/buildbot/test/unit/test_schedulers_timed_Nightly.py
A master/buildbot/test/unit/test_schedulers_timed_NightlyBase.py
A master/buildbot/test/unit/test_schedulers_timed_NightlyTriggerable.py
M master/docs/manual/cfg-schedulers.rst
Log Message:
-----------
Merge branch 'master' of github.com:buildbot/buildbot
* 'master' of github.com:buildbot/buildbot:
Don't be ambivalent about not waiting for the build to complete.
NightlyTriggerable: Recover gracefully from a bad lastTrigger in db.
Add references to 'codebases' parameter of schedulers.
Cleanup commments in NightlyTriggerable.
Update NightlyTriggerable to match codebase-aware Triggerable.
Fix passing hour to NightlyBase constructor.
Fix NightlyTriggerable tests for sourcestamp sets.
Fix compare_attrs of NightlyBase and Nightly scheduelers.
Make Trigger step recognize NightlyTriggerable.
Add documentation for NightlyTriggerable.
Add tests for properties to NightlyTriggerable.
Make NightlyTriggerable persist last trigger information.
Add utility function to recreate a Properties object from the result of .asDict().
Add tests for NightlyTriggerable.
Factor out NightlyBase tests into a separate file.
Add initial implementation of NightlyTriggerable.
Refactor getNextBuildTime into base class.
Commit: ba8a878838c721c4c0047220dc30815ccc1665e8
https://github.com/buildbot/buildbot/commit/ba8a878838c721c4c0047220dc30815ccc1665e8
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2012-06-24 (Sun, 24 Jun 2012)
Changed paths:
M master/buildbot/schedulers/base.py
M master/buildbot/schedulers/forcesched.py
M master/buildbot/schedulers/triggerable.py
M master/buildbot/test/unit/test_schedulers_timed_Nightly.py
M master/docs/manual/cfg-schedulers.rst
Log Message:
-----------
fix typos and docs and merge error
Compare: https://github.com/buildbot/buildbot/compare/49c33d89353f...ba8a878838c7
More information about the Commits
mailing list