[Buildbot-commits] [buildbot/buildbot] 1602dc: master/buildbuilt/status/web/hooks/base.py

noreply at github.com noreply at github.com
Sun Oct 3 19:53:53 UTC 2010


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

Commit: 1602dcb351ecae589cbb048643514c9bb3479ea4
    http://github.com/buildbot/buildbot/commit/1602dcb351ecae589cbb048643514c9bb3479ea4
Author: AndyHowell <AndyHowell at austin.rr.com>
Date:   2010-10-02 (Sat, 02 Oct 2010)

Changed paths:
  M master/buildbot/changes/manager.py
  M master/buildbot/status/web/change_hook.py
  M master/buildbot/status/web/hooks/base.py
  A master/contrib/post_build_request.py

Log Message:
-----------
master/buildbuilt/status/web/hooks/base.py
  Added passing properties a dictionary
master/buildbuilt/status/web/change_hook.py
  render_POST returns a json object for the submitted change request(s)
  Fixed typo in msg
  submitChanges returns an array of changes as dictionaries
master/buildbuilt/changes/managers.py
  Added project to addChange messages.
master/contrib/post_build_request.py
  New script to manually post a change request via the /change_hook/base
  web interface.

These changes allow the script post_build_request.py to kick off a build,
passing in user specified properties, repository, project ect.
Run post_build_request --help for more details.


Commit: 29d885424af94b6b24eebf305b7453833e351b15
    http://github.com/buildbot/buildbot/commit/29d885424af94b6b24eebf305b7453833e351b15
Author: Dustin J. Mitchell <dustin at zmanda.com>
Date:   2010-10-02 (Sat, 02 Oct 2010)

Changed paths:
  M master/buildbot/changes/manager.py
  M master/buildbot/status/web/change_hook.py
  M master/buildbot/status/web/hooks/base.py
  A master/contrib/post_build_request.py

Log Message:
-----------
Merge branch 'change_hook' of git://github.com/AndyHowell/buildbot

This adds a script to submit an arbitrary change request to buildbot via
the change hooks

Fixes #1005

* 'change_hook' of git://github.com/AndyHowell/buildbot:
  master/buildbuilt/status/web/hooks/base.py   Added passing properties a dictionary master/buildbuilt/status/web/change_hook.py   render_POST returns a json object for the submitted change request(s)   Fixed typo in msg   submitChanges returns an array of changes as dictionaries master/buildbuilt/changes/managers.py   Added project to addChange messages. master/contrib/post_build_request.py   New script to manually post a change request via the /change_hook/base   web interface.


Commit: 35300626f7861cb65e7469e5ff20375a67d569c2
    http://github.com/buildbot/buildbot/commit/35300626f7861cb65e7469e5ff20375a67d569c2
Author: PiotrSikora <piotrsikora@#buildbot>
Date:   2010-10-03 (Sun, 03 Oct 2010)

Changed paths:
  M master/buildbot/db/schema/tables.sql
  M master/docs/developer.texinfo

Log Message:
-----------
update tables.sql to work with MySQL.

New tables.sql by PiotrSikora.

Fixes #988






More information about the Commits mailing list