)]}'
{
  "log": [
    {
      "commit": "ebd66721b39fda2bf315102db63ea7e0dcf7becc",
      "tree": "b383672968d6d456b544e71bf8cfe944e609ee86",
      "parents": [
        "a05b65a809f3680d38f162b1e980e4258b0e37c2"
      ],
      "author": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Thu Jan 31 16:01:31 2019 +0000"
      },
      "committer": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Thu Mar 14 17:34:50 2019 +0100"
      },
      "message": "Fix support of multi-segment networks in Openstack; added created_items in all vimconns\n\nChange-Id: I641a337e58138d693970616360dfb9aab021fd2a\nSigned-off-by: garciadeblas \u003cgerardo.garciadeblas@telefonica.com\u003e\n"
    },
    {
      "commit": "0446cd5df24c38f95cea13b995c553e9b2403f21",
      "tree": "c44cdd6e13913129dee35afff428e01c8dcd2d8b",
      "parents": [
        "63056c57eea17465ada68bcc076a0159d9c5f93f"
      ],
      "author": {
        "name": "Anderson Bravalheri",
        "email": "a.bravalheri@bristol.ac.uk",
        "time": "Fri Aug 17 15:26:19 2018 +0100"
      },
      "committer": {
        "name": "Anderson Bravalheri",
        "email": "a.bravalheri@bristol.ac.uk",
        "time": "Fri Nov 16 10:57:14 2018 +0000"
      },
      "message": "Implement feature 5949\n\nEnable dynamic connectivity setup in multi-site Network Services\n\nThe code required to implement the feature is contained in `osm_ro/wim`\nas much as possible.\n\n* `wim/engine.py` works together with `nfvo.py` to implement the\n  feature\n* `wim/persistence.py` is equivalent to `nfvo_db.py` and try to\n  encapsulate most of the SQL-specific code, implementing a persistence\n  layer\n* `wim/http_handler.py` extends `httpserver.py` adding WIM-related HTTP\n  routes\n* `wim/wim_thread.py` is similar to `vim_thread.py` and controls the\n  execution of WIM-related tasks\n* `wim/actions.py` and `wim/wan_link_actions.py` implement the action\n  handling specific code, calling instances of the `wim/wimconn.py`\n  subclasses\n\nWIM connectors are still a work in progress\n\nIndividual change details (newer to older)\n\n- Add errors for inconsistent state\n\n- Delay re-scheduled tasks\n\n- Move lock to inside the persistence object\n\n- Better errors for connector failures\n\n- Try to cache the wan_link information before it is deleted from the database\n\n- Integrate WanLinkDelete to NFVO\n\n- Add WanLinkDelete implementation draft with some tests\n\n- Add basic wim network creation\n\n- Add minimal documentation for actions\n\n- Add checks to the create action\n\n- Improve documentation, rearrange insert_pending and remove unused functions on WimThread\n\n- Integrate Action classes in refresh_tasks\n\n- Add Action classes to avoid intricate conditions\n\n- Adding Proposed License\n\n- Move grouping of actions to persistence\n\n- Change WimThread to use SQL to do the heavy lifting\n\n- Simplify WimThread reload_actions\n\n- Add tests for derive_wan_links\n\n- Implement find_common_wim(s)\n\n- Add tests for create_wim_account\n\n- Add migration scripts for version 33\n\n- Changes to WIM and VIM threads for vim_wim_actions\n\n- Implement wim_account management according to the discussion\n\n- Add WimHandler integration inside httpserver\n\n- Add quick instructions to run the tests\n\n- Add WIM functional tests using real database\n\n- Add DB WIM port mapping\n\n- RO WIM-related console scripts\n\n- Add WIM integration to NFVO\n\n- Improve database support focusing on tests\n\n- RO NBI WIM-related commands in HTTP server\n\n- Adding WIM tables to MANO DB\n\n- Add wim http handler initial implementation\n\n- Move http utility functions to separated files\n\n    This separation allows the code to be reused more easily and avoids\n    circular dependencies.\n\n    (The httpserver can import other modules implementing http routes,\n    and those modules can then use the utility functions without having\n    to import back httpserver)\n\n- Add a HTTP handler class and custom route decorator\n\n    These tools can be used to create independent groups of bottle\n    routes/callbacks in a OOP fashion\n\n- Extract http error codes and related logic to separated file\n\nChange-Id: Icd5fc9fa345852b8cf571e48f427dc10bdbd24c5\nSigned-off-by: Anderson Bravalheri \u003ca.bravalheri@bristol.ac.uk\u003e\n"
    },
    {
      "commit": "8285539c4623081c05a932a324dff419550f6731",
      "tree": "c61485aa01b2e6a12061f62229d2c875c4cf536b",
      "parents": [
        "07a88ed2e8985d3001766247baad258e264b5338"
      ],
      "author": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Wed Sep 20 17:34:16 2017 +0200"
      },
      "committer": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Thu Sep 21 11:10:49 2017 +0200"
      },
      "message": "Included python osm-im dependency, LICENSE added to RO package, pyang and pyangbind installed via pip in postinst\n\nChange-Id: I2c46c7c48076fc299133a9bd5f147e009a3ae0c1\nSigned-off-by: garciadeblas \u003cgerardo.garciadeblas@telefonica.com\u003e\n"
    },
    {
      "commit": "cf92004692dbcab4b9c024a45be327f7bf019ea8",
      "tree": "7f9d1849ed367292c03710b2bf0c3e65de6c1eae",
      "parents": [
        "952ab00df253f7ae43d44f2f7ba2dfef0ef0d9b8"
      ],
      "author": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Thu Sep 14 16:17:39 2017 +0200"
      },
      "committer": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Fri Sep 15 14:33:10 2017 +0200"
      },
      "message": "OSM IM consumed, changes in devops-related files: Makefile, Dockerfile, setup, new tox.ini\n\nChange-Id: Iff96eaf1a718a205b1e53c84d3f555bef8818716\nSigned-off-by: garciadeblas \u003cgerardo.garciadeblas@telefonica.com\u003e\n"
    },
    {
      "commit": "b4c22392a4cd59e8218c3b071594423cb7efbda2",
      "tree": "1bd4c403a05566c687cb1e919e0b00bdfa17771b",
      "parents": [
        "f44e9e5d8b652fd2cdba4c0253c958271eea9a2c"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Wed Jun 14 12:55:38 2017 +0200"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Wed Jun 14 12:55:38 2017 +0200"
      },
      "message": "added python- openstackclient package at installation useful for debug\n\nChange-Id: I6443eeefe8beb961e20d465db99d6c2a78ed3a43\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "1c385a3ed806e8144a837199816465e2e3e07085",
      "tree": "6d03a4309d7149d67d9ee7b02ce4cda5ff5d879b",
      "parents": [
        "05a8b7bc29197345f9718796c110d6cf3c2ad176"
      ],
      "author": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Thu Apr 20 19:06:04 2017 +0200"
      },
      "committer": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Thu Apr 20 19:06:04 2017 +0200"
      },
      "message": "Removed mysql-server dependency, updates postinst with the appropriate service name\n\nChange-Id: I0b6a094c1f7db89e1918bf637480305c60e574a1\nSigned-off-by: garciadeblas \u003cgerardo.garciadeblas@telefonica.com\u003e\n"
    },
    {
      "commit": "e5ef517abec7db86ce2ee7cba628548ce4b5a6fd",
      "tree": "b180b4c1b9b9087b713bb8a0c835768b23f37941",
      "parents": [
        "d81496cabe6c0dfeadbb4dc1852a3d336032c576"
      ],
      "author": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Thu Apr 20 14:46:29 2017 +0200"
      },
      "committer": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Thu Apr 20 14:46:29 2017 +0200"
      },
      "message": "Support of debian packaging via stdeb; postinst script; renaming some files\n\nChange-Id: I966a27d84688ee2e7083324033ebea3ade6fc871\nSigned-off-by: garciadeblas \u003cgerardo.garciadeblas@telefonica.com\u003e\n"
    }
  ]
}
