[Buildbot-commits] [buildbot/buildbot] cfff76: buildbot.service: better handle error
GitHub
noreply at github.com
Thu Oct 30 13:37:35 UTC 2014
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: cfff7617007eafd897639b1dfbef7c0034e7c6b2
https://github.com/buildbot/buildbot/commit/cfff7617007eafd897639b1dfbef7c0034e7c6b2
Author: Pierre Tardy <pierre.tardy at intel.com>
Date: 2014-10-29 (Wed, 29 Oct 2014)
Changed paths:
M www/base/src/app/common/services/buildbot/buildbot.service.coffee
Log Message:
-----------
buildbot.service: better handle error
fix for 2960
In case of 404, the buildbot.service was storing the 404 error instead of retrying next time
Signed-off-by: Pierre Tardy <pierre.tardy at intel.com>
Commit: 11ef301d97e61539a4916821a73649584241bf8d
https://github.com/buildbot/buildbot/commit/11ef301d97e61539a4916821a73649584241bf8d
Author: Pierre Tardy <pierre.tardy at intel.com>
Date: 2014-10-30 (Thu, 30 Oct 2014)
Changed paths:
M www/base/src/app/builders/build/build.controller.coffee
M www/base/src/app/common/services/buildbot/buildbot.service.coffee
Log Message:
-----------
Another attempt to fix the element does not exist (yet) problem.
Upon 404, we still define the object, with everything undefined, and register to events
Signed-off-by: Pierre Tardy <pierre.tardy at intel.com>
Commit: 6b8af38dfe2e49744c31dabe147c633e45cdc8a7
https://github.com/buildbot/buildbot/commit/6b8af38dfe2e49744c31dabe147c633e45cdc8a7
Author: Pierre Tardy <pierre.tardy at intel.com>
Date: 2014-10-30 (Thu, 30 Oct 2014)
Changed paths:
M www/base/src/app/builders/build/build.controller.coffee
Log Message:
-----------
fix the watch of nextbuild existence
in case the build was already loaded, callback was never called with o == undefined
Signed-off-by: Pierre Tardy <pierre.tardy at intel.com>
Commit: 7e049a91549dece82830aa27807d02c74ccb8ffd
https://github.com/buildbot/buildbot/commit/7e049a91549dece82830aa27807d02c74ccb8ffd
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2014-10-30 (Thu, 30 Oct 2014)
Changed paths:
M www/base/src/app/builders/build/build.controller.coffee
M www/base/src/app/common/services/buildbot/buildbot.service.coffee
Log Message:
-----------
Merge pull request #1306 from tardyp/t2960
buildbot.service: better handle error
Fixes ticket:2960
Compare: https://github.com/buildbot/buildbot/compare/ed366c5837f7...7e049a91549d
More information about the Commits
mailing list