Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
QuickRev-3.3.0.src.zip | 2019-04-17 | 7.7 MB | |
QuickRev-3.3.0.bin.zip | 2019-04-17 | 7.0 MB | |
README-3.3.0.txt | 2019-04-17 | 3.6 kB | |
Totals: 3 Items | 14.7 MB | 0 |
+--------------------------------------------+ | Take a look at | | http://quickrev.sourceforge.net/news/ | | for a complete overview (with screenshots) | +--------------------------------------------+ - Configure 'git log'. Added possibility to change the GIT-log command for determination of the file history. The options can be used for generation of QuickRevBoard and for normal QuickRev usage. Possible options are: '--git-log-follow' - for usage of 'git log --follow' (default) '--git-log-follow-m' - for usage of 'git log --follow -m' '--git-log-m' - for usage 'git log -m' When using options '-m' merge commits are included in the history (see git help for more information). Merge commits which do not contain relevant file changes will be marked as unchanged. Commits with the same commit hash will be removed. - Added '--auto-gen-reviews' option. Depending on the used git log options (default '--follow') the history of a file after renaming the file is shown or not. This can lead to situations, where a review made for a file before renaming the file cannot be assigned to the file anymore. If, for showing the review history (or generation of the QuickRevBoard), a review was found, where the latest known commit of a file is part of the file history, but the base version is not part of the file history anymore, QuickRev searches for other reviews where the SHA1 hash of the latest review version is the same as the former base version, this is done until a 'full' review was found - so the initial review version can be marked as 'completely' reviewed. - Added possibility to define a different email notification template for the 'FollowUp' review cycles. (feature request #9 EmailNotification should be 'Cycle' dependant) - When starting QuickRev with --diff it is now possible to compare the locally changed working copy of GIT files with another version of the file. - Added possibility to define a default receiver of an email via the email notification template. - During generation of QuickRevBoard and Task list users with the same email-address but different names will be considered as the same person now. - For generation of the review history the SHA1 of a file will be taken into account (for GIT). So even if the commit hash in the review is not part of the file history the file will be recognised by its SHA1. This affects the review history in QuickRev itself and in the QuickRevBoard. - Filter for 'Author' for changeset selection is editable now to be able to define filters for different authors even if they are not part of the changeset. Useful when e.g. working with svn and git in parallel and the user names are different. - Increased performance for replacement of placeholders in tools and for email notifications. - Updated lombok version to 1.18.4 - fix: QuickRevBoard: When creating new reviews via the web front end for git controlled files the replaced path was used in the reviews sheets. - fix: The SHA1 for git controlled files was not written to the project file in case a reviewer opened a review and performed a fast verification which was finished before the file history of the files in the review (and their SHA1) was loaded. Now the SHA1 saved in the project file will be read and written back, so it's available even if the history of the files is not yet available. - fix: In case a review is loaded to get the history of file-1 and there is another file (file-2) in this review, which is as well part of the current review, it can happen that the history for file-2 is not complete.