[Buildbot-commits] [buildbot/buildbot] f9c146: Fix few bugs on the UI:
GitHub
noreply at github.com
Thu Jan 2 00:30:08 UTC 2014
Branch: refs/heads/nine
Home: https://github.com/buildbot/buildbot
Commit: f9c146901ffecc9b441e1d76c3d1dc389373e2fd
https://github.com/buildbot/buildbot/commit/f9c146901ffecc9b441e1d76c3d1dc389373e2fd
Author: Pierre Tardy <pierre.tardy at intel.com>
Date: 2014-01-01 (Wed, 01 Jan 2014)
Changed paths:
M master/buildbot/data/logchunks.py
M master/buildbot/data/logs.py
M master/buildbot/test/unit/test_data_logchunks.py
M master/buildbot/test/unit/test_data_logs.py
M www/Gruntfile.coffee
M www/src/scripts/directives/logviewer.coffee
M www/src/scripts/services/buildbotService.coffee
M www/src/views/build.jade
Log Message:
-----------
Fix few bugs on the UI:
- another fix karma watch mode
- python: add events for log append
- Fix race condition between event registering and first value got from data api
- fix logviewer so that it does not poll anymore
Commit: 2690ec2d215d6113e9d243bd2a6178532bcc7ef5
https://github.com/buildbot/buildbot/commit/2690ec2d215d6113e9d243bd2a6178532bcc7ef5
Author: Pierre Tardy <pierre.tardy at intel.com>
Date: 2014-01-01 (Wed, 01 Jan 2014)
Changed paths:
M master/buildbot/process/log.py
Log Message:
-----------
serialize log append
slave is sending status and stdout in parallel, then the number of line is not handled correctly
Signed-off-by: Pierre Tardy <pierre.tardy at intel.com>
Commit: 8c1fe3bf0543e529a0e22f606e9b2331009c1402
https://github.com/buildbot/buildbot/commit/8c1fe3bf0543e529a0e22f606e9b2331009c1402
Author: Pierre Tardy <pierre.tardy at intel.com>
Date: 2014-01-01 (Wed, 01 Jan 2014)
Changed paths:
M www/src/scripts/controllers/buildController.coffee
M www/src/scripts/directives/logviewer.coffee
M www/src/scripts/services/buildbotService.coffee
M www/src/views/build.jade
Log Message:
-----------
polish the build page
Signed-off-by: Pierre Tardy <pierre.tardy at intel.com>
Commit: 43aa56041e21d37e83411ef2bf1629c2a673da92
https://github.com/buildbot/buildbot/commit/43aa56041e21d37e83411ef2bf1629c2a673da92
Author: Pierre Tardy <pierre.tardy at intel.com>
Date: 2014-01-01 (Wed, 01 Jan 2014)
Changed paths:
M www/src/scripts/services/buildbotService.coffee
M www/src/scripts/services/mqservice.coffee
M www/test/scripts/services/buildbotServiceSpec.coffee
Log Message:
-----------
handle loss of sse connection
In this case, all the bound data must be reloaded, and event listen to again
Implementation is probably a bit inefficient, but its probably better than too complicated
Signed-off-by: Pierre Tardy <pierre.tardy at intel.com>
Commit: d0eeae335f6d9e885e2209a61061c3f78f621f51
https://github.com/buildbot/buildbot/commit/d0eeae335f6d9e885e2209a61061c3f78f621f51
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2014-01-01 (Wed, 01 Jan 2014)
Changed paths:
M master/buildbot/data/logchunks.py
M master/buildbot/data/logs.py
M master/buildbot/process/log.py
M master/buildbot/test/unit/test_data_logchunks.py
M master/buildbot/test/unit/test_data_logs.py
M www/Gruntfile.coffee
M www/src/scripts/controllers/buildController.coffee
M www/src/scripts/directives/logviewer.coffee
M www/src/scripts/services/buildbotService.coffee
M www/src/scripts/services/mqservice.coffee
M www/src/views/build.jade
M www/test/scripts/services/buildbotServiceSpec.coffee
Log Message:
-----------
Merge branch 'uifixes' of git://github.com/tardyp/buildbot into nine
Compare: https://github.com/buildbot/buildbot/compare/73c59ec4008c...d0eeae335f6d
More information about the Commits
mailing list