Branch: refs/heads/buildbot-0.8.0
  Home:   https://github.com/buildbot/buildbot
  Commit: de00b670d98c37939fcff78e2230ad6d3e37404b
      
https://github.com/buildbot/buildbot/commit/de00b670d98c37939fcff78e2230ad6d3e37404b
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2010-04-29 (Thu, 29 Apr 2010)

  Changed paths:
    M buildbot/__init__.py

  Log Message:
  -----------
  update VERSION to 0.8.0rc1


  Commit: ff313e4092477fbf5831bf5f72a88b6a399315db
      
https://github.com/buildbot/buildbot/commit/ff313e4092477fbf5831bf5f72a88b6a399315db
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2010-04-29 (Thu, 29 Apr 2010)

  Changed paths:
    R NOTES-0.8.1.txt

  Log Message:
  -----------
  remove spurious file

Signed-off-by: Dustin J. Mitchell <[email protected]>


  Commit: c512b5bcb529eac091d8185afadd28433064aafc
      
https://github.com/buildbot/buildbot/commit/c512b5bcb529eac091d8185afadd28433064aafc
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2010-04-29 (Thu, 29 Apr 2010)

  Changed paths:
    M NEWS

  Log Message:
  -----------
  add news about mercurial revision ids

Signed-off-by: Dustin J. Mitchell <[email protected]>


  Commit: 46194be7a4183c79ee0d02ed390165eb369e8c1a
      
https://github.com/buildbot/buildbot/commit/46194be7a4183c79ee0d02ed390165eb369e8c1a
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2010-05-01 (Sat, 01 May 2010)

  Changed paths:
    M buildbot/status/web/base.py
    M buildbot/status/web/templates/build.html
    M buildbot/test/unit/test_util_loop.py
    M buildbot/util/monkeypatches.py

  Log Message:
  -----------
  Merge branch 'master' into buildbot-0.8.0

