osunix / RietveldBroker
Rietveld code review broker. This ties bitbucket into Google's code review system. Just get an app engine setup, deploy Rietveld configure the service and you're all setup. No support provided, but patches welcome.
| commit 7: | bbd882ca187b |
| parent 6: | 377cbfb4656f |
| branch: | default |
Send author in patch submission
Changed (Δ49 bytes):
raw changeset »
codereview-broker.py (1 lines added, 0 lines removed)
Up to file-list codereview-broker.py:
| … | … | @@ -101,6 +101,7 @@ class RietveldBroker(BaseBroker): |
101 |
101 |
"base" : "http://bitbucket.org%sraw/%s/" % (repo["absolute_url"], (int(commit["revision"]) - 1)), |
102 |
102 |
"url" : "http://bitbucket.org%schangeset/%s/raw/%s-%s.diff" % (repo["absolute_url"], commit["node"], repo["name"], commit["node"]), |
103 |
103 |
"project" : repo["name"], |
104 |
"author" : commit["author"], |
|
104 |
105 |
"xsrf_token" : form_token |
105 |
106 |
} |
106 |
107 |
post_response = opener.open(url + "/new", urlencode(post_data)) |
