Merge branch 'stable-2.13'

* stable-2.13:
  Add anchor on query options section in changes REST API documentation
  Upgrade JGit to 4.4.1.201607150455-r.118-g1096652

Change-Id: I14275aa65870c5b0982f323419610206cdc7f8cf
This commit is contained in:
David Pursehouse
2016-08-22 17:34:53 +09:00
6 changed files with 7 additions and 6 deletions

View File

@@ -192,6 +192,7 @@ Query that retrieves changes for a user's dashboard:
get::/changes/?q=is:open+owner:self&q=is:open+reviewer:self+-owner:self&q=is:closed+owner:self+limit:5&o=LABELS
****
[[query-options]]
Additional fields can be obtained by adding `o` parameters, each
option requires more database lookups and slows down the query
response time to the client so they are generally disabled by

View File

@@ -1,4 +1,4 @@
include_defs('//lib/maven.defs')
REPO = GERRIT # Leave here even if set to MAVEN_CENTRAL.
VERS = '4.4.1.201607150455-r.109-g0b4751e'
VERS = '4.4.1.201607150455-r.118-g1096652'

View File

@@ -4,7 +4,7 @@ include_defs('//lib/JGIT_VERSION')
maven_jar(
name = 'jgit-archive',
id = 'org.eclipse.jgit:org.eclipse.jgit.archive:' + VERS,
sha1 = '57ebfba05a6023e3d9ed48083ff0dcbac09e8047',
sha1 = '3f45cd199e40a7c68ee07a1743c06d1c3d07308a',
license = 'jgit',
repository = REPO,
deps = ['//lib/jgit/org.eclipse.jgit:jgit'],

View File

@@ -4,7 +4,7 @@ include_defs('//lib/JGIT_VERSION')
maven_jar(
name = 'jgit-servlet',
id = 'org.eclipse.jgit:org.eclipse.jgit.http.server:' + VERS,
sha1 = '44b864259407c0fe2c7ccdeabcef79db3de5a9ea',
sha1 = 'fa67bf925001cfc663bf98772f37d5c5c1abd756',
license = 'jgit',
repository = REPO,
deps = ['//lib/jgit/org.eclipse.jgit:jgit'],

View File

@@ -4,7 +4,7 @@ include_defs('//lib/JGIT_VERSION')
maven_jar(
name = 'junit',
id = 'org.eclipse.jgit:org.eclipse.jgit.junit:' + VERS,
sha1 = '9637d7ec4775a4e0e2467c8e951a735ad06a8c57',
sha1 = 'dc7edb9c3060655c7fb93ab9b9349e815bab266f',
license = 'DO_NOT_DISTRIBUTE',
repository = REPO,
unsign = True,

View File

@@ -4,8 +4,8 @@ include_defs('//lib/JGIT_VERSION')
maven_jar(
name = 'jgit',
id = 'org.eclipse.jgit:org.eclipse.jgit:' + VERS,
bin_sha1 = 'de7fb6fa397b2388bfafe17b212d4fe4ad5df72a',
src_sha1 = '30665754ae7703018251b2880e0cfba6edcbe189',
bin_sha1 = 'cd142b9030910babd119702f1c4eeae13ee90018',
src_sha1 = '3e65e476bfb4a529e18752ffcd27b566e7ee7241',
license = 'jgit',
repository = REPO,
unsign = True,