)]}'
{
  "log": [
    {
      "commit": "3f6d77ed2a8624a0bf7b670b57c6b59b21207ad7",
      "tree": "fd57bfac54a274a9cda8f786d395bda087fa57bd",
      "parents": [
        "a9f27dfefeafbd1d4b567d01b741a0a9e78249f5"
      ],
      "author": {
        "name": "rajesh velandy",
        "email": "rajesh.velandy@riftio.com",
        "time": "Thu Nov 02 20:37:03 2017 +0000"
      },
      "committer": {
        "name": "rajesh velandy",
        "email": "rajesh.velandy@riftio.com",
        "time": "Thu Nov 02 20:37:36 2017 +0000"
      },
      "message": "Bug 412 - Fixed an unitialized vnfr access in vnf config primitive\n\nSigned-off-by: rajesh velandy \u003crajesh.velandy@riftio.com\u003e\n"
    },
    {
      "commit": "07c745714bdf2a2c1e69001cf4faf6a83cecc293",
      "tree": "fd31455098a2326755545292b945dce296faea77",
      "parents": [
        "a40c02a373302a661d866d37dfb220734bde9e17"
      ],
      "author": {
        "name": "Anurag Dwivedi",
        "email": "anurag.dwivedi@riftio.com",
        "time": "Fri Oct 27 05:43:07 2017 -0400"
      },
      "committer": {
        "name": "Anurag Dwivedi",
        "email": "anurag.dwivedi@riftio.com",
        "time": "Fri Oct 27 05:43:07 2017 -0400"
      },
      "message": "BUG 402 : Raising Exception if the charm directory is not found\n\nSigned-off-by: Anurag Dwivedi \u003canurag.dwivedi@riftio.com\u003e\n"
    },
    {
      "commit": "4fc5a67859df32237ba349157cfefc38c91fee9a",
      "tree": "bda89082cf43884d2620d90faf372492fc52b6f2",
      "parents": [
        "36f0967a872928c44ad1f216c30137181c45794e"
      ],
      "author": {
        "name": "Adam Israel",
        "email": "adam.israel@canonical.com",
        "time": "Thu Oct 19 19:27:54 2017 -0400"
      },
      "committer": {
        "name": "Adam Israel",
        "email": "adam.israel@canonical.com",
        "time": "Thu Oct 19 19:30:18 2017 -0400"
      },
      "message": "Stability improvements\n\nAdd debug logging to JujuApi to enable better diagnostics\nRemoved unused and optional parameter on two methods\nReplaced two calls to create_task that may cause conflicts with other\nasyncio tasks.\n\nSigned-off-by: Adam Israel \u003cadam.israel@canonical.com\u003e\n"
    },
    {
      "commit": "36f0967a872928c44ad1f216c30137181c45794e",
      "tree": "c579d2f7d863c3cb0e1727b01b9d0a072d76c391",
      "parents": [
        "839e4a8bb2e175694816bee7b78e99cfe87c2def"
      ],
      "author": {
        "name": "Adam Israel",
        "email": "adam.israel@canonical.com",
        "time": "Sat Oct 14 20:00:45 2017 -0400"
      },
      "committer": {
        "name": "Adam Israel",
        "email": "adam.israel@canonical.com",
        "time": "Sat Oct 14 20:00:45 2017 -0400"
      },
      "message": "Fix potential race condition\n\nFix a potential race condition where a just-deployed application may not\nappear in juju status immediately.\n\nSigned-off-by: Adam Israel \u003cadam.israel@canonical.com\u003e\n"
    },
    {
      "commit": "979dcfbc15ad4ecd3d8cd41436493361966db08f",
      "tree": "7f53636998ead465814e5f74b3c602c490812820",
      "parents": [
        "89cd782ebbb7f7b2e6bf45ac590025383a4d26cc"
      ],
      "author": {
        "name": "Adam Israel",
        "email": "adam.israel@canonical.com",
        "time": "Tue Oct 10 19:01:03 2017 -0400"
      },
      "committer": {
        "name": "Adam Israel",
        "email": "adam.israel@canonical.com",
        "time": "Tue Oct 10 19:01:54 2017 -0400"
      },
      "message": "Fix juju/tasklet integration\n\nThis fixes a few minor papercuts in the rwconmantasklet that prevented\ncharms from being deployed.\n\nSigned-off-by: Adam Israel \u003cadam.israel@canonical.com\u003e\n"
    },
    {
      "commit": "29bad82282830aa5e29e1927c752117a6bbb1df5",
      "tree": "44da68803425a2a9efe8fc114aaacd7be7772f47",
      "parents": [
        "6a599064c308e90ee8298db2d6ba0b3bfc468836"
      ],
      "author": {
        "name": "Adam Israel",
        "email": "adam.israel@canonical.com",
        "time": "Thu Oct 05 18:45:47 2017 -0400"
      },
      "committer": {
        "name": "Adam Israel",
        "email": "adam.israel@canonical.com",
        "time": "Thu Oct 05 18:45:47 2017 -0400"
      },
      "message": "Fix syntax/indent errors\n\nThere was a bad block that I overlooked in the last commit that was uncovered\nwhen CI unblocked. This should fix stage_3 CI.\n\nSigned-off-by: Adam Israel \u003cadam.israel@canonical.com\u003e\n"
    },
    {
      "commit": "90d1bcb7679b3019c4f8e7dbacd63df7bb7a93e2",
      "tree": "f0598ccb9dbe03d01d2ae1fb5e59532cda22618b",
      "parents": [
        "4870d0ee29789b859931e4e2c73e13dcb29537d5"
      ],
      "author": {
        "name": "Adam Israel",
        "email": "adam.israel@canonical.com",
        "time": "Thu Sep 07 19:13:24 2017 -0400"
      },
      "committer": {
        "name": "Adam Israel",
        "email": "adam.israel@canonical.com",
        "time": "Thu Oct 05 11:45:54 2017 -0400"
      },
      "message": "Refactor JujuApi to use libjuju asyncronous API\n\nThis adds support for the asyncronous libjuju API, which enables better feedback to the user during charm deployment, as well as some of the goals of the N2VC module.\n\nPushing for gerrit\n\nSigned-off-by: Adam Israel \u003cadam.israel@canonical.com\u003e\nChange-Id: I731afe8f16502984eb3ace53a70c9457d730c32a\n"
    },
    {
      "commit": "4870d0ee29789b859931e4e2c73e13dcb29537d5",
      "tree": "0a495a81e5150578976288ae9c302660d633c4a3",
      "parents": [
        "6f1a3fe149e4a6b9803382cb299c902f4cf58ec9"
      ],
      "author": {
        "name": "Jeremy Mordkoff",
        "email": "Jeremy.Mordkoff@riftio.com",
        "time": "Sat Sep 30 20:28:33 2017 -0400"
      },
      "committer": {
        "name": "Jeremy Mordkoff",
        "email": "Jeremy.Mordkoff@riftio.com",
        "time": "Sat Sep 30 20:28:33 2017 -0400"
      },
      "message": "update from RIFT as of 696b75d2fe9fb046261b08c616f1bcf6c0b54a9b second try\n\nSigned-off-by: Jeremy Mordkoff \u003cJeremy.Mordkoff@riftio.com\u003e\n"
    },
    {
      "commit": "9636c0930ddd937c70c08ce693592993b25dd46b",
      "tree": "80dd584c0f58fa813e8d87293559de1de5862b2a",
      "parents": [
        "60ced95c6e76271f9da44f752b856fc9ef3ff240"
      ],
      "author": {
        "name": "Anurag Dwivedi",
        "email": "anurag.dwivedi@riftio.com",
        "time": "Mon Apr 10 08:56:51 2017 -0400"
      },
      "committer": {
        "name": "Anurag Dwivedi",
        "email": "anurag.dwivedi@riftio.com",
        "time": "Mon Apr 10 08:56:51 2017 -0400"
      },
      "message": "RIFT-16103 : Adding VDU Name field in YAML File.\n\nYAML File generated has vdu name information for manually triggered eventsi\n\nSigned-off-by: Anurag Dwivedi \u003canurag.dwivedi@riftio.com\u003e\n"
    },
    {
      "commit": "b8eabe197cd96ee9105f0d0ff6c21c4680949792",
      "tree": "fde40fef08db390414bbf270b8394e9474ffd33d",
      "parents": [
        "18de74656c52be9a1c14d30eb14d19aa7ce858f4"
      ],
      "author": {
        "name": "Anurag Dwivedi",
        "email": "anurag.dwivedi@riftio.com",
        "time": "Thu Apr 06 08:54:57 2017 -0400"
      },
      "committer": {
        "name": "Anurag Dwivedi",
        "email": "anurag.dwivedi@riftio.com",
        "time": "Thu Apr 06 08:54:57 2017 -0400"
      },
      "message": "RIFT-16103 : VNFD VDU name is not passed as is in the config YAML input anymore\n\nSigned-off-by: Anurag Dwivedi \u003canurag.dwivedi@riftio.com\u003e\n"
    },
    {
      "commit": "2835694d8043f9160ada9b5ab3c70ef07814b34a",
      "tree": "49a2b0afb9e4c6bc45ff5315fa1f00f59f9d9e40",
      "parents": [
        "2b00bb780753a8a80f0e66ed840be5f95359e82b"
      ],
      "author": {
        "name": "chamarty",
        "email": "ravi.chamarty@riftio.com",
        "time": "Sat Mar 04 01:24:30 2017 +0000"
      },
      "committer": {
        "name": "chamarty",
        "email": "ravi.chamarty@riftio.com",
        "time": "Mon Mar 06 14:56:44 2017 +0000"
      },
      "message": "Fix yaml file content for initial vnf/ns configuration\n\nChange-Id: Ieb3ce01d602bbfcbda2516c1f6736fab473a5b28\nSigned-off-by: chamarty \u003cravi.chamarty@riftio.com\u003e\n"
    },
    {
      "commit": "5652945c977e850dce42a9057fb1620ffc2198cd",
      "tree": "1cba1e70caf26eaa88cb1f0149edccceec616bc9",
      "parents": [
        "af759326472a5e2ab802f83555cc60a48c197078"
      ],
      "author": {
        "name": "Philip Joseph",
        "email": "philip.joseph@riftio.com",
        "time": "Tue Jan 24 12:55:51 2017 +0000"
      },
      "committer": {
        "name": "josephp",
        "email": "philip.joseph@riftio.com",
        "time": "Mon Feb 06 12:46:08 2017 +0100"
      },
      "message": "Add VCA details to input file for NS initial-config-primitive\n\nSigned-off-by: Philip Joseph \u003cphilip.joseph@riftio.com\u003e\n"
    },
    {
      "commit": "e5e7200b0d281203a77ec6e92cdd2f2c6e696275",
      "tree": "611fea4fd6fa20200c8511c37da90922b9ce9cd5",
      "parents": [
        "c83255e5aaedf0b65b1391d99716b17a773aa5fe"
      ],
      "author": {
        "name": "Philip Joseph",
        "email": "philip.joseph@riftio.com",
        "time": "Mon Jan 30 16:34:05 2017 +0530"
      },
      "committer": {
        "name": "Philip Joseph",
        "email": "philip.joseph@riftio.com",
        "time": "Mon Jan 30 16:34:05 2017 +0530"
      },
      "message": "Bug 190 : Pipe the stdout and stderr, when calling init scripts\n\nSigned-off-by: Philip Joseph \u003cphilip.joseph@riftio.com\u003e\n"
    },
    {
      "commit": "2047076c4704c759b4c840c48627b8a5691e72fa",
      "tree": "9658b7e38108699949b008954c920453c0ac269a",
      "parents": [
        "08effcd8c95f689ac84ffc40878980cf9e9f8497"
      ],
      "author": {
        "name": "Philip Joseph",
        "email": "philip.joseph@riftio.com",
        "time": "Wed Jan 25 21:27:12 2017 +0000"
      },
      "committer": {
        "name": "Philip Joseph",
        "email": "philip.joseph@riftio.com",
        "time": "Wed Jan 25 21:27:54 2017 +0000"
      },
      "message": "Bug 172 Fix service primitive exec failure\n\nSigned-off-by: Philip Joseph \u003cphilip.joseph@riftio.com\u003e\n"
    },
    {
      "commit": "4ee26c373eae89ece72d4014876aa1ab0de6f538",
      "tree": "1046ec1e956219540caac30cd7ff5f2aee6ccaf0",
      "parents": [
        "aba0982d125265ac1c85a9c58f2057e3a3ee803a"
      ],
      "author": {
        "name": "Philip Joseph",
        "email": "philip.joseph@riftio.com",
        "time": "Tue Jan 17 09:49:32 2017 +0000"
      },
      "committer": {
        "name": "Philip Joseph",
        "email": "philip.joseph@riftio.com",
        "time": "Tue Jan 17 09:49:32 2017 +0000"
      },
      "message": "Bug 153 : Initial config primitive error\n\nSigned-off-by: Philip Joseph \u003cphilip.joseph@riftio.com\u003e\n"
    },
    {
      "commit": "06aaa024bc3ee4ee5faf16188cc55f00277e6711",
      "tree": "1af946f3d6a2282ea60744bdc3f226e067b055b2",
      "parents": [
        "97467c2ec5f6ea2a2e64e59a8a4d2a65714c178c"
      ],
      "author": {
        "name": "Michael Marchetti",
        "email": "mmarchetti@sandvine.com",
        "time": "Thu Jan 12 14:23:06 2017 -0500"
      },
      "committer": {
        "name": "Michael Marchetti",
        "email": "mmarchetti@sandvine.com",
        "time": "Thu Jan 12 14:25:50 2017 -0500"
      },
      "message": " - Fix for getting vnfd id, no object named vnfd_ref.\n - the failure causes the VNFD to not go active when utilizing a charm\n\nSigned-off-by: Michael Marchetti \u003cmmarchetti@sandvine.com\u003e\n"
    },
    {
      "commit": "6364d016e7f819903ff29a2ce160cb4cea61bf8f",
      "tree": "81f456fcebd380b01da8d06d29596cb99da7e856",
      "parents": [
        "c33673480c15d6e64402b547563640b2025a3cd6"
      ],
      "author": {
        "name": "velandy",
        "email": "rajesh.velandy@riftio.com",
        "time": "Wed Jan 04 19:25:07 2017 +0000"
      },
      "committer": {
        "name": "velandy",
        "email": "rajesh.velandy@riftio.com",
        "time": "Wed Jan 04 19:25:07 2017 +0000"
      },
      "message": "141 - Support for Package Management in SO\n"
    },
    {
      "commit": "2d3f1023ac94d9c19115c0b63ce85ae7a8598517",
      "tree": "bc531454e869c502e23bf85e2dbba02bad977776",
      "parents": [
        "97b74b6a87ca8827749782653e89865d9d1108a4"
      ],
      "author": {
        "name": "Ananda Baitharu",
        "email": "ananda.baitharu@riftio.com",
        "time": "Thu Nov 24 05:23:39 2016 -0500"
      },
      "committer": {
        "name": "Ananda Baitharu",
        "email": "ananda.baitharu@riftio.com",
        "time": "Wed Nov 30 12:47:42 2016 -0500"
      },
      "message": "Bug 113 add VNFD copy to VNFR\n\nChange-Id: I9bdb4da4af554d7947d1c4147c9eaf7a8e121360\nSigned-off-by: Ananda Baitharu \u003cananda.baitharu@riftio.com\u003e\n"
    },
    {
      "commit": "45daac01d4a59f6bad4d36e2b5fe11788a7109a9",
      "tree": "d9ad8276e7f6726e931bda48c25e92443a3f12b8",
      "parents": [
        "d20dc40c82fb3fea4a4622c3d3ea3e8222625dd5"
      ],
      "author": {
        "name": "Philip Joseph",
        "email": "philip.joseph@riftio.com",
        "time": "Fri Sep 30 13:24:47 2016 +0530"
      },
      "committer": {
        "name": "Philip Joseph",
        "email": "philip.joseph@riftio.com",
        "time": "Fri Sep 30 17:14:09 2016 +0530"
      },
      "message": "Fix blocking call to execute service primitive\n\nSigned-off-by: Philip Joseph \u003cphilip.joseph@riftio.com\u003e\n"
    },
    {
      "commit": "9e86badd6a6b11888cd247d8f5ccf1d428682ea9",
      "tree": "652dbe12185878b1f6b74e3c12f6bfa23675f4c3",
      "parents": [
        "4e6cebcf2f15e9c9370d5af6b725629a70ac9b1a"
      ],
      "author": {
        "name": "Philip Joseph",
        "email": "philip.joseph@riftio.com",
        "time": "Mon Sep 26 07:04:58 2016 -0400"
      },
      "committer": {
        "name": "Philip Joseph",
        "email": "philip.joseph@riftio.com",
        "time": "Mon Sep 26 07:04:58 2016 -0400"
      },
      "message": "Fix for service primitive execution and status\n\nSigned-off-by: Philip Joseph \u003cphilip.joseph@riftio.com\u003e\n"
    },
    {
      "commit": "1ada8dbd934164c007c5b81ea4273b4438350545",
      "tree": "764083a38fcc612d1344c0b0455251525fb0062e",
      "parents": [
        "4cde4083705f4b370ed54cfa05813630fd651945"
      ],
      "author": {
        "name": "Philip Joseph",
        "email": "philip.joseph@riftio.com",
        "time": "Fri Sep 23 06:53:11 2016 -0400"
      },
      "committer": {
        "name": "Philip Joseph",
        "email": "philip.joseph@riftio.com",
        "time": "Fri Sep 23 06:53:21 2016 -0400"
      },
      "message": "Bug 54 : Fix PE NS instantiation error\n\nSigned-off-by: Philip Joseph \u003cphilip.joseph@riftio.com\u003e\n"
    },
    {
      "commit": "56f725b1dab9b60792a49e293b2f06e1aafe58b0",
      "tree": "46c6577dc52da20d114dfb0a78f7b9e970414510",
      "parents": [
        "d6cdb38db2d0dbf86a0a16cf36ed4689b21bd7c9"
      ],
      "author": {
        "name": "Philip Joseph",
        "email": "philip.joseph@riftio.com",
        "time": "Thu Sep 22 04:38:04 2016 -0400"
      },
      "committer": {
        "name": "Philip Joseph",
        "email": "philip.joseph@riftio.com",
        "time": "Thu Sep 22 04:38:04 2016 -0400"
      },
      "message": "Bug 48: SO crash due to service primitive\n\nSigned-off-by: Philip Joseph \u003cphilip.joseph@riftio.com\u003e\n"
    },
    {
      "commit": "6f07e6f33f751ab4ffe624f6037f887b243bece2",
      "tree": "263aa6c4f1bd6b31c8dddf14db9c10f34f1da91d",
      "parents": [
        "72a563886272088feb7cb52e4aafbe6d2c580ff9"
      ],
      "author": {
        "name": "Jeremy Mordkoff",
        "email": "jeremy.mordkoff@riftio.com",
        "time": "Wed Sep 07 18:56:51 2016 -0400"
      },
      "committer": {
        "name": "Jeremy Mordkoff",
        "email": "jeremy.mordkoff@riftio.com",
        "time": "Wed Sep 07 18:56:51 2016 -0400"
      },
      "message": "RIFT OSM R1 Initial Submission\n\nSigned-off-by: Jeremy Mordkoff \u003cjeremy.mordkoff@riftio.com\u003e\n"
    }
  ]
}
