)]}'
{
  "log": [
    {
      "commit": "0e34244e420bd68e6acb0cf6bb4383fedb662070",
      "tree": "2ce072b48bba735e0285c7d3d7c32d1ca20a2e17",
      "parents": [
        "987f8f62bf405ac78a4a1ea3f6e634c686119e05"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Fri Nov 09 17:52:08 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Tue Nov 13 18:06:07 2018 -0300"
      },
      "message": "Changes way metrics are collected, removing the use of mon-proxy\n\nCollector now collects vim metrics directly, without to send kafka msgs\nto mon-proxy. Also a plugin/backend model has been implemented to ease\npossible inclusions of other vims and tsbds in the future.\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\nChange-Id: I554a4f5e410a31ec70aa301c8aa819b1f03a3857\n"
    },
    {
      "commit": "987f8f62bf405ac78a4a1ea3f6e634c686119e05",
      "tree": "b8c1695d1e668f8daa64c85ac37062bd2c24b333",
      "parents": [
        "27784a805d77f11d049e9a16704e6977e6967e85"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Wed Oct 31 14:47:17 2018 -0700"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Wed Oct 31 15:11:48 2018 -0700"
      },
      "message": "Adds use of N2VC.FormatApplicationName in collector\n\nMonCollector was using its own method for generating the juju app name.\nIt is been replaced by the N2VC one that is also used by LCM on deployment.\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\nChange-Id: Ic2a19825f055cc9b77404f8cf13152e5b6514214\n"
    },
    {
      "commit": "91b1018e1c84758bbc47394f50d04fe3ee81d812",
      "tree": "c1bddee0ebe5afed55debd390c33987f4b137689",
      "parents": [
        "4da146638bc3838270fa41c9f9fb91961f726c97"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Tue Oct 23 19:44:26 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Wed Oct 24 15:26:23 2018 -0300"
      },
      "message": "Adds support for Juju metrics in collector\n\nMON now collects VNF metrics defined in the VNFD in the metrics\nsection. This are obtained through N2VC.\nPrometheus exporter now exposes this metrics.\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\n"
    },
    {
      "commit": "4da146638bc3838270fa41c9f9fb91961f726c97",
      "tree": "2968d1d64f54a4187e1c79286b61610f29fba81f",
      "parents": [
        "2aec92e1eb52d5512c2acae9ce9878f2f3c8f782"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Wed Oct 17 14:44:36 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Thu Oct 18 15:12:56 2018 -0300"
      },
      "message": "Adds use of CustomCollector in Prometheus exporter\n\nUsing a CustomCollector gives more control over the collection\nprocess, which allows handling the removal of metrics when a NS\nis deleted. Metrics now have a lifespan of a collection cycle, so\nmetrics of deleted vdus are now not visible in the exporter.\n\nIt also adds MonCollector class, which allows to abstract collection\nlogic and facilitates testing.\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\nChange-Id: Idfdb86c1ee9facd07187e6582954ae4cab32a5b4\n"
    },
    {
      "commit": "93699898c51364cde193d8d441f4aed45670e7bf",
      "tree": "103ed22a76d2d610f2639fd274986dcc3b0942e4",
      "parents": [
        "e80db311a29dc8562dc84ae3336af167bac2ec5b"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Fri Oct 12 17:37:30 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Tue Oct 16 16:52:26 2018 -0300"
      },
      "message": "Refactors codebase\n\nRefactors duplicated code. Renames and reorganizes classes and methods.\nRefactors tests.\nKafka message handling is removed from plugins. They now return response msg\ndict and top level code handles publishing.\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\nChange-Id: I9826db9c4586d961f40af6cb194fc388fe855ae1\n"
    },
    {
      "commit": "e80db311a29dc8562dc84ae3336af167bac2ec5b",
      "tree": "74993129b36312d5ab0923b624af22c18db6369b",
      "parents": [
        "3729638a9d26e07d551cf4ad7ac92c553e64cc6d"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Mon Oct 08 15:34:12 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Tue Oct 16 16:52:00 2018 -0300"
      },
      "message": "Refactors code in OpenStack plugin\n\nContinues refactor process on OpenStack metrics plugin.\nDelegates exception handling to the main metric handler,\nremoving exception management from specific function calls.\nExtracts response generation code into single method.\nAdds \u0027status\u0027 param in message responses where it was missing.\nModifies tests accordingly.\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\nChange-Id: I6ad27734f37708f5ccbef13e322723225545db4e\n"
    },
    {
      "commit": "27153c4846a5caeee4a430527fd87cd322408f4b",
      "tree": "f3bd3d812d3f6f17af54348d118f55addd4e639c",
      "parents": [
        "2a1f7bc83b827fe3c11cbefd0c724e281d75b365"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Mon Oct 08 12:20:47 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Sun Oct 14 18:28:35 2018 -0300"
      },
      "message": "Refactor common_db client code\n\nCreates CommonDbClient 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: I98babcdb892e86fdb14d04873b2bbbdabbdad23f\n"
    },
    {
      "commit": "e01346dcc8e4e4986d7a475259b2e451a8fe45f6",
      "tree": "82a5498ff9912ffb66301af2ff70281e83f00f4b",
      "parents": [
        "59c6f793318bb42f2b311b37ef9c6fc3ceebe36f"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Wed Oct 10 12:26:50 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Wed Oct 10 12:26:50 2018 -0300"
      },
      "message": "Sets repeat_action to True in OpenStack alarm creation\n\nAlarms created in OpenStack will be configured to retrigger actions\nduring each evaluation cycle if they are still in alarm state.\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\n"
    },
    {
      "commit": "6a25034efeefc28121fa2cd16d655e5620bd8c47",
      "tree": "4770a2d5b2eba850815c1a61eedb6fbf22771684",
      "parents": [
        "3dd2f6e81fd4997d0d1bb655534677e464072215"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Wed Oct 03 12:37:09 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Wed Oct 03 13:54:02 2018 -0300"
      },
      "message": "Adds support for SSL verification option in OpenStack Aodh plugin\n\nAlarm management operations now consider the insecure option\nin vim config.\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\nChange-Id: Id25a50a4f4a8db3775364b9639d1eb3926dab53a\n"
    },
    {
      "commit": "cbecb0d35d5da2b127c85c2c90515c4ad72a8467",
      "tree": "be5c80594124a50e74bcdb02e9f22587d37645a2",
      "parents": [
        "c8c3a7a343483751544b2cee0a97a54c2f164ac1"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Fri Sep 14 14:12:00 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Fri Sep 14 14:12:00 2018 -0300"
      },
      "message": "Removes obsolete files\n\nRemoves OpenStack plugin tests logger config\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\n"
    },
    {
      "commit": "24dddb57c8aee6476fa29d499e1a8dde0d0954ac",
      "tree": "a228c8623ca614a9dc291b3c279542e584cd8d72",
      "parents": [
        "58834ab6fcbcc4039c479de89ecc82f0eb2fd2f3"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Thu Sep 06 13:20:29 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Thu Sep 06 13:32:53 2018 -0300"
      },
      "message": "Fixes recursive-include in MANIFEST\n\nThe MANIFEST was only including py and xml files from the osm_mon package.\nThe vROPs plugin uses a install.sh file to work. Added *.sh files to the\nrecursive include.\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\nChange-Id: I23d5c844b6fbb99bbf41916cee2376a2c51fc6c6\n"
    },
    {
      "commit": "58834ab6fcbcc4039c479de89ecc82f0eb2fd2f3",
      "tree": "2ffe3cb48618586889aafd3ef6c06c6d13ff4045",
      "parents": [
        "6418f698822467c91e6685647297f3f606e00809"
      ],
      "author": {
        "name": "kasar",
        "email": "pkasar@vmware.com",
        "time": "Fri Aug 03 02:24:05 2018 -0700"
      },
      "committer": {
        "name": "kasar",
        "email": "pkasar@vmware.com",
        "time": "Wed Aug 15 21:58:33 2018 -0700"
      },
      "message": "Multi-VIM support for vmware vROPs plugin\n\nChange-Id: Ib4f3dfe0d3930f520fc217618b9ddf1e9b53cea5\nSigned-off-by: kasar \u003cpkasar@vmware.com\u003e\n"
    },
    {
      "commit": "6418f698822467c91e6685647297f3f606e00809",
      "tree": "45a3cf667fbef3b76133d9fd57a089e9b6be4f3a",
      "parents": [
        "a4ffa936b4f8a2bfcd1b64541e00c93aac449a56",
        "cae650341754311d90bc7c7a0321787b6c0e315a"
      ],
      "author": {
        "name": "lavado",
        "email": "glavado@whitestack.com",
        "time": "Fri Jul 06 21:14:23 2018 +0200"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "root@osm.etsi.org",
        "time": "Fri Jul 06 21:14:23 2018 +0200"
      },
      "message": "Merge \"[MON] Fixes notifier bug during alarm triggering\""
    },
    {
      "commit": "cae650341754311d90bc7c7a0321787b6c0e315a",
      "tree": "4900c30eed0cf7dd00ab7fe22e187139facd260f",
      "parents": [
        "97d7df670c46be95e707d276b05c70ad61fc4ab5"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Fri Jul 06 16:04:19 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Fri Jul 06 16:05:03 2018 -0300"
      },
      "message": "[MON] Fixes notifier bug during alarm triggering\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\n"
    },
    {
      "commit": "326907a0151bed5641a9e9e241bc3b05bf0b71b9",
      "tree": "181cce45445446de15bdcca9bbf7004fc83ea7f9",
      "parents": [
        "24b8309395b534ffe4bff9b07f665951555ac955"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Mon Jun 18 14:21:46 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Fri Jul 06 12:27:14 2018 -0300"
      },
      "message": "[MON] Implements multithreading for message consumption\n\n[MON] Fixes errors in OpenStack plugin integration tests\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\nChange-Id: Ifbf85d5217244aa22655addd1a64c276746cda77\n"
    },
    {
      "commit": "e2fe4582e9569ea8146e945f278179126821ab76",
      "tree": "b7687dee53f98e4408dd7e3be4fca0a98af19bdf",
      "parents": [
        "9608081aa7b0ff8823ddbcd1144948ee0369160e"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Wed Jun 13 18:14:12 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Thu Jun 14 18:41:51 2018 -0300"
      },
      "message": "[MON] Refactor of alarming section of OpenStack plugin\n\nRefactor of alarming related tests\nRefactor of notifier tests\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\nChange-Id: I6dcbe8488b9aafb19718b121aaca964831200434\n"
    },
    {
      "commit": "9608081aa7b0ff8823ddbcd1144948ee0369160e",
      "tree": "ee92d40ba9096b8f8e33a85be413b075050ea1e1",
      "parents": [
        "5154baa6fd0a33b46ef5fedb0e954c96f82fae03"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Wed Jun 06 17:08:26 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Thu Jun 14 12:52:30 2018 -0300"
      },
      "message": "[MON] Adds check for \u0027insecure\u0027 vim config param in Openstack plugin\n\nCloses-Bug: Bug 504\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\nChange-Id: Ib16af4bb3cad2a525b011a8d856311a534149442\n"
    },
    {
      "commit": "5154baa6fd0a33b46ef5fedb0e954c96f82fae03",
      "tree": "545fe91d2675fa9f3ab89213287174f42e5c84a6",
      "parents": [
        "a2c06b12bae40e48ab989e0c75e5a3ad6fabe916"
      ],
      "author": {
        "name": "gcalvino",
        "email": "guillermo.calvinosanchez@altran.com",
        "time": "Wed May 23 12:20:36 2018 +0200"
      },
      "committer": {
        "name": "gcalvino",
        "email": "guillermo.calvinosanchez@altran.com",
        "time": "Thu May 24 07:28:35 2018 +0200"
      },
      "message": "Optimization of \"list_metrics\" function\n\nSigned-off-by: gcalvino \u003cguillermo.calvinosanchez@altran.com\u003e\nChange-Id: I815e0f11049d49ef0ed13e4180241923b4a58496\n"
    },
    {
      "commit": "a2c06b12bae40e48ab989e0c75e5a3ad6fabe916",
      "tree": "2cb49911d6c5388ba38e6c4525eb6031f7a02718",
      "parents": [
        "822fb1930b4abdf834462d0cd26247b0960dcac0"
      ],
      "author": {
        "name": "gcalvino",
        "email": "guillermo.calvinosanchez@altran.com",
        "time": "Tue May 22 10:00:16 2018 +0200"
      },
      "committer": {
        "name": "gcalvino",
        "email": "guillermo.calvinosanchez@altran.com",
        "time": "Tue May 22 16:57:58 2018 +0200"
      },
      "message": "Optimization of \"check_for_metric\" function\n\nSigned-off-by: gcalvino \u003cguillermo.calvinosanchez@altran.com\u003e\nChange-Id: I1beb698c564b21f3340d9e67947fe1031f57dfe7\n"
    },
    {
      "commit": "ffe5a8e4e35d3fc7860eb9231618dc0e84e448b7",
      "tree": "7b46875982adb99d9cc1e44cb1707cee9e7c3e27",
      "parents": [
        "2f1be6ba8722211068fb678bc1048283f275f0af"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Thu May 17 19:02:24 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Fri May 18 11:49:51 2018 -0300"
      },
      "message": "Adds vdu, ns, threshold and operation info to alarm notification\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\nChange-Id: Icbdfa11fa81bfda664e98d3cfc365ef1389fac46\n"
    },
    {
      "commit": "b726161f9fe605ceb418d9b5df12d295bff28c3a",
      "tree": "bd9d9fd8e85dde4f5a99f8af65cf0ca0dde655d3",
      "parents": [
        "e1c5c9ba4f44c3adc175421995e7171b6122b126"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Fri May 11 18:00:16 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Mon May 14 15:22:39 2018 -0300"
      },
      "message": "Adds support for vdu_name, ns_id and vnf_member_index\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\nChange-Id: I194753f7d581287dc85850378391dcf1585e78c3\n"
    },
    {
      "commit": "b85fc8cdf840080b10d01c33b4a57a2a39bcc0f1",
      "tree": "b7ea0cac927e1e70564b49525e7b42cd3edfc683",
      "parents": [
        "75512477988ae5e287433c6c859c61de1bc82318"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Thu May 03 13:22:11 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Mon May 07 17:09:34 2018 -0300"
      },
      "message": "Adds vdu_id to message bus models\n\nLB Dockerfile now uses Python3\nRemoves obsolete parameters from models\nRefactors and fixes kafka integration tests\nRefactors deprecated log warnings\nAdds DATABASE env var to set MON database url\nFixes indentation and dependency issues in AWS plugin\nUse open from io package for Python 2 and 3 compatibility\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\nChange-Id: I70af22d2fbc2cb1bfd5d9632d9daa80e9d7f6b62\n"
    },
    {
      "commit": "75512477988ae5e287433c6c859c61de1bc82318",
      "tree": "924e3f5c3267744e24b39073ee20183ee7955da3",
      "parents": [
        "e69fe6fd4fca96b7e3f771cfbe7664bc0e8d727d"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Fri Apr 27 14:32:31 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Fri Apr 27 18:38:04 2018 -0300"
      },
      "message": "Adds granularity support in OpenStack vim config\n\nAdds global config class in core\nReorders common_consumer conditional blocks\nAdds support for OS_DEFAULT_GRANULARITY env var\nModifies tests to support changes\n\nChange-Id: I873b8d24814825bff6e628092942bf16fa5e2a03\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\n"
    },
    {
      "commit": "9d31bd8e0ff2d143d4cdf532c65329845e47b87a",
      "tree": "5edb9012679e15c2708ddf4f3d58a098af53333f",
      "parents": [
        "e4be37f562f1d0c394d1ccdd0238202ec8f6f949"
      ],
      "author": {
        "name": "gcalvino",
        "email": "guillermo.calvinosanchez@altran.com",
        "time": "Mon Apr 16 16:26:09 2018 +0200"
      },
      "committer": {
        "name": "gcalvino",
        "email": "guillermo.calvinosanchez@altran.com",
        "time": "Tue Apr 17 15:14:38 2018 +0200"
      },
      "message": "Get Metric_UUID directly from VIM\nChange-Id: I9b8c47b2fd7987f8834dc7c90e826d9d2789ce51\nSigned-off-by: gcalvino \u003cguillermo.calvinosanchez@altran.com\u003e\n"
    },
    {
      "commit": "07698bb92ade3527c03b56470e053510e6e5acfe",
      "tree": "94a6de3a3cdc4501f4db1650bd155780ca5ca820",
      "parents": [
        "d4f2f20c230d7f253d6e6072752ccbab0f49dc1c"
      ],
      "author": {
        "name": "dhumal",
        "email": "kdhumal@vmware.com",
        "time": "Fri Mar 30 05:26:13 2018 -0700"
      },
      "committer": {
        "name": "dhumal",
        "email": "kdhumal@vmware.com",
        "time": "Fri Apr 06 03:59:47 2018 -0700"
      },
      "message": "1.code changes related to latest pyvcloud lib\n2.Additional mock test cases for vROPs plugin\n\nChange-Id: I89efd0e41a6822a9ff69b986b22d79624f820017\nSigned-off-by: dhumal \u003ckdhumal@vmware.com\u003e\n"
    },
    {
      "commit": "ad1d76c5afc49644f7d864eee85d8e4d09a184cc",
      "tree": "48286ec98be986e993616c53077ef59bd83e78b5",
      "parents": [
        "181cce8e28a9b6c5c6fa1fa8aa515de3b187a2e1"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Thu Mar 29 17:24:09 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Thu Mar 29 17:24:09 2018 -0300"
      },
      "message": "Fixes bugs for integration with policy module\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\n"
    },
    {
      "commit": "181cce8e28a9b6c5c6fa1fa8aa515de3b187a2e1",
      "tree": "fe4f1ff8f78b91f6f261a7dbe9fc1e6f8d4b9090",
      "parents": [
        "6439eb0e6f03b89629bbb8bad3e092133e56a614"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Wed Mar 28 21:12:11 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Wed Mar 28 21:12:11 2018 -0300"
      },
      "message": "Implements multivim support in the OpenStack plugin\n\nFixes bugs in OpenStack plugin and respective tests\nAdd table to database to keep track of relations between alarms and vim\ncredentials\n\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\n"
    },
    {
      "commit": "6439eb0e6f03b89629bbb8bad3e092133e56a614",
      "tree": "cbe208053239d321445c3ef5fc99f9417b610c78",
      "parents": [
        "0215787170470859168d861b666c4e92b37e3743",
        "b3f86c9f43a0eb4d56487118a403c39f979ec042"
      ],
      "author": {
        "name": "hoban",
        "email": "adrian.hoban@intel.com",
        "time": "Mon Mar 26 21:50:25 2018 +0200"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "root@osm.etsi.org",
        "time": "Mon Mar 26 21:50:25 2018 +0200"
      },
      "message": "Merge \"Adds support for storing and getting vim creds\""
    },
    {
      "commit": "b3f86c9f43a0eb4d56487118a403c39f979ec042",
      "tree": "74a4908a667a17f9a90a9433fd4f1e45f23da6bb",
      "parents": [
        "0e57d11ebb85637f38dd92a791abd6fe4889a565"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Sun Mar 25 23:45:55 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Mon Mar 26 15:00:49 2018 -0300"
      },
      "message": "Adds support for storing and getting vim creds\n\nAdds support for vim account create operation\nAdds local sqlite database\nAdds AuthManager and DatabaseManager classes\nModifies integration tests\n\nChange-Id: I0609b53835be94c8c36c12df905e09ce14eff3a7\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\n"
    },
    {
      "commit": "0215787170470859168d861b666c4e92b37e3743",
      "tree": "1de80bf8e0468e6896192972a613a53ad1c1a9c8",
      "parents": [
        "0e57d11ebb85637f38dd92a791abd6fe4889a565",
        "6a230aeb2855aa02dc8d5b1bbf5bc148a0955c8a"
      ],
      "author": {
        "name": "hoban",
        "email": "adrian.hoban@intel.com",
        "time": "Mon Mar 26 11:49:14 2018 +0200"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "root@osm.etsi.org",
        "time": "Mon Mar 26 11:49:14 2018 +0200"
      },
      "message": "Merge \"Additional mock tests for vROPs plugin\""
    },
    {
      "commit": "6a230aeb2855aa02dc8d5b1bbf5bc148a0955c8a",
      "tree": "31c2666ec41d3e7cee54358bbab7a7393e6a4829",
      "parents": [
        "030c8c720baf9e472efdd703bff6f4fdf29aa035"
      ],
      "author": {
        "name": "bhangare",
        "email": "sbhangare@vmware.com",
        "time": "Mon Feb 26 00:53:31 2018 -0800"
      },
      "committer": {
        "name": "sbhangare",
        "email": "sbhangare@vmware.com",
        "time": "Sun Mar 25 23:25:44 2018 -0700"
      },
      "message": "Additional mock tests for vROPs plugin\n\nChange-Id: I0c46fdbc860aaf92aa7e0425ab3d82283d648f19\nSigned-off-by: bhangare \u003csbhangare@vmware.com\u003e\n"
    },
    {
      "commit": "0e57d11ebb85637f38dd92a791abd6fe4889a565",
      "tree": "48804cf78e9ce2b0e3f27e6ab7fa23ef849153c5",
      "parents": [
        "030c8c720baf9e472efdd703bff6f4fdf29aa035"
      ],
      "author": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Sun Mar 25 14:43:52 2018 -0300"
      },
      "committer": {
        "name": "Benjamin Diaz",
        "email": "bdiaz@whitestack.com",
        "time": "Sun Mar 25 15:31:42 2018 -0300"
      },
      "message": "Minor bugs fix\n\nAlso-by: gcalvino \u003cguillermo.calvinosanchez@altran.com\u003e\nSigned-off-by: Benjamin Diaz \u003cbdiaz@whitestack.com\u003e\n"
    },
    {
      "commit": "715eda01235b5051e4976ed60a363f14280868cc",
      "tree": "4a9da494eeab8a79736f415cdac971ddf21046fd",
      "parents": [
        "0b86db3943f770fd9114c37d677456052d85f55b"
      ],
      "author": {
        "name": "kdhumal",
        "email": "kdhumal@vmware.com",
        "time": "Wed Feb 14 02:48:42 2018 -0800"
      },
      "committer": {
        "name": "dhumal",
        "email": "kdhumal@vmware.com",
        "time": "Wed Feb 14 02:53:57 2018 -0800"
      },
      "message": "Additional mock test cases for vROPs plugin\n\nChange-Id: I1d9e585f758736d06abcdb0d3fc06ca475cb4393\nSigned-off-by: dhumal \u003ckdhumal@vmware.com\u003e\n"
    },
    {
      "commit": "0b86db3943f770fd9114c37d677456052d85f55b",
      "tree": "0e5f85618ea1ca144c3385c90710b4d6bfe8eff7",
      "parents": [
        "e3f9dbefdf9c363b8b2174a8bfb77b1ae0273e75"
      ],
      "author": {
        "name": "dhumal",
        "email": "kdhumal@vmware.com",
        "time": "Tue Jan 23 03:28:17 2018 -0800"
      },
      "committer": {
        "name": "dhumal",
        "email": "kdhumal@vmware.com",
        "time": "Sun Jan 28 21:59:35 2018 -0800"
      },
      "message": "Mock tests for vROPs plugin receiver module\nCorrecting typo in sys path\n\nChange-Id: Idc59055997e853edf7873c68c5e69f4acc60f69c\nSigned-off-by: dhumal \u003ckdhumal@vmware.com\u003e\n"
    },
    {
      "commit": "bbbc9f6af36cea7a55d478020b7f385f792fb91d",
      "tree": "870dd8e20ccd56faed688e364dbce409d302b28c",
      "parents": [
        "43d40c9b0bb2ce102df56f066774f65e0c4bc411"
      ],
      "author": {
        "name": "Helena McGough",
        "email": "helena.mcgough@intel.com",
        "time": "Wed Nov 29 15:12:07 2017 +0000"
      },
      "committer": {
        "name": "Helena McGough",
        "email": "helena.mcgough@intel.com",
        "time": "Tue Dec 05 13:25:19 2017 +0000"
      },
      "message": "Included OpenStack integration tests.\n\n - Included OpenStack KafkaProducer and consumer integration tests for:\n   - alarm_request\n   - metrics_request\n   - access_credentials\n - Included a webserver integration test for Aodh notifier class\n\nChange-Id: I742c146269a2c60d004402d6614e529babeb2acd\nSigned-off-by: Helena McGough \u003chelena.mcgough@intel.com\u003e\n"
    },
    {
      "commit": "effeb7c52a650308e47ef3eb0ded8315f21f9cba",
      "tree": "73667be434f18c277a0d203879fd66b838909699",
      "parents": [
        "94f93f717ead448f13dc272ed765e008a0e64c81"
      ],
      "author": {
        "name": "Helena McGough",
        "email": "helena.mcgough@intel.com",
        "time": "Thu Nov 23 15:54:08 2017 +0000"
      },
      "committer": {
        "name": "h.mcgough",
        "email": "helena.mcgough@intel.com",
        "time": "Mon Nov 27 16:31:32 2017 +0200"
      },
      "message": "Updated plugins with new directory structure\n\n - Runs tests on build\n\nChange-Id: If96693bfbc08e5c8e7e6cac98bbd3b8f0bad5f62\nSigned-off-by: Helena McGough \u003chelena.mcgough@intel.com\u003e\n"
    },
    {
      "commit": "94f93f717ead448f13dc272ed765e008a0e64c81",
      "tree": "f55de236393a9cb40550de0076c3621dbc4a9b6b",
      "parents": [
        "025aab041b561b8cd9f9a5f8ef209cdf6ba3b4ee"
      ],
      "author": {
        "name": "Helena McGough",
        "email": "helena.mcgough@intel.com",
        "time": "Thu Nov 23 17:29:54 2017 +0000"
      },
      "committer": {
        "name": "h.mcgough",
        "email": "helena.mcgough@intel.com",
        "time": "Mon Nov 27 16:15:30 2017 +0200"
      },
      "message": "Refactored the Aodh notifier class\n\n - Included alarm actions to send notification to SO\n - Utilizes Aodh\u0027s webhook option for alarm_actions\n - Included additional tests for this change\n - Updated documentation\n\nChange-Id: Ia3f2e2fa2ffee0cc66a80d5098d52b7da2be2dbe\nSigned-off-by: Helena McGough \u003chelena.mcgough@intel.com\u003e\n"
    },
    {
      "commit": "c7397b95dbaeebd7d872779eec809daed9e487cc",
      "tree": "852c9d3100329fe82f19a04c4527c685c8e8917b",
      "parents": [
        "71ce7eca516321aff84332df56702e718968735b"
      ],
      "author": {
        "name": "prithiv",
        "email": "prithiv.mohan@intel.com",
        "time": "Thu Nov 23 13:47:34 2017 +0000"
      },
      "committer": {
        "name": "prithiv",
        "email": "prithiv.mohan@intel.com",
        "time": "Mon Nov 27 15:03:34 2017 +0200"
      },
      "message": "Renaming folder structure\n\nSigned-off-by: prithiv \u003cprithiv.mohan@intel.com\u003e\n"
    }
  ]
}
