)]}'
{
  "log": [
    {
      "commit": "43bfd9e5457889c460e3bab77c58309a138ef94e",
      "tree": "77efee083fc11e4dc31c829bab27e7bc19e4d345",
      "parents": [
        "61e94873aa4b4cfd5e9277c666402214b031c05b"
      ],
      "author": {
        "name": "Zack Williams",
        "email": "zdw@opennetworking.org",
        "time": "Fri Apr 12 13:09:31 2019 -0700"
      },
      "committer": {
        "name": "Zack Williams",
        "email": "zdw@opennetworking.org",
        "time": "Mon Apr 15 14:46:44 2019 -0700"
      },
      "message": "[VOL-1460]\n\nBuild Go stubs using the Makefile, instead of in a separate script.\n\nNew method is independent of GOPATH (which makes testing easier), and is\n\u0027go_package\u0027 aware, so any new .proto files will have directories\ncreated and regenerated under go/\n\nCleaned up README.md and Makefile\n\nLexically sort input to protoc as --descriptor_set_out differs depending\non the order of file arguments passed to it.\n\nReleased v0.1.2\n\nChange-Id: If9d5aabc89b4d73f3e069b01b38bd0bf8d1b3c43\n"
    },
    {
      "commit": "909d7dc9c10e3dc68fd1e063c925ab556743e0ca",
      "tree": "4e681d78ea269988c3eae6142247c4b52376a06c",
      "parents": [
        "31f5b5c27605deb81e84d35546b595a2719e2d84"
      ],
      "author": {
        "name": "Matt Jeanneret",
        "email": "mj3580@att.com",
        "time": "Fri Mar 08 17:21:09 2019 -0500"
      },
      "committer": {
        "name": "Matt Jeanneret",
        "email": "mj3580@att.com",
        "time": "Fri Mar 08 17:30:52 2019 -0500"
      },
      "message": "VOL-1493 VOL-1454: Add new interadaptermessage types.\n\nNeeded for onu indications before omci even starts.\nThis is typical of OLT that have separate states for discovering\nan onu (before onu id is assigned) versus PLOAM activation\n(after onu id assigned).   The ONU_IND lets other adapters know\nand act on the ploam activation or deactivation.\n\nChange-Id: Ic741fe7114ee68c9ad22336df476701257a1c5b5\n"
    },
    {
      "commit": "31f5b5c27605deb81e84d35546b595a2719e2d84",
      "tree": "15f7d4c6228236c0c66c53598ca42391b1ed8c32",
      "parents": [
        "bd3736d57a4720df743c0ef005d70a903667653f"
      ],
      "author": {
        "name": "William Kurkian",
        "email": "wkurkian@cisco.com",
        "time": "Fri Mar 08 14:55:41 2019 -0500"
      },
      "committer": {
        "name": "William Kurkian",
        "email": "wkurkian@cisco.com",
        "time": "Fri Mar 08 14:55:41 2019 -0500"
      },
      "message": "VOL-1460 new semver for deps testing\n\nChange-Id: I2198a1cf841710e7ebffa3443e99f84decdceebd\n"
    },
    {
      "commit": "86cd9de9431b0d4363f4e2256f709b3322686b1e",
      "tree": "f88a5523a7b6cccf0b8b319356be6bc2559f538d",
      "parents": [
        "f262e633c07385bc23317d280570c1af2ceb8c17"
      ],
      "author": {
        "name": "William Kurkian",
        "email": "wkurkian@cisco.com",
        "time": "Wed Mar 06 10:10:30 2019 -0500"
      },
      "committer": {
        "name": "William Kurkian",
        "email": "wkurkian@cisco.com",
        "time": "Wed Mar 06 10:11:16 2019 -0500"
      },
      "message": "VOL-1460 Setting to a dev release until we want to do another pypi release.\n\nChange-Id: I971bbb8441dee13145eaff126760c711596fd506\n"
    },
    {
      "commit": "f262e633c07385bc23317d280570c1af2ceb8c17",
      "tree": "04129941d12f5bec0fcfb60c1b772008713a457e",
      "parents": [
        "522096601ae2816f4410a51c89c85a353cc1fb0a"
      ],
      "author": {
        "name": "William Kurkian",
        "email": "wkurkian@cisco.com",
        "time": "Mon Mar 04 17:04:30 2019 -0500"
      },
      "committer": {
        "name": "William Kurkian",
        "email": "wkurkian@cisco.com",
        "time": "Tue Mar 05 10:11:02 2019 -0500"
      },
      "message": "Updated Makefile to build protos when running make build\n\nChange-Id: I28a50cf1c30dde0a5897ced624296c2b99173668\n"
    },
    {
      "commit": "522096601ae2816f4410a51c89c85a353cc1fb0a",
      "tree": "5c8d39c1dd14029632101c6beb18f26f2d31f233",
      "parents": [
        "21bb041358d7e4e98ca4beb86923dd76f1351354"
      ],
      "author": {
        "name": "Zack Williams",
        "email": "zdw@opennetworking.org",
        "time": "Thu Feb 07 10:15:31 2019 -0700"
      },
      "committer": {
        "name": "Zack Williams",
        "email": "zdw@opennetworking.org",
        "time": "Fri Mar 01 16:23:43 2019 -0700"
      },
      "message": "[VOL-1460]\n\n- Imported protobuf definitions from pyvoltha at\n  https://gerrit.opencord.org/gitweb?p\u003dpyvoltha.git, commit hash:\n  944aee71301b8ddb211b6e51d685f56d5c4a911b\n\n- Imported upstream Google API protos from\n  https://github.com/googleapis/googleapis, commit hash:\n  5a90fbea68ce4a6e87c20d2df10df5ecd88299ff\n\n- Fixed `import` paths and directory heirarchy in protobuf definitions\n  to be compatible with both python 2 and 3.\n\n- Created Makefile scaffold to generate language-specific bindings for\n  python and go\n\nChange-Id: Idd6b6b985a5eae4c38d40dd07ae78744c09e37f5\n"
    }
  ]
}
