)]}'
{
  "log": [
    {
      "commit": "0ebd2a355b044728bd3d68eabe1737dbd5f3a141",
      "tree": "eb28a9d7f664306338fae0f2c42f15d9a7b4a758",
      "parents": [
        "1afeceb5ab095e528c8232cb22765cde5a7701b6"
      ],
      "author": {
        "name": "Esin Karaman",
        "email": "esin.karaman@netsia.com",
        "time": "Sun Feb 09 18:45:36 2020 +0000"
      },
      "committer": {
        "name": "Girish Gowdra",
        "email": "girish@opennetworking.org",
        "time": "Fri Feb 14 00:08:03 2020 +0530"
      },
      "message": "VOL-2575 Add/RemoveMembers operations should be used to update buckets of\na group instead of SetMembers operation. However, these operations cannot\nbe executed in BAL 3.1 due to the situation indicated in VOL-2461.\nAs we have moved to 3.2, we shall use add/remove commands to update buckets\nof a group.\n\nChange-Id: I2ef603d0df5f82ab93effeb529ed04a3d614d50b\n"
    },
    {
      "commit": "1afeceb5ab095e528c8232cb22765cde5a7701b6",
      "tree": "9b00a8aa2e58722d7978a4550c96aac2584cbc3d",
      "parents": [
        "93bced3313f8177a7a2e6c975947156890c95a46"
      ],
      "author": {
        "name": "kdarapu",
        "email": "kishore.darapu@radisys.com",
        "time": "Wed Feb 12 01:38:09 2020 -0500"
      },
      "committer": {
        "name": "Kishore Darapu",
        "email": "kishore.darapu@radisys.com",
        "time": "Thu Feb 13 17:48:35 2020 +0000"
      },
      "message": "VOL-2535 : Update the PON-ports on Disable olt,\nOpenolt agent doesn\u0027t disable the NNI port on disble olt device.\nHence NNI operstatus is not updating to UNKNOWN on Disble olt.\n\nChange-Id: I172a1c2c0f3f27567d0740504b1fb5ece614a00d\n"
    },
    {
      "commit": "945e401f2e009f0196c517e51cffc7502287fcc0",
      "tree": "b8771d427d2e952917de5270387a8a81b05f4b6d",
      "parents": [
        "3d2a8f96b00d554236ed094c1d8f7eff2afb9c50"
      ],
      "author": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Thu Dec 12 14:16:11 2019 -0800"
      },
      "committer": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Tue Feb 11 11:25:01 2020 -0800"
      },
      "message": "[VOL-2364] handle sub-sequent onuDiscoveryIndication\n\nIf ChildDeviceDetected times out then the device never receives the\n\"enable\" call. With this patch we are allowing the device to send a new\ndiscovery indication to retry the process (the OpenOlt agent keeps\nsending discovery until an \"enable\" call is received for that device)\n\nChange-Id: I6a2f5d5e9b0a001361bdca1feb14ca22cf092138\n"
    },
    {
      "commit": "3d2a8f96b00d554236ed094c1d8f7eff2afb9c50",
      "tree": "cc35f00d31eb4ed5c0d70bfa41750cffefe6f2b4",
      "parents": [
        "2cd4b7b6c95b74ff0ea251a6e5e046f0288fa363"
      ],
      "author": {
        "name": "Rohan Agrawal",
        "email": "rohan.agrawal01@infosys.com",
        "time": "Mon Feb 10 06:12:04 2020 +0000"
      },
      "committer": {
        "name": "Rohan Agrawal",
        "email": "rohan.agrawal01@infosys.com",
        "time": "Mon Feb 10 06:12:39 2020 +0000"
      },
      "message": "[VOL-2357]Release voltha-openolt-adapeter 2.3.1\n\nChange-Id: I1da8744e41ced58b24bf6770ec9777b92cf34023\n"
    },
    {
      "commit": "c303740615606c2f15e04116927d7eefb8d62fe1",
      "tree": "eeb0702dd5c8da118230456be5fec45d21aa046e",
      "parents": [
        "ccb714b3d92799d967fc0cc24653678b73593ac0"
      ],
      "author": {
        "name": "Girish Gowdra",
        "email": "girish@opennetworking.org",
        "time": "Wed Jan 22 20:29:53 2020 +0530"
      },
      "committer": {
        "name": "Girish Gowdra",
        "email": "girish@opennetworking.org",
        "time": "Thu Jan 23 20:36:06 2020 +0530"
      },
      "message": "VOL-2485: Clear gemport from local cache when gemport is deleted\n\nOnce the gemport is released for a given onu, it also has to\nbe cleared from local cache which was used for deriving the\ngemport-\u003elogicalPortNo during packet-in.\nOtherwise stale info continues to exist after gemport is freed\nand wrong logicalPortNo is conveyed to ONOS during packet-in\nOF message.\n\nChange-Id: I02059f0966583ecb2e2b22e65006c9194fb0570f\n"
    },
    {
      "commit": "ccb714b3d92799d967fc0cc24653678b73593ac0",
      "tree": "be61d3c9aa9862461ecbbcfd3fc3164d9ddcd958",
      "parents": [
        "6d1acb9d83a9f226262e716a136d35c816fb8027"
      ],
      "author": {
        "name": "Esin Karaman",
        "email": "esin.karaman@netsia.com",
        "time": "Fri Nov 29 15:02:06 2019 +0000"
      },
      "committer": {
        "name": "Girish Gowdra",
        "email": "girish@opennetworking.org",
        "time": "Thu Jan 23 19:50:04 2020 +0530"
      },
      "message": "VOL-1596 Add Support for handling multicast groups in OpenOLT Adapter.\nVOL-1595 Add Support for handling multicast flows in OpenOLT Adapter.\n\nDepends voltha-protos from the patch below:\nhttps://gerrit.opencord.org/#/c/16690/\n\nChange-Id: I1cc9900bd6400bb31aed11beda674138838a21d2\n"
    },
    {
      "commit": "e39e88a998489ac34b0c05275736c6ef5fc787c5",
      "tree": "30804303dbf3998ff4bf4957f5b592f354d1a7bc",
      "parents": [
        "ee7c0a04c18b9f4828e4f0ef541b3319d6d5bc55"
      ],
      "author": {
        "name": "Scott Baker",
        "email": "smbaker@gmail.com",
        "time": "Tue Jan 07 12:43:15 2020 -0800"
      },
      "committer": {
        "name": "Scott Baker",
        "email": "smbaker@gmail.com",
        "time": "Tue Jan 07 12:43:15 2020 -0800"
      },
      "message": "VOL-2348 Return repo to dev status\n\nChange-Id: Ib1a25d229836da9c6952ce89e7497724ba48ef53\n"
    },
    {
      "commit": "ee7c0a04c18b9f4828e4f0ef541b3319d6d5bc55",
      "tree": "8351ae8673aff8c34be34c6395b30456e0a06f32",
      "parents": [
        "b8438aaffd2e6ac1d58b7771d4944b4f495112f5"
      ],
      "author": {
        "name": "Scott Baker",
        "email": "smbaker@gmail.com",
        "time": "Tue Jan 07 11:12:26 2020 -0800"
      },
      "committer": {
        "name": "Scott Baker",
        "email": "smbaker@gmail.com",
        "time": "Tue Jan 07 11:41:44 2020 -0800"
      },
      "message": "VOL-2348 Update voltha-openolt-adapter to latest voltha-lib-go;\nI/O Errors should trigger unreadiness;\nUpdate tech profile mocks\n\nChange-Id: If245ab38050962af5992e8f0b67823c39e9522e8\n"
    },
    {
      "commit": "7e142eded101385ea38596e01ebd86fe8d6b951b",
      "tree": "0095b4f91e680614b5e88f06c295fefe36d1cb77",
      "parents": [
        "d20bb2f867558cc7fc7c0c06e5c2b2784f4123d7"
      ],
      "author": {
        "name": "Scott Baker",
        "email": "smbaker@gmail.com",
        "time": "Tue Dec 17 10:36:47 2019 -0800"
      },
      "committer": {
        "name": "Scott Baker",
        "email": "smbaker@gmail.com",
        "time": "Tue Dec 17 10:36:47 2019 -0800"
      },
      "message": "Return to dev version\n\nChange-Id: I197306ad563838bf8d5a5c1a9874716ed1bee94e\n"
    },
    {
      "commit": "d20bb2f867558cc7fc7c0c06e5c2b2784f4123d7",
      "tree": "cdc2db11a4001abc7c52774d8d00a8d10d137c36",
      "parents": [
        "8f73fe0dd75cb6f29c0a804627e1716a09931e0b"
      ],
      "author": {
        "name": "Scott Baker",
        "email": "smbaker@gmail.com",
        "time": "Tue Dec 17 09:36:53 2019 -0800"
      },
      "committer": {
        "name": "Scott Baker",
        "email": "smbaker@gmail.com",
        "time": "Tue Dec 17 09:36:53 2019 -0800"
      },
      "message": "VOL-2378 Release voltha-openolt-adapter 2.2.5\n\nChange-Id: I5a746d7492de57ef302c119eec6d140ab7f329d4\n"
    },
    {
      "commit": "209f2b1f6bf3c951f0bade564c6826558afccc83",
      "tree": "f23c9f7190392cc378fd5b745a23699a583499f7",
      "parents": [
        "6b13058bf271afd857f07c8ef3fee18ea7c91a52"
      ],
      "author": {
        "name": "Scott Baker",
        "email": "smbaker@gmail.com",
        "time": "Thu Dec 05 09:32:24 2019 -0800"
      },
      "committer": {
        "name": "Scott Baker",
        "email": "smbaker@gmail.com",
        "time": "Thu Dec 05 09:32:24 2019 -0800"
      },
      "message": "return to -dev version\n\nChange-Id: I5b62e5effcbcf98c351400fc1ef8ff02b7417532\n"
    },
    {
      "commit": "6b13058bf271afd857f07c8ef3fee18ea7c91a52",
      "tree": "b2b9d115806134d48b9e9adde8d28f52f1caa28f",
      "parents": [
        "8e79fe2341e17c9c1d3b9a62dce1f37acca99f2a"
      ],
      "author": {
        "name": "Girish Gowdra",
        "email": "girish@opennetworking.org",
        "time": "Wed Nov 20 16:45:20 2019 +0530"
      },
      "committer": {
        "name": "Girish Gowdra",
        "email": "girish@opennetworking.org",
        "time": "Wed Dec 04 12:08:25 2019 +0530"
      },
      "message": "VOL-2172: Delete tech-profile on ONU\n- Changes to supporting DELETE_TCONT_REQ and DELETE_GEM_PORT_REQ\n- Bug fix to not delete tp instance for ONU-SingleInstance case\n- Use voltha proto version 2.1.1\n- Use voltha-lib-go version 2.2.19\n- Bump voltha-openolt-adapter version to 2.2.4\n\nChange-Id: I8caa4d13fec37227befddbe2444489b923169fbe\n"
    },
    {
      "commit": "8e79fe2341e17c9c1d3b9a62dce1f37acca99f2a",
      "tree": "7e383b3be04a50a8d37e87898024f312a496e1cb",
      "parents": [
        "dd23a9994134960ad46752d645916b11ab966cdf"
      ],
      "author": {
        "name": "Scott Baker",
        "email": "smbaker@gmail.com",
        "time": "Mon Dec 02 16:44:48 2019 -0800"
      },
      "committer": {
        "name": "Scott Baker",
        "email": "smbaker@gmail.com",
        "time": "Mon Dec 02 16:51:46 2019 -0800"
      },
      "message": "VOL-2314 Release version 2.2.3\n\nChange-Id: I141fc371cd867a22156d946a3758ec1cd4904e4f\n"
    },
    {
      "commit": "290ab0d5a6ef91e893a66a9a8c942189e887235a",
      "tree": "8922a0e311c11112ab26069c3a775407863a765d",
      "parents": [
        "142e16eb4d5592752997a8eb283eed29a3725dce"
      ],
      "author": {
        "name": "Scott Baker",
        "email": "smbaker@gmail.com",
        "time": "Tue Nov 19 20:44:12 2019 -0800"
      },
      "committer": {
        "name": "Scott Baker",
        "email": "smbaker@gmail.com",
        "time": "Tue Nov 19 20:44:12 2019 -0800"
      },
      "message": "VOL-2258 return to dev version\n\nChange-Id: I6b404e1a71dce01b31cb58f3b6d98568a5fd25a8\n"
    },
    {
      "commit": "142e16eb4d5592752997a8eb283eed29a3725dce",
      "tree": "ceafc76429139259df4e630849e2ba7c4d749cda",
      "parents": [
        "90a1795ff7fcad9ee82c9972996e8d94fd813a43"
      ],
      "author": {
        "name": "Scott Baker",
        "email": "smbaker@gmail.com",
        "time": "Tue Nov 19 15:04:58 2019 -0800"
      },
      "committer": {
        "name": "Scott Baker",
        "email": "smbaker@gmail.com",
        "time": "Tue Nov 19 15:40:46 2019 -0800"
      },
      "message": "VOL-2258 release 2.2.2\n\nChange-Id: Ia6b104c5794b373f294db7491ccbda428a454e23\n"
    },
    {
      "commit": "2858a6cef0af94e230ae3641c6c5e5ae9c31b037",
      "tree": "77b3127bab02772b4fcee1a33e8df40490388af4",
      "parents": [
        "c6e54cb466b10ec3ec6b5947e4b95ffe06f3bb23"
      ],
      "author": {
        "name": "Scott Baker",
        "email": "smbaker@gmail.com",
        "time": "Mon Nov 04 16:11:57 2019 -0800"
      },
      "committer": {
        "name": "Scott Baker",
        "email": "smbaker@gmail.com",
        "time": "Mon Nov 04 16:11:57 2019 -0800"
      },
      "message": "VOL-2189 Return to dev version\n\nChange-Id: Ic88eba43929c10c54e8de0f9d3e5dacc3fc8bab2\n"
    },
    {
      "commit": "c6e54cb466b10ec3ec6b5947e4b95ffe06f3bb23",
      "tree": "af6cda181014f5912f3f19a3f43d641b236f8190",
      "parents": [
        "7615e55a99b6f35d4662c9a53b35a400d7c73c55"
      ],
      "author": {
        "name": "Scott Baker",
        "email": "smbaker@gmail.com",
        "time": "Mon Nov 04 09:31:25 2019 -0800"
      },
      "committer": {
        "name": "Scott Baker",
        "email": "smbaker@gmail.com",
        "time": "Mon Nov 04 09:31:31 2019 -0800"
      },
      "message": "VOL-2189 update voltha-openolt-adapter to use voltha-protos\u003dv2.0.1 and voltha-lib-go\u003dv2.2.9;\nRelease v2.2.1\n\nChange-Id: I527d6541f9d8b7df8504d886a01163c7e57bdd77\n"
    },
    {
      "commit": "ed05aa385a627cebabe910af842375a7cef9a1c8",
      "tree": "0bd46f70c8e355048431ab83fb41aea06d556a3c",
      "parents": [
        "67c34c663c5709b928ca781e61a9155c2b9b16e7"
      ],
      "author": {
        "name": "Scott Baker",
        "email": "smbaker@gmail.com",
        "time": "Mon Oct 07 15:51:34 2019 -0700"
      },
      "committer": {
        "name": "Scott Baker",
        "email": "smbaker@gmail.com",
        "time": "Mon Oct 07 15:51:34 2019 -0700"
      },
      "message": "VOL-2030 Return to -dev version\n\nChange-Id: I52315c0415c9df5585441216b4db8981c71e219a\n"
    },
    {
      "commit": "67c34c663c5709b928ca781e61a9155c2b9b16e7",
      "tree": "afe5cb94e9809141e0400e22db9daf3731f0eba3",
      "parents": [
        "3248f9a7d10eceb4e5b8456f666800841e5d34e4"
      ],
      "author": {
        "name": "Scott Baker",
        "email": "smbaker@gmail.com",
        "time": "Mon Oct 07 10:56:40 2019 -0700"
      },
      "committer": {
        "name": "Scott Baker",
        "email": "smbaker@gmail.com",
        "time": "Mon Oct 07 11:56:23 2019 -0700"
      },
      "message": "VOL-2030 Release master branch voltha-openolt-adapter version 2.2.0\n\nChange-Id: I0eef632bab79f85b84ab351ff0a735838a7db2fc\n"
    },
    {
      "commit": "c31a4d6be857c42396b1ddba7fcf5f7952f8613e",
      "tree": "cf597907828165da265f6c7d05931bb1505f0e29",
      "parents": [
        "07a5ccc839810a4b3d18156026600f5be018f5ef"
      ],
      "author": {
        "name": "David Bainbridge",
        "email": "dbainbri@ciena.com",
        "time": "Wed Aug 21 02:05:02 2019 +0000"
      },
      "committer": {
        "name": "David Bainbridge",
        "email": "dbainbri@ciena.com",
        "time": "Wed Aug 21 02:09:21 2019 +0000"
      },
      "message": "Post release increment to version 2.2.0-dev\n\nChange-Id: I85aa57fafc731938b1317b884d611fffbca1b73d\n"
    },
    {
      "commit": "07a5ccc839810a4b3d18156026600f5be018f5ef",
      "tree": "a762c120f764e2135f46364bcb367eb1bb7a7f96",
      "parents": [
        "b1d5144dfefe3d34c8999c0453aecd0f62509d91"
      ],
      "author": {
        "name": "David Bainbridge",
        "email": "dbainbri@ciena.com",
        "time": "Wed Aug 21 00:08:18 2019 +0000"
      },
      "committer": {
        "name": "David Bainbridge",
        "email": "dbainbri@ciena.com",
        "time": "Wed Aug 21 00:08:18 2019 +0000"
      },
      "message": "Release 2.1.0 contains TP\n\nChange-Id: I0e63eb44dd0c389912e3f49dec3c1bfab76863b3\n"
    },
    {
      "commit": "c1c61e84a042cb523046a397490f65095e55f960",
      "tree": "0ea1c48a31b121e793d9c45d846b4e99b89284d7",
      "parents": [
        "a87e918e2d3c4380c00f89204d28433750093ebc"
      ],
      "author": {
        "name": "David Bainbridge",
        "email": "dbainbri@ciena.com",
        "time": "Tue Aug 20 19:58:33 2019 +0000"
      },
      "committer": {
        "name": "David Bainbridge",
        "email": "dbainbri@ciena.com",
        "time": "Tue Aug 20 19:58:55 2019 +0000"
      },
      "message": "Start version 2.1.0-dev\n\nChange-Id: I820b0f3b915059418e011b963fb87b235f9222cb\n"
    },
    {
      "commit": "a87e918e2d3c4380c00f89204d28433750093ebc",
      "tree": "e87c449b636085c836c20aacbd9439a894d0f153",
      "parents": [
        "4aff82de26f5710ff59ffd23bec044f25ab3e269"
      ],
      "author": {
        "name": "Matt Jeanneret",
        "email": "mj3580@att.com",
        "time": "Tue Aug 20 11:22:29 2019 -0400"
      },
      "committer": {
        "name": "Matt Jeanneret",
        "email": "mj3580@att.com",
        "time": "Tue Aug 20 11:22:29 2019 -0400"
      },
      "message": "Release 2.0.1\n\nChange-Id: I694eef2c4515ac700aa796600bc6882d931337cc\n"
    },
    {
      "commit": "be6ab943b0484e27969c9124c51a59d3152a8a5b",
      "tree": "afe9d51c17687f53307e1817b8259bda9de25d1d",
      "parents": [
        "53afa4f8998d7f1ccc80370440a2ce92e3342f4e"
      ],
      "author": {
        "name": "Chaitrashree G S",
        "email": "Chaitrashree.S@radisys.com",
        "time": "Fri May 24 06:42:49 2019 -0400"
      },
      "committer": {
        "name": "Chaitrashree G S",
        "email": "Chaitrashree.S@radisys.com",
        "time": "Mon May 27 23:53:07 2019 -0400"
      },
      "message": "[VOL-1550] Support for OLT hard reboot with ONU connected\n\nChange-Id: I67642d847d2308f8abf8e9b90986eeecf65b2a41\n"
    },
    {
      "commit": "53afa4f8998d7f1ccc80370440a2ce92e3342f4e",
      "tree": "4256df58bcd8178ae355127749c95601958109c8",
      "parents": [
        "975c9e88e50e333e674211ba315d0c8e39a5980a"
      ],
      "author": {
        "name": "Matt Jeanneret",
        "email": "mj3580@att.com",
        "time": "Fri May 10 13:17:24 2019 -0400"
      },
      "committer": {
        "name": "Matt Jeanneret",
        "email": "mj3580@att.com",
        "time": "Tue May 21 05:18:11 2019 -0400"
      },
      "message": "Tag version 2.0.0\n\nAlso use new versions of pyvoltha and voltha-protos\n\nChange-Id: I4bbbfa7278b1f50ba16950d93229bf7787f89f58\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"
    }
  ]
}
