)]}'
{
  "log": [
    {
      "commit": "09400bd45a6b75c41da754de43dfdd7a7a7337ff",
      "tree": "4243a9e2741f25dbc83a361f643409a557e19477",
      "parents": [
        "8cb47bb4f99b2845e4e91e1bed2ca3beee671f2d"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Thu Apr 02 11:58:04 2020 +0200"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Thu Apr 02 16:38:08 2020 +0200"
      },
      "message": "[VOL-2866] Removing NNI port before ofagent disconnection\n\nChange-Id: Icb34e1ae0fdebb3495331134e1ed3f456f3cc9f5\n"
    },
    {
      "commit": "8cb47bb4f99b2845e4e91e1bed2ca3beee671f2d",
      "tree": "80b1aa4dcaf3e4e9c82349abffaac34d419a21d8",
      "parents": [
        "a05f4d46e81d92e5ece0cac77b67f6c91fa58854"
      ],
      "author": {
        "name": "Scott Baker",
        "email": "smbaker@gmail.com",
        "time": "Wed Apr 01 09:57:20 2020 -0700"
      },
      "committer": {
        "name": "Scott Baker",
        "email": "smbaker@gmail.com",
        "time": "Wed Apr 01 13:54:34 2020 -0700"
      },
      "message": "VOL-2776 Restore numberOfDeviceTestRuns to 2\n\nChange-Id: I63afe388dd91b31e59fb1f11cf26c3b7e18fe51c\n"
    },
    {
      "commit": "a05f4d46e81d92e5ece0cac77b67f6c91fa58854",
      "tree": "cabd56f303821ec006b1d96721fbf4e2e7de9fe3",
      "parents": [
        "914d533540dd4a7d76d66b322ae5acf3e4fabdb4"
      ],
      "author": {
        "name": "Kent Hagerman",
        "email": "khagerma@ciena.com",
        "time": "Wed Apr 01 15:11:22 2020 -0400"
      },
      "committer": {
        "name": "Kent Hagerman",
        "email": "khagerma@ciena.com",
        "time": "Wed Apr 01 15:37:25 2020 -0400"
      },
      "message": "VOL-2859 Added test cases for RequestQueue.\n\nAlso moved RequestQueue into its own file.\n\nChange-Id: Iadac5fcbaeb9e7e18b74bd7d3c04a5ec6a397ada\n"
    },
    {
      "commit": "914d533540dd4a7d76d66b322ae5acf3e4fabdb4",
      "tree": "21446af55242574cc80eff862fe0ceb4be210c5e",
      "parents": [
        "730cbdfaf7cc5f6aa8dd7f4ff5c19e4d3866e273"
      ],
      "author": {
        "name": "Kent Hagerman",
        "email": "khagerma@ciena.com",
        "time": "Wed Apr 01 12:38:38 2020 -0400"
      },
      "committer": {
        "name": "Kent Hagerman",
        "email": "khagerma@ciena.com",
        "time": "Wed Apr 01 12:38:38 2020 -0400"
      },
      "message": "VOL-2850 Fixed an issue where the RequestQueue could get stuck on context cancelation.\n\n(I had the incorrect assumption that a multi-value channel read would always return immediately, but this is not the case.)\n\nChange-Id: Ib06b3da8463331e9566b28c95aff9177447ad3b1\n"
    },
    {
      "commit": "730cbdfaf7cc5f6aa8dd7f4ff5c19e4d3866e273",
      "tree": "14256cdf44f6962fd14fbbbdf3d149fddee529a5",
      "parents": [
        "432f9be7ad17c921b99eeb3756f8a80615e61595"
      ],
      "author": {
        "name": "Kent Hagerman",
        "email": "khagerma@ciena.com",
        "time": "Tue Mar 31 12:22:08 2020 -0400"
      },
      "committer": {
        "name": "Kent Hagerman",
        "email": "khagerma@ciena.com",
        "time": "Tue Mar 31 22:24:24 2020 +0000"
      },
      "message": "VOL-2850 Reworked RequestQueue so it no longer requires a separate thread.\n\nAlso removed start()/stop() functions, which are no longer needed.\nAlso changed to an unbounded queue (dequeue implementation).\n\nChange-Id: I891dcf68b64c3a08088b6d10fa30dadb8eb6f28d\n"
    },
    {
      "commit": "432f9be7ad17c921b99eeb3756f8a80615e61595",
      "tree": "f9dea0ec0c6e20f5769eee408dd0748b524e81a4",
      "parents": [
        "d1afd661a07490540e8b20501188be3c5abfc05b"
      ],
      "author": {
        "name": "Scott Baker",
        "email": "smbaker@gmail.com",
        "time": "Thu Mar 26 11:56:30 2020 -0700"
      },
      "committer": {
        "name": "Scott Baker",
        "email": "smbaker@gmail.com",
        "time": "Tue Mar 31 10:52:57 2020 -0700"
      },
      "message": "VOL-2776 unit test for StartOmciTestAction\n\nChange-Id: Ib0b560b2ae37fab428b3fc058f282b941c5e237f\n"
    },
    {
      "commit": "d1afd661a07490540e8b20501188be3c5abfc05b",
      "tree": "f921cb8f522461f1eef46bab4f5ff89b27868ebe",
      "parents": [
        "20dc641af42369b3196637f86e86b1fbc001f6f9"
      ],
      "author": {
        "name": "David Bainbridge",
        "email": "dbainbri@ciena.com",
        "time": "Thu Mar 26 18:27:41 2020 -0700"
      },
      "committer": {
        "name": "David Bainbridge",
        "email": "dbainbri@ciena.com",
        "time": "Mon Mar 30 07:57:18 2020 -0700"
      },
      "message": "VOL-2658, VOL-2840 - remove core compete code\n\nChange-Id: Ic34d030bc805c6948369c65db6f77f9739320570\n(cherry picked from commit fd27f4b45b3c8d89174a8da7192598b768b4907d)\n"
    },
    {
      "commit": "20dc641af42369b3196637f86e86b1fbc001f6f9",
      "tree": "87dc7fba6e9c49d2618c28b38aa32c103e597b24",
      "parents": [
        "ecdb42af71cbde7800155c47d2ef3afc4106c042"
      ],
      "author": {
        "name": "Zack Williams",
        "email": "zdw@opennetworking.org",
        "time": "Thu Mar 26 21:09:32 2020 -0700"
      },
      "committer": {
        "name": "Zack Williams",
        "email": "zdw@opennetworking.org",
        "time": "Thu Mar 26 21:09:32 2020 -0700"
      },
      "message": "VOL-2828 Bump post-2.3 release\n\nChange-Id: I1635af0c8a345573fdcb1ae786c1a86e9f0de881\n"
    },
    {
      "commit": "ecdb42af71cbde7800155c47d2ef3afc4106c042",
      "tree": "62d4cc859815d445c1a538d1d5f1feedc1170648",
      "parents": [
        "13eb7c6f39b2f56203066b85c0f5cc2c904a891a"
      ],
      "author": {
        "name": "Zack Williams",
        "email": "zdw@artisancomputer.com",
        "time": "Thu Mar 26 10:44:06 2020 -0700"
      },
      "committer": {
        "name": "Zack Williams",
        "email": "zdw@artisancomputer.com",
        "time": "Thu Mar 26 10:44:06 2020 -0700"
      },
      "message": "VOL-2828 Bump version for 2.3 release\n\nChange-Id: If7e3fa4a3239c635c4a3761377a1928ff69f96b2\n"
    },
    {
      "commit": "13eb7c6f39b2f56203066b85c0f5cc2c904a891a",
      "tree": "743a0ed4eda8eb861c2680b93b7212d7a9d4cf71",
      "parents": [
        "f56a4689cd0f289fb8a6b4c759ada9acb6a1fe59"
      ],
      "author": {
        "name": "Matt Jeanneret",
        "email": "mj3580@att.com",
        "time": "Mon Mar 23 17:46:20 2020 -0400"
      },
      "committer": {
        "name": "Matt Jeanneret",
        "email": "mj3580@att.com",
        "time": "Mon Mar 23 18:06:23 2020 -0400"
      },
      "message": "VOL-1422: Update compose files for new args and ofagent-go\n\nAlso update build docs for new golang version\nand ofagent-go\n\nChange-Id: Ic6a001adf87f26ed9eb1ee9a8e1610b4c702f509\n"
    },
    {
      "commit": "f56a4689cd0f289fb8a6b4c759ada9acb6a1fe59",
      "tree": "53aa8c393b9ea39aadc8eb3a408457e26566bd39",
      "parents": [
        "5ff3092a40bed8d7502ddca8aded2542f9e127ff"
      ],
      "author": {
        "name": "Girish Kumar",
        "email": "girish_kumar@infosys.com",
        "time": "Fri Mar 20 20:07:46 2020 +0000"
      },
      "committer": {
        "name": "Girish Kumar",
        "email": "girish_kumar@infosys.com",
        "time": "Mon Mar 23 18:11:00 2020 +0000"
      },
      "message": "[VOL-2694] Use package specific logger instance in all log statements\n\nChange-Id: Icf1cb5ade42e42179aed7731b767af2f52481e3d\n"
    },
    {
      "commit": "5ff3092a40bed8d7502ddca8aded2542f9e127ff",
      "tree": "30a31a86941dc14bb5b40908161d0d0ae472a7a6",
      "parents": [
        "e132f52763eb67dccda5d05fc2af4e0086740dc3"
      ],
      "author": {
        "name": "divyadesai",
        "email": "divya.desai@infosys.com",
        "time": "Thu Mar 19 05:46:25 2020 +0000"
      },
      "committer": {
        "name": "Divya Desai",
        "email": "divya.desai@infosys.com",
        "time": "Mon Mar 23 05:07:44 2020 +0000"
      },
      "message": "[VOL-2782] Update go.mod of voltha-go,open-olt-adapter,ofagent-go and voltctl to be compatible with latest version of voltha-lig-go\n\nChange-Id: Ib377da4604a18c2e1505e3f3423703fc1d16f9d4\n"
    },
    {
      "commit": "e132f52763eb67dccda5d05fc2af4e0086740dc3",
      "tree": "017013cd70a2cafadd21edc8c861dda64a948a35",
      "parents": [
        "408cd96a8da028341a7141602247ab3c81e66ece"
      ],
      "author": {
        "name": "khenaidoo",
        "email": "knursimu@ciena.com",
        "time": "Fri Mar 20 15:23:15 2020 -0400"
      },
      "committer": {
        "name": "khenaidoo",
        "email": "knursimu@ciena.com",
        "time": "Fri Mar 20 15:23:15 2020 -0400"
      },
      "message": "[VOL-2790] Fix delete pipeline issue\n\nDuring a delete several handlers get executed in a pipeline.  If\na handler returns an error then the remaining pipeline will be\nignored.   This change addresses the issue during a deletion\nflow where a handler is currently returning an error when there\nis not really a failure, i.e. the device upon which the handler is\nexecuting may already have been deleted.\n\nIn the future, we need to implement specific error objects and\ndecide whether an error need to be thrown or not.   Won\u0027t make a\ndifference for the delete scenario as the error seen is that the\ndevice is not found.\n\nChange-Id: I3e0755f78d53acdf3b7600c41aef0b5f65c4af02\n"
    },
    {
      "commit": "408cd96a8da028341a7141602247ab3c81e66ece",
      "tree": "be68937498b56ff2846df71911845081813072bd",
      "parents": [
        "8728525e8513196c30b7120a3d3c7332c6a03dff"
      ],
      "author": {
        "name": "Girish Gowdra",
        "email": "girish@opennetworking.org",
        "time": "Wed Mar 11 14:31:31 2020 -0700"
      },
      "committer": {
        "name": "Girish Gowdra",
        "email": "girish@opennetworking.org",
        "time": "Wed Mar 18 12:50:46 2020 -0700"
      },
      "message": "[VOL-2404] : RW-Core changes for handling OLT Reboot Scenario\n\n- When the OLT\u0027s connection status goes from REACHABLE to UNREACHABLE\n  in ENABLED/DISABLED admin state, delete all the logical ports,\n  child devices, logical device and device flows.\n\n- When OLT\u0027s connection status becomes reachable again, child devices,\n  ports will be re-discovered again. The logical device will be recreated\n  again.\n\n- Will not handle the case where OLT goes UNREACHABLE when OLT is disabled\n  as part of voltha2.3 release\n\nChange-Id: I34c0c538b44afa19e889e9631f0a738060a58fef\n"
    },
    {
      "commit": "8728525e8513196c30b7120a3d3c7332c6a03dff",
      "tree": "941e1dc26fd92f7c4e97fb1f6c06b2b375e15848",
      "parents": [
        "e75f28466d18d42734f2be42884145c25c6ded58"
      ],
      "author": {
        "name": "onkarkundargi",
        "email": "onkar.kundargi@gmail.com",
        "time": "Mon Jan 27 11:34:52 2020 +0530"
      },
      "committer": {
        "name": "Scott Baker",
        "email": "smbaker@gmail.com",
        "time": "Wed Mar 18 09:59:15 2020 -0700"
      },
      "message": "SEBA-749 Added on demand api code for omci test action\n\nChange-Id: I1a52dc5ec78ac61001e434c8c98f0400e034dc50\n"
    },
    {
      "commit": "e75f28466d18d42734f2be42884145c25c6ded58",
      "tree": "e356648f9ab97c0b239027db81707bd25fd8ea5e",
      "parents": [
        "48d46e11328a68b54f3ae2b42f6911d27fc6724d"
      ],
      "author": {
        "name": "Matt Jeanneret",
        "email": "mj3580@att.com",
        "time": "Sat Mar 14 15:45:12 2020 -0400"
      },
      "committer": {
        "name": "Matt Jeanneret",
        "email": "mj3580@att.com",
        "time": "Wed Mar 18 11:15:15 2020 -0400"
      },
      "message": "VOL-2114: No need for vid 4000 controller flows\n\nChange-Id: I054eef570c9e2978d05ab5403de7177cdb591295\n"
    },
    {
      "commit": "48d46e11328a68b54f3ae2b42f6911d27fc6724d",
      "tree": "06fc29f73275db4b088b2352bcfa9dd845e35504",
      "parents": [
        "442e7c79a650b83c0e84c5827d5f4e9f70b315fb"
      ],
      "author": {
        "name": "David Bainbridge",
        "email": "dbainbri@ciena.com",
        "time": "Tue Mar 17 15:05:55 2020 -0700"
      },
      "committer": {
        "name": "khenaidoo Nursimulu",
        "email": "knursimu@ciena.com",
        "time": "Wed Mar 18 14:50:09 2020 +0000"
      },
      "message": "VOL-2764 - default log level to warning\n\nChange-Id: I7b03332d22db42c26fc17e3861dda29f7a214c54\n"
    },
    {
      "commit": "442e7c79a650b83c0e84c5827d5f4e9f70b315fb",
      "tree": "90686a69e5f9fdb4d0c4f1f48e372eac5988477c",
      "parents": [
        "18fa0c944878b68cea9174f6f31a10133d3513c8"
      ],
      "author": {
        "name": "khenaidoo",
        "email": "knursimu@ciena.com",
        "time": "Tue Mar 10 16:13:48 2020 -0400"
      },
      "committer": {
        "name": "khenaidoo",
        "email": "knursimu@ciena.com",
        "time": "Tue Mar 17 16:04:32 2020 -0400"
      },
      "message": "[VOL-2164] Update rw-core to use the Async Kafka API\n\nThis commit consists of the following:\n\n1. Process per-device requests in the Core in the order they are\nreceived. If there are lots of requests on a given device then\nthere will be some latencies introduced due to ordering.  With\nrecent changes in the model along with keeping the request lock\nto a minimal then these latencies are reduced.  Testing did not\nshow and noticeable latencies.\n\n2) Keep the request lock from the moment a request started\nprocessing to the moment that request is sent to kafka (when\napplicable).  Adapter responses are received and processed\nasynchronously. Therefore, an adapter can takes all the time it\nneeds to process a transaction.  The Core still has a context\nwith timeout (configurable) to cater for cases where the adapter\ndoes not return a response.\n\n3) Adapter requests are processed to completion before sending a\nreponse back to the adapter.  Previously, in some cases, a\nseparate go routine was created to process the request and a\nsuccessful response is sent to the adapter.  Now if the request\nfails then the adapter will receive an error. The adapter\nrequests for a given device are therefore processed in the\norder they are received.\n\n4) Some changes are made when retrieving a handler to execute\na device state transition.  This was necessary as there was some\ntransition overlap found.\n\nUpdate after multiple reviews.\n\nChange-Id: I55a189efec1549a662f2d71e18e6eca9015a3a17\n"
    },
    {
      "commit": "18fa0c944878b68cea9174f6f31a10133d3513c8",
      "tree": "c745d0efe5a080b4d160b239f70d09e1d3d34994",
      "parents": [
        "5c2eb812bd10164a58f2c9f628eff39011a56b8f"
      ],
      "author": {
        "name": "Mahir Gunyel",
        "email": "mahir.gunyel@netsia.com",
        "time": "Fri Mar 06 13:34:04 2020 -0800"
      },
      "committer": {
        "name": "Mahir Gunyel",
        "email": "mahir.gunyel@netsia.com",
        "time": "Fri Mar 13 14:38:35 2020 -0700"
      },
      "message": "VOL-2728 - Do not inform logical_device_manager for PON port state updates\n\nChange-Id: Ie3ccf7ca02150d22a295e9e3b4458a69995ffe1b\n"
    },
    {
      "commit": "5c2eb812bd10164a58f2c9f628eff39011a56b8f",
      "tree": "fc4d747a945fdfe3ba9f7c397698c208e1422b47",
      "parents": [
        "b96359956761bec1baef2a9b361e6f1086f429b0"
      ],
      "author": {
        "name": "Thomas Lee S",
        "email": "Thomas.Sebastian@radisys.com",
        "time": "Thu Mar 12 09:31:12 2020 +0530"
      },
      "committer": {
        "name": "Thomas Lee S",
        "email": "Thomas.Sebastian@radisys.com",
        "time": "Fri Mar 13 00:52:50 2020 +0530"
      },
      "message": "VOL-2712: Fixing Meter Table Delete Issue\n\nChange-Id: I5604f765365beb843257566c2640bcf5912e39a5\n"
    },
    {
      "commit": "b96359956761bec1baef2a9b361e6f1086f429b0",
      "tree": "ed6ce68c058da0e3979949c06f3ee6fd5cc114f3",
      "parents": [
        "a71a54dcffaf1d44d4c3f999ae5b9a77b66f1dcf"
      ],
      "author": {
        "name": "Scott Baker",
        "email": "smbaker@gmail.com",
        "time": "Wed Mar 11 21:11:28 2020 -0700"
      },
      "committer": {
        "name": "Scott Baker",
        "email": "smbaker@gmail.com",
        "time": "Wed Mar 11 21:12:53 2020 -0700"
      },
      "message": "VOL-2788 update voltha-go to latest voltha-lib-go and release\n\nChange-Id: I853955d5ad3d84bae8b7b52e676872171c9ffe67\n"
    },
    {
      "commit": "a71a54dcffaf1d44d4c3f999ae5b9a77b66f1dcf",
      "tree": "65c7c5f58a884deac1a3ad9a8b775b1048a727df",
      "parents": [
        "aa8bd4dcc3510caf2c5362106d9bff2852663d31"
      ],
      "author": {
        "name": "Kent Hagerman",
        "email": "khagerma@ciena.com",
        "time": "Mon Mar 09 12:30:23 2020 -0400"
      },
      "committer": {
        "name": "Kent Hagerman",
        "email": "khagerma@ciena.com",
        "time": "Mon Mar 09 12:37:13 2020 -0400"
      },
      "message": "VOL-2726 Changed all usages of childTypesSingleton to use the provided getters and setters.\n\nThis makes map access thread-safe.\n\nChange-Id: I5cc1c6fa5c074c3020a1e1e37e88d2456f81ad7f\n"
    },
    {
      "commit": "aa8bd4dcc3510caf2c5362106d9bff2852663d31",
      "tree": "c7fb2df9a55ac2c81399c4c5954d3221caec68e7",
      "parents": [
        "32836733490acc62dc876f0893311af9f838bd06"
      ],
      "author": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Fri Feb 28 13:40:58 2020 -0800"
      },
      "committer": {
        "name": "khenaidoo Nursimulu",
        "email": "knursimu@ciena.com",
        "time": "Fri Mar 06 13:38:51 2020 +0000"
      },
      "message": "Expose PProf webserver outside the container\n\nChange-Id: Iaa748b3e134af586a9afe032c4c1626ac4778fac\n"
    },
    {
      "commit": "32836733490acc62dc876f0893311af9f838bd06",
      "tree": "f49946e17df30006e4b429f8edd72cf6c7c23ae0",
      "parents": [
        "eb8c4f8127f69fd5c511f84ff50f418f6f868e34"
      ],
      "author": {
        "name": "khenaidoo",
        "email": "knursimu@ciena.com",
        "time": "Thu Mar 05 16:10:44 2020 -0500"
      },
      "committer": {
        "name": "khenaidoo",
        "email": "knursimu@ciena.com",
        "time": "Thu Mar 05 16:10:44 2020 -0500"
      },
      "message": "[VOL-2715]  Fix device delete issue\n\nChange-Id: I148ff39c6ff976a1aae5f9d17c1ea9a043f12f37\n"
    },
    {
      "commit": "eb8c4f8127f69fd5c511f84ff50f418f6f868e34",
      "tree": "8b2c38528a37d175829e272d2bc5e6e9eebe5c49",
      "parents": [
        "2d87ee3bc250e9855b4ece4a95c0f3ed3a26a94a"
      ],
      "author": {
        "name": "David K. Bainbridge",
        "email": "dbainbri@ciena.com",
        "time": "Wed Mar 04 12:34:30 2020 -0800"
      },
      "committer": {
        "name": "David K. Bainbridge",
        "email": "dbainbri@ciena.com",
        "time": "Wed Mar 04 13:13:17 2020 -0800"
      },
      "message": "VOL-2401 - turn error into warning\n\nChange-Id: Ic7661bf6a9bda5d8468efe2124f7bcdc142be04a\n"
    },
    {
      "commit": "2d87ee3bc250e9855b4ece4a95c0f3ed3a26a94a",
      "tree": "767f5452a3c5d4433ad7b02a3b3df987c999fec1",
      "parents": [
        "67b221532a14f24e501a50da2078cd3d9b4ef4b7"
      ],
      "author": {
        "name": "Scott Baker",
        "email": "smbaker@gmail.com",
        "time": "Tue Mar 03 13:04:01 2020 -0800"
      },
      "committer": {
        "name": "Scott Baker",
        "email": "smbaker@gmail.com",
        "time": "Wed Mar 04 09:28:22 2020 -0800"
      },
      "message": "VOL-2696 Stop monitorKvstoreLiveness goroutine when core is stopped\n\nChange-Id: I648d90b43164d11a54a638da1d0d90d21268ed32\n"
    },
    {
      "commit": "67b221532a14f24e501a50da2078cd3d9b4ef4b7",
      "tree": "985720180260dc18a115b61a3828ab67b89d7f82",
      "parents": [
        "42f6c84397bc522a0b30970b846a91e1873e31df"
      ],
      "author": {
        "name": "khenaidoo",
        "email": "knursimu@ciena.com",
        "time": "Mon Mar 02 16:01:25 2020 -0500"
      },
      "committer": {
        "name": "khenaidoo",
        "email": "knursimu@ciena.com",
        "time": "Tue Mar 03 10:47:45 2020 -0500"
      },
      "message": "[VOL-2688] Improve core model performance\n\nThis commit addresses the low-hanging performance hogs in the\ncore model.  In particular, the following changes are made:\n\n1) Remove proto message comparision when it\u0027s possible.  The proto\nmessage deep comparison is quite expensive.\n2) Since the Core already has a lock on the device/logicaldevice/\nadapters/etc before invoking the model proxy then there is no\nneed for the latter to create an additional lock on these artifacts\nduting an update\n3) The model creates a watch on every artifacts it adds to the KV\nstore.   Since in the next Voltha release we will not be using Voltha\nCore in pairs then there is no point in keeping these watches (these\nis only 1 Core that will ever update an artifact in the next\ndeployment).  This update removes these watch.\n4) Additional unit tests has been created, mostly around flows, in an\nattempt to exercise both the core and the model further.\n\nChange-Id: Ieaf1f6b9b05c56e819600bc55b46a05f73b8efcf\n"
    },
    {
      "commit": "42f6c84397bc522a0b30970b846a91e1873e31df",
      "tree": "f939628c5760ffdfda15bd722b538aba3a4b085d",
      "parents": [
        "c704def6b3ea8c03b8c396fe8dbbc9be44087916"
      ],
      "author": {
        "name": "divyadesai",
        "email": "divya.desai@infosys.com",
        "time": "Mon Mar 02 06:53:18 2020 +0000"
      },
      "committer": {
        "name": "Divya Desai",
        "email": "divya.desai@infosys.com",
        "time": "Tue Mar 03 04:45:39 2020 +0000"
      },
      "message": "release voltha-go 2.3.3\n\nChange-Id: Ie1c9b8ebd2a74d143307ac10ee2d4d399a700418\n"
    },
    {
      "commit": "c704def6b3ea8c03b8c396fe8dbbc9be44087916",
      "tree": "dc6c7f34a2494cf258afe2c16aac871f47b5e193",
      "parents": [
        "e8ad020e016d839e7b54c1fea5bcd84005f9c762"
      ],
      "author": {
        "name": "Hardik Windlass",
        "email": "hardik_windlass@infosys.com",
        "time": "Wed Feb 26 18:23:19 2020 +0000"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Mon Mar 02 16:10:34 2020 +0000"
      },
      "message": "[VOL-2573] Delete all logical ports on OLT Delete\n\nChange-Id: Id809e176fe3a902aabea8cbce573fbf9710d9b10\n"
    },
    {
      "commit": "e8ad020e016d839e7b54c1fea5bcd84005f9c762",
      "tree": "4b193c23f22b67450f5309d78e7ad97518cf38de",
      "parents": [
        "c68c9c053a403dcefc9a64917ec42e183042bcd8"
      ],
      "author": {
        "name": "Chaitrashree G S",
        "email": "Chaitrashree.S@radisys.com",
        "time": "Thu Feb 27 18:48:00 2020 -0500"
      },
      "committer": {
        "name": "Chaitrashree G S",
        "email": "Chaitrashree.S@radisys.com",
        "time": "Sun Mar 01 17:19:59 2020 -0500"
      },
      "message": "[VOL-2673]:added check to verify deletion of onu devices on deleting same.\n\nChange-Id: If01e3ccca6bfd605cee5f5a46a3cddc2b4e6a483\n"
    },
    {
      "commit": "c68c9c053a403dcefc9a64917ec42e183042bcd8",
      "tree": "da4be2554db738d6c1de1a281ef1248d2850aa4f",
      "parents": [
        "fdea1e3fb6a5e4e964107fb4b15021e741bff72f"
      ],
      "author": {
        "name": "divyadesai",
        "email": "divya.desai@infosys.com",
        "time": "Wed Feb 26 12:48:09 2020 +0000"
      },
      "committer": {
        "name": "Scott Baker",
        "email": "smbaker@gmail.com",
        "time": "Fri Feb 28 08:15:22 2020 -0800"
      },
      "message": "[VOL-2537] Logging - Implement dynamic log levels in voltha-core\n\nChange-Id: If8e1bee7629d58119b3e08b53a24719020495e28\n"
    },
    {
      "commit": "fdea1e3fb6a5e4e964107fb4b15021e741bff72f",
      "tree": "d23c211e5bd8082ecc9456b9804344df5cd9b08e",
      "parents": [
        "9ac1cd5bae3d4135813d6225784df4a20953d079"
      ],
      "author": {
        "name": "Scott Baker",
        "email": "smbaker@gmail.com",
        "time": "Fri Feb 21 15:35:41 2020 -0800"
      },
      "committer": {
        "name": "Scott Baker",
        "email": "smbaker@gmail.com",
        "time": "Thu Feb 27 10:21:04 2020 -0800"
      },
      "message": "VOL-2632 Error propagation from HashFlowStats\n\nChange-Id: If2872e97e2b6c3c751f64dadfef47bfde3a77551\n"
    },
    {
      "commit": "9ac1cd5bae3d4135813d6225784df4a20953d079",
      "tree": "4e245af521c6f39402b34db995d33db9e27b3b4e",
      "parents": [
        "543df3ed7465c42389365a8910ea79c64db87636"
      ],
      "author": {
        "name": "Kent Hagerman",
        "email": "khagerma@ciena.com",
        "time": "Wed Feb 26 12:44:42 2020 -0500"
      },
      "committer": {
        "name": "Kent Hagerman",
        "email": "khagerma@ciena.com",
        "time": "Thu Feb 27 15:19:28 2020 +0000"
      },
      "message": "Adding changes missed to new Dockerfile (due to rebase).\n\nAlso removed now-redundant GO111MODULE\u003don flag.\n\nVOL-2647\n\nChange-Id: I8c6d00985570f6b5ddddd385f3d00ad96a0541dc\n"
    },
    {
      "commit": "543df3ed7465c42389365a8910ea79c64db87636",
      "tree": "09224c11ba2517cb0e1834b3b0e02eced49054d1",
      "parents": [
        "dcd4dcccc7f926721ed411065be28b493de2f1ef"
      ],
      "author": {
        "name": "Chaitrashree G S",
        "email": "Chaitrashree.S@radisys.com",
        "time": "Mon Feb 24 22:36:54 2020 -0500"
      },
      "committer": {
        "name": "Chaitrashree G S",
        "email": "Chaitrashree.S@radisys.com",
        "time": "Wed Feb 26 19:42:48 2020 -0500"
      },
      "message": "[VOL-1385] : Changes to support ONU delete\n Tested with,\n1. ONU disable-\u003edelete\n2. ONU delete\n3. OLT delete\n\nChange-Id: I8e6ff41a7ea8e94014700f274cb24fea73ac41f4\n"
    },
    {
      "commit": "dcd4dcccc7f926721ed411065be28b493de2f1ef",
      "tree": "4e1c7d267dc6a97652d620fa2d3b84bdbc43975d",
      "parents": [
        "65cb19fd45f843f873506de016aec317d75d4998"
      ],
      "author": {
        "name": "Kent Hagerman",
        "email": "khagerma@ciena.com",
        "time": "Tue Feb 25 17:56:17 2020 -0500"
      },
      "committer": {
        "name": "Kent Hagerman",
        "email": "khagerma@ciena.com",
        "time": "Tue Feb 25 19:13:19 2020 -0500"
      },
      "message": "Updated tools version to 2.0.0\n\nAlso merged lint-style (gofmt) into golangci-lint (enabled gofmt).\nAlso removed redundant lint-sanity (govet) which is already checked by golangci-lint.\nAlso made minor code changes to pass new golangci-lint tests.\nAlso changed lint-mod slightly so it reverts any changes it makes go.mod, go.sum, and vendor/.\n\nVOL-2647\n\nChange-Id: I15557edf0f9225ea1c44e5bab29481d17a82e2b8\n"
    },
    {
      "commit": "65cb19fd45f843f873506de016aec317d75d4998",
      "tree": "dc890013b45c48de6ec3e6e9aef2866bea4cdb19",
      "parents": [
        "0e78ba2e2022d2bcf56e2ca31e6a56379ddb8038"
      ],
      "author": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Tue Feb 25 12:06:48 2020 -0800"
      },
      "committer": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Tue Feb 25 12:06:48 2020 -0800"
      },
      "message": "Fixing docker-compose parameters for ONOS-2.2.1 and log-level changes\n\nChange-Id: I0645205a46019f3b7426b584ddb1b234cf61de3b\n"
    },
    {
      "commit": "0e78ba2e2022d2bcf56e2ca31e6a56379ddb8038",
      "tree": "24f0ca6f5946c4e54599ed1061d03878c444aa87",
      "parents": [
        "7f72f0c46c572c0497727965e111ae66fe933bbc"
      ],
      "author": {
        "name": "Scott Baker",
        "email": "smbaker@gmail.com",
        "time": "Mon Feb 24 17:58:47 2020 -0800"
      },
      "committer": {
        "name": "Scott Baker",
        "email": "smbaker@gmail.com",
        "time": "Tue Feb 25 11:25:48 2020 -0800"
      },
      "message": "VOL-2631 Update to voltha-lib-go 3.0.14\n\nChange-Id: I21ef41d49ad6bd42ad301962583d2aabdea7ccad\n"
    },
    {
      "commit": "7f72f0c46c572c0497727965e111ae66fe933bbc",
      "tree": "7874ec55c4e419036b57e16c54432318a8d714b5",
      "parents": [
        "2ebbf220fe40b152e37df02d38fc4b1dcd2c9136"
      ],
      "author": {
        "name": "Rohan Agrawal",
        "email": "rohan.agrawal01@infosys.com",
        "time": "Tue Jan 14 12:05:51 2020 +0000"
      },
      "committer": {
        "name": "Scott Baker",
        "email": "smbaker@gmail.com",
        "time": "Mon Feb 24 13:35:54 2020 -0800"
      },
      "message": "[VOL-2356]core log_level command line argument should take log level names not int value\n\nChange-Id: Ifc9ca5aa6d2b40e068e0ecad845a788edad0a3a1\n"
    },
    {
      "commit": "2ebbf220fe40b152e37df02d38fc4b1dcd2c9136",
      "tree": "836febe9e2b3c81ccf15291d0874244827a323b1",
      "parents": [
        "e935b33392e67708b83292c27480ae5258c37724"
      ],
      "author": {
        "name": "David Bainbridge",
        "email": "dbainbri@ciena.com",
        "time": "Mon Feb 24 19:16:07 2020 +0000"
      },
      "committer": {
        "name": "David Bainbridge",
        "email": "dbainbri@ciena.com",
        "time": "Mon Feb 24 19:16:07 2020 +0000"
      },
      "message": "Revert \"[VOL-1385] : code changes to support ONU delete\"\n\nThis reverts commit e935b33392e67708b83292c27480ae5258c37724.\n\nChange-Id: Ibd10b43d8d6264a7b0b12386eb9833b5a4864ffd\n"
    },
    {
      "commit": "e935b33392e67708b83292c27480ae5258c37724",
      "tree": "2024e0fda291242491fb863afec58537785c3662",
      "parents": [
        "80b987ded390cc5e6422f92d126272b05f812dcb"
      ],
      "author": {
        "name": "Chaitrashree G S",
        "email": "Chaitrashree.S@radisys.com",
        "time": "Tue Feb 04 17:48:20 2020 -0500"
      },
      "committer": {
        "name": "Chaitrashree G S",
        "email": "Chaitrashree.S@radisys.com",
        "time": "Sun Feb 23 18:18:50 2020 -0500"
      },
      "message": "[VOL-1385] : code changes to support ONU delete\n\nChange-Id: Ic4436f53a2dbe36191ae44d56d5119bed1346c7a\n"
    },
    {
      "commit": "80b987ded390cc5e6422f92d126272b05f812dcb",
      "tree": "836febe9e2b3c81ccf15291d0874244827a323b1",
      "parents": [
        "8eca462d41aebae387dc0a001d838966b0f072fe"
      ],
      "author": {
        "name": "khenaidoo",
        "email": "knursimu@ciena.com",
        "time": "Thu Feb 20 10:52:52 2020 -0500"
      },
      "committer": {
        "name": "khenaidoo Nursimulu",
        "email": "knursimu@ciena.com",
        "time": "Thu Feb 20 16:00:24 2020 +0000"
      },
      "message": "[VOL-2628] Fix issue with peer ports\n\nThere is a scenario where a request to add a PON peer port\nis received before the OLT PON port has been created.  When this occurs\nthe relationship between the parent device and that child device is\nlost.  Routes needed for flow decomposition cannot be created and\nany request to retrieve child devices will fail.  This fix creates\na default PON port on the OLT when the peer request is received\nand update the PON port with the latest info when the actual OLT\nPON port creation is received.\n\nChange-Id: I81807b3f4cbe7e9c1e3bbcb138fa8d4f20c6edeb\n"
    },
    {
      "commit": "8eca462d41aebae387dc0a001d838966b0f072fe",
      "tree": "9a47e3974d43785d805e87c4c34fca47a0c28066",
      "parents": [
        "997e71120e216b1440d4af767a4ae9f9be52df69"
      ],
      "author": {
        "name": "Don Newton",
        "email": "dn8474@att.com",
        "time": "Mon Feb 10 16:44:48 2020 -0500"
      },
      "committer": {
        "name": "khenaidoo Nursimulu",
        "email": "knursimu@ciena.com",
        "time": "Thu Feb 20 13:51:18 2020 +0000"
      },
      "message": "enable compile time profiling\n\nChange-Id: I27a83e59c799e71b75fac413880072adc156aa74\n"
    },
    {
      "commit": "997e71120e216b1440d4af767a4ae9f9be52df69",
      "tree": "51369939ba827407079df2c4af3cd1b19b8cbdfb",
      "parents": [
        "5a2ae87553b45b74ce7e99bdd1c718bbcebf9a8b"
      ],
      "author": {
        "name": "Scott Baker",
        "email": "smbaker@gmail.com",
        "time": "Wed Feb 19 16:31:32 2020 -0800"
      },
      "committer": {
        "name": "Scott Baker",
        "email": "smbaker@gmail.com",
        "time": "Wed Feb 19 16:31:32 2020 -0800"
      },
      "message": "VOL-2630 return to -dev version\n\nChange-Id: I4b60bf4cdd45fc0d78dbccce8f78b10e36308e96\n"
    },
    {
      "commit": "5a2ae87553b45b74ce7e99bdd1c718bbcebf9a8b",
      "tree": "0b28c0454213cbc1d4a7726d8069c68883e05145",
      "parents": [
        "1b82075b9ef88157f152201683a297318f530a39"
      ],
      "author": {
        "name": "Scott Baker",
        "email": "smbaker@gmail.com",
        "time": "Wed Feb 19 09:18:35 2020 -0800"
      },
      "committer": {
        "name": "Scott Baker",
        "email": "smbaker@gmail.com",
        "time": "Wed Feb 19 09:18:35 2020 -0800"
      },
      "message": "VOL-2630 Release voltha-go 2.3.0\n\nChange-Id: I29ce1ef75c21563a757145faf6cdd16f10fc34f2\n"
    },
    {
      "commit": "1b82075b9ef88157f152201683a297318f530a39",
      "tree": "b3512d7619f7b915b5519a87ad04fea04f00ebe9",
      "parents": [
        "e93988b684115da3df253c549feb39351dba344b"
      ],
      "author": {
        "name": "Kent Hagerman",
        "email": "khagerma@ciena.com",
        "time": "Fri Feb 14 14:45:51 2020 -0500"
      },
      "committer": {
        "name": "Kent Hagerman",
        "email": "khagerma@ciena.com",
        "time": "Tue Feb 18 10:08:15 2020 -0500"
      },
      "message": "Modified tool container flags so CTRL-C works properly.\n\nVOL-2594\n\nChange-Id: Iaa657935ac89056ea007ccc613b5b2180e658a43\n"
    },
    {
      "commit": "e93988b684115da3df253c549feb39351dba344b",
      "tree": "946385e2a8641ef36719e0935a28848900ccd496",
      "parents": [
        "820197cd6aa714dc34d2b3278d138fdfa884eb77"
      ],
      "author": {
        "name": "Matt Jeanneret",
        "email": "mj3580@att.com",
        "time": "Sun Feb 16 16:00:57 2020 -0500"
      },
      "committer": {
        "name": "Matt Jeanneret",
        "email": "mj3580@att.com",
        "time": "Mon Feb 17 11:01:23 2020 -0500"
      },
      "message": "VOL-2602 Update docker compose onos netcfg for new onos\n\n- new style sadis configuration\n- bbsim can now provide its own sadis config\n- update development quickstart doc with new onos and\nCLI output\n\nChange-Id: Ifbf06d473eee033bd11e650b0f749d746923e71f\n"
    },
    {
      "commit": "820197cd6aa714dc34d2b3278d138fdfa884eb77",
      "tree": "527abb866e97771baaa746fe46fd408a3c9576e0",
      "parents": [
        "16ce36a1d659ee84982d81399ef9bf0a4f015b1e"
      ],
      "author": {
        "name": "khenaidoo",
        "email": "knursimu@ciena.com",
        "time": "Thu Feb 13 16:35:33 2020 -0500"
      },
      "committer": {
        "name": "khenaidoo",
        "email": "knursimu@ciena.com",
        "time": "Fri Feb 14 14:06:25 2020 -0500"
      },
      "message": "[VOL-2576] Improve route calculation\n\nThis commit changes the way device routes are calculated. It\nreplaces the device graph method. The graph method relies on the\nshortest path calculation which is quite resource intensive. For\ninstance, generating the routes for a PON network with 1 OLT having\n8 PON ports, 64 ONUs per Port and 4 UNIs per ONUs took 96 secs to\ngenerate the 4096 routes.  The new method creates the routes from\nthe devices data with no middle step.  Generating routes for the\nabove topology now takes 4ms.\n\nChange-Id: I32bffe06d12ad0fea94002a39f217547dc55cdbf\n"
    },
    {
      "commit": "16ce36a1d659ee84982d81399ef9bf0a4f015b1e",
      "tree": "44cf0b4c97c2b49cfcdf3dc228b41d9e5eb058fb",
      "parents": [
        "bc2d162003d5027cc39bd444dfe4e64e3cb5aadc"
      ],
      "author": {
        "name": "Kent Hagerman",
        "email": "khagerma@ciena.com",
        "time": "Tue Dec 17 13:40:53 2019 -0500"
      },
      "committer": {
        "name": "Kent Hagerman",
        "email": "khagerma@ciena.com",
        "time": "Fri Feb 07 10:54:11 2020 -0500"
      },
      "message": "The adapter last_communication is now updated when a message is received from an adapter.\n\nFor VOL-2207.  Please consider these related patchsets together:\nhttps://gerrit.opencord.org/#/q/VOL-2207\n\nChange-Id: I52702c6e15292a9a443b11ee7f63dabf7b43e65a\n"
    },
    {
      "commit": "bc2d162003d5027cc39bd444dfe4e64e3cb5aadc",
      "tree": "47ddf5e10963587b4b304a8139616a98c1f447db",
      "parents": [
        "467fe7536d85d096354b60fa49346f20a9e6f7f7"
      ],
      "author": {
        "name": "kesavand",
        "email": "kesavan.duraiswamy@gmail.com",
        "time": "Tue Jan 21 00:42:01 2020 -0500"
      },
      "committer": {
        "name": "kesavand",
        "email": "kesavan.duraiswamy@gmail.com",
        "time": "Thu Feb 06 17:27:45 2020 -0500"
      },
      "message": "VOL-2463 : Enable and disable pon/NNI port Core changes\n\nChange-Id: I7671daf47bad2e2a1ba183d458941e033d529ced\n"
    },
    {
      "commit": "467fe7536d85d096354b60fa49346f20a9e6f7f7",
      "tree": "8022b3eb7b2188716eb3649d8f12543e3b9ddb18",
      "parents": [
        "b9cfcb167c2cbe01ea37cf1edd4e3dd9915b78d0"
      ],
      "author": {
        "name": "npujar",
        "email": "Nikhil.Pujar@radisys.com",
        "time": "Thu Jan 16 20:17:45 2020 +0530"
      },
      "committer": {
        "name": "Kent Hagerman",
        "email": "khagerma@ciena.com",
        "time": "Tue Feb 04 11:25:40 2020 -0500"
      },
      "message": "VOL-2180 context changes in voltha-go\n\nPassed context up as far as possible.\nWhere context reached the gRPC api, the context is passed through directly.\nWhere context reached the kafka api, context.TODO() was used (as this NBI does not support context or request cancelation)\nAnywhere a new thread is started, and the creating thread makes no attempt to wait, context.Background() was used.\nAnywhere a new thread is started, and the creating thread waits for completion, the ctx is passed through from the creating thread.\nCancelation of gRPC NBI requests should recursively cancel all the way through to the KV.\n\nChange-Id: I7a65b49ae4e8c1d5263c27d2627e0ffe4d1eb71b\n"
    },
    {
      "commit": "b9cfcb167c2cbe01ea37cf1edd4e3dd9915b78d0",
      "tree": "9ec8082c5d0d548b2856bf6f3f1a0cc2e0fcfcf8",
      "parents": [
        "812b257d6e1a4df4752f38b271a5cff1b1934272"
      ],
      "author": {
        "name": "Hardik Windlass",
        "email": "hardik_windlass@infosys.com",
        "time": "Mon Feb 03 15:59:46 2020 +0000"
      },
      "committer": {
        "name": "Hardik Windlass",
        "email": "hardik_windlass@infosys.com",
        "time": "Mon Feb 03 16:00:02 2020 +0000"
      },
      "message": "[VOL-2415] Enable with invalid device-id should throw NotFound error\n\nChange-Id: Ifb3b188b8fe31563326485cdbf59a92c0029e1b1\n"
    },
    {
      "commit": "812b257d6e1a4df4752f38b271a5cff1b1934272",
      "tree": "c9e56f20c9c53c0a844cab7a2c78a9a41d2481ed",
      "parents": [
        "d5e8bd582a333428c37ec9b570e7ac30d0e3f44d"
      ],
      "author": {
        "name": "Kent Hagerman",
        "email": "khagerma@ciena.com",
        "time": "Tue Jan 28 11:57:51 2020 -0500"
      },
      "committer": {
        "name": "Kent Hagerman",
        "email": "khagerma@ciena.com",
        "time": "Fri Jan 31 13:01:01 2020 -0500"
      },
      "message": "Modified Makefile to use containerized tools.\n\nVOL-2428\n\nChange-Id: I1e5e420661067625dcc50d9ab0d41301048aac90\n"
    },
    {
      "commit": "d5e8bd582a333428c37ec9b570e7ac30d0e3f44d",
      "tree": "5e9545d9c6a6e7edf79a7bde49f4f8921edd8cc9",
      "parents": [
        "1001404f02dee3e1a1a59efeaa8ce27dacf30517"
      ],
      "author": {
        "name": "Kent Hagerman",
        "email": "khagerma@ciena.com",
        "time": "Thu Jan 30 16:30:16 2020 -0500"
      },
      "committer": {
        "name": "Kent Hagerman",
        "email": "khagerma@ciena.com",
        "time": "Fri Jan 31 09:40:27 2020 -0500"
      },
      "message": "Removed all references to the ro-core.\n\nAlso removed unused afrouter tests.\nAlso removed cli/ folder.\n\nCompletes VOL-2295\n\nChange-Id: Id8afcbf80a55b6d3d254896222c427834e0795d7\n"
    },
    {
      "commit": "1001404f02dee3e1a1a59efeaa8ce27dacf30517",
      "tree": "044bd7362b4b57475c07f347f8492833afd6d6b0",
      "parents": [
        "fc3b1af55854ae71e2aae4d5478f904ae64d6f96"
      ],
      "author": {
        "name": "Hardik Windlass",
        "email": "hardik_windlass@infosys.com",
        "time": "Thu Jan 30 17:59:58 2020 +0000"
      },
      "committer": {
        "name": "Hardik Windlass",
        "email": "hardik_windlass@infosys.com",
        "time": "Fri Jan 31 10:30:37 2020 +0000"
      },
      "message": "[VOL-2221] UT for db/model Pkg\n\nChange-Id: I387469dd2e9e0ab7af32b15715019a54f5f6253e\n"
    },
    {
      "commit": "fc3b1af55854ae71e2aae4d5478f904ae64d6f96",
      "tree": "f0071de83a25d37aa1c1f6e0f0bd27681fa702c4",
      "parents": [
        "e7be13387c4a38d91c3c63cd0c6d5e0002697a7c"
      ],
      "author": {
        "name": "Esin Karaman",
        "email": "esin.karaman@netsia.com",
        "time": "Wed Jan 29 16:52:00 2020 +0000"
      },
      "committer": {
        "name": "Esin Karaman",
        "email": "esin.karaman@netsia.com",
        "time": "Wed Jan 29 20:17:04 2020 +0300"
      },
      "message": "VOL-2521 \"Group-id-not-present-in-map\" error message appears in rw-core logs\nduring multicast flow removal. Multicast flow removal request can not be\ndispatched to the open-olt adapter at all.\n\nChange-Id: I978b00028e46af99aba7e3006b1fb05f74ecc464\n"
    },
    {
      "commit": "e7be13387c4a38d91c3c63cd0c6d5e0002697a7c",
      "tree": "fea201621a92662e7d9e7d7712fd93db5a9276ce",
      "parents": [
        "60a7262a8794a1b83a45557ca3ad90012a18ed51"
      ],
      "author": {
        "name": "khenaidoo",
        "email": "knursimu@ciena.com",
        "time": "Fri Jan 24 18:58:33 2020 -0500"
      },
      "committer": {
        "name": "khenaidoo",
        "email": "knursimu@ciena.com",
        "time": "Fri Jan 24 19:02:51 2020 -0500"
      },
      "message": "[VOL-2500] Fix panic in Core\n\nChange-Id: Icab88ac08048bcc334a311ff4c47615baf099d05\n"
    },
    {
      "commit": "60a7262a8794a1b83a45557ca3ad90012a18ed51",
      "tree": "57f6eac5291fedaa3b253a10d68f448fd7065231",
      "parents": [
        "2ae470fb773f92a43078574e343967263fb38c96"
      ],
      "author": {
        "name": "khenaidoo",
        "email": "knursimu@ciena.com",
        "time": "Wed Jan 22 12:22:05 2020 -0500"
      },
      "committer": {
        "name": "khenaidoo Nursimulu",
        "email": "knursimu@ciena.com",
        "time": "Fri Jan 24 16:48:22 2020 +0000"
      },
      "message": "[VOL-2486]  Changing voltha-go to v2.3.0-dev\n\nChange-Id: I7502753613be83724d4684e341847bab2cd8617c\n"
    },
    {
      "commit": "2ae470fb773f92a43078574e343967263fb38c96",
      "tree": "52ef7d2f5cc889c7a8b8cfbf2293e20d76b94ccb",
      "parents": [
        "0c89b3c7ea245bbb4861e497a72990520da0cf7c"
      ],
      "author": {
        "name": "serkant.uluderya",
        "email": "serkant.uluderya@netsia.com",
        "time": "Tue Jan 21 11:13:09 2020 -0800"
      },
      "committer": {
        "name": "khenaidoo Nursimulu",
        "email": "knursimu@ciena.com",
        "time": "Fri Jan 24 16:24:16 2020 +0000"
      },
      "message": "VOL-1643 Update voltha-go to use voltha-protos and voltha-lib-go v3.0.0\n\nChange-Id: I86744943d59de38e9285ed7f53adc49c3b047e62\n"
    },
    {
      "commit": "0c89b3c7ea245bbb4861e497a72990520da0cf7c",
      "tree": "589639ad2a559585700362ebc9f63f5f738e7671",
      "parents": [
        "9318152e8e877a8c7ba2ce4cae747ff1d3ffab92"
      ],
      "author": {
        "name": "Kent Hagerman",
        "email": "khagerma@ciena.com",
        "time": "Fri Jan 24 10:38:36 2020 -0500"
      },
      "committer": {
        "name": "Matteo Scandolo",
        "email": "teo@opennetworking.org",
        "time": "Fri Jan 24 15:42:23 2020 +0000"
      },
      "message": "Updated golangci-lint timeout to 2m.\n\nChange-Id: I17e1c0d41c49ed4b61a02fa1d4d133061359a953\n"
    },
    {
      "commit": "9318152e8e877a8c7ba2ce4cae747ff1d3ffab92",
      "tree": "2359b3eb7848730a63984c48ddf15624e42f6fc5",
      "parents": [
        "9a30c70563edc4881bf6921d63201fff6d354066"
      ],
      "author": {
        "name": "khenaidoo",
        "email": "knursimu@ciena.com",
        "time": "Thu Jan 23 12:43:21 2020 -0500"
      },
      "committer": {
        "name": "khenaidoo",
        "email": "knursimu@ciena.com",
        "time": "Thu Jan 23 12:43:21 2020 -0500"
      },
      "message": "[VOL-2490] Fix jenkins test when using mock onu adapter\n\nChange-Id: I72191d4162ea96d080003bfa4d24cfe3d8c495c3\n"
    },
    {
      "commit": "9a30c70563edc4881bf6921d63201fff6d354066",
      "tree": "ec1986a43ebc55cb94b72d8db661ef3404f98828",
      "parents": [
        "86380a9bcea49c01ad8826cf51220e64d3c95bec"
      ],
      "author": {
        "name": "npujar",
        "email": "Nikhil.Pujar@radisys.com",
        "time": "Thu Nov 14 17:06:39 2019 +0530"
      },
      "committer": {
        "name": "npujar",
        "email": "Nikhil.Pujar@radisys.com",
        "time": "Tue Jan 21 15:38:08 2020 +0530"
      },
      "message": "VOL-1900 lint warning fixes db\n\nChange-Id: Iaa4e5c271c9e1d7c8ebce1e13c7e723ea4762304\n"
    },
    {
      "commit": "86380a9bcea49c01ad8826cf51220e64d3c95bec",
      "tree": "8f486f2a474ee700ca8f8aae493151e49dca635c",
      "parents": [
        "93d5a3d6df65a340b43643ea5b704289b76ba4fb"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Fri Jan 17 13:25:40 2020 +0100"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Fri Jan 17 13:25:40 2020 +0100"
      },
      "message": "Adding the voltha docs to the voltha-go readme\n\nChange-Id: I364b4287f9810423eb4716a1cd0ce46c978abd3c\n"
    },
    {
      "commit": "93d5a3d6df65a340b43643ea5b704289b76ba4fb",
      "tree": "80402a4457b6f7ea43a1c15b025615ab074c1039",
      "parents": [
        "49085359a5ca0dc316c8fa59aed0d47fba285bb2"
      ],
      "author": {
        "name": "khenaidoo",
        "email": "knursimu@ciena.com",
        "time": "Wed Jan 15 12:37:05 2020 -0500"
      },
      "committer": {
        "name": "khenaidoo",
        "email": "knursimu@ciena.com",
        "time": "Thu Jan 16 09:02:38 2020 -0500"
      },
      "message": "[VOL-2442] Fix for Core panic\n\nThe logical device agent was receiving logical ports creation\nwhile the logical device was not ready - it was waiting for\nswitch capability data from the OLT device.  This was causing\na panic.  The fix prevents logical port creation to be\ntrigerred when the logical device is not ready.  Once the\nlogical device is ready it will go over the ports data from the\nOLT device and automatically create the logical ports.\n\nChange-Id: Iad62302eda80fa158e59852810ad272a8aeedb7b\n"
    },
    {
      "commit": "49085359a5ca0dc316c8fa59aed0d47fba285bb2",
      "tree": "ce9abbf785e9feb2885b500dec9b982654120e2e",
      "parents": [
        "09959ae1c1f0362b5cf0408dc8335c9e4fbf9f5c"
      ],
      "author": {
        "name": "khenaidoo",
        "email": "knursimu@ciena.com",
        "time": "Mon Jan 13 19:15:43 2020 -0500"
      },
      "committer": {
        "name": "khenaidoo",
        "email": "knursimu@ciena.com",
        "time": "Tue Jan 14 16:08:02 2020 -0500"
      },
      "message": "[VOL-2454] Fix for device deletion in the rw_core\n\nWhen a parent device is deleted, its child devices are deleted\nas well.  The state machine in the Core ensures this process occurs.\nHowever, there were \"duplicate\" codes during the parent device\ndeletion where it was triggering child devices in being deleted\nagain.  This is incorrect is being addressed by this change.\n\nChange-Id: I8dbbe48e97f70638a0ea28444825452b366da137\n"
    },
    {
      "commit": "09959ae1c1f0362b5cf0408dc8335c9e4fbf9f5c",
      "tree": "321519dc026cbf2bc0398d4e81f75ae1db6960e2",
      "parents": [
        "7cf8e0b18db7e80a5cf9606fb149bca10f083c85"
      ],
      "author": {
        "name": "Esin Karaman",
        "email": "esin.karaman@netsia.com",
        "time": "Fri Nov 29 13:59:58 2019 +0000"
      },
      "committer": {
        "name": "Matt Jeanneret",
        "email": "mj3580@att.com",
        "time": "Fri Jan 10 17:19:30 2020 +0000"
      },
      "message": "VOL-2294 Flow-decomposer should not decompose multicast flows;\nit should leave it as it is.\n\nChange-Id: I6020b66257ed6f19145298dde34c2bae7b338650\n"
    },
    {
      "commit": "7cf8e0b18db7e80a5cf9606fb149bca10f083c85",
      "tree": "2d7097296089bfe929913cca71dbebd208835077",
      "parents": [
        "e5a4401f01c75f52717611fadb14d7d00f91c1cf"
      ],
      "author": {
        "name": "Matt Jeanneret",
        "email": "mj3580@att.com",
        "time": "Thu Jan 09 11:57:51 2020 -0500"
      },
      "committer": {
        "name": "Matt Jeanneret",
        "email": "mj3580@att.com",
        "time": "Thu Jan 09 13:36:15 2020 -0500"
      },
      "message": "VOL-2106 Fix RPC name to be consistent with others\n\nPython adapters expect the first letter to be lower case.\nGolang adapters already string.Title() uppercase the func name\nso this does not affect them.\n\nChange-Id: Ie88a3daf290ce23616051b34a6c409c8c8c51440\n"
    },
    {
      "commit": "e5a4401f01c75f52717611fadb14d7d00f91c1cf",
      "tree": "7888a697d8bc05f81174c80e8971b660ff2cf215",
      "parents": [
        "2ea59216efeae69eb02eb658ce98532e618640d2"
      ],
      "author": {
        "name": "Thomas Lee S",
        "email": "Thomas.Sebastian@radisys.com",
        "time": "Thu Nov 07 20:32:24 2019 +0530"
      },
      "committer": {
        "name": "Thomas Lee S",
        "email": "Thomas.Sebastian@radisys.com",
        "time": "Thu Jan 09 13:15:17 2020 +0530"
      },
      "message": "VOL-1774 Etcd Crash Handling\n\nChange-Id: I1eeb726654c3972fd0a4fafae134607e5a810415\n"
    },
    {
      "commit": "2ea59216efeae69eb02eb658ce98532e618640d2",
      "tree": "6cbbb9066be8771587055f403bc2f57db6bc5508",
      "parents": [
        "7a6cce23f78e03fe67fa7cfe693c78ff88030d8a"
      ],
      "author": {
        "name": "Esin Karaman",
        "email": "esin.karaman@netsia.com",
        "time": "Fri Dec 06 11:41:58 2019 +0000"
      },
      "committer": {
        "name": "Esin Karaman",
        "email": "esin.karaman@netsia.com",
        "time": "Fri Dec 20 13:16:39 2019 +0300"
      },
      "message": "VOL-2330 Add Support for handling multicast groups in VOLTHA Core\n\nChange-Id: I6a99319d8708ec4958690e696b6fd51b1dbe838b\n"
    },
    {
      "commit": "7a6cce23f78e03fe67fa7cfe693c78ff88030d8a",
      "tree": "c78fed1a9a8e22a488a644d6d0b7e884d2bcb026",
      "parents": [
        "b2121e53ddadbee3e78ed606d018f5a3db0acb3b"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Tue Dec 17 14:10:27 2019 -0800"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Tue Dec 17 16:52:20 2019 -0800"
      },
      "message": "Adding docker-kind-load target\n\nChange-Id: I86148d0423d35a3a24683df1d317260e18544867\n"
    },
    {
      "commit": "b2121e53ddadbee3e78ed606d018f5a3db0acb3b",
      "tree": "60b1ee10dd1b30d92d7f868d9ac99379d9a127bb",
      "parents": [
        "67db81df90d9ce0ad61e582ae743f7df389b6971"
      ],
      "author": {
        "name": "khenaidoo",
        "email": "knursimu@ciena.com",
        "time": "Mon Dec 16 17:17:22 2019 -0500"
      },
      "committer": {
        "name": "khenaidoo Nursimulu",
        "email": "knursimu@ciena.com",
        "time": "Tue Dec 17 19:33:58 2019 +0000"
      },
      "message": "[VOL-2370] - Fix the add-delete-add flow sequence\n\nThis commit fixes the issue where a flow is first added\nand then deleted and readded again.\n\nChange-Id: I1ec1d931037c3086c65299195c87875f6cb96717\n"
    },
    {
      "commit": "67db81df90d9ce0ad61e582ae743f7df389b6971",
      "tree": "d23d0bc80519f5d2c99b5cd8d11b62609ff7bba4",
      "parents": [
        "95942b6b92dda08256f427d88f85ab437608049b"
      ],
      "author": {
        "name": "Scott Baker",
        "email": "smbaker@gmail.com",
        "time": "Tue Dec 17 10:36:00 2019 -0800"
      },
      "committer": {
        "name": "Scott Baker",
        "email": "smbaker@gmail.com",
        "time": "Tue Dec 17 10:36:00 2019 -0800"
      },
      "message": "Return to dev version\n\nChange-Id: Ide4ec48c3fe67178d6087f255931bac8817e885f\n"
    },
    {
      "commit": "95942b6b92dda08256f427d88f85ab437608049b",
      "tree": "31dc68ec28ea9a4ee559e03ae42f514af4bbcc70",
      "parents": [
        "e36a755ee743152a50efcb33c47f01a17a24fffe"
      ],
      "author": {
        "name": "Scott Baker",
        "email": "smbaker@gmail.com",
        "time": "Tue Dec 17 09:39:58 2019 -0800"
      },
      "committer": {
        "name": "Scott Baker",
        "email": "smbaker@gmail.com",
        "time": "Tue Dec 17 09:39:58 2019 -0800"
      },
      "message": "VOL-2380 Release voltha-go 2.2.3\n\nChange-Id: I39ac6d835153f5427f9736ec68b459abdb1384d5\n"
    },
    {
      "commit": "e36a755ee743152a50efcb33c47f01a17a24fffe",
      "tree": "c94f7c39b4220cb40c84d2187ec4de6dfb0f7965",
      "parents": [
        "6e55d9e4de4ce8646af9403a8ba4288a5db7bea4"
      ],
      "author": {
        "name": "Matt Jeanneret",
        "email": "mj3580@att.com",
        "time": "Fri Dec 13 16:13:48 2019 -0500"
      },
      "committer": {
        "name": "Matt Jeanneret",
        "email": "mj3580@att.com",
        "time": "Fri Dec 13 16:34:55 2019 -0500"
      },
      "message": "VOL-1422:  Update docs and docker compose files\n\n- remove deprecated cli\n- use updated etcd matching k8s deployment\n- remove references to python openolt adapter\n\nChange-Id: I273490233652b03163b77f990a96f4b8847579cb\n"
    },
    {
      "commit": "6e55d9e4de4ce8646af9403a8ba4288a5db7bea4",
      "tree": "ac22e4a063e028e314e3d611c5eaf9328ab3c968",
      "parents": [
        "5c28f5535132af97973165b74d1b46935cf20044"
      ],
      "author": {
        "name": "khenaidoo",
        "email": "knursimu@ciena.com",
        "time": "Thu Dec 12 18:26:26 2019 -0500"
      },
      "committer": {
        "name": "khenaidoo",
        "email": "knursimu@ciena.com",
        "time": "Thu Dec 12 18:27:24 2019 -0500"
      },
      "message": "[VOL-2318] - Fix for jenkins NBI Failure\n\nThis commit adds the latest devices and logical devices to the\ndevice agents and logical device agents respectively. Any GET\nis returned directly from these agents instead from the model.\nAnd any create/update results in the data being sent to the KV\nstore via the model and also results in the latest data in the\nagent being updated.   If the Core dies and restart then the\nlatest data will be pulled from KV.   These changes assumes\nthat a device or a logical device is always owned by one Core\nonly which is the case.\n\nChange-Id: Ie671cd70b38a58a3b32fa476eced5f218aeadad9\n"
    },
    {
      "commit": "5c28f5535132af97973165b74d1b46935cf20044",
      "tree": "d562387ec956d2346b88596ddefa6560ebca4936",
      "parents": [
        "b9b1afb342c3e9b8d15f940e7c32379a37d49fd5"
      ],
      "author": {
        "name": "A R Karthick",
        "email": "kramanar@ciena.com",
        "time": "Wed Dec 11 22:47:44 2019 -0800"
      },
      "committer": {
        "name": "A R Karthick",
        "email": "kramanar@ciena.com",
        "time": "Thu Dec 12 09:31:25 2019 -0800"
      },
      "message": "Fix for delete device hangs.\nDon\u0027t wait for adapter responses for flow update operations holding the device lock.\nAmendments:\n Create a completed response instead of using nil.\n Fix ro_core docker builds\n\nChange-Id: I04228c7bee5cf83c493d885c6751fd911a32c4f6\n"
    },
    {
      "commit": "b9b1afb342c3e9b8d15f940e7c32379a37d49fd5",
      "tree": "67c1f83ab07145d5a6ccbd0664a232cdeec816c4",
      "parents": [
        "9b959ebfcdf7c867ce6ccb50a4ea000eb1ba78cb"
      ],
      "author": {
        "name": "Zack Williams",
        "email": "zdw@opennetworking.org",
        "time": "Mon Dec 09 15:28:52 2019 -0700"
      },
      "committer": {
        "name": "Zack Williams",
        "email": "zdw@opennetworking.org",
        "time": "Mon Dec 09 15:28:52 2019 -0700"
      },
      "message": "[VOL-2282] remove python components from voltha-go\n\nChange-Id: I105342a2bb54fb053eb22f2c86ebfa2cedf0c2de\n"
    },
    {
      "commit": "9b959ebfcdf7c867ce6ccb50a4ea000eb1ba78cb",
      "tree": "3cb3561362029baaf75af6a269a79152ee377630",
      "parents": [
        "c594bb3ce0f0b7ddc16da3f340937ce51c6fe5bd"
      ],
      "author": {
        "name": "npujar",
        "email": "Nikhil.Pujar@radisys.com",
        "time": "Thu Nov 14 16:57:46 2019 +0530"
      },
      "committer": {
        "name": "David Bainbridge",
        "email": "dbainbri@ciena.com",
        "time": "Fri Dec 06 17:44:59 2019 +0000"
      },
      "message": "VOL-1900 lint warning fixes common\n\nChange-Id: I020984edef56c4a3352758afe96fe021013a84c2\n"
    },
    {
      "commit": "c594bb3ce0f0b7ddc16da3f340937ce51c6fe5bd",
      "tree": "527cfa1a3491be65c8045a508de4c696542e939f",
      "parents": [
        "2900188e16b17d39b8f8933bd797e47bbe47aaf4"
      ],
      "author": {
        "name": "Devmalya Paul",
        "email": "Devmalya.Paul@radisys.com",
        "time": "Wed Nov 06 07:34:27 2019 +0000"
      },
      "committer": {
        "name": "Devmalya Paul",
        "email": "Devmalya.Paul@radisys.com",
        "time": "Thu Dec 05 23:35:59 2019 -0500"
      },
      "message": "VOL-2224 Event Filter Mechanism\n\n         This commit contains the inital changes required for the event\n         filtering so that when the protos get merged the rw and ro core\n         could be built without compilation errors\n\n         Note: This patchset and the patchset for voltha-protos needs to be merged\n               as close to as possible otherwise there will be compilation errors\n\nChange-Id: Id092fa19a0b302a33176a82e41b92a36ea8ede29\n"
    },
    {
      "commit": "2900188e16b17d39b8f8933bd797e47bbe47aaf4",
      "tree": "190d93227966be07a478f3bb99a9edf444791318",
      "parents": [
        "03b018e700e18e114ff2816318c069022b7ac421"
      ],
      "author": {
        "name": "Matt Jeanneret",
        "email": "mj3580@att.com",
        "time": "Thu Nov 28 13:36:12 2019 -0500"
      },
      "committer": {
        "name": "Matt Jeanneret",
        "email": "mj3580@att.com",
        "time": "Sun Dec 01 14:52:01 2019 -0500"
      },
      "message": "VOL-2227: Update nni in compose setup and update quickstart doc\n\n- example netcfg json uses new nni number\n- stop using nonsense bandwidth profile settings\n- quickstart now only sets up needed repositories to build containers\n- use ppa to install golang, pinned to a specific version\n- use voltctl instead of cli container\n- improved output capture examples and bbsim setup example\n\nChange-Id: I94718bf30dfe8e7605bd05f91e1a8dae4517b395\n"
    },
    {
      "commit": "03b018e700e18e114ff2816318c069022b7ac421",
      "tree": "ca3af4a8634af81755b032a885a872fa3dc6f747",
      "parents": [
        "b64fc8ab3d945017ae332ea2b8c29b1d5146ab6e"
      ],
      "author": {
        "name": "npujar",
        "email": "Nikhil.Pujar@radisys.com",
        "time": "Wed Nov 13 15:29:36 2019 +0530"
      },
      "committer": {
        "name": "npujar",
        "email": "Nikhil.Pujar@radisys.com",
        "time": "Fri Nov 29 15:50:22 2019 +0530"
      },
      "message": "VOL-1900 lint warning fixes ro_core\n\nChange-Id: I5ce82f2d188d215ba9620d0923a1101ed4e5e4a8\n"
    },
    {
      "commit": "b64fc8ab3d945017ae332ea2b8c29b1d5146ab6e",
      "tree": "2ce0e63a16dbc979a3942495841f84c4fd7dece9",
      "parents": [
        "1d86a528896c873e6ed096b9327a73c25239327c"
      ],
      "author": {
        "name": "khenaidoo",
        "email": "knursimu@ciena.com",
        "time": "Wed Nov 27 15:08:19 2019 -0500"
      },
      "committer": {
        "name": "khenaidoo",
        "email": "knursimu@ciena.com",
        "time": "Wed Nov 27 16:16:55 2019 -0500"
      },
      "message": "[VOL-2255] NBI unit test in rw-core\n\nChange-Id: I356b067a82968ac339b5ccb3c38cdfe0bc28348b\n"
    },
    {
      "commit": "1d86a528896c873e6ed096b9327a73c25239327c",
      "tree": "f61adf27aa46507b5d42fa9499bd18bb3fd21c29",
      "parents": [
        "03fe56f418015507af89d49fd8a7c8f1643b5065"
      ],
      "author": {
        "name": "npujar",
        "email": "Nikhil.Pujar@radisys.com",
        "time": "Thu Nov 14 17:11:16 2019 +0530"
      },
      "committer": {
        "name": "khenaidoo Nursimulu",
        "email": "knursimu@ciena.com",
        "time": "Wed Nov 27 18:37:47 2019 +0000"
      },
      "message": "VOL-1900 lint warning fixes rw_core\n\nChange-Id: Icaa84d7ce24163da90c91ff2babcbb78ff4e9141\n"
    },
    {
      "commit": "03fe56f418015507af89d49fd8a7c8f1643b5065",
      "tree": "e746771f7654a0b7743237efdc217734018b09a7",
      "parents": [
        "8da2f1ec380d936e0d63cff7731d75aa444bb8c0"
      ],
      "author": {
        "name": "Hardik Windlass",
        "email": "hardik_windlass@infosys.com",
        "time": "Wed Nov 27 09:11:25 2019 +0000"
      },
      "committer": {
        "name": "Hardik Windlass",
        "email": "hardik_windlass@infosys.com",
        "time": "Wed Nov 27 09:11:25 2019 +0000"
      },
      "message": "[VOL-2219] UT for db-model-profiling\n\nChange-Id: Ifac2c9874b92a0595d08f4c28e0be8c3f2698a9a\n"
    },
    {
      "commit": "8da2f1ec380d936e0d63cff7731d75aa444bb8c0",
      "tree": "97c8949ebef48bdead299d4cf7424a8a4bbdaa54",
      "parents": [
        "444e25090caf414ba0039f1c666913cf11daec9a"
      ],
      "author": {
        "name": "Kent Hagerman",
        "email": "khagerma@ciena.com",
        "time": "Mon Nov 25 17:28:09 2019 -0500"
      },
      "committer": {
        "name": "David Bainbridge",
        "email": "dbainbri@ciena.com",
        "time": "Tue Nov 26 22:02:45 2019 +0000"
      },
      "message": "Added a helper type to more safely handle async request completion.\n\nFixes VOL-2286\n\nChange-Id: Ifcbbfdf64c3614838adbbaa11ca69d3d49c44861\n"
    },
    {
      "commit": "444e25090caf414ba0039f1c666913cf11daec9a",
      "tree": "441b67e36dc8ab29db0e9f64cbbc95592a0bfa1d",
      "parents": [
        "a7275c28585f2c5cac73b570a9f4a8935bcf3dbf"
      ],
      "author": {
        "name": "gerardo.laurenzi",
        "email": "gerardo.laurenzi@hcl.com",
        "time": "Fri Nov 15 09:26:46 2019 +0000"
      },
      "committer": {
        "name": "khenaidoo Nursimulu",
        "email": "knursimu@ciena.com",
        "time": "Tue Nov 26 19:17:18 2019 +0000"
      },
      "message": "VOL-2211 Unit test for data_revision.go\n\nChange-Id: I04fe5bde632560651dae9aafac04e57ca8580778\n"
    },
    {
      "commit": "a7275c28585f2c5cac73b570a9f4a8935bcf3dbf",
      "tree": "decdbdd522bf110bf8c463eb88762a898abad74b",
      "parents": [
        "1273234dd88202f4031526f65e5271ca89281cc0"
      ],
      "author": {
        "name": "Daniele Rossi",
        "email": "daniele.rossi@hcl.com",
        "time": "Mon Nov 25 12:48:58 2019 +0100"
      },
      "committer": {
        "name": "Daniele Rossi",
        "email": "daniele.rossi@hcl.com",
        "time": "Tue Nov 26 17:47:59 2019 +0100"
      },
      "message": "VOL-2280 Bugs in Callbacks handling in db/Model/root.go\n\nChange-Id: I418fc914bb6ed1cc6fe1f49bd73b5af775476ffb\n"
    },
    {
      "commit": "1273234dd88202f4031526f65e5271ca89281cc0",
      "tree": "8e5702c21ff075c513d849d24fdfca83eeedbf56",
      "parents": [
        "1ebecc13eed459194531c59823567b15e5770a9a"
      ],
      "author": {
        "name": "npujar",
        "email": "Nikhil.Pujar@radisys.com",
        "time": "Thu Nov 14 17:28:40 2019 +0530"
      },
      "committer": {
        "name": "David Bainbridge",
        "email": "dbainbri@ciena.com",
        "time": "Tue Nov 26 00:08:20 2019 +0000"
      },
      "message": "VOL-1900 lint warning fixes tests\n\nChange-Id: Ic309e11913134cf559fd80cefcf5ded815bb52dc\n"
    },
    {
      "commit": "1ebecc13eed459194531c59823567b15e5770a9a",
      "tree": "b6d08fb5d0b24013223d83e0755f533a5ae3c207",
      "parents": [
        "e4c2a984229ab3ac672ce473b961a54abb2faabc"
      ],
      "author": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Fri Nov 22 17:37:28 2019 -0800"
      },
      "committer": {
        "name": "khenaidoo Nursimulu",
        "email": "knursimu@ciena.com",
        "time": "Mon Nov 25 23:43:29 2019 +0000"
      },
      "message": "Adding Code of Conduct\n\nChange-Id: I23d0e25675c43e09e2fa12f5c5168ae14c6472e3\n"
    },
    {
      "commit": "e4c2a984229ab3ac672ce473b961a54abb2faabc",
      "tree": "17c1d0488a367cb805950ab73f7afee2c441a107",
      "parents": [
        "696fcf4a62cb1f1c3637aecbf53608fb7ea0d4db"
      ],
      "author": {
        "name": "Scott Baker",
        "email": "smbaker@gmail.com",
        "time": "Thu Nov 21 16:32:03 2019 -0800"
      },
      "committer": {
        "name": "David Bainbridge",
        "email": "dbainbri@ciena.com",
        "time": "Mon Nov 25 23:15:48 2019 +0000"
      },
      "message": "VOL-2265 test go.mod consistency\n\nChange-Id: Id0c309a6a0a1da80f83a1f7a5b573eb550e3c1f4\n"
    },
    {
      "commit": "696fcf4a62cb1f1c3637aecbf53608fb7ea0d4db",
      "tree": "2835a14590f32d16099f85bf25cf4ff7fbe8c237",
      "parents": [
        "b48f4e1ee6709a9946b674a93cc2af01c2df34fc"
      ],
      "author": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Mon Nov 18 15:59:42 2019 -0800"
      },
      "committer": {
        "name": "David Bainbridge",
        "email": "dbainbri@ciena.com",
        "time": "Mon Nov 25 22:44:26 2019 +0000"
      },
      "message": "Cleaning up .md files\n\nChange-Id: I4208f1f7ce37ec95d7301ff6c1fe1ec419079287\n"
    },
    {
      "commit": "b48f4e1ee6709a9946b674a93cc2af01c2df34fc",
      "tree": "570e400945310816484c4055591cd85094096e82",
      "parents": [
        "3c51397bc2399d863bc31afbb9a778f70b2e2561"
      ],
      "author": {
        "name": "Daniele Rossi",
        "email": "daniele.rossi@hcl.com",
        "time": "Thu Nov 14 16:36:43 2019 +0100"
      },
      "committer": {
        "name": "Scott Baker",
        "email": "scottb@onlab.us",
        "time": "Mon Nov 25 20:50:04 2019 +0000"
      },
      "message": "VOL-2075 Unit testing of Voltha-go/ro_core config.go\n\nChange-Id: I436883ca2dfacd30cf39c997d43864af4ad4f0fa\n"
    },
    {
      "commit": "3c51397bc2399d863bc31afbb9a778f70b2e2561",
      "tree": "332123fb5947a41d52b86fe9d4861a284cdec0a0",
      "parents": [
        "4d3887d708c7195c479c11e0361040e8b0d75c31"
      ],
      "author": {
        "name": "Kent Hagerman",
        "email": "khagerma@ciena.com",
        "time": "Mon Nov 25 13:49:41 2019 -0500"
      },
      "committer": {
        "name": "Kent Hagerman",
        "email": "khagerma@ciena.com",
        "time": "Mon Nov 25 13:49:41 2019 -0500"
      },
      "message": "Removed updateDeviceWithoutLockAsync to avoid a potential lockless write issue.\n\nFixes VOL-2181\n\nChange-Id: I7db6e87370017dea7552432e7777396bd4ca1a7a\n"
    },
    {
      "commit": "4d3887d708c7195c479c11e0361040e8b0d75c31",
      "tree": "feae9beeca6c03c6db11b8661fbcfe5a135598c7",
      "parents": [
        "006dc84ee1977cc47990439823c539ac258c34a1"
      ],
      "author": {
        "name": "Girish Kumar",
        "email": "girish_kumar@infosys.com",
        "time": "Fri Nov 22 14:22:05 2019 +0000"
      },
      "committer": {
        "name": "Girish Kumar",
        "email": "girish_kumar@infosys.com",
        "time": "Mon Nov 25 05:26:37 2019 +0000"
      },
      "message": "[VOL-2230] Update RW Core k8s Ready state based on backend kvstore connection status\n\nChange-Id: I51e8fb4ed97facad5f74780fe70c51e6783958ab\n"
    },
    {
      "commit": "006dc84ee1977cc47990439823c539ac258c34a1",
      "tree": "fcdaebd21a418a401609bafbc304fe50855c57a5",
      "parents": [
        "d5a6fb71d79641611d9cfbd6b75e230ca01df55f"
      ],
      "author": {
        "name": "David Bainbridge",
        "email": "dbainbri@ciena.com",
        "time": "Fri Nov 22 02:05:32 2019 +0000"
      },
      "committer": {
        "name": "David Bainbridge",
        "email": "dbainbri@ciena.com",
        "time": "Fri Nov 22 18:20:41 2019 +0000"
      },
      "message": "VOL-1670 - close and reestablish connections\n\nWhen grpc connectivity to the core is broken the ofagent will\nbreak the connection to ONOS and then work to reconnect to\nthe core. After connecting to the core the connection to\nONOS will be restablished.\n\nChange-Id: I75e645de3784a64ef4f9992df8baf37959cbbd86\n"
    },
    {
      "commit": "d5a6fb71d79641611d9cfbd6b75e230ca01df55f",
      "tree": "c59d1ab3a519d20af2c9eea6578e157b862bd4a6",
      "parents": [
        "660dbba5fdb75e14f58d16be6fdd537fb42a4a37"
      ],
      "author": {
        "name": "Daniele Rossi",
        "email": "daniele.rossi@hcl.com",
        "time": "Wed Nov 13 15:37:07 2019 +0100"
      },
      "committer": {
        "name": "Daniele Rossi",
        "email": "daniele.rossi@hcl.com",
        "time": "Fri Nov 22 15:10:12 2019 +0100"
      },
      "message": "VOL-2079 Unit test cases for grpc_nbi_api_handler.go\n\nChange-Id: Ifdbea13e64b5281a8b936ce0b887a33ae8dc8751\n"
    },
    {
      "commit": "660dbba5fdb75e14f58d16be6fdd537fb42a4a37",
      "tree": "f0be66e41b90a7427c12d65b99a407febf182b43",
      "parents": [
        "c2c73ff343984b55f36eac1016f78af7307b14af"
      ],
      "author": {
        "name": "Divya Desai",
        "email": "divya.desai@infosys.com",
        "time": "Wed Oct 16 07:06:49 2019 +0000"
      },
      "committer": {
        "name": "divyadesai",
        "email": "divya.desai@infosys.com",
        "time": "Fri Nov 22 05:52:16 2019 +0000"
      },
      "message": "VOL-2009[RO Core doesn\u0027t retry KV store connection on startup]\n\nChange-Id: I01ed30d41d968f1bf9e052014eae420973d85266\n"
    },
    {
      "commit": "c2c73ff343984b55f36eac1016f78af7307b14af",
      "tree": "e979966b9d34b84b91025c378c01380f7117b0bb",
      "parents": [
        "91482648070246dbf77e56e80a78687c121f0ddf"
      ],
      "author": {
        "name": "Kent Hagerman",
        "email": "khagerma@ciena.com",
        "time": "Wed Nov 20 16:22:32 2019 -0500"
      },
      "committer": {
        "name": "khenaidoo Nursimulu",
        "email": "knursimu@ciena.com",
        "time": "Thu Nov 21 20:36:07 2019 +0000"
      },
      "message": "Adding ro-core exclusive api calls to the rw-core.\n\nVOL-2257\n\nThere were 10 calls implemented in the ro-core that weren\u0027t in the rw-core:\nGetVoltha\nListCoreInstances\nGetCoreInstance\nListDeviceFlowGroups\nListDeviceTypes\nGetDeviceType\nListDeviceGroups\nGetDeviceGroup\nGetImages\nGetMeterStatsOfLogicalDevice\n\nOf these, 5 were stubs: (which were copied over anyways)\nListCoreInstances\nGetCoreInstance\nListDeviceGroups\nGetDeviceGroup\nGetMeterStatsOfLogicalDevice\n\nAltered ListDeviceTypes() and GetDeviceType() to pull from AdapterManager.deviceTypeToAdapterMap rather than going directly to the DB.\nAlso changed gRPC api calls that returned nil, error to return \u0026type{}, error; and unified returns of this form.\n\nChange-Id: Ib86163bdf6809e84d44632792766c4633534da1b\n"
    },
    {
      "commit": "91482648070246dbf77e56e80a78687c121f0ddf",
      "tree": "4cc9818ae102c48a35d9bf44d8bd32534b0c4c4f",
      "parents": [
        "a9cc6d0f167f64cba0d2e16c71e777be9512e0d0"
      ],
      "author": {
        "name": "Girish Kumar",
        "email": "girish_kumar@infosys.com",
        "time": "Fri Nov 08 11:38:03 2019 +0000"
      },
      "committer": {
        "name": "Girish Kumar",
        "email": "girish_kumar@infosys.com",
        "time": "Thu Nov 21 10:34:04 2019 +0000"
      },
      "message": "[VOL-2099] Modified RO Core PoD Readiness state to reflect KVStore connection status\n\nChange-Id: I38998fe75a99769ea24b72e2e0bb19d8c08e0529\n"
    },
    {
      "commit": "a9cc6d0f167f64cba0d2e16c71e777be9512e0d0",
      "tree": "e750c19402253b817cb5a78aae5688fa55dea5d5",
      "parents": [
        "d2f0b2c58bbd72ae869cf005db01a7467deb9edb"
      ],
      "author": {
        "name": "khenaidoo",
        "email": "knursimu@ciena.com",
        "time": "Wed Nov 20 14:56:59 2019 -0500"
      },
      "committer": {
        "name": "khenaidoo",
        "email": "knursimu@ciena.com",
        "time": "Wed Nov 20 14:57:48 2019 -0500"
      },
      "message": "[VOL-2262] Fix list logical devices in single core deployment\n\nChange-Id: I5b0416a19e119f40ae4e4fdee46eea393f251a3c\n"
    },
    {
      "commit": "d2f0b2c58bbd72ae869cf005db01a7467deb9edb",
      "tree": "b767b025c78cb0bc575222237420741225caaedb",
      "parents": [
        "973f8babc792ea2a0612228a760832d4e2205946"
      ],
      "author": {
        "name": "Scott Baker",
        "email": "smbaker@gmail.com",
        "time": "Tue Nov 19 20:43:31 2019 -0800"
      },
      "committer": {
        "name": "Scott Baker",
        "email": "smbaker@gmail.com",
        "time": "Tue Nov 19 20:43:31 2019 -0800"
      },
      "message": "VOL-2258 return to dev version\n\nChange-Id: I0b17a6d747d5a827ee79daf507f4c3a22e02fd08\n"
    }
  ],
  "next": "973f8babc792ea2a0612228a760832d4e2205946"
}
