[Buildbot-commits] [buildbot/buildbot] 324598: Refactor Properties.update to use Properties.setPr...

GitHub noreply at github.com
Sat May 19 21:24:05 UTC 2012


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: 32459822263e23f1d4baeac77faa020614301a99
      https://github.com/buildbot/buildbot/commit/32459822263e23f1d4baeac77faa020614301a99
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2012-05-18 (Fri, 18 May 2012)

  Changed paths:
    M master/buildbot/process/properties.py

  Log Message:
  -----------
  Refactor Properties.update to use Properties.setProperty).


  Commit: 834fb7b3af372846dbcd4b1245dee080ae2bb6a1
      https://github.com/buildbot/buildbot/commit/834fb7b3af372846dbcd4b1245dee080ae2bb6a1
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2012-05-18 (Fri, 18 May 2012)

  Changed paths:
    M master/buildbot/process/properties.py
    M master/buildbot/test/unit/test_process_properties.py

  Log Message:
  -----------
  Warn about non-jsonable properties.

Once builds are stored in the database, properties that are not
jsonable won't be supported. As it is, there are many places that
don't like non-jsonable properties. Provide a warning for now, to
allow people notice of the change.

Refs #2265.


  Commit: 97dc121b4cf22c374a32bcbe5e38c08c630d9d32
      https://github.com/buildbot/buildbot/commit/97dc121b4cf22c374a32bcbe5e38c08c630d9d32
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2012-05-19 (Sat, 19 May 2012)

  Changed paths:
    M master/buildbot/process/properties.py
    M master/buildbot/test/unit/test_process_properties.py

  Log Message:
  -----------
  Merge branch 'json-properties' of git://github.com/tomprince/buildbot

* 'json-properties' of git://github.com/tomprince/buildbot:
  Warn about non-jsonable properties.
  Refactor Properties.update to use Properties.setProperty).


Compare: https://github.com/buildbot/buildbot/compare/23ecfa6...97dc121


More information about the Commits mailing list