Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
As we discussed the recent review process, review requests to reviewboard are strongly recommended in Tajo project.
http://markmail.org/message/rszy3knctczko23d#query:+page:1+mid:qnozgapggzmwxqrw+state:results
This patch adds a helper utility to allow users to create a patch against a specified branch, submit the patch to a specified Jira, and create a review request in reviewboard.
This utility is borrowed from Apache Kafka.
https://github.com/apache/kafka/blob/trunk/kafka-patch-review.py
But, I modified some options and add several new features, and this patch includes its documentation.