pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/RBTools update to RBTools-0.7.6
details: https://anonhg.NetBSD.org/pkgsrc/rev/a4c47096f7ba
branches: trunk
changeset: 347673:a4c47096f7ba
user: richard <richard%pkgsrc.org@localhost>
date: Thu May 26 17:42:47 2016 +0000
description:
update to RBTools-0.7.6
RBTools 0.7.6 Release Notes
Release date: April 26, 2016
New Features
rbt api-get
rbt api-get can now be used outside of a checkout.
When passing --server, rbt api-get can be used anywhere, making it useful
for more types of integrations.
Team Foundation Server
Added support for specifying the path to the tf.exe command for TFS.
The tf.exe path can now be specified by using the --tf-cmd option on the
command line, or by setting TF_CMD in .reviewboardrc.
Patch by Brandon Martin.
Added support for using --exclude on TFS.
Patch by Brandon Martin.
Added support for branch (copy) operations on TFS.
Branched/copied files can now be posted against Review Board when using
Power Pack 1.4.1 or higher. These can also be combined with edit operations.
Based on work by Brandon Martin.
API
Added pagination helpers for all ListResources.
This introduces ListResource.all_pages(), which yields every page of the
resource, and ListResource.all_items(), which yields every item on the
page. These should help with processing pages of information from the API
in a consistent way.
Performance Improvements
Reduced the work needed to look up ClearCase and Subversion repositories.
For ClearCase and Subversion, it?s necessary to fetch a list of all
compatible repositories in order to compare certain information. We now
take advantage of server-side filtering to reduce the set of repositories
we have to scan through.
Patch by Joshua Olson.
Improved performance when locally scanning ClearCase repositories.
Bug Fixes
General
When running in a non-interactive console, RBTools commands will no longer
hang prompting for login credentials.
It?s up to the caller to ensure that RBTools has a valid session cookie or
credentials (such as an API token) provided on the command line or
in .reviewboardrc.
Patch by Vadim Zeitlin.
rbt post
Fixed posting commit IDs for non-Perforce clients.
Patch by Ben Asher.
The summary of a commit is no longer lost if passing a custom summary and
guessing the description from the commit message.
If the summary is passed on the command line but the description is guessed
from the commit message, the first line of the commit message would be lost.
This change improves that by concatenating the summary and description back
together if the summary line isn?t being used for the review request.
Based on work by Alexander Goncahrov.
rbt setup-repo
Improved the fuzzy matching of repositories, to help more accurately return
possibly matching results.
Patch by H W Tovetj?rn.
Mercurial
Fixed broken parent commit IDs when using relative, negative, or short
revisions. (Bug #3915)
When referencing a relative revision (those starting with a ^), or
specifying a negative or short revision number, hgweb would fail to find
the matching commits. We now normalize those revisions.
Patch by Andr? Klitzing.
Perforce
Fixed a crash when posting a changelist that included a deleted symbolic
link. (Bug #4037)
This was supposed to log that the file would be skipped, but there was an
error with the logging call.
Patch by Akis Kalligeros.
Fixed a Unicode mismatch when updating an existing review request from a
changeset using rbt post -u.
Fixed a bad update call that would lead to an empty but harmless ?CRITICAL?
error message.
Team Foundation Server
Fixed rbt setup-repo with TFS repositories.
Fixed properly decoding the character set of XML files coming from TFS.
Contributors
Akis Kalligeros
Alexander Goncahrov
Andr? Klitzing
Barret Rennie
Ben Asher
Brandon Martin
Christian Hammond
David Trowbridge
H W Tovetj?rn
Joshua Olson
Vadim Zeitlin
diffstat:
devel/RBTools/Makefile | 4 ++--
devel/RBTools/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r fe78f2bfcee3 -r a4c47096f7ba devel/RBTools/Makefile
--- a/devel/RBTools/Makefile Thu May 26 17:09:37 2016 +0000
+++ b/devel/RBTools/Makefile Thu May 26 17:42:47 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2016/04/09 05:06:10 richard Exp $
+# $NetBSD: Makefile,v 1.10 2016/05/26 17:42:47 richard Exp $
-DISTNAME= RBTools-0.7.5
+DISTNAME= RBTools-0.7.6
CATEGORIES= devel
MASTER_SITES= http://downloads.reviewboard.org/releases/RBTools/0.7/
diff -r fe78f2bfcee3 -r a4c47096f7ba devel/RBTools/distinfo
--- a/devel/RBTools/distinfo Thu May 26 17:09:37 2016 +0000
+++ b/devel/RBTools/distinfo Thu May 26 17:42:47 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2016/04/09 05:06:10 richard Exp $
+$NetBSD: distinfo,v 1.5 2016/05/26 17:42:47 richard Exp $
-SHA1 (RBTools-0.7.5.tar.gz) = 6051ff5e4b8ad1fda25215c7eae249eb6733b373
-RMD160 (RBTools-0.7.5.tar.gz) = 88c0474b58a905682b7f07af0e3322b572dce089
-SHA512 (RBTools-0.7.5.tar.gz) = f5c795929d8fb09b3f39c18e747096d56205c6fbf73e4a04a5898b5adc058d092e41f835ba6cea8b4b94bc5747cbbdf988131ad66e637cc77e0d59a4509786ef
-Size (RBTools-0.7.5.tar.gz) = 160657 bytes
+SHA1 (RBTools-0.7.6.tar.gz) = 87d7ef5b07e73691396582c255a391850a3a4c0b
+RMD160 (RBTools-0.7.6.tar.gz) = b7065bc2b8b19daab2e15d5444e1c07aba07c08f
+SHA512 (RBTools-0.7.6.tar.gz) = 46a141370f79f4a9bcf417a2fca0fae6f1cc3d0ce2de9fd5f06df7162ecf051b418d12795adce9b12ed8244800da17f87df8b3f04c79c269b3b292a2033bc958
+Size (RBTools-0.7.6.tar.gz) = 162080 bytes
Home |
Main Index |
Thread Index |
Old Index