This repository has been archived by the owner on Sep 30, 2024. It is now read-only.
Releases: Polarion/com.polarion.alm.extensions.codereview
Releases · Polarion/com.polarion.alm.extensions.codereview
1.0.41
1.0.40
1.0.39
1.0.38
1.0.37
1.0.36
New features:
- context of the current compare is always visible even if compared file does not fit to screen
- comment can be added while reviewing
- it is possible to review all revisions and reopen the item with "Review all & reopen" command
- it is possible to auto-assign reviewers with newly added job
codereview.assigner
- users can no longer select revisions which would not be reviewed anyway (tooltip gives the reason)
- "Review ..." commands are renamed appropriately if some revisions cannot be reviewed by current user so that it is apparent what is going to happen when invoked
Fixed issues:
- error logging was improved so that it is easier to find out what is wrong
fastTrackPermittedLocationPattern
is no longer required if fast track reviews are not used- jumping to the file from the list at the top of the compare view will also change the reference position used by Prev and Next buttons
- error is no longer logged when compare view attempts to show changes in a file which was added and removed at the same revision
- link to external revision in the Code Review Checker notification email is no longer wrong
- review action should no longer occasionally lead to blank page
- fixed problem with Reopen not available when some revisions cannot be reviewed by current user
1.0.34
New features:
- form extension is read-only unless user has role defined by configuration property
reviewerRole
- past reviewers no longer have to have the reviewer role assigned forever as their names can be defined by configuration property
pastReviewers
so that they are still known to the checker job - reviewers cannot review their own changes
- checker job can be configured with job property
permittedItemsQuery
so that it will report items with linked revisions not matched by that query - form extension can be switched to special conflicts prevention mode (if configuration property
preventReviewConflicts
is set totrue
) when current reviewer either has to be set in thecodeReviewer
field or [ Start review ] button has to be pressed first - differences are shown for all text files (marked as such in Subversion)
Fixed issues:
- form extension crashed with invalid data