Add 'is:mergeable' operator to find changes without merge conflict

With this new search operator contributors can easily find changes
that need to be rebased.

Reviewers might find this new search operator useful to filter out
changes that are not mergeable.

This change introduces a new index schema version and reindexing the
changes is required.

Change-Id: Iba8447f643d44bc13721302e54d2059d79fee37f
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
This commit is contained in:
Edwin Kempin
2013-11-22 16:53:09 +01:00
parent 8724516e4d
commit cfd5d254b8
6 changed files with 89 additions and 1 deletions

View File

@@ -258,6 +258,11 @@ is:submitted, is:merged, is:abandoned::
+
Same as <<status,status:'STATE'>>.
is:mergeable::
+
True if the change has no merge conflicts and could be merged into its
destination branch.
[[status]]
status:open::
+