Merge branch 'stable-2.8'

* stable-2.8:
  Update Gerrit API version to 2.8.1 in pom files
  Bump VERSION to 2.8.1
  Update 2.8.1 release notes
  Fix examples for Code-Review queries in search documentation
  Buck: Preserve SNAPSHOT suffix in Maven artifact names
  SideBySide2: Map *.scala to clike CodeMirror mode

Conflicts:
	VERSION
	gerrit-plugin-archetype/pom.xml
	gerrit-plugin-gwt-archetype/pom.xml
	gerrit-plugin-gwtui/pom.xml
	gerrit-plugin-js-archetype/pom.xml

Change-Id: I880dd73a49fcf7f763221f4ee700888c90cae7df
This commit is contained in:
David Pursehouse 2014-01-15 11:47:53 +09:00
commit ac182cba10
3 changed files with 24 additions and 7 deletions

View File

@ -378,20 +378,20 @@ Scores of +2 are not matched, even though they are higher.
+
Matches changes with either a +1, +2, or any higher score.
`label:CodeReview=+2,aname`::
`label:Code-Review=+2,aname`::
+
Matches changes with a +2 code review where the reviewer or group is aname.
`label:CodeReview=2,user=jsmith`::
`label:Code-Review=2,user=jsmith`::
+
Matches changes with a +2 code review where the reviewer is jsmith.
`label:CodeReview=+1,group=ldap/linux.workflow`::
`label:Code-Review=+1,group=ldap/linux.workflow`::
+
Matches changes with a +1 code review where the reviewer is in the
ldap/linux.workflow group.
`label:CodeReview<=-1`::
`label:Code-Review<=-1`::
+
Matches changes with either a -1, -2, or any lower score.

View File

@ -12,8 +12,12 @@ Changes that depend on outdated patch sets were missing in the related changes l
+
After rebasing the first change the other changes disappeared from the related changes list.
* Fix plugin API packaging. Parts from JGit signed library were included in the
plugin API. As a consequence unit tests were failing to execute against it.
* Don't list the same change twice in related changes.
* Fix plugin API packaging.
+
Parts from JGit's signed library were included in the plugin API. As a consequence unit
tests were failing to execute against it.
* Fix IllegalArgumentException in task queue comparator.
+
@ -28,4 +32,16 @@ This fixes a bug that prevented javamelody from working properly.
+
This happened if a new patch set was given for an initial commit in a repository.
* Enable syntax highlighting for CXX, HXX, Python, Go, BUCK and .gitmodules.
* link:https://code.google.com/p/gerrit/issues/detail?id=2320[Issue 2320],
link:https://code.google.com/p/gerrit/issues/detail?id=2360[Issue 2360]:
Enable syntax highlighting for CXX, HXX, Python, Go, Scala, BUCK and .gitmodules.
* Preserve SNAPSHOT suffix in Maven artifact names.
+
The SNAPSHOT suffix was being removed, which prevented Buck from
downloading the Gitblit plugin's custom artifacts from the Gerritforge
repository.
* Always show repo download command if repo download scheme is enabled.
* Minor fixes in the documentation.

View File

@ -3,3 +3,4 @@
# when talking to the destination repository.
#
GERRIT_VERSION = '2.9-SNAPSHOT'