diff --git a/src/main/resources/templates/admin.vm b/src/main/resources/templates/admin.vm index 526911e..9984f33 100644 --- a/src/main/resources/templates/admin.vm +++ b/src/main/resources/templates/admin.vm @@ -3,117 +3,113 @@ Automatic Review Creation for New Commits +
- - - - - - -
-

- This plugin subscribes to commit events and creates a review for - each commit. -

-

- Auto review creation can be enabled/disabled on a - per-project basis. Enabled projects must be bound to a FishEye repository - and must have a default Moderator configured in the admin section. -

-

- Run plugin as user (not used as review moderator): - -

-
+ +

+ This plugin will listen to commit events and create a review for each commit.
+ If configured to do iterative reviews, this plugin will add changesets to existing code reviews. +

+

+ Important: Auto review creation can be enabled/disabled on a per-project basis. + Enabled projects must be bound to a FishEye repository + and must have a default Moderator configured in the admin section. +

+ +
+
Run plugin as:
+
+
This user should have administrator rights. It will not be used as 'Review Moderator'
+
+ #if ($username) - - - - - - - - +
+
Enabled Projects:
#foreach ($project in $projects) -
- - - - - +
+

+
#end - -
EnabledProjectProject NameReview Moderator
- - - $project.Key - - $project.Name - - #if ($stringUtils.isEmpty($project.moderator)) - - No moderator set. [Specify one now] - #else - $project.moderator - #end -
+ + +
+
Iterative Reviews:
+
+ +
+
Iterative reviews require the Crucible Project to be used in the commit message.
+
+ +
+
Create Reviews:
+
+ +
+
+ +
+
Except for
+
+ Users: (Invalid Crucible usernames are ignored.)
+ +
+
or groups: (Group names are not validated)
+ +
+
Use commas, whitespace and/or newlines as separators
+
+ - - - - - - - - - - - - - - - - - - - - - - - -
Configuration
- - create reviews automatically, except for: -
- commits made by users: - -
- (comma-separated list of Crucible usernames) -
- or users in groups: - -
- (comma-separated list of groups) -
-
-
- - -
#else

Specify a valid (admin) user for this plugin to run as.

#end -

- +

+
+
+