[Buildbot-commits] [buildbot/buildbot] b4b7b3: Get rid of debugging code.
GitHub
noreply at github.com
Fri Mar 30 20:26:02 UTC 2012
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: b4b7b312192b248fc50e451f9f09daee0a119a6a
https://github.com/buildbot/buildbot/commit/b4b7b312192b248fc50e451f9f09daee0a119a6a
Author: Tom Prince <tom.prince at ualberta.net>
Date: 2012-03-30 (Fri, 30 Mar 2012)
Changed paths:
M master/buildbot/process/properties.py
Log Message:
-----------
Get rid of debugging code.
Commit: 30ada95b51088cce45de132790a520e0abc0547e
https://github.com/buildbot/buildbot/commit/30ada95b51088cce45de132790a520e0abc0547e
Author: Tom Prince <tom.prince at ualberta.net>
Date: 2012-03-30 (Fri, 30 Mar 2012)
Changed paths:
M master/buildbot/process/properties.py
M master/buildbot/test/unit/test_process_properties.py
Log Message:
-----------
Fix handling of positional aruguments, and add tests for it.
Now we only try to parse lookup keys, if we aren't doing positional substitution.
Before, we were unconditionally parsing, which failed in the case of positional
arguments.
Commit: 1155ab9aa91fe875cc361abf3de881eb095d5ea6
https://github.com/buildbot/buildbot/commit/1155ab9aa91fe875cc361abf3de881eb095d5ea6
Author: Tom Prince <tom.prince at ualberta.net>
Date: 2012-03-30 (Fri, 30 Mar 2012)
Changed paths:
M master/buildbot/test/unit/test_process_properties.py
Log Message:
-----------
Move tests of deferred renderables to kw tests.
Properties should be jsonable, so there shouldn't be renderablw
instances there. We don't test to ensure this, but we should be using
them in tests.
Commit: 77883a23b7759afe1cf2cc60a1472ea9a0773b6c
https://github.com/buildbot/buildbot/commit/77883a23b7759afe1cf2cc60a1472ea9a0773b6c
Author: Tom Prince <tom.prince at ualberta.net>
Date: 2012-03-30 (Fri, 30 Mar 2012)
Changed paths:
M master/buildbot/status/tinderbox.py
Log Message:
-----------
Use inlineCallbacks in status/tinderbox.
This code was written before we dropped support for python 2.4. Clean it
up before merging.
Commit: 6aa10e11b3492feebb19a323f026d28aab0657a8
https://github.com/buildbot/buildbot/commit/6aa10e11b3492feebb19a323f026d28aab0657a8
Author: Tom Prince <tom.prince at ualberta.net>
Date: 2012-03-30 (Fri, 30 Mar 2012)
Changed paths:
M master/buildbot/interfaces.py
M master/docs/release-notes.rst
Log Message:
-----------
Document the fact that IRenderable.getRenderingFor can now return deferreds.
This should really be documented in the manual, but IRenderable isn't yet
documented there.
Commit: 7aaf8eb2767ae03714df5af416d4173f8ac1d48b
https://github.com/buildbot/buildbot/commit/7aaf8eb2767ae03714df5af416d4173f8ac1d48b
Author: Tom Prince <tom.prince at ualberta.net>
Date: 2012-03-30 (Fri, 30 Mar 2012)
Changed paths:
M master/buildbot/interfaces.py
M master/buildbot/process/buildstep.py
M master/buildbot/process/properties.py
M master/buildbot/status/mail.py
M master/buildbot/status/tinderbox.py
M master/buildbot/steps/source/oldsource.py
M master/buildbot/test/unit/test_config.py
M master/buildbot/test/unit/test_process_buildstep.py
M master/buildbot/test/unit/test_process_properties.py
M master/buildbot/test/unit/test_status_mail.py
M master/buildbot/test/unit/test_steps_source_base_Source.py
M master/buildbot/test/unit/test_steps_source_oldsource_ComputeRepositoryURL.py
A master/buildbot/test/util/config.py
M master/docs/release-notes.rst
Log Message:
-----------
Merge pull request #290 from tomprince/prop-defer
Allow renderables to return deferreds
Compare: https://github.com/buildbot/buildbot/compare/0250898...7aaf8eb
More information about the Commits
mailing list