)]}'
{
  "commit": "e1cb31d0218867d8d2a9ac4f6d68d0affe517a6e",
  "tree": "343173b6e4eb41c41fb0d525680a9a27d2dad5e0",
  "parents": [
    "6e521b67af7ab70578c4e5f4658a215524a751fc"
  ],
  "author": {
    "name": "Luca Milanesio",
    "email": "luca.milanesio@gmail.com",
    "time": "Sun Nov 08 06:58:36 2015 -0800"
  },
  "committer": {
    "name": "Luca Milanesio",
    "email": "luca.milanesio@gmail.com",
    "time": "Fri May 06 23:00:16 2016 +0100"
  },
  "message": "Revamp the UX, introducing the install button\n\nAdds a entry Plugins\u003eManage to Gerrit Top-Menu if:\n- remote plugin management is enabled\n- current user has admin permissions\n\nThe list of available plugins includes both version + sha1\nallowing to match them against the list of loaded plugins.\nPlugins that are already installed and loaded are not shown anymore\nin the list of the ones available.\n\nExpose the plugin jar URL for installation and leverage that\ninformation from the UX using the HTTP PUT on the Gerrit\n/plugin/\u003cname\u003e.jar API\n\nChange-Id: Ie4e6042c0b33bebbd14b515141776bf91e2c4c0b",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "d3d831647a7bfeac430d9b2604b8bb5d6d1c993f",
      "old_mode": 33188,
      "old_path": "src/main/java/com/googlesource/gerrit/plugins/manager/ListAvailablePlugins.java",
      "new_id": "9d2bb66350d32b5dbbcd20a02ed070a1842dc9cb",
      "new_mode": 33188,
      "new_path": "src/main/java/com/googlesource/gerrit/plugins/manager/ListAvailablePlugins.java"
    },
    {
      "type": "modify",
      "old_id": "1c44dcd815277c44bd0c6ef8e42842cd74b197ce",
      "old_mode": 33188,
      "old_path": "src/main/java/com/googlesource/gerrit/plugins/manager/Module.java",
      "new_id": "c29f2c9d5cbefc4373376b88bba9fa818e634827",
      "new_mode": 33188,
      "new_path": "src/main/java/com/googlesource/gerrit/plugins/manager/Module.java"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "ec25d8fe5c5052a9116286b0fb0a08a04d2b3faa",
      "new_mode": 33188,
      "new_path": "src/main/java/com/googlesource/gerrit/plugins/manager/PluginManagerTopMenu.java"
    },
    {
      "type": "modify",
      "old_id": "56cb82f6484dfdda6e80430df41e5635f868f3a6",
      "old_mode": 33188,
      "old_path": "src/main/java/com/googlesource/gerrit/plugins/manager/PluginsCentralCache.java",
      "new_id": "c4ffbab99f2be1fe0f51fcd8e6e8781a2c279edb",
      "new_mode": 33188,
      "new_path": "src/main/java/com/googlesource/gerrit/plugins/manager/PluginsCentralCache.java"
    },
    {
      "type": "modify",
      "old_id": "d0385c98226223f893f20cf7a0267100ccbf5958",
      "old_mode": 33188,
      "old_path": "src/main/java/com/googlesource/gerrit/plugins/manager/PluginsCentralLoader.java",
      "new_id": "d7bf1b9c9e9d39105d8718bb878167a299aca225",
      "new_mode": 33188,
      "new_path": "src/main/java/com/googlesource/gerrit/plugins/manager/PluginsCentralLoader.java"
    },
    {
      "type": "modify",
      "old_id": "a80ee9a7447bf9e5e0512e660e5cf0a1c531a719",
      "old_mode": 33188,
      "old_path": "src/main/java/com/googlesource/gerrit/plugins/manager/WebModule.java",
      "new_id": "177372bb1386ccfbd006ce5a44649d5d252d9057",
      "new_mode": 33188,
      "new_path": "src/main/java/com/googlesource/gerrit/plugins/manager/WebModule.java"
    },
    {
      "type": "modify",
      "old_id": "33f05b3796d849128595271c52f43df27572de8f",
      "old_mode": 33188,
      "old_path": "src/main/java/com/googlesource/gerrit/plugins/manager/XAuthFilter.java",
      "new_id": "57fc2c9f437bcc5a02917ca15fe2016ad4975c86",
      "new_mode": 33188,
      "new_path": "src/main/java/com/googlesource/gerrit/plugins/manager/XAuthFilter.java"
    },
    {
      "type": "modify",
      "old_id": "614840772b615451c82cfa5bc2b2ff11553f8918",
      "old_mode": 33188,
      "old_path": "src/main/java/com/googlesource/gerrit/plugins/manager/repository/JenkinsCiPluginsRepository.java",
      "new_id": "36c7dd059b965fbb2230b2802e9a44a91ae04d09",
      "new_mode": 33188,
      "new_path": "src/main/java/com/googlesource/gerrit/plugins/manager/repository/JenkinsCiPluginsRepository.java"
    },
    {
      "type": "modify",
      "old_id": "03e4d8a8c17308cc1b3968ba108ed531b8fc7cb2",
      "old_mode": 33188,
      "old_path": "src/main/java/com/googlesource/gerrit/plugins/manager/repository/PluginInfo.java",
      "new_id": "32bb47f61c89dc5237da9231bbb52db6a450dde7",
      "new_mode": 33188,
      "new_path": "src/main/java/com/googlesource/gerrit/plugins/manager/repository/PluginInfo.java"
    },
    {
      "type": "modify",
      "old_id": "236fc28902507671e13df82f71184287d61d6cce",
      "old_mode": 33188,
      "old_path": "src/main/java/com/googlesource/gerrit/plugins/manager/repository/PluginsRepository.java",
      "new_id": "f61e9af285c55626647baa80ba8cac479cb9278b",
      "new_mode": 33188,
      "new_path": "src/main/java/com/googlesource/gerrit/plugins/manager/repository/PluginsRepository.java"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "ff0df76073a30a3bef1345b415f18155572fd244",
      "new_mode": 33188,
      "new_path": "src/main/resources/static/css/style.css"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "a0ec671446779bae7ba3fa232366e65967c97f31",
      "new_mode": 33188,
      "new_path": "src/main/resources/static/images/spinner-24px.gif"
    },
    {
      "type": "modify",
      "old_id": "40d710de09b6a6ea0e08c8a6e6792f133678b8cc",
      "old_mode": 33188,
      "old_path": "src/main/resources/static/index.html",
      "new_id": "3868747e556d59117b3ec6701a1a99f324ef7724",
      "new_mode": 33188,
      "new_path": "src/main/resources/static/index.html"
    },
    {
      "type": "modify",
      "old_id": "d3e455ad9debc114e431f04687fcf715ce581a0a",
      "old_mode": 33188,
      "old_path": "src/main/resources/static/js/plugin-manager.js",
      "new_id": "5b2a6950b4e00050fa616479ce016b4608e91daa",
      "new_mode": 33188,
      "new_path": "src/main/resources/static/js/plugin-manager.js"
    }
  ]
}
