)]}'
{
  "commit": "bd40ef94ec53f11ffa3ba79913f74eb1844db169",
  "tree": "efb11ce48e92d7285686c6d1c9dfeeb774727a75",
  "parents": [
    "831a74eeeca7fb1a97c4b60946ace99b5f0c7db2"
  ],
  "author": {
    "name": "Alexander Evseev",
    "email": "aevseev@mirantis.com",
    "time": "Wed Oct 18 12:24:45 2017 +0300"
  },
  "committer": {
    "name": "Alexander Evseev",
    "email": "aevseev@mirantis.com",
    "time": "Wed Oct 18 12:31:04 2017 +0300"
  },
  "message": "Fix setting properties to artifactory items\n\nTo specify multiple properties, Artifactory allows use following\nseparators (cite from API documentation):\n\n  - Use a semicolon - ; (recommended)\n  - Use the encoding for the pipe (\"|\") character - %7C\n  - Alternatively, you may configure your NGINX to encode URLs so that\n    if an unencoded pipe is used in the URL, NGINX will encode it to %7C.\n    We recommend that you verify that this configuration does not break\n    any other systems served by NGINX\n\nPrior to this change properties was separated by the unescaped pipe symbol,\nand looks like we lost some rewrite when migrated from nginx to haproxy.\n\nSo lets use semicolon (recommended separator) instead of pipe symbol.\n\nChange-Id: Ic442f243e88d06f5639a6b0cb5367082ed6b6419\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "0b06a5e4485585aa1a39475e59d3c6228460d596",
      "old_mode": 33188,
      "old_path": "src/com/mirantis/mcp/MCPArtifactory.groovy",
      "new_id": "c33fa268cb64205f402bdb65749bdab4524ef004",
      "new_mode": 33188,
      "new_path": "src/com/mirantis/mcp/MCPArtifactory.groovy"
    }
  ]
}
