[Buildbot-commits] [djmitche/buildbot] fc099b: Show Change's repository and project properties
noreply at github.com
noreply at github.com
Wed Mar 31 20:16:33 UTC 2010
Branch: refs/heads/master
Home: http://github.com/djmitche/buildbot
Commit: fc099bcda4aa29f5b199471aee037458879359af
http://github.com/djmitche/buildbot/commit/fc099bcda4aa29f5b199471aee037458879359af
Author: Marcus Lindblom <macke at yar.nu>
Date: 2010-03-13 (Sat, 13 Mar 2010)
Changed paths:
M buildbot/changes/changes.py
M buildbot/status/web/templates/change.html
Log Message:
-----------
Show Change's repository and project properties
Commit: 7a720400f74375e368105c481ff83ffc1db425bd
http://github.com/djmitche/buildbot/commit/7a720400f74375e368105c481ff83ffc1db425bd
Author: Marcus Lindblom <macke at yar.nu>
Date: 2010-03-13 (Sat, 13 Mar 2010)
Changed paths:
M buildbot/scripts/startup.py
Log Message:
-----------
Dont't set explicit twisted reactor on windows (twisted complains about it)
Commit: b466c5d4bccbe13ea2d6d94169d452526a3404bc
http://github.com/djmitche/buildbot/commit/b466c5d4bccbe13ea2d6d94169d452526a3404bc
Author: Marcus Lindblom <macke at yar.nu>
Date: 2010-03-31 (Wed, 31 Mar 2010)
Changed paths:
M buildbot/changes/changes.py
M buildbot/status/web/base.py
M buildbot/status/web/baseweb.py
M buildbot/status/web/build.py
M buildbot/status/web/changes.py
M buildbot/status/web/console.py
M buildbot/status/web/templates/build.html
M buildbot/status/web/templates/build_line.html
M buildbot/status/web/templates/change.html
M buildbot/status/web/templates/change_macros.html
M buildbot/status/web/templates/console.html
M buildbot/status/web/templates/grid_macros.html
M buildbot/status/web/templates/revmacros.html
A buildbot/test/unit/test_status_web_links.py
Log Message:
-----------
WebStatus: Add support for project and repository in changecommentlink/revlink
* These WebStatus args can now be callables, dicts or (as before) a single string/tuple
* Added projectlink/repolink that adds URLs to repo/project main pages
* Changed jinja change_macro to take a change as arg (cleaner code)
* Changed some support classes in console to take a single build/sourcestamp arg instead of picking every necessary variable
* The revlink/shortrev/changecomment filters now take a parameter, the repo or project to which the revision/comment belongs.
* Shorten all revs to 40 chars in html rather than in python.
* Add unit test for jinja link filters
Comments belong to projects as they usually refer to ticket ids. So project == ticket db.
Commit: 730fff1492269ffed34371d64432445b9c8e2e96
http://github.com/djmitche/buildbot/commit/730fff1492269ffed34371d64432445b9c8e2e96
Author: Marcus Lindblom <macke at yar.nu>
Date: 2010-03-31 (Wed, 31 Mar 2010)
Changed paths:
M NEWS
M buildbot/broken_test/__init__.py
M buildbot/broken_test/runs/test_properties.py
M buildbot/broken_test/runs/test_slaves.py
M buildbot/broken_test/runs/test_status.py
A buildbot/broken_test/runs/test_status_push.py
M buildbot/broken_test/runs/test_web.py
M buildbot/broken_test/runs/test_web_status_json.py
M buildbot/broken_test/runs/test_webparts.py
M buildbot/broken_test/runutils.py
A buildbot/broken_test/status_push_server.py
M buildbot/broken_test/unit/test_config.py
M buildbot/broken_test/unit/test_sourcestamp.py
M buildbot/broken_test/vc/test_vc.py
M buildbot/changes/hgbuildbot.py
M buildbot/changes/manager.py
M buildbot/config.py
M buildbot/db/connector.py
M buildbot/db/dbspec.py
M buildbot/db/schema/manager.py
M buildbot/db/schema/v1.py
A buildbot/db/schema/v3.py
M buildbot/master.py
M buildbot/process/base.py
M buildbot/process/builder.py
M buildbot/schedulers/basic.py
M buildbot/scripts/runner.py
M buildbot/scripts/sample.cfg
M buildbot/scripts/startup.py
M buildbot/slave/commands/base.py
M buildbot/slave/commands/vcs.py
M buildbot/sourcestamp.py
M buildbot/status/builder.py
M buildbot/status/mail.py
A buildbot/status/persistent_queue.py
A buildbot/status/status_push.py
M buildbot/status/web/base.py
M buildbot/status/web/slaves.py
M buildbot/status/web/status_json.py
M buildbot/status/web/templates/buildslaves.html
M buildbot/status/web/waterfall.py
M buildbot/status/words.py
M buildbot/steps/shell.py
M buildbot/steps/source.py
M buildbot/steps/vstudio.py
M buildbot/test/__init__.py
A buildbot/test/regressions/test_change_properties.py
M buildbot/test/regressions/test_shell_command_properties.py
M buildbot/test/unit/test_db_schema_master.py
A buildbot/test/unit/test_persistent_queue.py
M buildbot/test/unit/test_slave_commands_base.py
A buildbot/test/unit/test_status_mail_MailNotifier.py
M buildbot/test/unit/test_util_loop.py
M buildbot/test/util/monkeypatches.py
M buildbot/util/__init__.py
M buildbot/util/loop.py
M contrib/git_buildbot.py
M contrib/svn_watcher.py
M docs/cfg-builders.texinfo
M docs/cfg-buildsteps.texinfo
M docs/cfg-global.texinfo
M docs/cfg-statustargets.texinfo
M docs/concepts.texinfo
M docs/gen-reference
Log Message:
-----------
Merge remote branch 'djmitche/master'
Conflicts:
buildbot/scripts/startup.py
buildbot/status/web/templates/change.html
Commit: 9b4deb8cc1be6f5b44eca6f092283d1b40a4f1a6
http://github.com/djmitche/buildbot/commit/9b4deb8cc1be6f5b44eca6f092283d1b40a4f1a6
Author: Marcus Lindblom <macke at yar.nu>
Date: 2010-03-31 (Wed, 31 Mar 2010)
Changed paths:
M buildbot/test/unit/test_status_web_links.py
Log Message:
-----------
WebStatus: Fix unittest (corect arg order in revlink callable)
More information about the Commits
mailing list