summaryrefslogtreecommitdiff
path: root/rbtools
AgeCommit message (Collapse)Author
2009-09-21Support older p4d, pending changelists.David Trowbridge
Patch from Matthew Woehlke. This fixes post-review to work on older p4d (which I am stuck with at $DAYJOB); without this change post-review can only be used on submitted changelists. This also adds support for the default changelist (for all p4/p4d versions). Reviewed at http://reviews.review-board.org/r/1031/ and http://reviews.review-board.org/r/804/ Fixes bug 1020.
2009-09-21Bump to RBTools v0.2 beta 3 dev.Christian Hammond
2009-09-21Release RBTools v0.2 beta 2.release-0.2beta2Christian Hammond
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-25Fix an issue in GitClient where local repository configuration is ignored.Christian Hammond
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-08-22Add raw file URL support to the Repository admin page and Git.chipx86
This introduces a new column, raw_file_url, to Repository, and shows it in the admin UI for SCMTools that support it. This URL provides a way for certain SCMTools (right now, Git only) to access files over HTTP, instead of checking the file out through the SCM or accessing it locally (in the case of Git). The raw file URL acts as a URL with fields to be substituted. If <revision> exists in the URL, it will be replaced with the revision of the file. If <filename> exists, it will be replaced with the filename. This also adds a GitHub hosting service and bug tracker to the Repository admin. Using this, it's trivial to add any GitHub project without knowing the raw file URL mask. Reviewed at http://reviews.review-board.org/r/977/
2009-07-27A variety of hgsubversion improvementstrowbrds
Corrected hgsubversion support for more recent versions of hgsubversion and add support for parent branch, guess summary, and guess description. Patch from Augie Fackler. Testing done: Been using it for over a week, haven't seen any major issues. Reviewed at http://reviews.review-board.org/r/842/
2009-07-26Perforce binary file diff corruption fix.trowbrds
When a binary file differed, post-review would miss printing a newline after "Binary Files differ", making the diff invalid for the subsequent file. This would cause that file's diff to be lost silently when parsed by reviewboard on the server side. Patch from Chris Trimble. Reviewed at http://reviews.review-board.org/r/915/
2009-07-26Check for "SunOS" in post-review and use gdiff instead of difftrowbrds
Solaris has BSD "diff" and GNU "gdiff". Since we use things which are only present in the GNU userland, we should account for that. This change checks for SunOS in the output of os.uname and uses gdiff if necessary.
2009-07-18Patch by Chris Clark to define a SCMCLIENTS list containing all knownchipx86
SCMClients, which makes it easier to update and maintain. Reviewed at http://reviews.review-board.org/r/882/
2009-07-18Install post-review as a Python module, with a generated post-review (orchipx86
post-review.exe) wrapping it. The official way to install post-review now is by installing RBTools. Reviewed at http://reviews.review-board.org/r/916/