)]}'
{
  "log": [
    {
      "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": "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": "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": "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": "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": "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": "ab1f7bdca34c8f9ce966018f6d4983a1a2b353e9",
      "tree": "c6f246d9394f62e92ac959b4c852524d3e532246",
      "parents": [
        "905834f7ff177a95304e1c55fb8d3ffdd4c3cb37"
      ],
      "author": {
        "name": "khenaidoo",
        "email": "knursimu@ciena.com",
        "time": "Thu Nov 14 14:00:27 2019 -0500"
      },
      "committer": {
        "name": "khenaidoo Nursimulu",
        "email": "knursimu@ciena.com",
        "time": "Thu Nov 14 19:04:36 2019 +0000"
      },
      "message": "[VOL-2235] Mocks and interfaces for rw-core\n\nThis update consists of mocks that are used by the rw-core\nduring unit testing.  It also includes interfaces used for unit\ntests.\n\nChange-Id: I20ca1455c358113c3aa897acc6355e0ddbc614b7\n"
    }
  ]
}
