)]}'
{
  "log": [
    {
      "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": "f98ca1386c16a1c767dc8642cae9d1bdae8ec43a",
      "tree": "ab0d2ec9272915f5ee6797a7d9fb53ebf36eba09",
      "parents": [
        "1b65c91b0e9c3e99ecfb9b182e5b43abeb38b4a2"
      ],
      "author": {
        "name": "Devmalya Paul",
        "email": "Devmalya.Paul@radisys.com",
        "time": "Tue Jul 09 06:14:19 2019 -0400"
      },
      "committer": {
        "name": "Devmalya Paul",
        "email": "Devmalya.Paul@radisys.com",
        "time": "Thu Jul 11 02:33:07 2019 -0400"
      },
      "message": "VOL-1537 : Create the Alarm Framework in golang openolt adapter\n\n           events.proto file have been updated to support the use\n           of generic event format instead of separate alarms and\n           KPIs for use in the openOLT adapter.\n\n           This change also retains the old alarm defination which\n           is beign used in python based OpenOLT adapter in VOLTHA 2.X\n\n           This change needs to be merged first as this is a dependency\n           for the golang OpenOLT adapter to build successfully.\n\nChange-Id: Iabd7dc17b65d56cfd4cd19c87fde4596719c6672\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": "4604c420350ad23077667455bf42e2eaa14ac5c4",
      "tree": "ac4d53c739f46ca02f242bcb2c5067fe80a46210",
      "parents": [
        "6ea97f8480951a5f3af8e00d17cdec30c11ce738"
      ],
      "author": {
        "name": "Matt Jeanneret",
        "email": "mj3580@att.com",
        "time": "Thu Mar 14 19:04:43 2019 -0400"
      },
      "committer": {
        "name": "Matt Jeanneret",
        "email": "mj3580@att.com",
        "time": "Mon Mar 18 11:57:49 2019 -0400"
      },
      "message": "VOL-1494: Add missing field for ofp_stats\n\nCopied over from voltha 1.x protos. Needed\nby ofagent\n\nChange-Id: I43ad2c918f309f7d1c5d1f5996154bf2f13df578\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"
    },
    {
      "commit": "bd3736d57a4720df743c0ef005d70a903667653f",
      "tree": "fa6d29c233fe4fb0086aa14d3fa77ed0206bca98",
      "parents": [
        "37e0fc6c94cd5c28cda30a83522943390b880c1f"
      ],
      "author": {
        "name": "William Kurkian",
        "email": "wkurkian@cisco.com",
        "time": "Fri Mar 08 12:20:40 2019 -0500"
      },
      "committer": {
        "name": "William Kurkian",
        "email": "wkurkian@cisco.com",
        "time": "Fri Mar 08 14:37:42 2019 -0500"
      },
      "message": "VOL-1460\nI need to test out a method sharing protos.\nIn particular, it is the protos under the go/folder\n\nPlus some updates to the build process.\n\nChange-Id: I5878354fd1ef136d4f0a019b22de96afdb0205e1\n"
    }
  ]
}
