)]}'
{
  "log": [
    {
      "commit": "b4984ba781052bf3de99ae60d43abd89b5dec27e",
      "tree": "d8b8df8fec694851b452a6d34f8f42734301c51f",
      "parents": [
        "10be7c984475707be716708dfdd2d91a655158dc"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Tue Feb 26 16:54:10 2019 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Tue Feb 26 16:54:10 2019 -0300"
      },
      "message": "Modifies POL to create database if using mysql URI\n\nChange-Id: I718e703992eac66bae22cbc44ea8b78cbd776371\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\n"
    },
    {
      "commit": "10be7c984475707be716708dfdd2d91a655158dc",
      "tree": "6984ec78d126be6f8b9c1780c5986ec1d08b71b0",
      "parents": [
        "a14cf16181c8b39f12c872c486e0b292c0068944"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Tue Feb 05 17:44:42 2019 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Thu Feb 21 14:13:58 2019 -0300"
      },
      "message": "Adds migration engine for peewee ORM\n\nbug 590\n\nChange-Id: If6752715d455cbeb3dc2633e9b62f79360fef767\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\n"
    },
    {
      "commit": "a14cf16181c8b39f12c872c486e0b292c0068944",
      "tree": "c6ed5db8409f354b944bd73a9cd0d0993b768d45",
      "parents": [
        "a96898dfaf088ac15560d15a7dcaf982c671ac2f"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Fri Feb 01 13:31:47 2019 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Mon Feb 04 16:45:11 2019 -0300"
      },
      "message": "Replaces direct use of aiokafka with osm_common message bus in agent and\nlcmclient\n\nChanges config handling to comply with the way it is handled in other modules,\nby using a config file and overriding it with env vars.\n\nAdds unit tests for message_bus_client.\n\nMon client remains using aiokafka directly, as there is no support yet for\nauto_offset_reset configuration in osm_common.\n\nChange-Id: I99615287cc934ce310105e86544a6bfe26bc0673\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\n"
    },
    {
      "commit": "ec566a093b1d4023e675426ecf9ae3d4768b2436",
      "tree": "dc5644c0b56fba4eebec6a3c4c48a93f7d3ebe23",
      "parents": [
        "023473295ef70215b9603e1fa0de8d71c0f6d0a2"
      ],
      "author": {
        "name": "Juan",
        "email": "jquiroga@whitestack.com",
        "time": "Wed Nov 21 12:21:34 2018 -0300"
      },
      "committer": {
        "name": "Juan",
        "email": "jquiroga@whitestack.com",
        "time": "Wed Nov 21 12:28:14 2018 -0300"
      },
      "message": "added env vars for mongo ha\n\nChange-Id: Ied541f300e819eacbc31426089eb7ca547b59f34\nSigned-off-by: Juan \u003cjquiroga@whitestack.com\u003e\n"
    },
    {
      "commit": "a4e615d9bab28eefa0ae1e713ad75289ed2f65cc",
      "tree": "f100dd5c7968ab31d8b702ef62cab60ddf1cefd9",
      "parents": [
        "f35f914f45080e150cc7c6a2928de47a9ae5c848"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Mon Oct 08 16:34:17 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Sun Oct 14 18:38:20 2018 -0300"
      },
      "message": "Adds use of OSMPOL_SQL_DATABASE_URI config param to connect to DB\n\nThe OSMPOL_SQL_DATABASE_URI was not being used by POL to connect\nto the database. There was a hardcoded sqlite database name.\nThis change should now provide capability to the user to use any\nSQL database engine supported by the peewee ORM (mysql/mariadb,\npostgres, sqlite).\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\nChange-Id: Iff406862fb3dfeb4453fb3213c94db6d62385d96\n"
    },
    {
      "commit": "48af3094153dcbef3bf03f72f9d20a3c49d50678",
      "tree": "e17987c7d064e7f6f1d493da4a836b593230a7ff",
      "parents": [
        "db8ea6ae17ac2393829c61f9be61e1b25efb1fe4"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Mon Oct 08 19:38:49 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Tue Oct 09 14:39:57 2018 -0300"
      },
      "message": "Fixes StopIteration error in multi scaling group descriptor scenarios\n\nThe code was iterating over all vdus in a vnfd, instead of doing\nso over the vdu refs inside the scaling-group. This lead to errors\nwhen there was a vdu without the metric declared in the criteria.\nIt has been replaced to iterate over the vdus in the scaling group\ndescriptor, which is the correct behaviour.\nThis commit also fixes an error in the scale function, which was\nstill using the old db structure.\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\nChange-Id: I8b8450534f739e6afecc2602086c868ffaee79bc\n"
    },
    {
      "commit": "7f11ecff803667fb5cd0e79389eece83ddc96c86",
      "tree": "ef3f86e1208906d3671df98da04ae0f36efc2243",
      "parents": [
        "40aaab6334ccb4a02366259b80a24b3b4e0ec47f"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Fri Sep 14 12:03:38 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Tue Sep 18 12:45:35 2018 -0300"
      },
      "message": "Migrates POL code from MON repo\n\nAdds support for VDU metric autoscaling\nModifies env var names\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\nChange-Id: If9587e1b8eacaf6fb297306050a97d33c8a63ead\n"
    }
  ]
}
