[Buildbot-commits] [buildbot/buildbot] d4e772: Tests: add new unit tests for SlaveStatus
GitHub
noreply at github.com
Tue Dec 10 03:13:20 UTC 2013
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: d4e772041d0784cea8a8ee3b4e497799f10a3532
https://github.com/buildbot/buildbot/commit/d4e772041d0784cea8a8ee3b4e497799f10a3532
Author: Jared Grubb <jaredgrubb at gmail.com>
Date: 2013-12-08 (Sun, 08 Dec 2013)
Changed paths:
A master/buildbot/test/unit/test_status_slave.py
Log Message:
-----------
Tests: add new unit tests for SlaveStatus
A few more tests in order to test Buildslave.status ... yes it's going away, but doenst hurt to have tests :)
Commit: 221d949d96fb9d2e7120d6762ca74c641d127928
https://github.com/buildbot/buildbot/commit/221d949d96fb9d2e7120d6762ca74c641d127928
Author: Jared Grubb <jaredgrubb at gmail.com>
Date: 2013-12-08 (Sun, 08 Dec 2013)
Changed paths:
M master/buildbot/buildslave/base.py
M master/buildbot/status/slave.py
M master/buildbot/test/fake/fakedb.py
M master/buildbot/test/unit/test_buildslave_base.py
M master/buildbot/test/unit/test_status_slave.py
Log Message:
-----------
Slave: add 'info' dictionary
Make the 'info' dictionary more public and provide hooks to update it and set it
Commit: 331eb300798ac37a53d0937116ff1021635e7466
https://github.com/buildbot/buildbot/commit/331eb300798ac37a53d0937116ff1021635e7466
Author: Jared Grubb <jaredgrubb at gmail.com>
Date: 2013-12-08 (Sun, 08 Dec 2013)
Changed paths:
M master/buildbot/buildslave/base.py
M master/buildbot/steps/master.py
Log Message:
-----------
SetSlaveInfo step to correspond to SetProperties
Commit: 3bd12ed28568593f335f50699e5e975ddd3f64ce
https://github.com/buildbot/buildbot/commit/3bd12ed28568593f335f50699e5e975ddd3f64ce
Author: Jared Grubb <jaredgrubb at gmail.com>
Date: 2013-12-08 (Sun, 08 Dec 2013)
Changed paths:
M master/buildbot/process/properties.py
M master/buildbot/test/unit/test_process_properties.py
Log Message:
-----------
Interpolate("%(slave:XXXX)s")
Commit: ffd92e2741de5630ce13023f29375ca858b7e281
https://github.com/buildbot/buildbot/commit/ffd92e2741de5630ce13023f29375ca858b7e281
Author: Jared Grubb <jaredgrubb at gmail.com>
Date: 2013-12-08 (Sun, 08 Dec 2013)
Changed paths:
M master/docs/manual/cfg-buildsteps.rst
M master/docs/manual/cfg-properties.rst
M master/docs/relnotes/index.rst
Log Message:
-----------
SlaveInfo: doc in progress
Commit: fbda3d3a56ed319bb8c38c7b5457a7c7af4ad525
https://github.com/buildbot/buildbot/commit/fbda3d3a56ed319bb8c38c7b5457a7c7af4ad525
Author: Jared Grubb <jaredgrubb at gmail.com>
Date: 2013-12-08 (Sun, 08 Dec 2013)
Changed paths:
M master/buildbot/test/unit/test_status_slave.py
Log Message:
-----------
Fix Travis issue: duplicate function.
The other function seemed bogus and I think was a relic.
Commit: ec2b1bc1015408132e8639442b4d68c1f51cc72e
https://github.com/buildbot/buildbot/commit/ec2b1bc1015408132e8639442b4d68c1f51cc72e
Author: Jared Grubb <jaredgrubb at gmail.com>
Date: 2013-12-08 (Sun, 08 Dec 2013)
Changed paths:
M master/buildbot/buildslave/base.py
M master/buildbot/status/slave.py
M master/buildbot/steps/master.py
M master/buildbot/test/fake/fakedb.py
M master/buildbot/test/unit/test_buildslave_base.py
M master/buildbot/test/unit/test_process_properties.py
M master/buildbot/test/unit/test_status_slave.py
Log Message:
-----------
SlaveInfo: fix pep8 issues
Commit: 1c5973413aa3b7e5f2f197b488cd58206b7ac057
https://github.com/buildbot/buildbot/commit/1c5973413aa3b7e5f2f197b488cd58206b7ac057
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2013-12-09 (Mon, 09 Dec 2013)
Changed paths:
M master/buildbot/buildslave/base.py
M master/buildbot/process/properties.py
M master/buildbot/status/slave.py
M master/buildbot/steps/master.py
M master/buildbot/test/fake/fakedb.py
M master/buildbot/test/unit/test_buildslave_base.py
M master/buildbot/test/unit/test_process_properties.py
A master/buildbot/test/unit/test_status_slave.py
M master/docs/manual/cfg-buildsteps.rst
M master/docs/manual/cfg-properties.rst
M master/docs/relnotes/index.rst
Log Message:
-----------
Merge branch 'SlaveInfo' of git://github.com/jaredgrubb/buildbot
+autopep8
Compare: https://github.com/buildbot/buildbot/compare/bf5c148e7b42...1c5973413aa3
More information about the Commits
mailing list