)]}'
{
  "log": [
    {
      "commit": "db8ea6ae17ac2393829c61f9be61e1b25efb1fe4",
      "tree": "acdc9a3f509259d0128985bf8a27d2d3307072ab",
      "parents": [
        "29d590a038ce5c8d745f97ab935393c0bd6a8228"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Tue Oct 09 11:44:53 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Tue Oct 09 11:44:53 2018 -0300"
      },
      "message": "Removes filter param from osm-common function calls\n\nThe filter argument was replaced to q_filter. Instead of\nrenaming the keyword arg, now functions are called using\nonly positional args.\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\n"
    },
    {
      "commit": "29d590a038ce5c8d745f97ab935393c0bd6a8228",
      "tree": "a57ac4a981618a73d789bd45ee9a9acece5fb69e",
      "parents": [
        "be75541d2f2306f8992f47bca8179210f858c593"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Wed Oct 03 15:52:47 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Thu Oct 04 10:57:48 2018 -0300"
      },
      "message": "Adds handling of scaled life cycle operation\n\nConfigures alarms on vdus created after a scaling operation, which\ncorrespond to the \u0027scaled\u0027 message, using the same handler used with\nthe \u0027instantiated\u0027 message, in which a check has been added to avoid\nduplicate alarms.\nIt also fixes the vdu name used when creating the alarm through MON,\nwhich is now the vdur name and not the vdu-id-ref used in the vnfd.\nFinally, it adds a check for the scaling-type param in the scaling policy,\nonly executing the autoscaling logic if it is set to \u0027automatic\u0027.\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\nChange-Id: I3499ebdb5605f80ff73d905fbe3ac61d0d806687\n"
    },
    {
      "commit": "be75541d2f2306f8992f47bca8179210f858c593",
      "tree": "9c220cd35dfaffd22358634bbee851a94f0dc9a9",
      "parents": [
        "d0fea7ea94e262be18a0f473eebd7e7239d892b2"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Wed Oct 03 14:36:49 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Thu Oct 04 10:56:19 2018 -0300"
      },
      "message": "Refactor common_db client code\n\nCreates DbClient which exposes methods to interact with the common\ndatabase, using osm_common module.\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\nChange-Id: Ib81bb44e5f2c6ffd289380936b089af2f9e76e63\n"
    },
    {
      "commit": "d0fea7ea94e262be18a0f473eebd7e7239d892b2",
      "tree": "da1e78b0a84a2d94f2d97e0140ccff8dafab3a0c",
      "parents": [
        "8604881e3a11bb614b5bf3b3cbf2fc295f0b3a04"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Wed Sep 26 20:12:58 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Thu Sep 27 18:02:33 2018 -0300"
      },
      "message": "Adds pip installation of python deps in deb package install\n\nAdds postinst script\nAdds Makefile (there is an issue when using postinst with tox)\nAdds stdeb.cfg declaring binary dependencies\nReenables flake8 in tox\nRemoves consumer timeout that should have never been there\nReadds group_id in kafka consumer\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\nChange-Id: Ied0cb6135aee5f08cfd36c9cbaafa4c174b7434f\n"
    },
    {
      "commit": "8604881e3a11bb614b5bf3b3cbf2fc295f0b3a04",
      "tree": "ada7097afe4231afab7f15c58bbb1d514b053e40",
      "parents": [
        "bd499e01b67f2eb3cd9263f5d5d819fb118c5756"
      ],
      "author": {
        "name": "Mike Marchetti",
        "email": "mmarchetti@sandvine.com",
        "time": "Thu Sep 20 14:51:45 2018 -0400"
      },
      "committer": {
        "name": "Mike Marchetti",
        "email": "mmarchetti@sandvine.com",
        "time": "Thu Sep 20 14:51:45 2018 -0400"
      },
      "message": "Fixup name of MON -\u003e POL\n\nSigned-off-by: Mike Marchetti \u003cmmarchetti@sandvine.com\u003e\n"
    },
    {
      "commit": "bd499e01b67f2eb3cd9263f5d5d819fb118c5756",
      "tree": "c4a17b10005ceee723823c148e4265dd662d37b6",
      "parents": [
        "7f11ecff803667fb5cd0e79389eece83ddc96c86"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Thu Sep 20 14:12:52 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Thu Sep 20 15:14:41 2018 -0300"
      },
      "message": "Fixes dependency error in setup.py\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\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"
    },
    {
      "commit": "40aaab6334ccb4a02366259b80a24b3b4e0ec47f",
      "tree": "4b825dc642cb6eb9a060e54bf8d69288fbee4904",
      "parents": [],
      "author": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Fri Aug 31 12:53:37 2018 +0200"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "root@osm.etsi.org",
        "time": "Fri Aug 31 12:53:37 2018 +0200"
      },
      "message": "Initial empty repository\n"
    }
  ]
}
