)]}'
{
  "log": [
    {
      "commit": "cbbb795fd5dc505b691aef0adb1f1dfe54afafe3",
      "tree": "0bf9e5c4c375d94cadb9fee4ce89f93a7a2ee599",
      "parents": [
        "a185bb53747b2ef7c7a28e33aa4e6a0574ca96f7"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Mon Nov 25 06:38:41 2019 +0000"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Thu Jan 30 14:22:25 2020 +0100"
      },
      "message": "[SEBA-815]Multi Tcont support by OLT app.\n[VOL-2525] Fixing the OLT app meter removal and optimizing the bandwith profile to meter map with a Multimap\n\nChange-Id: I024ef2fcb3d3e59cc86bd2088726ae513fcff796\n"
    },
    {
      "commit": "ca9311668bcd3c2a2b9afae908d441fb55546318",
      "tree": "8cc4c8453cdc5c599ee074945c1394af96fc5d2e",
      "parents": [
        "747a7da76ceb4804e5c2e9136573d6f437ea6e0f"
      ],
      "author": {
        "name": "Carmelo Cascone",
        "email": "carmelo@opennetworking.org",
        "time": "Mon Jul 15 18:22:24 2019 -0700"
      },
      "committer": {
        "name": "Matteo Scandolo",
        "email": "teo@opennetworking.org",
        "time": "Thu Oct 31 09:58:03 2019 -0700"
      },
      "message": "Bump ONOS to 2.2 and build with Java 11\n\nChange-Id: I215f7ca5cbded3acd9c440fe723f6f21d77f9ed5\n"
    },
    {
      "commit": "33feef504f3ba84453d93b3d5369cb6f0b8fd426",
      "tree": "6225989e2942efb1c70acd3e27b7cbe9aa983dda",
      "parents": [
        "62ad75ef4682436b567fa1484f717a7d8335c715"
      ],
      "author": {
        "name": "Gamze Abaka",
        "email": "gamze.abaka@netsia.com",
        "time": "Wed Feb 27 08:16:47 2019 +0000"
      },
      "committer": {
        "name": "abakagamze",
        "email": "gamze.abaka@argela.com.tr",
        "time": "Fri Mar 08 15:10:37 2019 +0300"
      },
      "message": "Fixing the ordering of flow programming operations\n\n* When the subscriber is provisioned, it seems the related flows are being sent\nin proper order. However, Voltha receives these in the wrong order. In order to\nsolve this problem, Charles\u0027 suggestion is implemented.\n\n* New property named enableEapol is added, the default is true -  it can be\nchanged to false from ONOS CLI, when it is false, OLT app does not send EAPOL\ntrap flows.\n\n* Meter-mod \u0026 Flow-mod ordering issue is solved\n\n* Multiple OLT support is added (internal maps are updated)\n\n* New cli commands to debug bandwidthProfile and meter relations\n\nChange-Id: Ic0a15aafa5403e00106dc660061e2a0b46ba5b01\n"
    },
    {
      "commit": "ad329656ff9e95d9f247ee0f6104493a9e84ec6f",
      "tree": "9bed828a344866b6ee282115d8efde187d8eb518",
      "parents": [
        "641fc07ddc7a4aa1d87282e5aeeb84f38fe9f778"
      ],
      "author": {
        "name": "Gamze Abaka",
        "email": "gamze.abaka@netsia.com",
        "time": "Thu Dec 20 10:12:21 2018 +0000"
      },
      "committer": {
        "name": "abakagamze",
        "email": "gamze.abaka@argela.com.tr",
        "time": "Fri Feb 08 17:03:06 2019 +0300"
      },
      "message": "ONOS dependency is changed; New Version is created for this app; Comments are added to understand the write metadata value\nthe solution to supporting the authentication flows would be to support using a default Technology Profile (propose using TP ID \u003d 64) The default tech profile 64 would be a single TCONT with a single GEM.\n\nChange-Id: Ic978f099e2546e435bebadce8dee41e4ac38399a\n"
    },
    {
      "commit": "641fc07ddc7a4aa1d87282e5aeeb84f38fe9f778",
      "tree": "ca886ca0e8db85fb75bd072693565305400cc826",
      "parents": [
        "1f864fc3d95d0d57a61ac3196540536473ce64ef"
      ],
      "author": {
        "name": "Gamze Abaka",
        "email": "gamze.abaka@netsia.com",
        "time": "Tue Sep 04 09:16:27 2018 +0000"
      },
      "committer": {
        "name": "abakagamze",
        "email": "gamze.abaka@argela.com.tr",
        "time": "Fri Dec 14 18:09:54 2018 +0300"
      },
      "message": "Both the Upstream and Downstream Bandwidth Profiles can be \u0027named\u0027 and Referenced from a Subscriber Record in the SADIS DB on ONOS.\n\nWhen the vOLT Appplication uses a Subscriber Record for OpenFlow message generation to VOLTHA the vOLT Application Must read the Bandwidth Profile name and be able to retrieve the Profile from a Database of Bandwidth Profiles. The Named Profile is converted to a Meter and Meter Band(s) and configured on the VOLTHA Instance, and the Flows will reference the Meter.\n\nNote the code should be written to follow the SADIS DB model where it is designed to reference an external database but the DB records can be cached locally.\n\nThe Upstream Bandwidth Profile will consist of the following optional components:\n\nEIR (Bits/Sec)\n\nEBS (Bytes)\n\nCIR (Bits/Sec)\n\nCBS (Bits/Sec)\n\nAIR (Bits/Sec)\n\nThe Downstream Bandwidth Profile will consist of the following optional components:\n\nEIR (Bits/Sec)\n\nEBS (Bytes)\n\nCIR (Bits/Sec)\n\nCBS (Bits/Sec)\n\n Each bandwidth component will be interpreted as defined in the Technology Profile Whitepaper ([^vOLTHA_Access_Tech_AugmentationV0.6.pdf]\n\n)\n\nChange-Id: Ie4edf4e9f27e9b5b9a84e6c733dc4f283a9996a7\n"
    },
    {
      "commit": "82b8e6dbe5a090a894d0ca2071508a20deded02d",
      "tree": "bb364370918ecbb2acc0f380b35aa9d84f420a12",
      "parents": [
        "319395294d42ca8bf3d7e3d3297503a9e84b83c5"
      ],
      "author": {
        "name": "Saurav Das",
        "email": "sauravdas@alumni.stanford.edu",
        "time": "Thu Oct 04 15:25:12 2018 -0700"
      },
      "committer": {
        "name": "Saurav Das",
        "email": "sauravdas@alumni.stanford.edu",
        "time": "Thu Oct 04 15:37:42 2018 -0700"
      },
      "message": "Bug-fix: Remove flows from voltha for deleted subscriber, even if sadis cannot\nfetch information about the deleted subscriber.\n\nOther changes:\n      - Added a cli command that details subscribers that have actually been programmed in the data plane\n      - Changed all cli commands to start with volt-* as all app cli commands should\n      - removed DeviceIdCompleter from the \u0027olts\u0027 cli command as it is not needed\n      - removed unused method, renamed another one, fixed some logs\n      - S-tags are no longer \u0027DeviceVlans\u0027, so changed variable name\n\nChange-Id: I7cfde850669ed5b581fbac3195f68da28c4514c3\n"
    },
    {
      "commit": "d6a135a54d609b620d85e65b83b2db544ba829eb",
      "tree": "f6e26eb3b5379450cf130abb2a3a3f6068fe0281",
      "parents": [
        "d7590f7533b6ded8973f4cb4ce2306d3231f2ccb"
      ],
      "author": {
        "name": "Brian O\u0027Connor",
        "email": "bocon@opennetworking.org",
        "time": "Thu Aug 03 22:46:05 2017 -0700"
      },
      "committer": {
        "name": "Brian O\u0027Connor",
        "email": "bocon@opennetworking.org",
        "time": "Thu Aug 03 22:46:05 2017 -0700"
      },
      "message": "Updating Copyright line to Open Networking Foundation\n\nChange-Id: I6239025496ae9c2fd423ef6e7cf55e8b023cfa66\n"
    },
    {
      "commit": "36a4d73606a5fbd3f9ee2c5d8f173dab91829c29",
      "tree": "f1d2fadc04a0434c00d8a2188e98a7116f5318cb",
      "parents": [
        "596e0cebfd762a3e071fae1948d72383ab8d744a"
      ],
      "author": {
        "name": "alshabib",
        "email": "alshabibi.ali@gmail.com",
        "time": "Wed Jun 01 16:03:59 2016 -0700"
      },
      "committer": {
        "name": "alshabib",
        "email": "alshabibi.ali@gmail.com",
        "time": "Wed Jun 01 16:03:59 2016 -0700"
      },
      "message": "pom modifications to appify olt-app\nrenaming package\n"
    },
    {
      "commit": "d4fbd35e07c1b13dd13e20ce917c1e5297415a5e",
      "tree": "7e8212053479b5dfb49b0a6a63264649101108af",
      "parents": [
        "f4a813c633e7e649e8bc1a094a60014e94a2deed"
      ],
      "author": {
        "name": "Brian O\u0027Connor",
        "email": "bocon@onlab.us",
        "time": "Sat Apr 09 01:19:45 2016 -0700"
      },
      "committer": {
        "name": "Brian O\u0027Connor",
        "email": "bocon@onlab.us",
        "time": "Sat Apr 09 01:20:21 2016 -0700"
      },
      "message": "Updating copyrights\n\nNew format: \u0027Copyright .year-present Open Networking Laboratory\u0027\n\nChange-Id: I1a9e58b355b775e75245ad875a2d7a4df3f03098\n"
    },
    {
      "commit": "fd6c1b3594c4a58d6413ea3514f0105b384432c1",
      "tree": "ee8830d23881c57bbd95bba510af88a715bd535e",
      "parents": [
        "d319d8154c2e84fc8ebf017e8e798cd68c65d6c9"
      ],
      "author": {
        "name": "Jonathan Hart",
        "email": "jono@onlab.us",
        "time": "Tue Mar 08 14:09:09 2016 -0800"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "gerrit@onlab.us",
        "time": "Wed Mar 09 17:15:21 2016 +0000"
      },
      "message": "Add CLI command to view provisioned subscribers\n\nChange-Id: I67a49d7fa569e9f4f28eb8eaea1b34ba2bd5a5fa\n"
    },
    {
      "commit": "e05596717df5c1b9b21eea001c786f4f7df02c6b",
      "tree": "b3a890e749b40563fb164ebea0b1fcafbf1cf5c2",
      "parents": [
        "faadd2ef67ce520d907a6120fead4e4e2a1c0c4b"
      ],
      "author": {
        "name": "alshabib",
        "email": "alshabibi.ali@gmail.com",
        "time": "Sun Feb 21 14:49:51 2016 -0800"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "gerrit@onlab.us",
        "time": "Mon Feb 22 21:07:10 2016 +0000"
      },
      "message": "cleaning up more cord apps\n\nChange-Id: Ie48245b61926232ca9b2fa583492cb6e88f10990\n"
    },
    {
      "commit": "faadd2ef67ce520d907a6120fead4e4e2a1c0c4b",
      "tree": "d40557d745312b9a7510864c4313fc0ceecf43f9",
      "parents": [
        "004776cde39c1b9fb9675808818e7fe0424c34a1"
      ],
      "author": {
        "name": "alshabib",
        "email": "alshabibi.ali@gmail.com",
        "time": "Thu Feb 18 17:30:59 2016 -0800"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "gerrit@onlab.us",
        "time": "Fri Feb 19 19:29:52 2016 +0000"
      },
      "message": "do not remove filter rules when pushing vlan rules\n\nChange-Id: Id1703815a50fff934d73ef3ac37951db9c0f02eb\n"
    },
    {
      "commit": "2e68491fdbeb42038f54e85fd8ad721baadf62ae",
      "tree": "231386e7c713069f7b64919656ab88b9c0fd4a62",
      "parents": [
        "dec2e25aeb847c767fd61539a03425ace6ba53a7"
      ],
      "author": {
        "name": "Srikanth Vavilapalli",
        "email": "srikanth.vavilapalli@ericsson.com",
        "time": "Sat Jan 16 19:21:59 2016 -0800"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "gerrit@onlab.us",
        "time": "Tue Jan 19 18:31:54 2016 +0000"
      },
      "message": "CORD-60:Splitting OLT application bundle into api and app bundles so that other applications can import the necessary packages from api bundle\n\nChange-Id: Ib2bacc28e50f2b65dadd3dd20c642afccba88ac7\n"
    }
  ]
}
