Branch: refs/heads/master
Home:   http://github.com/djmitche/buildbot

Commit: 214c120f47ba57ce15c79c3446557554b4aafa00
    
http://github.com/djmitche/buildbot/commit/214c120f47ba57ce15c79c3446557554b4aafa00
Author: Dustin J. Mitchell <[email protected]>
Date:   2010-03-09 (Tue, 09 Mar 2010)

Changed paths:
  M buildbot/db/schema/manager.py
  M buildbot/db/schema/tables.sql
  A buildbot/db/schema/v2.py
  M buildbot/test/unit/test_db_schema_master.py

Log Message:
-----------
add project, repository columns to changes and sourcestamps tables


Commit: 1679a523b5e8eb0e79a48769b39370da7ba2cbbb
    
http://github.com/djmitche/buildbot/commit/1679a523b5e8eb0e79a48769b39370da7ba2cbbb
Author: Dustin J. Mitchell <[email protected]>
Date:   2010-03-09 (Tue, 09 Mar 2010)

Changed paths:
  M buildbot/broken_test/unit/test_sourcestamp.py
  M buildbot/changes/changes.py
  M buildbot/db/connector.py
  M buildbot/interfaces.py
  M buildbot/sourcestamp.py
  M buildbot/status/web/templates/change_macros.html

Log Message:
-----------
add project and repository to Change objects and SourceStamps, display them


Commit: 450ecc76544d7e18300abc653733ca4d30c2efe8
    
http://github.com/djmitche/buildbot/commit/450ecc76544d7e18300abc653733ca4d30c2efe8
Author: Dustin J. Mitchell <[email protected]>
Date:   2010-03-09 (Tue, 09 Mar 2010)

Changed paths:
  M buildbot/sourcestamp.py
  M buildbot/status/web/templates/build.html
  M buildbot/status/web/templates/grid_macros.html

Log Message:
-----------
display SourceStamps correctly


Commit: 308767ed74d7a5e9a4f80c8505020d4fa64af559
    
http://github.com/djmitche/buildbot/commit/308767ed74d7a5e9a4f80c8505020d4fa64af559
Author: Dustin J. Mitchell <[email protected]>
Date:   2010-03-09 (Tue, 09 Mar 2010)

Changed paths:
  M buildbot/process/base.py

Log Message:
-----------
add repository and project properties


Commit: adef01a268a0fbd2afeb0b1f3561ca15ba2bbe5f
    
http://github.com/djmitche/buildbot/commit/adef01a268a0fbd2afeb0b1f3561ca15ba2bbe5f
Author: Benoit Allard <[email protected]>
Date:   2010-03-10 (Wed, 10 Mar 2010)

Changed paths:
  M buildbot/db/schema/tables.sql

Log Message:
-----------
Restore consistency in table.sql


Commit: cd1708bc492f4bd92c21102890b59ec96f05fd5e
    
http://github.com/djmitche/buildbot/commit/cd1708bc492f4bd92c21102890b59ec96f05fd5e
Author: Benoit Allard <[email protected]>
Date:   2010-03-10 (Wed, 10 Mar 2010)

Changed paths:
  M buildbot/broken_test/unit/test_scheduler.py
  M buildbot/changes/bonsaipoller.py
  M buildbot/changes/hgbuildbot.py
  M buildbot/changes/mail.py
  M buildbot/changes/pb.py
  M buildbot/changes/svnpoller.py
  M buildbot/clients/sendchange.py
  M buildbot/clients/tryclient.py
  M buildbot/master.py
  M buildbot/process/base.py
  M buildbot/schedulers/trysched.py
  M buildbot/scripts/runner.py

Log Message:
-----------
Add the project and repository property to some changesource


Commit: 48ff8e96ffa1448772d43b9ee4e3236d498dfd63
    
http://github.com/djmitche/buildbot/commit/48ff8e96ffa1448772d43b9ee4e3236d498dfd63
Author: Dustin J. Mitchell <[email protected]>
Date:   2010-03-10 (Wed, 10 Mar 2010)