* master:
  don't capitalize build property names
  do not use twisted.python.monkey, which is not in tw-2.5.0
  Directory listings require Twisted >= 9.0.0 (fixes #812)
  add news about mercurial revision ids
  remove spurious file


  Commit: ca4f9350b2a8f3c0c9d08a4232e06f20cb9b783a
      
https://github.com/buildbot/buildbot/commit/ca4f9350b2a8f3c0c9d08a4232e06f20cb9b783a
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2010-05-01 (Sat, 01 May 2010)

  Changed paths:
    M buildbot/schedulers/timed.py

  Log Message:
  -----------
  Merge branch 'master' into buildbot-0.8.0

* master:
  Nightly will now actually run on the second and subsequent nights
  Nightly should always classify changes, so it keeps last_processed up to date


  Commit: 1135af9d509dbd44def5470ee0600da68884a4d2
      
https://github.com/buildbot/buildbot/commit/1135af9d509dbd44def5470ee0600da68884a4d2
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2010-05-02 (Sun, 02 May 2010)

  Changed paths:
    M NEWS
    A UPGRADING
    M docs/installation.texinfo

  Log Message:
  -----------
  Merge branch 'master' into buildbot-0.8.0

* master:
  add explicit upgrading notes (fixes #810)


  Commit: 9acbdb1b30085706e67ea9f25466eaa2642bde05
      
https://github.com/buildbot/buildbot/commit/9acbdb1b30085706e67ea9f25466eaa2642bde05
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2010-05-02 (Sun, 02 May 2010)

  Changed paths:
    M buildbot/__init__.py

  Log Message:
  -----------
  update version number


  Commit: 0ec86e417e18efe2ff0982231337b10c077738c6
      
https://github.com/buildbot/buildbot/commit/0ec86e417e18efe2ff0982231337b10c077738c6
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2010-05-03 (Mon, 03 May 2010)

  Changed paths:
    M buildbot/changes/manager.py
    M buildbot/db/connector.py
    M buildbot/schedulers/base.py

  Log Message:
  -----------
  Merge branch 'master' into buildbot-0.8.0

* master:
  add a default value for scheduler state 'last_processed' - fixes #816


  Commit: 376ad7d9c25942adad36134c516b8e6f9cc09a03
      
https://github.com/buildbot/buildbot/commit/376ad7d9c25942adad36134c516b8e6f9cc09a03
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2010-05-03 (Mon, 03 May 2010)

  Changed paths:
    M buildbot/__init__.py

  Log Message:
  -----------
  update version number


  Commit: 1e1578a80b02d5a6afa9a1f09126fb1b803d9b62
      
https://github.com/buildbot/buildbot/commit/1e1578a80b02d5a6afa9a1f09126fb1b803d9b62
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2010-05-07 (Fri, 07 May 2010)

  Changed paths:
    M buildbot/db/schema/tables.sql
    M buildbot/schedulers/timed.py
    M buildbot/steps/source.py

  Log Message:
  -----------
  Merge branch 'master' into buildbot-0.8.0

* master:
  Fix Nightly Scheduler docstring - specify Scheduler arguments by name
  Don't fire Nightly scheduler when onlyIfChanged is set and no changes on 
branch
  Fixes #823 - Nightly scheduler is not tracking changes when onlyIfChanged is 
True
  P4: p4base was not a member of the class (fix #821)
  Fix typo in schema comments


  Commit: 598057ad9c93be9bc8c98d58739d4b19aff09be7
      
https://github.com/buildbot/buildbot/commit/598057ad9c93be9bc8c98d58739d4b19aff09be7
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2010-05-07 (Fri, 07 May 2010)

  Changed paths:
    M buildbot/status/mail.py
    M docs/cfg-statustargets.texinfo

  Log Message:
  -----------
  Merge branch 'master' into buildbot-0.8.0

* master:
  Document MailNotifier's change mode
  Remove unnecessary prints in mail.py


  Commit: e5b6ba76ac17df1d953062021651eacaf3920da7
      
https://github.com/buildbot/buildbot/commit/e5b6ba76ac17df1d953062021651eacaf3920da7
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2010-05-11 (Tue, 11 May 2010)

  Changed paths:
    M buildbot/util/loop.py

  Log Message:
  -----------
  Merge branch 'master' into buildbot-0.8.0

* master:
  Make sure the loop delay is at least 0.


  Commit: 62020352cad2e9c840dd1c00073a631a89332619
      
https://github.com/buildbot/buildbot/commit/62020352cad2e9c840dd1c00073a631a89332619
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2010-05-12 (Wed, 12 May 2010)

  Changed paths:
    M buildbot/changes/changes.py
    M buildbot/db/dbspec.py
    M buildbot/db/schema/v1.py
    M buildbot/db/schema/v3.py
    M buildbot/db/schema/v4.py
    A buildbot/test/regressions/test_import_unicode_changes.py
    M buildbot/test/unit/test_db_dbspec.py
    M buildbot/test/unit/test_db_schema_master.py
    A contrib/fix_changes_pickle_encoding.py
    M docs/installation.texinfo

  Log Message:
  -----------
  Merge branch 'master' into buildbot-0.8.0

* master:
  migrate recode_changes into OldChangeManager, don't convert to string
  add docs for potential encoding problems
  tweaks to contrib script
  Get fix_changes_pickle_encoding script working and tested...sort of
  Improve exception on unicode decode failure
  Raise an exception if the db can't store unicode data
  formatting
  Test regular ascii data
  Test that trying to import non-utf8 data will raise exceptions
  Make remove_none return u"" for None, and not replace data
  Reduce length of scheduler name, class_name columns so they fit with
  Decode strings from change objects as if they're utf-8.


  Commit: 050edda9b2209ef5496a5bf931da243b6e6936fd
      
https://github.com/buildbot/buildbot/commit/050edda9b2209ef5496a5bf931da243b6e6936fd
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2010-05-14 (Fri, 14 May 2010)

  Changed paths:
    M buildbot/db/connector.py
    M buildbot/slave/commands/base.py
    M buildbot/sourcestamp.py
    M buildbot/status/web/templates/console.html

  Log Message:
  -----------
  Merge branch 'master' into buildbot-0.8.0

* master:
  remove assertions
  remove 'will this work?' comments - refs #829
  add an 'else' to a template inline conditional


  Commit: 2a1be357ce04681798b48ff8560a0d3147643d6e
      
https://github.com/buildbot/buildbot/commit/2a1be357ce04681798b48ff8560a0d3147643d6e
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2010-05-14 (Fri, 14 May 2010)

  Changed paths:
    M buildbot/db/schema/manager.py
    M buildbot/test/regressions/test_change_properties.py

  Log Message:
  -----------
  Merge branch 'master' into buildbot-0.8.0

* master:
  be careful to close the db connection after performing SchemaManager 
operations
  upgrade quietly


  Commit: 57a459974f16d2b614ccdf595c9554a2fc9dffe6
      
https://github.com/buildbot/buildbot/commit/57a459974f16d2b614ccdf595c9554a2fc9dffe6
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2010-05-14 (Fri, 14 May 2010)

  Changed paths:
    M buildbot/__init__.py

  Log Message:
  -----------
  bump version to 0.8.0rc4


  Commit: 41dd706263f3eea565050f5e211f6c579218815a
      
https://github.com/buildbot/buildbot/commit/41dd706263f3eea565050f5e211f6c579218815a
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2010-05-14 (Fri, 14 May 2010)

  Changed paths:
    M MANIFEST.in

  Log Message:
  -----------
  Merge branch 'master' into buildbot-0.8.0

* master:
  include UPGRADING in the manifest


  Commit: bf772bc4a868b55e1e451dd629c4a92a36c9c668
      
https://github.com/buildbot/buildbot/commit/bf772bc4a868b55e1e451dd629c4a92a36c9c668
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2010-05-18 (Tue, 18 May 2010)

  Changed paths:
    M buildbot/db/schema/manager.py
    A buildbot/db/schema/v5.py
    M buildbot/slave/bot.py
    M buildbot/slave/commands/base.py
    M buildbot/steps/shell.py
    M buildbot/test/unit/test_db_schema_master.py
    M buildbot/util/loop.py
    M docs/installation.texinfo

  Log Message:
  -----------
  Merge branch 'master' into buildbot-0.8.0

* master:
  Calculate 'now' for scheduler loop ahead of time.
  Create v5 schema that adds a bunch of indexes
  Add documentation for unicode_encoding setting for slave's buildbot.tac
  Do command arg encoding on the slave


  Commit: 68bbe5e24366e156dd3ce19a855e9bf05c645895
      
https://github.com/buildbot/buildbot/commit/68bbe5e24366e156dd3ce19a855e9bf05c645895
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2010-05-19 (Wed, 19 May 2010)

  Changed paths:
    M buildbot/db/dbspec.py
    M buildbot/slave/commands/base.py
    M buildbot/slave/commands/vcs.py
    M buildbot/test/unit/test_slave_commands_base.py

  Log Message:
  -----------
  Merge branch 'master' into buildbot-0.8.0

* master:
  Adding retrying logic for sqlite
  Add comments about why we're doing unicode encoding
  Fix running .exes under windows when we don't have an abolute path
  obfuscate P4 passwords - fixes #846
  Fix error handling for _startCommand so that tracebacks get back to the


  Commit: e836fb4271eb666b216b6ea12bc6ad1f634fe70a
      
https://github.com/buildbot/buildbot/commit/e836fb4271eb666b216b6ea12bc6ad1f634fe70a
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2010-05-20 (Thu, 20 May 2010)

  Changed paths:
    M buildbot/__init__.py

  Log Message:
  -----------
  bump to rc5


  Commit: 150e4e8ce2b5f916928b381d316ef722c4f77535
      
https://github.com/buildbot/buildbot/commit/150e4e8ce2b5f916928b381d316ef722c4f77535
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2010-05-24 (Mon, 24 May 2010)

  Changed paths:
    M buildbot/process/builder.py

  Log Message:
  -----------
  Merge branch 'master' into buildbot-0.8.0

* master:
  check that build_status exists before looking at .number (fixes #855)


  Commit: 17a0a2c2c5eb06d9a23c22382f67dc4665d7117a
      
https://github.com/buildbot/buildbot/commit/17a0a2c2c5eb06d9a23c22382f67dc4665d7117a
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2010-05-25 (Tue, 25 May 2010)

  Changed paths:
    M buildbot/slave/commands/vcs.py
    M buildbot/status/web/feeds.py
    M buildbot/status/web/templates/feed_atom10.xml
    M buildbot/status/web/templates/feed_description.html
    M buildbot/status/web/templates/feed_rss20.xml
    M setup.py

  Log Message:
  -----------
  Merge branch 'master' into buildbot-0.8.0

* master:
  remove unicodedata.normalize and add comments
  Force changlist fed to perforce p4 client -i to be ascii.
  Minor fixes and tweaks to rss and atom templates
  White space clean up
  Add missing rss and atom template files to install


  Commit: 6fee4050a03aa8d8ed472bb1e53456676a14f3f5
      
https://github.com/buildbot/buildbot/commit/6fee4050a03aa8d8ed472bb1e53456676a14f3f5
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2010-05-25 (Tue, 25 May 2010)

  Changed paths:
    A ChangeLog-0.8.0
    M NEWS

  Log Message:
  -----------
  Merge branch 'master' into buildbot-0.8.0

* master:
  add 0.8.0 ChangeLog and update NEWS with release date


  Commit: d679cb8f4c5be170d3cf2e335d0097ea8be2bfe0
      
https://github.com/buildbot/buildbot/commit/d679cb8f4c5be170d3cf2e335d0097ea8be2bfe0
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2010-05-25 (Tue, 25 May 2010)

  Changed paths:
    M buildbot/__init__.py

  Log Message:
  -----------
  update version


  Commit: a20cfe078a31eabded5cf1b62ded28d1009518b1
      
https://github.com/buildbot/buildbot/commit/a20cfe078a31eabded5cf1b62ded28d1009518b1
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2010-10-01 (Fri, 01 Oct 2010)

  Changed paths:
    M buildbot/status/web/templates/console.html

  Log Message:
  -----------
  Fix XSS holes in /console

backported from master:
  5d5165652d96ad7a91a267ab9fe1adcdc67b414e


  Commit: f20d843ea2e0775579c3aa64a52b5b28b90d3099
      
https://github.com/buildbot/buildbot/commit/f20d843ea2e0775579c3aa64a52b5b28b90d3099
  Author: Amber Yust <[email protected]>
  Date:   2010-10-01 (Fri, 01 Oct 2010)

  Changed paths:
    M buildbot/status/web/templates/console.html

  Log Message:
  -----------
  Don't need to double-escape comments.

changecomment already handles escaping for us.

backport of
  6499d21fc58b294a9f08df74eb6710d1a63cd67d


  Commit: 03078f33382428ed325272aca84b458357d9aebe
      
https://github.com/buildbot/buildbot/commit/03078f33382428ed325272aca84b458357d9aebe
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2010-10-01 (Fri, 01 Oct 2010)

  Changed paths:
    M buildbot/status/web/templates/console.html

  Log Message:
  -----------
  Back off some escaping on things that were verified as safe.

backport of
  200bb6227cc0bfcdbbeb530b3d7ac82ffc6090c4


  Commit: 915d6cbe4455cf090b4bc81c502436ecfd256a9a
      
https://github.com/buildbot/buildbot/commit/915d6cbe4455cf090b4bc81c502436ecfd256a9a
  Author: Amber Yust <[email protected]>
  Date:   2010-10-01 (Fri, 01 Oct 2010)

  Changed paths:
    M buildbot/status/web/base.py

  Log Message:
  -----------
  Use cgi.escape for comment escaping.

jinja2.escape escapes too much (quote marks) for things
that aren't going to be placed in attribute values.

backport of
  e326c445bb0cf2fd0e27cafe0e561ea7163a1267


  Commit: cff8990ca606b971361bedac5a87c294ad77b4c1
      
https://github.com/buildbot/buildbot/commit/cff8990ca606b971361bedac5a87c294ad77b4c1
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2010-10-01 (Fri, 01 Oct 2010)

  Changed paths:
    M buildbot/status/web/base.py

  Log Message:
  -----------
  escape parts of comments correctly

A change comment gets broken up into (a) unmatched text and (b) matched
text, where the unmatched text must be escaped and the matched text
needs to be properly escaped *after* expanding match groups.

backport of
  21d74603ed7999c9b8801566e8a865e017df70b1


  Commit: c8bcce872a152fdc10d0a479ab58e9a59c9a71ef
      
https://github.com/buildbot/buildbot/commit/c8bcce872a152fdc10d0a479ab58e9a59c9a71ef
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2010-10-01 (Fri, 01 Oct 2010)

  Changed paths:
    M NEWS
    M buildbot/__init__.py

  Log Message:
  -----------
  Bump version number to 0.8.0p1, edit NEWS


Compare: 
https://github.com/buildbot/buildbot/compare/de00b670d98c^...c8bcce872a15
------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
_______________________________________________
Buildbot-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/buildbot-commits

Reply via email to