)]}'
{
  "log": [
    {
      "commit": "d3ec455d6fc80a1f36c5f893f7230c2819e92c83",
      "tree": "588bc7c1b126efd2fc82ceeecc53275808b2f925",
      "parents": [
        "5ab13c4ae978bf0d7c8e711d5eed82667464348a"
      ],
      "author": {
        "name": "Carmelo Cascone",
        "email": "carmelo@opennetworking.org",
        "time": "Fri Jan 10 13:17:11 2020 -0800"
      },
      "committer": {
        "name": "Carmelo Cascone",
        "email": "carmelo@opennetworking.org",
        "time": "Fri Jan 10 13:17:11 2020 -0800"
      },
      "message": "Replace file-based URLs in requirements.yaml with released ones (https)\n\nWe ran into an issue where bumping the onos chart version (needed by\nseba-services) would break comac and other charts, as they\ndepended on an older versions of the same onos chart that cannot be\nfound if using file-based urls.\n\nUsing https://charts.opencord.org instead of file URLs, fixes\nthe issue and in general allows for independent evolution of shared\ndependencies such as onos, fabric, etc. while keeping everything in one\nrepo. This is also the recommendation in helm best practices, where file\nURLs are considered special case and are prohibited in the official Helm\nrepository.\n\nThe downside is for development and testing, as when working on a change\nthat involves updating two or more related charts, that might need to\nbe broken-up in multiple commits, to release first the parent charts.\n\nChange-Id: I97d57b0f54732482844c56e1aa36f9ef9e307acb\n"
    },
    {
      "commit": "b391551cd6dbf38ed40019e1fb6bf9537430beb8",
      "tree": "3b483efa90d371c201c444904ec2b5f0b4eb6c88",
      "parents": [
        "e03ddf44d2d9d632afbce5572a0bbc21e9fb5b3e"
      ],
      "author": {
        "name": "Hyunsun Moon",
        "email": "hyunsun@opennetworking.org",
        "time": "Sun Dec 01 00:41:28 2019 -0800"
      },
      "committer": {
        "name": "Hyunsun Moon",
        "email": "hyunsun@opennetworking.org",
        "time": "Mon Dec 02 11:18:23 2019 -0800"
      },
      "message": "Add ability to configure ONOS rest port in mcord-services\n\nChange-Id: I1b5500ed4f2c2e5fce541d9fed29f44dffb10a95\n"
    },
    {
      "commit": "35abc2e65057b4e39b20cacf45be619a1ea7c4c7",
      "tree": "55c67f98c798807c19c74e64352850762ce0adc4",
      "parents": [
        "90c605099add514364758ceca94dfa16058740a1"
      ],
      "author": {
        "name": "Hyunsun Moon",
        "email": "hyunsun@opennetworking.org",
        "time": "Sat Oct 19 15:05:03 2019 -0600"
      },
      "committer": {
        "name": "Woojoong Kim",
        "email": "woojoong@opennetworking.org",
        "time": "Thu Oct 24 17:39:21 2019 +0000"
      },
      "message": "COMAC-237,COMAC-255 Refactor mcord profile\n\n- Rename mcord to mcord-services\n- Use the onos chart instead of onos-progran chart for bring up progran on onos\n  No need to manually restart progran app after deploying anymore\n- Make onos rest URL configurable for xos-services/progran service\n- Enable and disable fabric conditionally\n- Change service dependency\n\nChange-Id: Icc20305349b78bd5b16e6e80ff1621ced733f69d\n"
    },
    {
      "commit": "5fa7e481ddfaf997780ca475d5cd593fba5c26b5",
      "tree": "909de4624f482f5cd02e74f33aa7334fab2ff4a2",
      "parents": [
        "411585cc371020a1482a7c0565c37af2d553f313"
      ],
      "author": {
        "name": "Woojoong Kim",
        "email": "woojoong@opennetworking.org",
        "time": "Tue Jul 30 00:12:12 2019 -0700"
      },
      "committer": {
        "name": "Woojoong Kim",
        "email": "woojoong@opennetworking.org",
        "time": "Tue Jul 30 00:12:48 2019 -0700"
      },
      "message": "[COMAC-127] Add branches to enable/disable ProgRAN\n\nChange-Id: Iec68686adea8a4e0003440d980e706221c257b5b\n"
    },
    {
      "commit": "411585cc371020a1482a7c0565c37af2d553f313",
      "tree": "c76429dfce3f46125ea48262b0c359eee5e51da5",
      "parents": [
        "96add96e3f121c9945696de6d479f5dfedafb415"
      ],
      "author": {
        "name": "Woojoong Kim",
        "email": "woojoong@opennetworking.org",
        "time": "Mon Jul 29 18:31:28 2019 -0700"
      },
      "committer": {
        "name": "Woojoong Kim",
        "email": "woojoong@opennetworking.org",
        "time": "Mon Jul 29 18:32:25 2019 -0700"
      },
      "message": "[COMAC-127] Add conditional statement to disable ProgRAN\n\nChange-Id: I86d3c42ccbf427a7b9b06f2a7b2c160a28cb266c\n"
    },
    {
      "commit": "96add96e3f121c9945696de6d479f5dfedafb415",
      "tree": "a296a821530afad4f7ee2027438485f8db7c3126",
      "parents": [
        "33c296d3abadabe6191c0c777900fbb26ffc4d21"
      ],
      "author": {
        "name": "Woojoong Kim",
        "email": "woojoong@opennetworking.org",
        "time": "Fri Jul 26 15:44:29 2019 -0700"
      },
      "committer": {
        "name": "Woojoong Kim",
        "email": "woojoong@opennetworking.org",
        "time": "Fri Jul 26 15:50:55 2019 -0700"
      },
      "message": "[COMAC-127] Add condition whether ProgRAN is deployed or not in mcord\n\nBasically, ProgRAN will not be involved in COMAC by default.\nNeed a condition not to deploy ProgRAN by using COMAC-Platform.\n\nChange-Id: I400aece26d4a4b86802c2843590a584f1d365241\n"
    },
    {
      "commit": "f39309c1452aeeefb588146d484a8cad83f21ca0",
      "tree": "7f715b8281acd9b53216490e2714486a7c4add50",
      "parents": [
        "cdff20fd661bb39401267d1b5c953416f48aa54e"
      ],
      "author": {
        "name": "Zack Williams",
        "email": "zdw@opennetworking.org",
        "time": "Tue Jul 09 23:24:43 2019 -0700"
      },
      "committer": {
        "name": "Zack Williams",
        "email": "zdw@opennetworking.org",
        "time": "Wed Jul 10 07:51:10 2019 -0700"
      },
      "message": "[SEBA-789]\n\nSet default kafka name correctly in onos-service config\n\nChange-Id: If8c760de29b19d82bf3e589d4bdbf470d9e6f937\n"
    },
    {
      "commit": "79360c3a30f82f19807bd91454053eae847701b5",
      "tree": "cb2d2e47926dcc07a0e7a0c045bfa9b18ade9aa0",
      "parents": [
        "87699565096e205b69a36cacc293fd45766e6df9"
      ],
      "author": {
        "name": "Woojoong Kim",
        "email": "woojoong@opennetworking.org",
        "time": "Mon Jul 08 15:56:50 2019 -0700"
      },
      "committer": {
        "name": "Woojoong Kim",
        "email": "woojoong@opennetworking.org",
        "time": "Mon Jul 08 16:00:23 2019 -0700"
      },
      "message": "Change EPC service names in XOS: EPC to OMEC\n\nChange-Id: Icd48ab9e663d5bf89c8bf64112b43c69b37ed67e\n"
    },
    {
      "commit": "ee78bac9c88c7f02f1e77ad03b7de0044ae3b825",
      "tree": "ec07649916286559fc315684e91b402c75067720",
      "parents": [
        "8cc0f357d44115f507e77263b6d0f1271a2ba532"
      ],
      "author": {
        "name": "Woojoong Kim",
        "email": "woojoong@opennetworking.org",
        "time": "Fri Jun 21 14:31:42 2019 -0700"
      },
      "committer": {
        "name": "Woojoong Kim",
        "email": "woojoong@opennetworking.org",
        "time": "Wed Jul 03 10:14:35 2019 -0700"
      },
      "message": "[COMAC-91,92,96] Define COMAC services and draw service chains on latest XOS\n\nChange-Id: I6c179fafa53b8f341a9904ea266bb5d978d57537\n"
    },
    {
      "commit": "15c16a002040bbccab303dcb3068260204be5de6",
      "tree": "cff0d044e7053b7ea2059bf4528144c9ea99644d",
      "parents": [
        "35ea325872183aa602b441510f7c62a7015c1e45"
      ],
      "author": {
        "name": "Kailash",
        "email": "kailash@onlab.us",
        "time": "Tue Jul 02 10:33:58 2019 -0700"
      },
      "committer": {
        "name": "Kailash",
        "email": "kailash@onlab.us",
        "time": "Tue Jul 02 10:33:58 2019 -0700"
      },
      "message": "SEBA-736 revising chart versions\n\nChange-Id: I077a99d9d9762590f49064b3424ab4a6de266683\n"
    },
    {
      "commit": "a525008c9b0a001cf7a309679559aa91b218f428",
      "tree": "76bd5abb0da4127ef0c6e032ec111c40d4ef66e6",
      "parents": [
        "66aa7388335fb3ab3c8b8edce789a936e8f83c33"
      ],
      "author": {
        "name": "Scott Baker",
        "email": "smbaker@gmail.com",
        "time": "Mon Jul 01 12:04:25 2019 -0700"
      },
      "committer": {
        "name": "Scott Baker",
        "email": "smbaker@gmail.com",
        "time": "Mon Jul 01 17:35:48 2019 -0700"
      },
      "message": "SEBA-736 Update xos-core and service helm charts\n\nChange-Id: I2a248e3bb248f61f143188bf2e2da90b21227d3a\n"
    },
    {
      "commit": "e68bbde639259275c31a630984793d5b5c3518bf",
      "tree": "70fc33f5df7524dba4e5a774a305bf512d564beb",
      "parents": [
        "0f12b9c2b40d837e39330240d22f637540bead88"
      ],
      "author": {
        "name": "Zack Williams",
        "email": "zdw@opennetworking.org",
        "time": "Mon Apr 15 22:03:13 2019 -0700"
      },
      "committer": {
        "name": "Zack Williams",
        "email": "zdw@opennetworking.org",
        "time": "Fri Apr 19 08:04:35 2019 -0700"
      },
      "message": "[SEBA-497] Use delayered containers (except for rcord)\n\nChange-Id: If19c9941f0872e1f15c107e490651937ddc0a3f0\n"
    },
    {
      "commit": "966c4c9b32b1e972b59f7c55e64e4ce0c06c59b6",
      "tree": "53c936e02137a4d9b3039dd2d0b5e648b1fafbe5",
      "parents": [
        "0862f1f101bd1e45b5ba19c7019a280a502ab73b"
      ],
      "author": {
        "name": "Scott Baker",
        "email": "smbaker@gmail.com",
        "time": "Tue Mar 12 13:30:40 2019 -0700"
      },
      "committer": {
        "name": "Scott Baker",
        "email": "smbaker@gmail.com",
        "time": "Wed Mar 13 10:03:52 2019 -0700"
      },
      "message": "SEBA-536 Update xos-core helm chart to use xos-core 3.0.0 and related services\n\nChange-Id: I0069b72e5c4cabc26940e5fdd9ee73f9da661fad\n"
    },
    {
      "commit": "4206a5ff2873ecaf272aaddfb169f296de72b54a",
      "tree": "2d9e3f06706e5a03af333fde3012c111032dc3a2",
      "parents": [
        "ddeb0639b560da6947f6ab8e93addb3b27ca2935"
      ],
      "author": {
        "name": "Scott Baker",
        "email": "smbaker@gmail.com",
        "time": "Thu Feb 28 17:07:04 2019 -0800"
      },
      "committer": {
        "name": "Scott Baker",
        "email": "smbaker@gmail.com",
        "time": "Mon Mar 04 22:31:31 2019 -0800"
      },
      "message": "SEBA-457 cleanse helm-charts of deployment and siterole objects\n\nChange-Id: I8a4a4f5a641556dcb2522482580ff9d35369d8c8\n"
    },
    {
      "commit": "c889afb55475076f5d3965591ea05330e6897aa5",
      "tree": "3d25293badf3b5767799e6b049b1c3be07afcd21",
      "parents": [
        "fe426895720fb7d4d106c5e846a13a0cd48455ed"
      ],
      "author": {
        "name": "Matteo Scandolo",
        "email": "teo@opennetworking.org",
        "time": "Fri Feb 15 10:42:00 2019 -0800"
      },
      "committer": {
        "name": "Matteo Scandolo",
        "email": "teo@opennetworking.org",
        "time": "Fri Feb 15 10:48:44 2019 -0800"
      },
      "message": "Adding EPC to M-CORD service graph\n\nChange-Id: I5a2a2f5bbccbd926ea189806cd5cb4764f38e8ef\n"
    },
    {
      "commit": "267c0f41d6a56ce2d49eac6824835468e8afb2e9",
      "tree": "12c2d65e9605b431e6055d31cfe09d306ca5c0d9",
      "parents": [
        "2bb5c148165f3fb6fa0f17cf6e57895c5cdbbb73"
      ],
      "author": {
        "name": "Matteo Scandolo",
        "email": "teo@opennetworking.org",
        "time": "Thu Feb 14 17:18:05 2019 -0800"
      },
      "committer": {
        "name": "Matteo Scandolo",
        "email": "teo@opennetworking.org",
        "time": "Thu Feb 14 17:28:34 2019 -0800"
      },
      "message": "Setting ONOS Progran address and port\n\nChange-Id: I34655de499396db30cae4b89a18a45aff3040e37\n"
    },
    {
      "commit": "9163eb9f6211de6720c367d4b842491ddbc2b27c",
      "tree": "d5e25f77807b4e0bbfb08b76d81f38aca305a17c",
      "parents": [
        "8edb83ce691f0b5b45b3b49c9aec719f296df915"
      ],
      "author": {
        "name": "Matteo Scandolo",
        "email": "teo@opennetworking.org",
        "time": "Wed Feb 06 09:25:06 2019 -0800"
      },
      "committer": {
        "name": "Matteo Scandolo",
        "email": "teo@opennetworking.org",
        "time": "Wed Feb 06 18:31:10 2019 +0000"
      },
      "message": "Using default image for vRouter in M-CORD services\n\nChange-Id: I009cdb3e20765e95fa6026de7e38e656a4735288\n"
    },
    {
      "commit": "a9ac2b88d4226f85b32b52cf7ec9235b395e4f8e",
      "tree": "278d2b65d2e17a264b8dfcef59e49634a47b3c15",
      "parents": [
        "4182f9688af72f57e585f563d338701520862bd8"
      ],
      "author": {
        "name": "Matteo Scandolo",
        "email": "teo@opennetworking.org",
        "time": "Tue Jan 29 16:55:35 2019 -0800"
      },
      "committer": {
        "name": "Matteo Scandolo",
        "email": "teo@opennetworking.org",
        "time": "Tue Jan 29 17:19:00 2019 -0800"
      },
      "message": "Adding vRouter to M-CORD profile\n\nChange-Id: I6892d15e28eb40dc6a83269ac6028d46890ed6fe\n"
    },
    {
      "commit": "9faab73938686adc0e8cf08d3eb31cb66a1b4f47",
      "tree": "c7beea8337b0365ea9d74dbd840936433fa9236e",
      "parents": [
        "2b08edc23091cda50fe6d239633bae3317b537cb"
      ],
      "author": {
        "name": "Zack Williams",
        "email": "zdw@opennetworking.org",
        "time": "Mon Jan 28 16:37:49 2019 -0700"
      },
      "committer": {
        "name": "Zack Williams",
        "email": "zdw@opennetworking.org",
        "time": "Tue Jan 29 10:43:39 2019 -0700"
      },
      "message": "Update charts to new versions of containers using XOS 2.1.32 core\n\nChange-Id: I99c55aa08f390b5160e7de5ac80e57e385beb1dc\n"
    },
    {
      "commit": "2b08edc23091cda50fe6d239633bae3317b537cb",
      "tree": "6043288db7a3e46c66a9518dcd5820070617341b",
      "parents": [
        "4df2a0bc6c0446b03be63dec81c76786611b54f8"
      ],
      "author": {
        "name": "Matteo Scandolo",
        "email": "teo@opennetworking.org",
        "time": "Fri Jan 25 15:03:37 2019 -0800"
      },
      "committer": {
        "name": "Matteo Scandolo",
        "email": "teo@opennetworking.org",
        "time": "Fri Jan 25 15:13:08 2019 -0800"
      },
      "message": "Upgrading M-CORD chart\n\nChange-Id: I601eda806ae0535acc38d2acda979c2017edc330\n"
    },
    {
      "commit": "4df2a0bc6c0446b03be63dec81c76786611b54f8",
      "tree": "625a1fe859fe942f82ec851a2ae0f701b08a5e74",
      "parents": [
        "050942e63946e50d52cfed0a6c8c5dc5503f88ab"
      ],
      "author": {
        "name": "Matteo Scandolo",
        "email": "teo@opennetworking.org",
        "time": "Fri Jan 25 13:19:15 2019 -0800"
      },
      "committer": {
        "name": "Matteo Scandolo",
        "email": "teo@opennetworking.org",
        "time": "Fri Jan 25 22:03:41 2019 +0000"
      },
      "message": "Setting shared services as optional requirements\n\nChange-Id: I49e7b12707bef85b8f2530490114e97e3078a620\n"
    },
    {
      "commit": "3f2426bd484d095f8c43c6e8df95c2040abbb82a",
      "tree": "dcc9928fc08389d609c9e85c51d1dc281e54037c",
      "parents": [
        "5a0101bdeb1896fcbc6d77b1a4998755f5a9d6fc"
      ],
      "author": {
        "name": "Matteo Scandolo",
        "email": "teo@opennetworking.org",
        "time": "Fri Jan 18 13:46:26 2019 -0800"
      },
      "committer": {
        "name": "Matteo Scandolo",
        "email": "teo@opennetworking.org",
        "time": "Thu Jan 24 14:53:12 2019 -0800"
      },
      "message": "Refactoring the mcord-profile\n\nChange-Id: I5e82e920c2720ff09366e7c6491b4ea969d45494\n"
    },
    {
      "commit": "60fd0a51f733a0c7a43f4e82a1265b24078d0135",
      "tree": "315bf285b7ea73b3f5f71139791f6bdc2fb2efeb",
      "parents": [
        "628ab7d022d74ebe69d8faca95d3589d6af7c2a6"
      ],
      "author": {
        "name": "Zack Williams",
        "email": "zdw@opennetworking.org",
        "time": "Mon Dec 17 10:39:14 2018 -0700"
      },
      "committer": {
        "name": "Zack Williams",
        "email": "zdw@opennetworking.org",
        "time": "Mon Dec 17 13:27:36 2018 -0700"
      },
      "message": "Update charts to use newly released XOS 2.1.25 and related synchronizer images\n\nChange-Id: I7cc172611aff1e2852a051557bf9f239096c193a\n"
    },
    {
      "commit": "7659cc9ffaf3847ac2aeddc1a2b4f7021708c019",
      "tree": "e23aee5200748e965cdab16a0fc912eed5373efc",
      "parents": [
        "1c2e2d334d07adcb2baa67c1d40656d5310b4760"
      ],
      "author": {
        "name": "Zack Williams",
        "email": "zdw@opennetworking.org",
        "time": "Thu Nov 01 07:51:12 2018 -0700"
      },
      "committer": {
        "name": "Zack Williams",
        "email": "zdw@opennetworking.org",
        "time": "Fri Nov 02 08:20:51 2018 -0700"
      },
      "message": "Update XOS and services to use newer logging components\n\nChange-Id: I6ed3e964538417c655dbb888d1c08d1392293e5c\n"
    },
    {
      "commit": "d9d6b356a0b8e0605effe5e0c9e6d87d5bf104bd",
      "tree": "98438317e611f160ef38dacbe13edcd3c0e72793",
      "parents": [
        "c7aa889b64457d15edcd831e7314436a9f2e9462"
      ],
      "author": {
        "name": "Zack Williams",
        "email": "zdw@opennetworking.org",
        "time": "Fri Oct 05 07:53:30 2018 -0700"
      },
      "committer": {
        "name": "Zack Williams",
        "email": "zdw@opennetworking.org",
        "time": "Wed Oct 10 11:58:33 2018 -0700"
      },
      "message": "XOS/NEM charts, use a global registry var, split docker image name/tag/pullPolicy\n\nChange-Id: I7f3457882830de050d1357254fc5483faf91d03f\n"
    },
    {
      "commit": "0faaffd1ebd4337531e5f1beac34920ebb331b33",
      "tree": "fbe1218d62444e2d8e7858b275f27467d32afd67",
      "parents": [
        "1f58c2afbd680c8c618bff6f66e9982515dd1caf"
      ],
      "author": {
        "name": "Matteo Scandolo",
        "email": "teo@opennetworking.org",
        "time": "Thu Oct 04 18:45:00 2018 +0000"
      },
      "committer": {
        "name": "Matteo Scandolo",
        "email": "teo@opennetworking.org",
        "time": "Thu Oct 04 18:45:00 2018 +0000"
      },
      "message": "Revert \"XOS/NEM charts, use a global registry var, split docker image name/tag/pullPolicy\"\n\nThis reverts commit 1f58c2afbd680c8c618bff6f66e9982515dd1caf.\n\nChange-Id: I0d7ef37a420168276472675b005482d6d11daabd\n"
    },
    {
      "commit": "1f58c2afbd680c8c618bff6f66e9982515dd1caf",
      "tree": "6ac191faf324ef156eee13e74539267d9cc7d54e",
      "parents": [
        "6cdd0a57a853b335482551f897c38858ac6805d7"
      ],
      "author": {
        "name": "Zack Williams",
        "email": "zdw@opennetworking.org",
        "time": "Fri Sep 28 09:43:43 2018 -0700"
      },
      "committer": {
        "name": "Zack Williams",
        "email": "zdw@opennetworking.org",
        "time": "Thu Oct 04 09:19:52 2018 -0700"
      },
      "message": "XOS/NEM charts, use a global registry var, split docker image name/tag/pullPolicy\n\nChange-Id: I6dc4bd70fcaf230d019dda871c2d8c4cfb92c7e7\n"
    },
    {
      "commit": "a40e82b638e97b1da413764f99b4d4a20824b1f9",
      "tree": "2d5bae4118d75123af419b3b970419ceb9e6f378",
      "parents": [
        "d14fe55f28a753acb4532a0f17616920347cf20a"
      ],
      "author": {
        "name": "Andy Bavier",
        "email": "andy@onlab.us",
        "time": "Mon May 07 17:00:36 2018 -0700"
      },
      "committer": {
        "name": "Andy Bavier",
        "email": "andy@onlab.us",
        "time": "Wed May 23 12:09:04 2018 -0700"
      },
      "message": "CORD-3024 M-CORD profile chart and service charts\n\nChange-Id: Ic947da2a6e5c77e6c943200fd11f0b35b9c8655b\n"
    }
  ]
}