Changed paths:
  M buildbot/broken_test/unit/test_scheduler.py
  M buildbot/changes/bonsaipoller.py
  M buildbot/changes/hgbuildbot.py
  M buildbot/changes/mail.py
  M buildbot/changes/pb.py
  M buildbot/changes/svnpoller.py
  M buildbot/clients/sendchange.py
  M buildbot/clients/tryclient.py
  M buildbot/db/schema/tables.sql
  M buildbot/master.py
  M buildbot/schedulers/trysched.py
  M buildbot/scripts/runner.py

Log Message:
-----------
Merge branch 'repoproj' of git://github.com/benallard/buildbot into repoproj

* 'repoproj' of git://github.com/benallard/buildbot:
  Add the project and repository property to some changesource
  Restore consistency in table.sql


Commit: 4535753b62ff5dcab548d2e8fa2ba0adef9c9bf2
    
http://github.com/djmitche/buildbot/commit/4535753b62ff5dcab548d2e8fa2ba0adef9c9bf2
Author: Dustin J. Mitchell <[email protected]>
Date:   2010-03-10 (Wed, 10 Mar 2010)

Changed paths:
  A buildbot/schedulers/filter.py
  A buildbot/test/unit/test_buildbot_schedulers_filter.py

Log Message:
-----------
add a generic change filter class and test it


Commit: 70385eecd568ebf0f78c5839568dfa004afcef98
    
http://github.com/djmitche/buildbot/commit/70385eecd568ebf0f78c5839568dfa004afcef98
Author: Dustin J. Mitchell <[email protected]>
Date:   2010-03-10 (Wed, 10 Mar 2010)

Changed paths:
  M buildbot/broken_test/unit/test_sourcestamp.py

Log Message:
-----------
fix test failures


Commit: 69be0c06f1d7ec5d4c46e2113b3a75e6b7ce846f
    
http://github.com/djmitche/buildbot/commit/69be0c06f1d7ec5d4c46e2113b3a75e6b7ce846f
Author: Dustin J. Mitchell <[email protected]>
Date:   2010-03-10 (Wed, 10 Mar 2010)

Changed paths:
  M buildbot/broken_test/runs/test_dependencies.py
  M buildbot/broken_test/runs/test_ordering.py
  M buildbot/broken_test/runs/test_run.py
  M buildbot/broken_test/runs/test_web.py
  M buildbot/broken_test/runs/test_web_status_json.py
  M buildbot/broken_test/unit/test_config.py
  M buildbot/broken_test/unit/test_scheduler.py
  A buildbot/schedulers/base.py
  M buildbot/schedulers/basic.py
  M buildbot/schedulers/filter.py
  M buildbot/schedulers/timed.py
  M buildbot/schedulers/triggerable.py
  M buildbot/schedulers/trysched.py
  R buildbot/test/unit/test_buildbot_schedulers_filter.py
  M buildbot/test/unit/test_schedulers_basic_Scheduler.py
  A buildbot/test/unit/test_schedulers_filter.py
  M buildbot/util/__init__.py

Log Message:
-----------
add filtering on project and repository

Note that 'branch' is now an optional argument to Scheduler(), so it's
now necessary to supply all arguments with keyword arguments.  That
necessitated a lot of changes to tests!


Commit: f3041d033c475b1f22baa9c9404e168ce26c5e30
    
http://github.com/djmitche/buildbot/commit/f3041d033c475b1f22baa9c9404e168ce26c5e30
Author: Dustin J. Mitchell <[email protected]>
Date:   2010-03-10 (Wed, 10 Mar 2010)

Changed paths:
  M NEWS
  M docs/cfg-schedulers.texinfo

Log Message:
-----------
document some of project and repository


Commit: 6a2df9643918f703aa99a5c1255b9716a796afa1
    
http://github.com/djmitche/buildbot/commit/6a2df9643918f703aa99a5c1255b9716a796afa1
Author: Dustin J. Mitchell <[email protected]>
Date:   2010-03-10 (Wed, 10 Mar 2010)

Changed paths:
  M buildbot/master.py

Log Message:
-----------
fix NameError when config initialization fails


Commit: d0c0fe0b5037706b846aab1ef947dbb8aeaefafc
    
http://github.com/djmitche/buildbot/commit/d0c0fe0b5037706b846aab1ef947dbb8aeaefafc
Author: Dustin J. Mitchell <[email protected]>
Date:   2010-03-10 (Wed, 10 Mar 2010)

