Work-In-Progress: Buildbot integration

Review Request #1336 — Created Jan. 1, 2010 and discarded — Latest diff uploaded

Information

Review Board

Reviewers

The attached patch (my first attempt with Django or Review Board, and it shows) is a work-in-progress for trying to link ReviewBoard and Buildbot. It doesn't work yet - see below.

It relies on using the Buildbot "try" scheduler (see http://djmitche.github.com/buildbot/docs/0.7.11/#try-_002d_002ddiff). 

I'm having trouble with how to make the form submission do anything. I just have no idea how I'm meant to be connecting things up with the javascript etc. Any suggestions / comments would be appreciated.

The other things that is missing is a way to save the diff to a server-side temporary file before submitting that to the buildbot (with the temporary filename as the --diff= argument.
I've tried it, and the admin interface part seems OK. The rest is broken.
docs/manual/admin/admin-ui/buildbot-settings.txt
docs/manual/admin/admin-ui/settings.txt
reviewboard/admin/checks.py
reviewboard/admin/forms.py
reviewboard/admin/siteconfig.py
reviewboard/admin/urls.py
reviewboard/reviews/forms.py
reviewboard/reviews/models.py
reviewboard/reviews/views.py
reviewboard/scmtools/svn.py
reviewboard/templates/admin/settings.html
reviewboard/templates/reviews/review_detail.html
reviewboard/templates/reviews/review_request_actions_buildbot_try.html
reviewboard/templates/reviews/review_request_dlgs.html
Loading...