summaryrefslogtreecommitdiff
path: root/AUTHORS
AgeCommit message (Collapse)Author
2009-09-10Add Repository UUID support to git-svn.Christian Hammond
This change introduces Repository UUID support to git-svn, allowing Review Board to match repositories by UUID instead of comparing the repository name directly. Patch by Matthew Woehlke. Reviewed at http://reviews.review-board.org/r/1030/
2009-08-22Patch by Dana Lacoste to fix a bug with post-review on Windows where wechipx86
improperly check for the os.uname function. Fixes bug #1280.
2009-05-28Patch by Steven Russell to fix working with Perforce file paths containingchipx86
spaces. Fixes bug #840. Reviewed at http://reviews.review-board.org/r/815/
2009-05-28Add Chris Clark to the authors list.chipx86
2009-04-23Patch by Jeremy Bettis to properly join a SVN repository base path and a ↵chipx86
file path using a "/" instead of "\" on Windows. This fixes bug #939.
2009-04-14Patch by Eric Huss to fix an infinite recursion problem when usingchipx86
post-review with invalid cookies. Fixes bug #808. Reviewed at http://reviews.review-board.org/r/813/
2009-03-29Release rbtools 0.2 beta 1.chipx86
2009-03-27Patch by Raghu Kaippully to fix changesets with binary files in Perforce ↵chipx86
when using post-review. Reviewed at http://reviews.review-board.org/r/787/ Fixes bug #585
2009-03-27Move post-review into a new top-level "rbtools" packagechipx86
Since the dawn of time, post-review has lived in the Review Board tree, despite being a client script and not necessarily being needed on the server. This moves post-review into a new rbtools package, which users will be able to easy_install (easy_install -U RBTools). The simplejson dependency will be fetched, and users won't have to go hunting in SVN for a script. Over time, I'd like to add new scripts into here (such as one to apply a diff from a review request), and further down the road I'd like to create an "rbapi" (or something) package that contains a Python API for talking to a Review Board server, which rbtools (and post-review) will then use. For now, the goal is to just get post-review moved over. Reviewed at http://reviews.review-board.org/r/788/