)]}'
{
  "log": [
    {
      "commit": "6fe5f734fb1c0ff08a2cc3d31dcf22e77bf8c35d",
      "tree": "6522b98bf7e2d0f9c5933f9f57c81eb665603cbc",
      "parents": [
        "17652a72dc1abdc7cf2ea99f9f94a392d48923ca"
      ],
      "author": {
        "name": "Matt Jeanneret",
        "email": "mj3580@att.com",
        "time": "Fri May 03 16:52:49 2019 -0400"
      },
      "committer": {
        "name": "Matt Jeanneret",
        "email": "mj3580@att.com",
        "time": "Tue May 07 14:31:59 2019 -0400"
      },
      "message": "VOL-1490: Push supplimental eap needed for rg restarts and onu restarts\n\nNeeded so that re-eap can happen after subscriber flows are pushed.\nAlso stub out new possible local device flow store needed for\nolt disable/restart.\n\nChange-Id: I03171cc7bb2d63d877d061d08509c287decac2c3\n"
    },
    {
      "commit": "90e0a7a8bb109bdb79e041103ee1ce83d5065873",
      "tree": "e64b8c83327df98983948055b105542c5bc6bf1b",
      "parents": [
        "23047b95ca502b429a03ccb387eabda03a9b8887"
      ],
      "author": {
        "name": "Matt Jeanneret",
        "email": "mj3580@att.com",
        "time": "Sun Apr 14 11:33:38 2019 -0400"
      },
      "committer": {
        "name": "Matt Jeanneret",
        "email": "mj3580@att.com",
        "time": "Thu May 02 15:55:56 2019 -0400"
      },
      "message": "VOL-1489: Uni in tunnel id. Push onu/uni flows only if onu id exists\n\nPush onu flows only if there is an onu id. Otherwise BAL\ndoes not know what to do and errors on parameters. Future\nrefactor required to push NNI only flows outside of\ndivide_and_add_flow with its onu/uni/intf id requirements.\n\nAlso make use of uni port id in flow tunnel id provided\nby decomposer to find in or out port. This allows\nresource mgr and ultimately BAL to assign resources\nas needed by UNI id.\n\nChange-Id: I8cf86ba0fc36168cd66557098ddd9cc0c3b93c20\n"
    },
    {
      "commit": "23047b95ca502b429a03ccb387eabda03a9b8887",
      "tree": "feaf66b629bdfd2221a7c1bf7875293a3b4e0a40",
      "parents": [
        "8ee9071b6068c4021df2586b32481fadd53c7e44"
      ],
      "author": {
        "name": "William Kurkian",
        "email": "wkurkian@cisco.com",
        "time": "Wed May 01 11:02:35 2019 -0400"
      },
      "committer": {
        "name": "William Kurkian",
        "email": "wkurkian@cisco.com",
        "time": "Wed May 01 15:10:19 2019 -0400"
      },
      "message": "VOL-1476 Renamed adapter_agent references to core_proxy\n\nChange-Id: I5222907c3aedcd07e5c5a583ad1250e47b035ef3\n"
    },
    {
      "commit": "aa36091610c554ef9ed9c86bc4e3e6722d6f622a",
      "tree": "c12511cd1ecdf468e4ca16f01d4d716eeabfb9ab",
      "parents": [
        "0c588b2c3686891f309ce1890be459787945e7c3"
      ],
      "author": {
        "name": "Matt Jeanneret",
        "email": "mj3580@att.com",
        "time": "Mon Apr 22 16:23:12 2019 -0400"
      },
      "committer": {
        "name": "Matt Jeanneret",
        "email": "mj3580@att.com",
        "time": "Wed Apr 24 08:35:11 2019 -0400"
      },
      "message": "VOL-1489: Use dpid for mac address rather than fake\n\nAlso remove uneeded logical device/port functions.\n\nAlso fix exception handling in downstream flow\ncreation for uni count greater than 1.  This catches\nan assertion thrown by resource manager if uni\nranges are not set\n\nAlso cast onu_id and parent_port_no to int types\nfor proper encoding and lookup in the core\n\nAlso fix assertion that always calculated as true.\n\nChange-Id: Ic3fa197a931640e7347db9d9b26e62aa28bf54ae\n"
    },
    {
      "commit": "dc28e8d75a2799b2031c7b33958bfc850ff86418",
      "tree": "255356183239bea0d933dcd56cfb0e58e2b3e01f",
      "parents": [
        "cab955f35471101114d0f9e776daf9d1848370ad"
      ],
      "author": {
        "name": "Matt Jeanneret",
        "email": "mj3580@att.com",
        "time": "Fri Apr 12 19:25:00 2019 -0400"
      },
      "committer": {
        "name": "Matt Jeanneret",
        "email": "mj3580@att.com",
        "time": "Sat Apr 13 12:02:33 2019 -0400"
      },
      "message": "VOL-1489:  Create tech profile inter adapter message\n\nSuccessful sending of the new tech profile ia message type\nallows onu to pull needed PON id info to setup default omci\nbridge\n\nChange-Id: Ic000021d29a0c6b2c6d20309675c43a333b911c3\n"
    },
    {
      "commit": "9dbce8c4cbd00cf6ca9d1098fe7cc86e11e24f3c",
      "tree": "7fd6fdfe475604b44199dea53461f4577c60f45a",
      "parents": [
        "29ecfdf2dafa4a4046b7bd258109b57cb3597ebc"
      ],
      "author": {
        "name": "Matt Jeanneret",
        "email": "mj3580@att.com",
        "time": "Sat Mar 23 14:35:00 2019 -0400"
      },
      "committer": {
        "name": "Matt Jeanneret",
        "email": "mj3580@att.com",
        "time": "Fri Apr 05 15:56:03 2019 -0400"
      },
      "message": "VOL-1489: Can now recieve flows incrementally\n\ncore can now deliver incremental flow updates\nto the handler and flow mgr. successfully call openolt/bal\nflow add for eap, dhcp, and lldp.  BAL complains still about\ndownstream eap flow. likely due to ID problems.\n\nCalculation of uni_id, onu_id needs additional\ninfo from the decomposer.\n\nChange-Id: Ic347e71501e6cf2bb0e93d42eaf0b6c709238fbd\n"
    },
    {
      "commit": "8b1690ca4a1fe7a286853ab9397ee1c1e5bd3a87",
      "tree": "8fc0022f53a3bb23ffdd1e56051cc3f28d220e1a",
      "parents": [
        "f35be110b46f52a44b126eadca8b7fdc72dfc1ee"
      ],
      "author": {
        "name": "William Kurkian",
        "email": "wkurkian@cisco.com",
        "time": "Mon Mar 04 16:53:22 2019 -0500"
      },
      "committer": {
        "name": "William Kurkian",
        "email": "wkurkian@cisco.com",
        "time": "Tue Mar 05 16:23:29 2019 -0500"
      },
      "message": "VOL-1460 Updated to use a voltha-protos repo as source for protos\n\nChange-Id: I6e88fb3bb16f91941abaad2f0a810ebc5aa29f36\n"
    },
    {
      "commit": "3a341a25eea77c28f9fa5c518971f1ee5284b6e1",
      "tree": "5dfafb1f7d1cd436644a90bbe4a6ad61c7c3e7d8",
      "parents": [
        "5e807e51cbedd4c39d9df62f9e13780f783de32c"
      ],
      "author": {
        "name": "William Kurkian",
        "email": "wkurkian@cisco.com",
        "time": "Wed Feb 13 18:23:44 2019 -0500"
      },
      "committer": {
        "name": "William Kurkian",
        "email": "wkurkian@cisco.com",
        "time": "Wed Feb 13 18:23:44 2019 -0500"
      },
      "message": "Updates to make more the enable process work\n\nChange-Id: I30acddb3e0aaf76238ebb78c2c9c7fd78b7fbc31\n"
    },
    {
      "commit": "44cd7bb0354fcc51c5d04e2163dd090dfc0d7631",
      "tree": "61ad1fc742a45982699143e2e0c317a3fa9635f9",
      "parents": [
        "fefd4649579a44682a4b86918dee79da734010e0"
      ],
      "author": {
        "name": "William Kurkian",
        "email": "wkurkian@cisco.com",
        "time": "Mon Feb 11 16:39:12 2019 -0500"
      },
      "committer": {
        "name": "William Kurkian",
        "email": "wkurkian@cisco.com",
        "time": "Tue Feb 12 12:22:15 2019 -0500"
      },
      "message": "VOL-1452 Switched openolt adapter use pyvoltha for libraries\nRequires and update to pytholtha to produce _pb2_grp.py proto files\nChanged flow_decomposer dependency to use pyvoltha.common.openflow.utils\nChange-Id: Ic9cccf06e8820fb4abefd72d5fa9c4df414b00d9\n"
    },
    {
      "commit": "6f436d0b1265819a68f393ed59de8401d60354e4",
      "tree": "014c801a0f74b160b6d81fd19917f17bf64964fd",
      "parents": [
        "7b4723b0490af6812ff166d0172527ae9f796e27"
      ],
      "author": {
        "name": "William Kurkian",
        "email": "wkurkian@cisco.com",
        "time": "Wed Feb 06 16:25:01 2019 -0500"
      },
      "committer": {
        "name": "William Kurkian",
        "email": "wkurkian@cisco.com",
        "time": "Thu Feb 07 11:10:49 2019 -0500"
      },
      "message": "Initial commit moving openolt adapter from voltha-go to the new repo.\nThis version works with ponsim rather than openolt, this is temporary.\nIt is currently being fixed to work with openolt.\n\nChange-Id: I34a800c98f050140b367e2d474b7aa8b79f34b9a\nSigned-off-by: William Kurkian \u003cwkurkian@cisco.com\u003e\n"
    }
  ]
}
