Merge branch 'stable-2.5'
* stable-2.5: Fix the "404 NOT FOUND" error on GitWeb / Gerrit 2.5. Fix links to the documentation of the patchSet json object gerrit plugin ls: Show status for enabled plugins as 'ENABLED' Add prominent link to repo browser from project listing page. Add missing 2.5 release notes section Update version of replication plugin to the released version 1.0-rc0
This commit is contained in:
commit
3153be519d
@ -124,7 +124,7 @@ SCHEMA
|
||||
------
|
||||
The JSON messages consist of nested objects referencing the
|
||||
link:json.html#change[change],
|
||||
link:json.html#patchset[patchset],
|
||||
link:json.html#patchSet[patchset],
|
||||
link:json.html#[account]
|
||||
involved, and other attributes as appropriate.
|
||||
|
||||
|
@ -67,7 +67,7 @@ type:: "draft-published"
|
||||
|
||||
change:: link:json.html#change[change attribute]
|
||||
|
||||
patchset:: link:json.html#patchset[patchset attribute]
|
||||
patchset:: link:json.html#patchSet[patchset attribute]
|
||||
|
||||
uploader:: link:json.html#account[account attribute]
|
||||
|
||||
|
@ -1,6 +1,11 @@
|
||||
Gerrit Code Review - Release Notes
|
||||
==================================
|
||||
|
||||
[[2_5]]
|
||||
Version 2.5.x
|
||||
-------------
|
||||
* link:ReleaseNotes-2.5.html[2.5]
|
||||
|
||||
[[2_4]]
|
||||
Version 2.4.x
|
||||
-------------
|
||||
|
@ -43,7 +43,7 @@ limitations under the License.
|
||||
<dependency>
|
||||
<groupId>com.googlesource.gerrit.plugins.replication</groupId>
|
||||
<artifactId>replication</artifactId>
|
||||
<version>1.0</version>
|
||||
<version>1.0-rc0</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
Loading…
Reference in New Issue
Block a user