Changed paths:
  M buildbot/changes/pb.py

Log Message:
-----------
use correct default for repository and project in sendChange


Commit: 8dd807c1b4194dc51d0ee7b88cd47dcc4a82f77c
    
http://github.com/djmitche/buildbot/commit/8dd807c1b4194dc51d0ee7b88cd47dcc4a82f77c
Author: Dustin J. Mitchell <[email protected]>
Date:   2010-03-10 (Wed, 10 Mar 2010)

Changed paths:
  M buildbot/schedulers/base.py

Log Message:
-----------
fix filtering


Commit: 41dd614cbc0edcc0bf66f5b046168368f675a7a9
    
http://github.com/djmitche/buildbot/commit/41dd614cbc0edcc0bf66f5b046168368f675a7a9
Author: Dustin J. Mitchell <[email protected]>
Date:   2010-03-10 (Wed, 10 Mar 2010)

Changed paths:
  M buildbot/changes/bonsaipoller.py
  M docs/cfg-buildsteps.texinfo
  M docs/cfg-changesources.texinfo
  M docs/cmdline.texinfo

Log Message:
-----------
more repo/proj documentation


Commit: 487dc25c84b327d8bfb7e9991c99f838eeffd4ce
    
http://github.com/djmitche/buildbot/commit/487dc25c84b327d8bfb7e9991c99f838eeffd4ce
Author: Dustin J. Mitchell <[email protected]>
Date:   2010-03-10 (Wed, 10 Mar 2010)

Changed paths:
  M NEWS
  M buildbot/broken_test/runs/test_dependencies.py
  M buildbot/broken_test/runs/test_ordering.py
  M buildbot/broken_test/runs/test_run.py
  M buildbot/broken_test/runs/test_web.py
  M buildbot/broken_test/runs/test_web_status_json.py
  M buildbot/broken_test/unit/test_config.py
  M buildbot/broken_test/unit/test_scheduler.py
  M buildbot/broken_test/unit/test_sourcestamp.py
  M buildbot/changes/bonsaipoller.py
  M buildbot/changes/changes.py
  M buildbot/changes/hgbuildbot.py
  M buildbot/changes/mail.py
  M buildbot/changes/pb.py
  M buildbot/changes/svnpoller.py
  M buildbot/clients/sendchange.py
  M buildbot/clients/tryclient.py
  M buildbot/db/connector.py
  M buildbot/db/schema/manager.py
  M buildbot/db/schema/tables.sql
  A buildbot/db/schema/v2.py
  M buildbot/interfaces.py
  M buildbot/master.py
  M buildbot/process/base.py
  A buildbot/schedulers/base.py
  M buildbot/schedulers/basic.py
  A buildbot/schedulers/filter.py
  M buildbot/schedulers/timed.py
  M buildbot/schedulers/triggerable.py
  M buildbot/schedulers/trysched.py
  M buildbot/scripts/runner.py
  M buildbot/sourcestamp.py
  M buildbot/status/web/templates/build.html
  M buildbot/status/web/templates/change_macros.html
  M buildbot/status/web/templates/grid_macros.html
  M buildbot/test/unit/test_db_schema_master.py
  M buildbot/test/unit/test_schedulers_basic_Scheduler.py
  A buildbot/test/unit/test_schedulers_filter.py
  M buildbot/util/__init__.py
  M docs/cfg-buildsteps.texinfo
  M docs/cfg-changesources.texinfo
  M docs/cfg-schedulers.texinfo
  M docs/cmdline.texinfo

Log Message:
-----------
Merge branch 'repoproj'

* repoproj:
  more repo/proj documentation
  fix filtering
  use correct default for repository and project in sendChange
  fix NameError when config initialization fails
  document some of project and repository
  add filtering on project and repository
  fix test failures
  add a generic change filter class and test it
  Add the project and repository property to some changesource
  Restore consistency in table.sql
  add repository and project properties
  display SourceStamps correctly
  add project and repository to Change objects and SourceStamps, display them
  add project, repository columns to changes and sourcestamps tables



------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Buildbot-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/buildbot-commits

Reply via email to