Merge branch 'stable-2.14' into stable-2.15

* stable-2.14:
  Fix invalid json example in POST access endpoint
  gerrit_plugin: Don't add Implementation-Vendor manifest entry

Change-Id: I29a25ed5ff9c158e11085ce60d9d0917b6373a5f
This commit is contained in:
David Pursehouse
2017-12-19 09:52:38 +09:00
2 changed files with 9 additions and 10 deletions

View File

@@ -1081,12 +1081,14 @@ As result a link:#project-access-info[ProjectAccessInfo] entity is returned.
{
"remove": [
"refs/*": {
"permissions": {
"read": {
"rules": {
"c2ce4749a32ceb82cd6adcce65b8216e12afb41c": {
"action": "ALLOW"
{
"refs/*": {
"permissions": {
"read": {
"rules": {
"c2ce4749a32ceb82cd6adcce65b8216e12afb41c": {
"action": "ALLOW"
}
}
}
}