)]}'
{
  "log": [
    {
      "commit": "7ebee139c60faa38cf4a7520085e41dc050d44ef",
      "tree": "d20917fc392a93fb52343ebbf2a9d0d4b0051db8",
      "parents": [
        "19512317b00bb2527997cfd24716ce9491092a79"
      ],
      "author": {
        "name": "Craig Lutgen",
        "email": "craig.lutgen@tellabs.com",
        "time": "Fri Nov 16 15:31:11 2018 -0600"
      },
      "committer": {
        "name": "Craig Lutgen",
        "email": "craig.lutgen@tellabs.com",
        "time": "Fri Nov 16 15:31:11 2018 -0600"
      },
      "message": "Add back -fpermissive allowance\n\nChange-Id: I88c97e13f436c87366727d6c52ab77f592a16867\n"
    },
    {
      "commit": "19512317b00bb2527997cfd24716ce9491092a79",
      "tree": "12ce1247ae84e55e69fb6cce91a471687f9e9f56",
      "parents": [
        "fea48bd1a3ca76ca5607f4256882d2929ffc97ef"
      ],
      "author": {
        "name": "Craig Lutgen",
        "email": "craig.lutgen@tellabs.com",
        "time": "Fri Nov 02 10:14:46 2018 -0500"
      },
      "committer": {
        "name": "Craig Lutgen",
        "email": "craig.lutgen@tellabs.com",
        "time": "Sat Nov 03 15:42:30 2018 +0000"
      },
      "message": "VOL-1314 - Cleanup and remove permissive and other compiler warnings\n\nRemoved -fpermissive and -fno-literals warning suppression.\n\nAdded helper methods for BAL bitwise operators to properly typecast to/from int/enum types.\nTechnically, these should be pushed back to broadcom in their BAL. But, for now, this\nwill handle the bitmanipulation warnings.\n\nChanged many BAL apis to use API macros to set attributes which implicitly sets internal\npresence flags rather than doing it manually. Overall, better to use the API macros for\nconsistency.\n\nFixed errant enum value for oper vs admin state\n\nFixed make clean that didn\u0027t clean googleapis after directory refactoring\n\nChange-Id: I01dd0539c550674721bc00a0b78273dc75b554c8\n"
    },
    {
      "commit": "fea48bd1a3ca76ca5607f4256882d2929ffc97ef",
      "tree": "a085b564d91682b8f15f104c08bc67f8a848abb5",
      "parents": [
        "56c8ea450a2e3816903101302747075f25219f4f"
      ],
      "author": {
        "name": "Craig Lutgen",
        "email": "craig.lutgen@tellabs.com",
        "time": "Tue Oct 30 17:20:28 2018 -0500"
      },
      "committer": {
        "name": "Craig Lutgen",
        "email": "craig.lutgen@tellabs.com",
        "time": "Tue Oct 30 17:20:28 2018 -0500"
      },
      "message": "Add additional Tellabs OpenOLT models\n\nChange-Id: Ibf7b20a9b9a55466b523d41d1eaacf23bc3cdafe\n"
    },
    {
      "commit": "56c8ea450a2e3816903101302747075f25219f4f",
      "tree": "c8d4a9eb0d180ed8c9746c66f2103d6749c4fb71",
      "parents": [
        "9acc973f7c1ac8fe03dcb614f7265b3b39c39c43"
      ],
      "author": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Tue Oct 30 19:34:35 2018 +0000"
      },
      "committer": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Tue Oct 30 19:44:07 2018 +0000"
      },
      "message": "Revert \"Revert \"VOL-1298 OpenOLT - new dir structure for 2.0\"\"\n\nRevert the revert now that root cause of compile error is fixed.\n\nThis reverts commit c13de2141381ae5e1e5451d2c42f9d20c6de811b.\n\nChange-Id: I513851f8d316b21ecf187e0cd5235a8a93fc768c\n"
    },
    {
      "commit": "c13de2141381ae5e1e5451d2c42f9d20c6de811b",
      "tree": "e365159a378ca25e19be47f92e74163992e42311",
      "parents": [
        "e2502c08c9a4eb220cfbd7f1de064b3c809e1797"
      ],
      "author": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Wed Oct 24 06:11:27 2018 +0000"
      },
      "committer": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Wed Oct 24 06:11:27 2018 +0000"
      },
      "message": "Revert \"VOL-1298 OpenOLT - new dir structure for 2.0\"\n\nThis reverts commit e2502c08c9a4eb220cfbd7f1de064b3c809e1797.\n\nChange-Id: I5fe517aad77e202d04a6747abfb7b3ff46351170\n"
    },
    {
      "commit": "e2502c08c9a4eb220cfbd7f1de064b3c809e1797",
      "tree": "f6b89b6e9e91e3d2446219d05c94a9f7a80b5176",
      "parents": [
        "d0bae9bc068a7c08ce68ebc059c6d3b75b388b93"
      ],
      "author": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Fri Oct 19 21:39:02 2018 +0000"
      },
      "committer": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Mon Oct 22 16:23:04 2018 +0000"
      },
      "message": "VOL-1298 OpenOLT - new dir structure for 2.0\n\nagent - The agent side. Everything that is currently under the top level\ndirectory of openolt repo moves here\ncontroller - The controller side. All common controller side code (aka\nadapter) that forms the kernel of the current adapter and is shared by\n1.x and 2.x voltha (and possibly any other SDN controllers)\nprotos - protobuf between agent and controller\n\nChange-Id: Ic951de77fa9a2381cfa90ab1514e2232a1ca3892\n"
    },
    {
      "commit": "b9e8708738e1d4752b3b9502eb40f65996eb5c79",
      "tree": "aeca92e063fe40afa4044af9061f49df66c4fa7c",
      "parents": [
        "47d19bf6a834e7784d6872deb8c325f9f338fe1c"
      ],
      "author": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Thu Oct 18 21:58:23 2018 +0000"
      },
      "committer": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Thu Oct 18 21:58:23 2018 +0000"
      },
      "message": "Revert \"Test commit - create agent directory\"\n\nThis reverts commit 47d19bf6a834e7784d6872deb8c325f9f338fe1c.\n\nChange-Id: I996ff15b13b628bc63abe2d677f8ef087a6a6eeb\n"
    },
    {
      "commit": "47d19bf6a834e7784d6872deb8c325f9f338fe1c",
      "tree": "aa62f29d0eb59a6bde7d95ceedaa68dd66359ca0",
      "parents": [
        "e4a202f29906e456f5a87e8c48d7386d51fed266"
      ],
      "author": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Thu Oct 18 21:57:27 2018 +0000"
      },
      "committer": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Thu Oct 18 21:58:10 2018 +0000"
      },
      "message": "Test commit - create agent directory\n\nChange-Id: Ie468471c75cc7aa891435ec0cad7a1bc4574ec6c\n"
    }
  ]
}
