)]}'
{
  "log": [
    {
      "commit": "99af94e9ea6958fefe0de3e2b38775edda9fc6b0",
      "tree": "c9eac4eb7fbd75e3dcef0275292f2ffdde2684f4",
      "parents": [
        "792553b747df7f751d864f7c638aa5b667c0993e"
      ],
      "author": {
        "name": "Scott Baker",
        "email": "smbaker@gmail.com",
        "time": "Tue Aug 20 10:45:06 2019 -0700"
      },
      "committer": {
        "name": "Scott Baker",
        "email": "smbaker@gmail.com",
        "time": "Tue Sep 03 13:32:49 2019 -0700"
      },
      "message": "VOL-1848 API for setting and querying loglevel in api-server\n\nChange-Id: Ibecb3c33953b60251c94c5e1438c4bff99e9139a\n"
    },
    {
      "commit": "166cb204cb19244060c49d94511e0e0cf30ce8a1",
      "tree": "d6eaf7de334aebf4767cd33c8f80785a756f29df",
      "parents": [
        "dfbb74d478aa31e1cead612645c6d79bac5c46e1"
      ],
      "author": {
        "name": "manikkaraj k",
        "email": "manikkaraj.koodalingam@radisys.com",
        "time": "Sun Jul 28 13:05:56 2019 -0400"
      },
      "committer": {
        "name": "manikkaraj k",
        "email": "manikkaraj.koodalingam@radisys.com",
        "time": "Sun Jul 28 13:17:03 2019 -0400"
      },
      "message": "VOL-1623 Modified flow API towards adapter to contain addtional info needed to process the flow without sync call back to core\n\nCommit depending on this : https://gerrit.opencord.org/#/c/14767/\n\nDocumented comments\n\nChange-Id: Idad6ebb2ebaa42391b6d7be865e0bda9e74e7e07\n"
    },
    {
      "commit": "dfbb74d478aa31e1cead612645c6d79bac5c46e1",
      "tree": "e2f6f7a6af8d985cc1e5da0baf8c909e0ee95e54",
      "parents": [
        "f98ca1386c16a1c767dc8642cae9d1bdae8ec43a"
      ],
      "author": {
        "name": "Abhilash Laxmeshwar",
        "email": "abhilash.laxmeshwar@radisys.com",
        "time": "Tue Jul 23 08:03:08 2019 -0400"
      },
      "committer": {
        "name": "Abhilash Laxmeshwar",
        "email": "abhilash.laxmeshwar@radisys.com",
        "time": "Wed Jul 24 03:23:20 2019 -0400"
      },
      "message": "[VOL-1624]\nTech profile changes in openolt adapter 2.x.\n\n[VOL-1623]\nSupport for meter update\n\nChange-Id: I98f2dd9848ce2b330dfbc536b06559c071e8cd8c\n"
    },
    {
      "commit": "12fc0af25cd0e34555535be9949af64556569fcb",
      "tree": "26b2d2ce154d4d6743efe102b954c280b234d78b",
      "parents": [
        "15249faa5bd11921186530b6419e9a780cec0dd0"
      ],
      "author": {
        "name": "William Kurkian",
        "email": "wkurkian@cisco.com",
        "time": "Thu Apr 18 14:27:45 2019 -0400"
      },
      "committer": {
        "name": "William Kurkian",
        "email": "wkurkian@cisco.com",
        "time": "Fri Apr 19 12:02:03 2019 -0400"
      },
      "message": "Updating package names so that package matches go_package.\nThis is better for consistent package references.\nThis is needed for the afrouter tests using voltha.pb\n\nChange-Id: I4cfdf26456f92d8bce4fe5b40515ad7ac3d6747d\n"
    },
    {
      "commit": "61e94873aa4b4cfd5e9277c666402214b031c05b",
      "tree": "d601b52e5a07fa06c74c6a2134f394c6f3c52654",
      "parents": [
        "7c15159ef0650e3682e24e437dbcf8128ede5c45"
      ],
      "author": {
        "name": "Matt Jeanneret",
        "email": "mj3580@att.com",
        "time": "Fri Mar 22 16:16:01 2019 -0400"
      },
      "committer": {
        "name": "Matt Jeanneret",
        "email": "mj3580@att.com",
        "time": "Thu Mar 28 11:05:29 2019 -0500"
      },
      "message": "VOL-1460 Generate stubs from proper version of protoc-gen-go\n\nThe go get for protobuf installs the :master verson of protoc-gen-go.\nAfter the checkout of 1.3.1 run make install (go install) again so\nthe correct protoc-gen-go binary is generated.\n\nAlso fix typo in makefile that prevented install-protoc\n\nChange-Id: I1cf5da45ef6cee998d8b4658a941518d3be94369\n"
    },
    {
      "commit": "ad7456523decde24e81d283286ad97ed2f1d94d0",
      "tree": "635ad5f1cbd17864698c61aa8a96dc8afbce8d4c",
      "parents": [
        "4604c420350ad23077667455bf42e2eaa14ac5c4"
      ],
      "author": {
        "name": "William Kurkian",
        "email": "wkurkian@cisco.com",
        "time": "Wed Mar 20 08:45:51 2019 -0400"
      },
      "committer": {
        "name": "William Kurkian",
        "email": "wkurkian@cisco.com",
        "time": "Thu Mar 21 09:59:47 2019 -0400"
      },
      "message": "VOL-1460 Implemented a new approach to protos where go stubs are not committed to the repo.\nThere are new instructions for clients consuming these protos in Go.\nAlso removed vendor directory and dep, as it isn\u0027t really needed at this point.\n\nImplemented a test to check if protos match up with go files. This is run with make test.\nThis works by generating them and checking this created any more untracked or unstaged changes.\nIt requires you to commit your changes locally to pass. This process to should be run by\njenkins to validate a commit. A consistent version of protoc must be used, which the Makefile checks for.\n\nChange-Id: I8de28c515a9535e33909cbbd158fa046f96f3b1f\n"
    },
    {
      "commit": "1b363f43e8acfebe206e1cd004f22efd834e25cd",
      "tree": "73ebf2d226ad48c12bd26a80deb10e6b893bbe07",
      "parents": [
        "909d7dc9c10e3dc68fd1e063c925ab556743e0ca"
      ],
      "author": {
        "name": "William Kurkian",
        "email": "wkurkian@cisco.com",
        "time": "Tue Mar 12 15:28:12 2019 -0400"
      },
      "committer": {
        "name": "William Kurkian",
        "email": "wkurkian@cisco.com",
        "time": "Tue Mar 12 15:28:12 2019 -0400"
      },
      "message": "VOL-1460 Removing temporary protos and adding in go stubs for linking to voltha-go\n\nChange-Id: Ia9714b506ddf15d651a82e9e250d55b43913a7c6\n"
    }
  ]
}
