[Buildbot-commits] [buildbot/buildbot] 0cbc3c: Break out property gathering and scheduling into s...
GitHub
noreply at github.com
Sat May 5 23:26:24 UTC 2012
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: 0cbc3c70e49a9861ad0fb8e408572c10698ec87b
https://github.com/buildbot/buildbot/commit/0cbc3c70e49a9861ad0fb8e408572c10698ec87b
Author: John Carr <john.carr at isotoma.com>
Date: 2012-04-25 (Wed, 25 Apr 2012)
Changed paths:
M master/buildbot/schedulers/forcesched.py
M master/buildbot/test/unit/test_schedulers_forcesched.py
Log Message:
-----------
Break out property gathering and scheduling into seperate functions
Commit: 6f49e34cc819475526cfb864e6429c757369b2a0
https://github.com/buildbot/buildbot/commit/6f49e34cc819475526cfb864e6429c757369b2a0
Author: John Carr <john.carr at isotoma.com>
Date: 2012-04-25 (Wed, 25 Apr 2012)
Changed paths:
M master/buildbot/test/unit/test_schedulers_forcesched.py
Log Message:
-----------
Use a dict() for r.args (the real one is a dict anyway)
Commit: 90d4aba7e825a5368cc9633e21264ef9ec608080
https://github.com/buildbot/buildbot/commit/90d4aba7e825a5368cc9633e21264ef9ec608080
Author: John Carr <john.carr at isotoma.com>
Date: 2012-04-25 (Wed, 25 Apr 2012)
Changed paths:
M master/buildbot/schedulers/forcesched.py
Log Message:
-----------
Refactor so that ForceScheduler isn't as tightly coupled to HTML
Commit: f85564c9ba9adaa4c9b36a178d1fa97b78145ca3
https://github.com/buildbot/buildbot/commit/f85564c9ba9adaa4c9b36a178d1fa97b78145ca3
Author: John Carr <john.carr at isotoma.com>
Date: 2012-04-25 (Wed, 25 Apr 2012)
Changed paths:
M master/buildbot/schedulers/forcesched.py
Log Message:
-----------
Remove Python2.4ism
Commit: 978414fdee1b13914627332d380046aeef9087dd
https://github.com/buildbot/buildbot/commit/978414fdee1b13914627332d380046aeef9087dd
Author: John Carr <john.carr at isotoma.com>
Date: 2012-04-25 (Wed, 25 Apr 2012)
Changed paths:
M master/buildbot/schedulers/forcesched.py
Log Message:
-----------
get_from_post -> getFromKwargs
Commit: 703be318321cc05216802eeab4659579c38cd216
https://github.com/buildbot/buildbot/commit/703be318321cc05216802eeab4659579c38cd216
Author: John Carr <john.carr at isotoma.com>
Date: 2012-04-25 (Wed, 25 Apr 2012)
Changed paths:
M master/buildbot/schedulers/forcesched.py
M master/buildbot/status/web/builder.py
M master/buildbot/test/unit/test_schedulers_forcesched.py
Log Message:
-----------
Use a specific error message instead of ValueError
Commit: 91230874ae6ed48436433a13763f86f45f9c71a4
https://github.com/buildbot/buildbot/commit/91230874ae6ed48436433a13763f86f45f9c71a4
Author: John Carr <john.carr at isotoma.com>
Date: 2012-04-25 (Wed, 25 Apr 2012)
Changed paths:
M master/buildbot/schedulers/forcesched.py
M master/buildbot/status/web/builder.py
M master/buildbot/test/unit/test_schedulers_forcesched.py
Log Message:
-----------
Move webstatus specific code to b.s.w.builder
Commit: a98fd946d1327b75cdf8c33fa3d49b61ee9d064e
https://github.com/buildbot/buildbot/commit/a98fd946d1327b75cdf8c33fa3d49b61ee9d064e
Author: John Carr <john.carr at isotoma.com>
Date: 2012-04-25 (Wed, 25 Apr 2012)
Changed paths:
M master/buildbot/schedulers/forcesched.py
M master/buildbot/test/unit/test_schedulers_forcesched.py
Log Message:
-----------
Change the reason text to not be web specific
Commit: db0af984a58938727875c6a4dbf866d188fd3abb
https://github.com/buildbot/buildbot/commit/db0af984a58938727875c6a4dbf866d188fd3abb
Author: John Carr <john.carr at isotoma.com>
Date: 2012-04-25 (Wed, 25 Apr 2012)
Changed paths:
M master/buildbot/schedulers/forcesched.py
Log Message:
-----------
Should use username not owner
Commit: 50fa054a7832adec34e0f340026c1b5e3e1a387e
https://github.com/buildbot/buildbot/commit/50fa054a7832adec34e0f340026c1b5e3e1a387e
Author: John Carr <john.carr at unrouted.co.uk>
Date: 2012-05-05 (Sat, 05 May 2012)
Changed paths:
M master/buildbot/schedulers/base.py
M master/buildbot/schedulers/forcesched.py
Log Message:
-----------
Move method to base scheduler
Commit: 3333c0c5850c8db4a8286e1eaff2cf96f7e3fc11
https://github.com/buildbot/buildbot/commit/3333c0c5850c8db4a8286e1eaff2cf96f7e3fc11
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2012-05-05 (Sat, 05 May 2012)
Changed paths:
M master/buildbot/schedulers/base.py
M master/buildbot/schedulers/forcesched.py
M master/buildbot/status/web/builder.py
M master/buildbot/test/unit/test_schedulers_forcesched.py
Log Message:
-----------
Merge commit '50fa054' into pull385
* commit '50fa054':
Move method to base scheduler
Should use username not owner
Change the reason text to not be web specific
Move webstatus specific code to b.s.w.builder
Use a specific error message instead of ValueError
get_from_post -> getFromKwargs
Remove Python2.4ism
Refactor so that ForceScheduler isn't as tightly coupled to HTML
Use a dict() for r.args (the real one is a dict anyway)
Break out property gathering and scheduling into seperate functions
Commit: 5cf2e8afe531af67ea350a66d8a794fc72410c9f
https://github.com/buildbot/buildbot/commit/5cf2e8afe531af67ea350a66d8a794fc72410c9f
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2012-05-05 (Sat, 05 May 2012)
Changed paths:
M master/buildbot/schedulers/forcesched.py
M master/docs/developer/style.rst
Log Message:
-----------
clean up returnValue calls
Commit: a74746ec4d74641dcde9f1d577eea5b5106e07d2
https://github.com/buildbot/buildbot/commit/a74746ec4d74641dcde9f1d577eea5b5106e07d2
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2012-05-05 (Sat, 05 May 2012)
Changed paths:
M master/buildbot/status/web/builder.py
M master/buildbot/test/unit/test_schedulers_forcesched.py
Log Message:
-----------
fix pyflakes
Commit: 2dad8022515479578190947e9774097bd4e767c2
https://github.com/buildbot/buildbot/commit/2dad8022515479578190947e9774097bd4e767c2
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2012-05-05 (Sat, 05 May 2012)
Changed paths:
M master/buildbot/schedulers/base.py
M master/buildbot/schedulers/forcesched.py
M master/buildbot/status/web/builder.py
M master/buildbot/test/unit/test_schedulers_forcesched.py
M master/docs/developer/style.rst
Log Message:
-----------
Merge branch 'pull385'
* pull385:
fix pyflakes
clean up returnValue calls
Move method to base scheduler
Should use username not owner
Change the reason text to not be web specific
Move webstatus specific code to b.s.w.builder
Use a specific error message instead of ValueError
get_from_post -> getFromKwargs
Remove Python2.4ism
Refactor so that ForceScheduler isn't as tightly coupled to HTML
Use a dict() for r.args (the real one is a dict anyway)
Break out property gathering and scheduling into seperate functions
Compare: https://github.com/buildbot/buildbot/compare/6473eb7...2dad802
More information about the Commits
mailing list