)]}'
{
  "log": [
    {
      "commit": "9d18929c2e3c9237e75c5ae402cf16d4abc8f124",
      "tree": "f1761ff285f269a345065eed13acc7d24b29d774",
      "parents": [
        "a63fcd077786c5592bab0acc992f0c341243f172"
      ],
      "author": {
        "name": "Thomas Dräbing",
        "email": "thomas.draebing@sap.com",
        "time": "Wed Apr 15 11:27:14 2026 +0200"
      },
      "committer": {
        "name": "Thomas Draebing",
        "email": "thomas.draebing@sap.com",
        "time": "Wed Apr 15 03:13:22 2026 -0700"
      },
      "message": "Reduce boilerplate code by using gerrit_plugin_dependency_tests\n\nChange-Id: Ic08dc80aeeadaeb4d7c6f3780ac4bfbb1337aca0\n"
    },
    {
      "commit": "a63fcd077786c5592bab0acc992f0c341243f172",
      "tree": "e309cd8da9ecb0a29cc278862cc9971bda5dfd98",
      "parents": [
        "94da50d56bf9d5957b7eca6b402736a3244946c9"
      ],
      "author": {
        "name": "David Ostrovsky",
        "email": "david@ostrovsky.org",
        "time": "Sun Mar 29 09:34:34 2026 +0200"
      },
      "committer": {
        "name": "David Ostrovsky",
        "email": "david@ostrovsky.org",
        "time": "Sun Mar 29 11:55:22 2026 +0200"
      },
      "message": "Migrate build to Bazel modules\n\nIn standalone build mode, Bouncy Castle is currently not added to the\nacceptance library as an additional dependency. Add it explicitly as a\ntest dependency for now, even though it is not required in Gerrit tree\nmode.\n\nChange-Id: If1f8445c4c07a6b988c1388b8ddd13130a1545b8\n"
    },
    {
      "commit": "94da50d56bf9d5957b7eca6b402736a3244946c9",
      "tree": "0e3fc9532578896cc067511f9bfa9129b49c0cf0",
      "parents": [
        "5a0e291a30d6d0833f7b7f61b1b03af699b43bba"
      ],
      "author": {
        "name": "Wendy",
        "email": "wendy.wang10@sap.com",
        "time": "Fri Sep 12 14:22:33 2025 +0200"
      },
      "committer": {
        "name": "Wendy",
        "email": "wendy.wang10@sap.com",
        "time": "Thu Dec 18 08:39:27 2025 -0500"
      },
      "message": "Use batch inserts instead of storing events in individual transactions\n\nChange-Id: Ib1531e98527223c27b3a8e71a6f0acba317248c3\n"
    },
    {
      "commit": "5a0e291a30d6d0833f7b7f61b1b03af699b43bba",
      "tree": "293deb9c51b7be02209b86c1d1e18c0d8b251587",
      "parents": [
        "0166de0a9bbac144450434fee1fa28eaf387781f"
      ],
      "author": {
        "name": "Wendy Wang",
        "email": "wendy.wang10@sap.com",
        "time": "Fri Oct 11 11:07:23 2024 +0200"
      },
      "committer": {
        "name": "Wendy Wang",
        "email": "wendy.wang10@sap.com",
        "time": "Fri Oct 11 11:07:23 2024 +0200"
      },
      "message": "Escape Newlines in Events for Spanner\n\nNewlines were not being escaped in the Spanner implementation,\nleading to events causing an Invalid JSON String error when\nreceived by GerritMissedEventsPlaybackManager in the\ngerrit-trigger Jenkins plugin.\n\nChange-Id: Ic6e5777e6e5f053963debd24c9ebfef859eceb7d\n"
    },
    {
      "commit": "0166de0a9bbac144450434fee1fa28eaf387781f",
      "tree": "758863c4614f29b2da76e3d755917b06e6416c00",
      "parents": [
        "126e0efdbc316de27f9b7418422e93331811fc62"
      ],
      "author": {
        "name": "Wendy Wang",
        "email": "wendy.wang10@sap.com",
        "time": "Fri Oct 11 11:05:15 2024 +0200"
      },
      "committer": {
        "name": "Wendy Wang",
        "email": "wendy.wang10@sap.com",
        "time": "Fri Oct 11 11:06:49 2024 +0200"
      },
      "message": "Use Instant instead of Timestamp to ensure we always use UTC\n\nInternally Gerrit events use milliseconds since the Epoch for event\ntimestamps which are in UTC by definition. Reflect this throughout the\nevents-log plugin by switching from `java.sql.Timestamp` to\n`java.time.Instant` to ensure it always represents timestamps in UTC.\n\nOn Spanner this didn\u0027t work as intended since it assumes timezone PST\nif the timezone isn\u0027t given explicitly.\n\nChange-Id: I9f0e46fc3c33bf5502e9bfbfa755cccbe32b96e9\n"
    },
    {
      "commit": "126e0efdbc316de27f9b7418422e93331811fc62",
      "tree": "cf6685888d4604f06701df5777f763c72f69a551",
      "parents": [
        "a30f60e5b2793696a4b452a6299933946098496d"
      ],
      "author": {
        "name": "Matthias Sohn",
        "email": "matthias.sohn@sap.com",
        "time": "Tue Jun 11 14:41:56 2024 +0200"
      },
      "committer": {
        "name": "Saša Živkov",
        "email": "sasa.zivkov@sap.com",
        "time": "Mon Jul 15 16:36:52 2024 +0200"
      },
      "message": "SQLEntrys should be sorted by their timestamp\n\nThere\u0027s no guarantee that events are inserted into the events-log\nplugin\u0027s database in the same order as the events were created by\ngerrit. Hence always sort them by the event creation timestamp which is\nthe same order SQL queries created by SQLQueryMaker are using.\n\nChange-Id: Ia44b11049b7c09adc9610971c5a8cecd1fd0b05e\n"
    },
    {
      "commit": "a30f60e5b2793696a4b452a6299933946098496d",
      "tree": "d98bad64e0a1ffe325968edf428e8ecfaf2ca06a",
      "parents": [
        "c7363689ac85fb05a705c2d2eacd085569e4802c"
      ],
      "author": {
        "name": "Matthias Sohn",
        "email": "matthias.sohn@sap.com",
        "time": "Mon Jun 10 23:17:08 2024 +0200"
      },
      "committer": {
        "name": "Saša Živkov",
        "email": "sasa.zivkov@sap.com",
        "time": "Mon Jul 15 16:36:52 2024 +0200"
      },
      "message": "Update hikari to 5.1.0\n\nChange-Id: If5ebdf168beda5665c03d604450107ac7c82dec1\n"
    },
    {
      "commit": "c7363689ac85fb05a705c2d2eacd085569e4802c",
      "tree": "9e1acee11c10dfd128ac5a02ddd0b95c5d52740a",
      "parents": [
        "d7572a0784b371925b94e0024b980f0f28ba3cc0"
      ],
      "author": {
        "name": "Wendy Wang",
        "email": "wendy.wang10@sap.com",
        "time": "Thu May 02 17:24:43 2024 +0200"
      },
      "committer": {
        "name": "Wendy Wen Wang",
        "email": "wendy.wang10@sap.com",
        "time": "Mon May 06 10:46:24 2024 +0000"
      },
      "message": "Include time zone in event timestamp for Spanner implementation\n\nGoogle Cloud Spanner adds seven hours to java.sql.Timestamp objects\nwhen converting to UTC, resulting in entries being timestamped as\noccurring in the future.\n\nI believe this is related to their treatment of Timestamp literals,\nwhich assume a default time zone of America/Los_Angeles:\nhttps://cloud.google.com/spanner/docs/reference/standard-sql/lexical#timestamp_literals\n\nUsing Instant includes the time zone in the String which keeps the\ntimestamp accurate in Spanner.\n\nChange-Id: I313af4fbd7803478fb0604913ee2d781de37c895\n"
    },
    {
      "commit": "d7572a0784b371925b94e0024b980f0f28ba3cc0",
      "tree": "b7c51ae9e0b93cb9373b85245c7955f386819593",
      "parents": [
        "3691a3895f446376da57e633f3e1ab50ddac3e58"
      ],
      "author": {
        "name": "Wendy Wang",
        "email": "wendy.wang10@sap.com",
        "time": "Tue Apr 23 11:45:20 2024 +0200"
      },
      "committer": {
        "name": "Wendy Wen Wang",
        "email": "wendy.wang10@sap.com",
        "time": "Wed Apr 24 12:44:07 2024 +0000"
      },
      "message": "Make SQLEntry id an Object rather than int\n\nSince the Spanner implementation uses String UUID for the primary\nkey, the SQLEntry id needs to accept both String and int values.\n\nThis change adapts the compareTo, equals, and hashCode methods as\nwell.\n\nThe previous hashCode method was not really hashing the value, so\nI have updated that to use Objects.hashCode and removed the now-\nunnecessary testHashCode() test.\n\nThe only change to the SQLClient is to use getObject instead of\ngetInt.\n\nChange-Id: Id9e48ee897263012275d14ae7b5aa0952f11f43f\n"
    },
    {
      "commit": "3691a3895f446376da57e633f3e1ab50ddac3e58",
      "tree": "3521d9db5ebce209b8de98771d62ad031b1634b6",
      "parents": [
        "14ea2690a96105bf8f73a98c1fd87e654d9ddb4b"
      ],
      "author": {
        "name": "Wendy Wang",
        "email": "wendy.wang10@sap.com",
        "time": "Fri Apr 19 15:17:46 2024 +0200"
      },
      "committer": {
        "name": "Wendy Wang",
        "email": "wendy.wang10@sap.com",
        "time": "Fri Apr 19 15:17:46 2024 +0200"
      },
      "message": "Add cloudspanner as documented supported db engine\n\nChange-Id: I9ccd28c5bc3775aa0f4bd9db973f0a31fcb9dff7\n"
    },
    {
      "commit": "14ea2690a96105bf8f73a98c1fd87e654d9ddb4b",
      "tree": "c37e68580adb75ae7d4b8a77e277be673153e036",
      "parents": [
        "20b8671a9c0c7169d03dd6b6a9197efa29b84b32"
      ],
      "author": {
        "name": "Wendy Wang",
        "email": "wendy.wang10@sap.com",
        "time": "Wed Apr 10 13:30:50 2024 +0200"
      },
      "committer": {
        "name": "Wendy Wen Wang",
        "email": "wendy.wang10@sap.com",
        "time": "Wed Apr 10 13:17:10 2024 +0000"
      },
      "message": "Add Cloud Spanner dialect support\n\nExample events-log.config update:\n\n[events-log]\n    storeDriver \u003d com.google.cloud.spanner.jdbc.JdbcDriver\n    storeUrl \u003d jdbc:cloudspanner:/projects/project-name/instances/instance-name/databases/db-name\n\nAs the Spanner jdbc driver does not allow allowMultiQueries it\nwas necessary to add a Spanner-specific case in index creation.\n\nSpanner does not support AUTOINCREMENT and recommends against\nimplementing it as it creates hotspots, so we use GENERATE_UUID()\nfor primary key creation:\nhttps://cloud.google.com/spanner/docs/schema-and-data-model#choosing_a_primary_key\n\nChange-Id: I7c9ead0ff59af681c13d753f13a19e36cc44dd0c\n"
    },
    {
      "commit": "20b8671a9c0c7169d03dd6b6a9197efa29b84b32",
      "tree": "bdf85cf90cc7bfa31d9c01a668b4b489a7947f40",
      "parents": [
        "a831e7948b70b6e994dce55856e856b1a9be8c02"
      ],
      "author": {
        "name": "Wendy Wang",
        "email": "wendy.wang10@sap.com",
        "time": "Wed Apr 10 14:32:53 2024 +0200"
      },
      "committer": {
        "name": "Wendy Wen Wang",
        "email": "wendy.wang10@sap.com",
        "time": "Wed Apr 10 12:59:42 2024 +0000"
      },
      "message": "Adapt test to Mockito 5.6.0 update\n\nverifyZeroInteractions has been deprecated since 3.x.x\nand replaced with verifyNoInteractions.\n\nChange-Id: Ifa54c55b72d6752077fc82058a17f08edd23cbfa\n"
    },
    {
      "commit": "a831e7948b70b6e994dce55856e856b1a9be8c02",
      "tree": "5ee189e1b7921b4bddfbcf3b8ba24c4e9c3408ef",
      "parents": [
        "7d2dfa784dd8eb3bbeb3a95177e1346ef09f42de"
      ],
      "author": {
        "name": "Darius Jokilehto",
        "email": "dariusjokilehto+os@gmail.com",
        "time": "Fri Jun 02 13:55:08 2023 +0100"
      },
      "committer": {
        "name": "Darius Jokilehto",
        "email": "dariusjokilehto+os@gmail.com",
        "time": "Fri Jun 02 13:55:08 2023 +0100"
      },
      "message": "Fix flogger compile time errors\n\nChange-Id: Ia4e01434820647d926c04170543bb0a55fa74894\n"
    },
    {
      "commit": "7d2dfa784dd8eb3bbeb3a95177e1346ef09f42de",
      "tree": "aabeb780f5286a18084feceeb1625a80b5973311",
      "parents": [
        "35760c2f508bb829e0bf5a43fb4da28e25cc11d1"
      ],
      "author": {
        "name": "Kenyon Ralph",
        "email": "quic_kralph@quicinc.com",
        "time": "Fri Mar 25 20:57:51 2022 -0700"
      },
      "committer": {
        "name": "Kenyon Ralph",
        "email": "kralph@codeaurora.org",
        "time": "Sat Mar 26 04:00:51 2022 +0000"
      },
      "message": "docs: use authenticated REST API URL in example\n\nSince you have to be an authenticated user to use this plugin, it makes\nsense to use the /a/ prefix in the examples.\n\nChange-Id: I3aa79763db71b49bb6bc585b9fe857c13d47db30\n"
    },
    {
      "commit": "35760c2f508bb829e0bf5a43fb4da28e25cc11d1",
      "tree": "83ae01f8805b8fcfe49791a08e2e75359f005c65",
      "parents": [
        "4bf138a343aeec09bb6854c8be06f19ceaf28078"
      ],
      "author": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Thu Nov 26 13:33:13 2020 -0500"
      },
      "committer": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Thu Nov 26 13:33:13 2020 -0500"
      },
      "message": "Switch standalone bazel build to 3.3.0-SNAPSHOT api\n\nChange-Id: Ifa280486126915f1180031f969f639addbe970be\n"
    },
    {
      "commit": "4bf138a343aeec09bb6854c8be06f19ceaf28078",
      "tree": "f17447413b7ac059e17718cc4632486baf061f17",
      "parents": [
        "aed5819f8db0070dd1ee8eaa2928d8d4777a73ff",
        "26e0f89b61adc86f32c5be2f13ad7b897061dc53"
      ],
      "author": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Thu Nov 26 11:35:46 2020 -0500"
      },
      "committer": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Thu Nov 26 11:35:46 2020 -0500"
      },
      "message": "Merge branch \u0027stable-3.1\u0027 into master\n\n* stable-3.1:\n  Upgrade bazlets to latest stable-3.1 to build with 3.1.10 API\n\nChange-Id: I54715ecfc57b0c3b88886f0a40f91a1aaefc6297\n"
    },
    {
      "commit": "26e0f89b61adc86f32c5be2f13ad7b897061dc53",
      "tree": "3e304786fdadc348da7eb4fdf93cf503b81c5693",
      "parents": [
        "f2359fef78421e8a0c3b37c607cca1c85a55f474"
      ],
      "author": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Tue Nov 24 16:27:52 2020 -0500"
      },
      "committer": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Tue Nov 24 16:27:52 2020 -0500"
      },
      "message": "Upgrade bazlets to latest stable-3.1 to build with 3.1.10 API\n\nChange-Id: Id9dd4ab32d4793b6647a496e0e3ec1228250efe4\n"
    },
    {
      "commit": "aed5819f8db0070dd1ee8eaa2928d8d4777a73ff",
      "tree": "f17447413b7ac059e17718cc4632486baf061f17",
      "parents": [
        "8e590d839f263e2faf6003406e90e4910065a376",
        "f2359fef78421e8a0c3b37c607cca1c85a55f474"
      ],
      "author": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Tue Nov 03 17:22:33 2020 -0500"
      },
      "committer": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Tue Nov 03 17:22:33 2020 -0500"
      },
      "message": "Merge branch \u0027stable-3.1\u0027 into master\n\n* stable-3.1:\n  Bump Bazel version to 3.7.0\n  Upgrade bazlets to latest stable-3.0 to build with 3.0.13 API\n\nChange-Id: I574c95948c856584995a252a1d407a27ed7501aa\n"
    },
    {
      "commit": "f2359fef78421e8a0c3b37c607cca1c85a55f474",
      "tree": "e639bb3b8cdadb8b2d369954ae43d34928db392a",
      "parents": [
        "4b811e40398cf3e31cd4cf479039124f206d747f",
        "bb4efdd9b473226cda509b251c39ed0aa392603b"
      ],
      "author": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Thu Oct 29 11:57:45 2020 -0400"
      },
      "committer": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Thu Oct 29 11:57:45 2020 -0400"
      },
      "message": "Merge branch \u0027stable-3.0\u0027 into stable-3.1\n\n* stable-3.0:\n  Bump Bazel version to 3.7.0\n  Upgrade bazlets to latest stable-3.0 to build with 3.0.13 API\n\nChange-Id: Ic1f247ef02ce74102d85f32863b95e8ac32f354b\n"
    },
    {
      "commit": "bb4efdd9b473226cda509b251c39ed0aa392603b",
      "tree": "ef63dd65a6f0e0c5373f205a0a54c7118f9019d1",
      "parents": [
        "c52aee1e28f6bd64ffcc80b06dd5c98fda360d65"
      ],
      "author": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Tue Oct 27 16:12:57 2020 -0400"
      },
      "committer": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Tue Oct 27 16:12:57 2020 -0400"
      },
      "message": "Bump Bazel version to 3.7.0\n\nChange-Id: I6d4c3d79eb19bcc5d3b18ea0609d5e0416a96375\n"
    },
    {
      "commit": "c52aee1e28f6bd64ffcc80b06dd5c98fda360d65",
      "tree": "3886e1101731a0745f4e8db44e3376f3cca65bd2",
      "parents": [
        "a7369dd3eaf0d5f4028b804e6f1e6120a670e5dd"
      ],
      "author": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Tue Oct 20 15:59:22 2020 -0400"
      },
      "committer": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Tue Oct 20 15:59:22 2020 -0400"
      },
      "message": "Upgrade bazlets to latest stable-3.0 to build with 3.0.13 API\n\nChange-Id: Ibc05edd9f5f1ca5c222864841150c28fb06050a1\n"
    },
    {
      "commit": "8e590d839f263e2faf6003406e90e4910065a376",
      "tree": "6a039025110974218487be67856f682f46be76e2",
      "parents": [
        "bd3685ce66fcc5969662b0e5f293b032c83b6adf",
        "4b811e40398cf3e31cd4cf479039124f206d747f"
      ],
      "author": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Thu Sep 10 14:32:35 2020 -0400"
      },
      "committer": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Thu Sep 10 14:33:12 2020 -0400"
      },
      "message": "Merge branch \u0027stable-3.1\u0027\n\n* stable-3.1:\n  Bump Bazel version to 3.5.0\n\nChange-Id: If1bb1652ede70992d1fff9a2d110d43afb946fb9\n"
    },
    {
      "commit": "4b811e40398cf3e31cd4cf479039124f206d747f",
      "tree": "8d9a9d5c5dc3ec82862ef9e6f8487bbbe457ed28",
      "parents": [
        "b70aed9d55f42a3ad91d2458f58b72623f7d1a7f",
        "a7369dd3eaf0d5f4028b804e6f1e6120a670e5dd"
      ],
      "author": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Tue Sep 08 15:34:22 2020 -0400"
      },
      "committer": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Tue Sep 08 15:35:37 2020 -0400"
      },
      "message": "Merge branch \u0027stable-3.0\u0027 into stable-3.1\n\n* stable-3.0:\n  Bump Bazel version to 3.5.0\n\nChange-Id: I2ad1a1a28f3f40d037d91033b7786791a2c36189\n"
    },
    {
      "commit": "a7369dd3eaf0d5f4028b804e6f1e6120a670e5dd",
      "tree": "f1ab788514b244a7239555e23e922f5723e92865",
      "parents": [
        "8d29bc1ea866acc3b5e1a34fdbf2970bb6169150"
      ],
      "author": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Thu Sep 03 15:11:18 2020 -0400"
      },
      "committer": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Thu Sep 03 15:11:18 2020 -0400"
      },
      "message": "Bump Bazel version to 3.5.0\n\nChange-Id: I4004fc70f97f1f8e02fd31beb4cbe2af7d75afe5\n"
    },
    {
      "commit": "bd3685ce66fcc5969662b0e5f293b032c83b6adf",
      "tree": "d9b0cfe9f2d1eb8a5c9864a94593ab8e3bf26285",
      "parents": [
        "8a2e64f2a44d98ced6e9862aa45f327f81289bc6"
      ],
      "author": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Thu Jul 30 11:29:49 2020 -0400"
      },
      "committer": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Thu Jul 30 11:29:49 2020 -0400"
      },
      "message": "Upgrade bazlets to latest master to build with 3.2.3 API\n\nChange-Id: I0e1747c0372fe7bd2943874a896950cbef09fa62\n"
    },
    {
      "commit": "8a2e64f2a44d98ced6e9862aa45f327f81289bc6",
      "tree": "63cc3cd8a71db3dae64df7f8806d5fb6e62af5cf",
      "parents": [
        "d8677f4155f596aba3ffd247d58ff1fcc30b7674",
        "b70aed9d55f42a3ad91d2458f58b72623f7d1a7f"
      ],
      "author": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Thu Jul 30 11:26:29 2020 -0400"
      },
      "committer": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Thu Jul 30 11:26:29 2020 -0400"
      },
      "message": "Merge branch \u0027stable-3.1\u0027\n\n* stable-3.1:\n  Upgrade bazlets to latest stable-3.1 to build with 3.1.8 API\n  Move plugin configuration to a separate file\n  Upgrade bazlets to latest stable-3.0 to build with 3.0.12 API\n  Upgrade bazlets to latest stable-2.16 to build with 2.16.22 API\n\nChange-Id: Ic4e5b3bb816673183fc5dc8542546fb6936c19a8\n"
    },
    {
      "commit": "b70aed9d55f42a3ad91d2458f58b72623f7d1a7f",
      "tree": "74aa7cd8f1ab12552bc37318a753975786a067fc",
      "parents": [
        "81a70c335ceeb76d809fe7129a24c45d39f31a55"
      ],
      "author": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Tue Jul 28 14:59:06 2020 -0400"
      },
      "committer": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Tue Jul 28 14:59:06 2020 -0400"
      },
      "message": "Upgrade bazlets to latest stable-3.1 to build with 3.1.8 API\n\nChange-Id: I57245504aed5e27622de54e0cd193e5df8b0bd0a\n"
    },
    {
      "commit": "81a70c335ceeb76d809fe7129a24c45d39f31a55",
      "tree": "c126d3d8b7252be3169de72e2011847d53e11d8c",
      "parents": [
        "9d585a46e6135009486390aec9f748cf281a3eae",
        "8d29bc1ea866acc3b5e1a34fdbf2970bb6169150"
      ],
      "author": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Tue Jul 28 14:42:16 2020 -0400"
      },
      "committer": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Tue Jul 28 14:42:16 2020 -0400"
      },
      "message": "Merge branch \u0027stable-3.0\u0027 into stable-3.1\n\n* stable-3.0:\n  Move plugin configuration to a separate file\n  Upgrade bazlets to latest stable-3.0 to build with 3.0.12 API\n  Upgrade bazlets to latest stable-2.16 to build with 2.16.22 API\n\nChange-Id: Ie6d5079a3530a2adbe276f9d7399b0e8315cd882\n"
    },
    {
      "commit": "8d29bc1ea866acc3b5e1a34fdbf2970bb6169150",
      "tree": "3a24367fbf19213eaa44300ff3bbb6e581aa12f7",
      "parents": [
        "33d66b0b1816dfc4a063a1e223cfd0329cbbbe98"
      ],
      "author": {
        "name": "Nguyen Tuan Khang Phan",
        "email": "nguyen.tuan.khang.phan@ericsson.com",
        "time": "Thu Jul 16 23:40:13 2020 -0400"
      },
      "committer": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Mon Jul 27 16:26:43 2020 -0400"
      },
      "message": "Move plugin configuration to a separate file\n\nThe plugin configuration in gerrit.config is moved to events-log.config\nto avoid restarting Gerrit to use new config parameter values.\n\nThis behaviour is caused by PluginConfig class, it holds a copy of\ngerrit configuration file on startup, so reloading plugin will not apply\nnew config parameters.\n\nBug: Issue 9458\nChange-Id: Ia823c2b32dbc00c853eb38c6dc0cd10184ca3deb\n"
    },
    {
      "commit": "33d66b0b1816dfc4a063a1e223cfd0329cbbbe98",
      "tree": "ab684920175e0152d396236bdb0b3d1beb1e7a90",
      "parents": [
        "052e798a92fbad6bd51ab5b4b18c6026b953d151"
      ],
      "author": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Mon Jul 27 16:23:05 2020 -0400"
      },
      "committer": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Mon Jul 27 16:23:05 2020 -0400"
      },
      "message": "Upgrade bazlets to latest stable-3.0 to build with 3.0.12 API\n\nChange-Id: If3642f4a88a138c25856246809e6419acbe8fbd5\n"
    },
    {
      "commit": "052e798a92fbad6bd51ab5b4b18c6026b953d151",
      "tree": "bd6361f4e02206addb437e117ec60a80a27eddc5",
      "parents": [
        "11872ccabd1fa8fdcbd1bcb16306aa057906ded9",
        "57155779e3596f52acd99fa97d831905ba5dc7ca"
      ],
      "author": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Mon Jul 27 16:22:25 2020 -0400"
      },
      "committer": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Mon Jul 27 16:22:25 2020 -0400"
      },
      "message": "Merge branch \u0027stable-2.16\u0027 into stable-3.0\n\n* stable-2.16:\n  Upgrade bazlets to latest stable-2.16 to build with 2.16.22 API\n\nChange-Id: Icc9f041f56a766791c564ca392d626d4fae53fd6\n"
    },
    {
      "commit": "57155779e3596f52acd99fa97d831905ba5dc7ca",
      "tree": "b7c48d5827f5da1d701b54c5d2f76195e9f40a3f",
      "parents": [
        "b202b757491b8ccaf0d9b7857573e6ec9c01ecb6"
      ],
      "author": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Mon Jul 27 12:20:04 2020 -0400"
      },
      "committer": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Mon Jul 27 12:20:04 2020 -0400"
      },
      "message": "Upgrade bazlets to latest stable-2.16 to build with 2.16.22 API\n\nChange-Id: Ia9993ff842c7f3ff7de119a99ddd9af63ed66c2d\n"
    },
    {
      "commit": "d8677f4155f596aba3ffd247d58ff1fcc30b7674",
      "tree": "4383452c4efe1e5e8ea1b9dcc33f056acf99aba5",
      "parents": [
        "8e32e69ec2441b5eb8fc8ddef286dca048ea1334",
        "9d585a46e6135009486390aec9f748cf281a3eae"
      ],
      "author": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Fri Jul 17 12:00:26 2020 -0400"
      },
      "committer": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Fri Jul 17 12:00:26 2020 -0400"
      },
      "message": "Merge branch \u0027stable-3.1\u0027\n\n* stable-3.1:\n  Bump Bazel version to 3.4.1\n\nChange-Id: Id24cedca0375d16ce52873edc918ffe732e9f615\n"
    },
    {
      "commit": "9d585a46e6135009486390aec9f748cf281a3eae",
      "tree": "696f89730caa7df0d4628fce3433651c1b85d086",
      "parents": [
        "4c6fe9fdc9e8b3c830c7b8b475d75a193f8168f3",
        "11872ccabd1fa8fdcbd1bcb16306aa057906ded9"
      ],
      "author": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Fri Jul 17 10:04:04 2020 -0400"
      },
      "committer": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Fri Jul 17 10:04:04 2020 -0400"
      },
      "message": "Merge branch \u0027stable-3.0\u0027 into stable-3.1\n\n* stable-3.0:\n  Bump Bazel version to 3.4.1\n\nChange-Id: I411a74aeaf3b56b717b20f6cb96a146f15ad59dc\n"
    },
    {
      "commit": "11872ccabd1fa8fdcbd1bcb16306aa057906ded9",
      "tree": "bd6361f4e02206addb437e117ec60a80a27eddc5",
      "parents": [
        "66836a0ea116a7514f28e5f453694c6abb2f147c"
      ],
      "author": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Thu Jul 16 13:36:57 2020 -0400"
      },
      "committer": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Thu Jul 16 13:36:57 2020 -0400"
      },
      "message": "Bump Bazel version to 3.4.1\n\nChange-Id: Iaca8a67064c0b50d04bdc23a52db869a55635d48\n"
    },
    {
      "commit": "8e32e69ec2441b5eb8fc8ddef286dca048ea1334",
      "tree": "ea562781aabca823c50862ca39382ce67d6e67ab",
      "parents": [
        "731855b20a18977d4eef89b46f8ec83eb32df908",
        "4c6fe9fdc9e8b3c830c7b8b475d75a193f8168f3"
      ],
      "author": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Thu Jul 02 09:13:48 2020 -0400"
      },
      "committer": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Thu Jul 02 09:13:48 2020 -0400"
      },
      "message": "Merge branch \u0027stable-3.1\u0027\n\n* stable-3.1:\n  Upgrade bazlets to latest stable-2.16\n\nChange-Id: I4ed233daed0174abb6fed9a07d185d9d9aab96fd\n"
    },
    {
      "commit": "4c6fe9fdc9e8b3c830c7b8b475d75a193f8168f3",
      "tree": "d087a82e37827ebdfa88d56cb8d8f567f5a43603",
      "parents": [
        "85edd15a8db10a8041db166e9b3ee6d51eac3053",
        "66836a0ea116a7514f28e5f453694c6abb2f147c"
      ],
      "author": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Wed Jul 01 20:29:37 2020 -0400"
      },
      "committer": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Wed Jul 01 20:29:37 2020 -0400"
      },
      "message": "Merge branch \u0027stable-3.0\u0027 into stable-3.1\n\n* stable-3.0:\n  Upgrade bazlets to latest stable-2.16\n\nChange-Id: Id60eae23d8b1eafe8d861161d9accd970fcefddb\n"
    },
    {
      "commit": "66836a0ea116a7514f28e5f453694c6abb2f147c",
      "tree": "cb54a0e91e456b8b3db9e955e30d0c5d7a67e71e",
      "parents": [
        "ccc61bd2e16e2708b8776d04f1aa4ee7717fa08a",
        "b202b757491b8ccaf0d9b7857573e6ec9c01ecb6"
      ],
      "author": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Wed Jul 01 13:20:36 2020 -0400"
      },
      "committer": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Wed Jul 01 13:20:36 2020 -0400"
      },
      "message": "Merge branch \u0027stable-2.16\u0027 into stable-3.0\n\n* stable-2.16:\n  Upgrade bazlets to latest stable-2.16\n\nChange-Id: I23d04993ff6f356297cccb6f4a544a9c9f0dfa43\n"
    },
    {
      "commit": "731855b20a18977d4eef89b46f8ec83eb32df908",
      "tree": "ea562781aabca823c50862ca39382ce67d6e67ab",
      "parents": [
        "732c8b218925802168f97194d219db8844d596b8"
      ],
      "author": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Fri Jun 19 09:11:56 2020 -0400"
      },
      "committer": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Fri Jun 19 09:11:56 2020 -0400"
      },
      "message": "Upgrade bazlets to latest master to build with 3.2.2 API\n\nChange-Id: Iaa320cd46336585c14bf4838e70a9603dbe467f1\n"
    },
    {
      "commit": "732c8b218925802168f97194d219db8844d596b8",
      "tree": "bf2bd17742d01e32b75944cdddfef2c461f94a7c",
      "parents": [
        "efe97fca1e60972e959b7023420d912a81523262",
        "85edd15a8db10a8041db166e9b3ee6d51eac3053"
      ],
      "author": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Fri Jun 19 09:07:50 2020 -0400"
      },
      "committer": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Fri Jun 19 09:07:50 2020 -0400"
      },
      "message": "Merge branch \u0027stable-3.1\u0027\n\n* stable-3.1:\n  Upgrade bazlets to latest stable-3.1 to build with 3.1.7 API\n  Upgrade bazlets to latest stable-3.0 to build with 3.0.11 API\n  Remove the commented-out snapshot plugin api lines\n  Adapt SNAPSHOT plugin api example to the 3.1 version\n  Upgrade bazlets to latest stable-3.1\n  Prepare for new gerrit_api snapshot version usage\n  Upgrade bazlets to latest stable-3.0\n  Upgrade bazlets to latest stable-3.0\n\nChange-Id: Ie7fc5e3c416b4ffef8ecd7f6a6c6d2d22fe8ed65\n"
    },
    {
      "commit": "85edd15a8db10a8041db166e9b3ee6d51eac3053",
      "tree": "d087a82e37827ebdfa88d56cb8d8f567f5a43603",
      "parents": [
        "0d1ea15ad2deb5bc6e19327d492d49cf7e162fa2"
      ],
      "author": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Thu Jun 18 14:42:46 2020 -0400"
      },
      "committer": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Thu Jun 18 14:42:46 2020 -0400"
      },
      "message": "Upgrade bazlets to latest stable-3.1 to build with 3.1.7 API\n\nChange-Id: I7c40a2c598eb10ccae642e685083e271760e148c\n"
    },
    {
      "commit": "0d1ea15ad2deb5bc6e19327d492d49cf7e162fa2",
      "tree": "096e1f1fa807fe7f70c2de583e7f377624640fdd",
      "parents": [
        "b4b395ccb972ad4854db8cd304dfaeb03158dd19",
        "ccc61bd2e16e2708b8776d04f1aa4ee7717fa08a"
      ],
      "author": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Thu Jun 18 14:39:02 2020 -0400"
      },
      "committer": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Thu Jun 18 14:39:02 2020 -0400"
      },
      "message": "Merge branch \u0027stable-3.0\u0027 into stable-3.1\n\n* stable-3.0:\n  Upgrade bazlets to latest stable-3.0 to build with 3.0.11 API\n  Remove the commented-out snapshot plugin api lines\n\nChange-Id: I244c2b37db9bd6aa1434369a44e117415981857e\n"
    },
    {
      "commit": "ccc61bd2e16e2708b8776d04f1aa4ee7717fa08a",
      "tree": "cb54a0e91e456b8b3db9e955e30d0c5d7a67e71e",
      "parents": [
        "1400719bf39ba251d0e75d37a534a11c2c82bde0"
      ],
      "author": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Wed Jun 17 14:41:44 2020 -0400"
      },
      "committer": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Wed Jun 17 14:41:44 2020 -0400"
      },
      "message": "Upgrade bazlets to latest stable-3.0 to build with 3.0.11 API\n\nChange-Id: Ibd025ba64c7e903aaac8120775309fef15cb5abf\n"
    },
    {
      "commit": "1400719bf39ba251d0e75d37a534a11c2c82bde0",
      "tree": "521f0856c0c02f43c38c2867c6c016c578721e9e",
      "parents": [
        "2dec2a548615eabcaef04a245a88ed38f8f0fb71"
      ],
      "author": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Wed Jun 17 14:35:34 2020 -0400"
      },
      "committer": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Wed Jun 17 14:38:43 2020 -0400"
      },
      "message": "Remove the commented-out snapshot plugin api lines\n\nRely on bazlets README documentation for how to use a SNAPSHOT version.\n\nChange-Id: I4411e2dc7006090094f1718f6aa3c41c5231be6d\n"
    },
    {
      "commit": "b4b395ccb972ad4854db8cd304dfaeb03158dd19",
      "tree": "93fedbb5d05b84064d53b4b305ebc4066d5f56e6",
      "parents": [
        "0a1a9c33ba6a2f22bd85b23a6def3ba9057679f6"
      ],
      "author": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Tue Jun 16 13:46:13 2020 -0400"
      },
      "committer": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Tue Jun 16 13:46:13 2020 -0400"
      },
      "message": "Adapt SNAPSHOT plugin api example to the 3.1 version\n\nChange-Id: I6de49e13972e052311b79b3c01e101b46f82c537\n"
    },
    {
      "commit": "0a1a9c33ba6a2f22bd85b23a6def3ba9057679f6",
      "tree": "2ddc948bc1aafcd5d0b5d3e583dcb9a9d13ea263",
      "parents": [
        "b49ea782e5e33a30663dc1fd0ffacb0c42310796"
      ],
      "author": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Tue Jun 16 12:34:31 2020 -0400"
      },
      "committer": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Tue Jun 16 12:34:31 2020 -0400"
      },
      "message": "Upgrade bazlets to latest stable-3.1\n\nChange-Id: I04246e407542a8b01e14eaa2787a2368a451870f\n"
    },
    {
      "commit": "b49ea782e5e33a30663dc1fd0ffacb0c42310796",
      "tree": "a1d418cc06a20d63ff7c4e0c69383e4140d8d5ba",
      "parents": [
        "a26636c8ec49289ab37c27736583c89a677d8c81",
        "2dec2a548615eabcaef04a245a88ed38f8f0fb71"
      ],
      "author": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Tue Jun 16 12:33:06 2020 -0400"
      },
      "committer": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Tue Jun 16 12:33:06 2020 -0400"
      },
      "message": "Merge branch \u0027stable-3.0\u0027 into stable-3.1\n\n* stable-3.0:\n  Prepare for new gerrit_api snapshot version usage\n  Upgrade bazlets to latest stable-3.0\n  Upgrade bazlets to latest stable-3.0\n\nChange-Id: I9393a0817dd057739e3e2470e06288007278cab6\n"
    },
    {
      "commit": "2dec2a548615eabcaef04a245a88ed38f8f0fb71",
      "tree": "fbc30eab057e000abc0441b97817711fbd79e965",
      "parents": [
        "8959fb12286987fd6c38286c298cfeba00d66312"
      ],
      "author": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Mon Jun 15 10:30:06 2020 -0400"
      },
      "committer": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Mon Jun 15 10:30:06 2020 -0400"
      },
      "message": "Prepare for new gerrit_api snapshot version usage\n\nChange-Id: I281e1ed9fb21561a8aa4d5fe4430a9baeca00c04\n"
    },
    {
      "commit": "8959fb12286987fd6c38286c298cfeba00d66312",
      "tree": "5989e12c49850d294937fd0f523169cb5d3e2803",
      "parents": [
        "14242b74e1f918301034ec1e74aebe3a96f76bae"
      ],
      "author": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Mon Jun 15 09:25:46 2020 -0400"
      },
      "committer": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Mon Jun 15 09:25:46 2020 -0400"
      },
      "message": "Upgrade bazlets to latest stable-3.0\n\nChange-Id: Ib726d775eb20a934851a7bc11e8a36a7a5cf00d5\n"
    },
    {
      "commit": "14242b74e1f918301034ec1e74aebe3a96f76bae",
      "tree": "cb1043ac7396b2905ac1114872769212624415a3",
      "parents": [
        "6317d247b016007161e6f9d52cddd42de19e12a8"
      ],
      "author": {
        "name": "David Pursehouse",
        "email": "dpursehouse@digital.ai",
        "time": "Fri Jun 12 15:53:17 2020 +0900"
      },
      "committer": {
        "name": "David Pursehouse",
        "email": "dpursehouse@digital.ai",
        "time": "Fri Jun 12 15:53:45 2020 +0900"
      },
      "message": "Upgrade bazlets to latest stable-3.0\n\n- Set snapshot version to 3.0.11-SNAPSHOT\n- Add repository rule to provide gerrit api version\n\nChange-Id: I57515a908e7c31b01165a829ed8f427a85ee12de\n"
    },
    {
      "commit": "b202b757491b8ccaf0d9b7857573e6ec9c01ecb6",
      "tree": "a17f0da658b965539e802c619744575953c3fe7b",
      "parents": [
        "b8d498a7cce6869c36ab5cf98b23419eaf76d147"
      ],
      "author": {
        "name": "David Pursehouse",
        "email": "dpursehouse@digital.ai",
        "time": "Fri Jun 12 09:07:35 2020 +0900"
      },
      "committer": {
        "name": "David Pursehouse",
        "email": "dpursehouse@digital.ai",
        "time": "Fri Jun 12 09:08:27 2020 +0900"
      },
      "message": "Upgrade bazlets to latest stable-2.16\n\n- Add repository rule to provide gerrit api version\n\nChange-Id: I57515a908e7c31b01165a829ed8f427a85ee12de\n"
    },
    {
      "commit": "efe97fca1e60972e959b7023420d912a81523262",
      "tree": "b64f2ad1632297627a0ba253c922da76fb9e7b69",
      "parents": [
        "2a3aa6946c368ac96cd138b1164ae8aad8ef7fce"
      ],
      "author": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Tue Jun 09 15:17:56 2020 -0400"
      },
      "committer": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Tue Jun 09 15:17:56 2020 -0400"
      },
      "message": "Upgrade bazlets to latest master to build with 3.2.1 API\n\nChange-Id: Ibd8a04fabc73f082d9c5f75641981b92c281b7f5\n"
    },
    {
      "commit": "2a3aa6946c368ac96cd138b1164ae8aad8ef7fce",
      "tree": "15a9834172eebceabda258610a1b28cb6cddaa41",
      "parents": [
        "127f8cb9cf3ea8b72a95153a146bac9e352e6637",
        "a26636c8ec49289ab37c27736583c89a677d8c81"
      ],
      "author": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Tue Jun 09 14:57:58 2020 -0400"
      },
      "committer": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Tue Jun 09 14:57:58 2020 -0400"
      },
      "message": "Merge branch \u0027stable-3.1\u0027\n\n* stable-3.1:\n  Upgrade bazlets to latest stable-3.1 to build with 3.1.6 API\n  Upgrade bazlets to latest stable-3.0 to build with 3.0.10 API\n  Upgrade bazlets to latest stable-2.16 to build with 2.16.21 API\n  Upgrade bazlets to latest stable-2.15 to build with 2.15.19 API\n  Upgrade bazlets to latest stable-2.14 to build with 2.14.21 API\n\nChange-Id: I3bf3c6e4adee29c6c9a9fd286a67b45a45d678a8\n"
    },
    {
      "commit": "a26636c8ec49289ab37c27736583c89a677d8c81",
      "tree": "d5d3167f02a05dbdf101274d1a2ff1c761e24c35",
      "parents": [
        "66074ef8d49c407456a87e8cb3512039a038e983"
      ],
      "author": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Tue Jun 09 12:12:40 2020 -0400"
      },
      "committer": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Tue Jun 09 12:12:40 2020 -0400"
      },
      "message": "Upgrade bazlets to latest stable-3.1 to build with 3.1.6 API\n\nChange-Id: I98dbc611f5793101eafa0ea72a3281d4a67a66b0\n"
    },
    {
      "commit": "66074ef8d49c407456a87e8cb3512039a038e983",
      "tree": "e2fe1326be5270be5f4307bd3e3c3712ebc572c5",
      "parents": [
        "b3998fe0b357bd79c0cd13719cd6d91ce8a9fc49",
        "6317d247b016007161e6f9d52cddd42de19e12a8"
      ],
      "author": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Tue Jun 09 11:43:16 2020 -0400"
      },
      "committer": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Tue Jun 09 11:43:16 2020 -0400"
      },
      "message": "Merge branch \u0027stable-3.0\u0027 into stable-3.1\n\n* stable-3.0:\n  Upgrade bazlets to latest stable-3.0 to build with 3.0.10 API\n  Upgrade bazlets to latest stable-2.16 to build with 2.16.21 API\n  Upgrade bazlets to latest stable-2.15 to build with 2.15.19 API\n  Upgrade bazlets to latest stable-2.14 to build with 2.14.21 API\n\nChange-Id: I23c050068cf17377a3a7fb07d9b9b5f63a8f1c30\n"
    },
    {
      "commit": "6317d247b016007161e6f9d52cddd42de19e12a8",
      "tree": "77acc8824ab29b69fc2bf86a2c360a94e4e393e2",
      "parents": [
        "dfbab437f830195204966e4c21464dc571c82a0f"
      ],
      "author": {
        "name": "David Pursehouse",
        "email": "dpursehouse@digital.ai",
        "time": "Tue Jun 09 09:57:07 2020 +0900"
      },
      "committer": {
        "name": "David Pursehouse",
        "email": "dpursehouse@digital.ai",
        "time": "Tue Jun 09 09:57:07 2020 +0900"
      },
      "message": "Upgrade bazlets to latest stable-3.0 to build with 3.0.10 API\n\nChange-Id: I9bcf45ae604321e839f3203af7714b950a22802c\n"
    },
    {
      "commit": "dfbab437f830195204966e4c21464dc571c82a0f",
      "tree": "9282abd94331ae7348af2cc2c37db8067bc86f93",
      "parents": [
        "d3798e40ff8b54ee94235e1f42e4361280f2cfb6",
        "b8d498a7cce6869c36ab5cf98b23419eaf76d147"
      ],
      "author": {
        "name": "David Pursehouse",
        "email": "dpursehouse@digital.ai",
        "time": "Tue Jun 09 09:48:18 2020 +0900"
      },
      "committer": {
        "name": "David Pursehouse",
        "email": "dpursehouse@digital.ai",
        "time": "Tue Jun 09 09:48:18 2020 +0900"
      },
      "message": "Merge branch \u0027stable-2.16\u0027 into stable-3.0\n\n* stable-2.16:\n  Upgrade bazlets to latest stable-2.16 to build with 2.16.21 API\n  Upgrade bazlets to latest stable-2.15 to build with 2.15.19 API\n  Upgrade bazlets to latest stable-2.14 to build with 2.14.21 API\n\nChange-Id: Ia8da3a5ecf730c65258caceded7bb9ed3e2465b7\n"
    },
    {
      "commit": "b8d498a7cce6869c36ab5cf98b23419eaf76d147",
      "tree": "676dadf86332a7c81397acfca6659ac8cd790883",
      "parents": [
        "4caa088b33e4984dbe869636c1127d737632cd31",
        "e3491cdd550369aa4ee19ef7ff88d0e991c092e4"
      ],
      "author": {
        "name": "David Pursehouse",
        "email": "dpursehouse@digital.ai",
        "time": "Tue Jun 09 09:43:11 2020 +0900"
      },
      "committer": {
        "name": "David Pursehouse",
        "email": "dpursehouse@digital.ai",
        "time": "Tue Jun 09 09:43:11 2020 +0900"
      },
      "message": "Merge branch \u0027stable-2.15\u0027 into stable-2.16\n\n* stable-2.15:\n  Upgrade bazlets to latest stable-2.15 to build with 2.15.19 API\n  Upgrade bazlets to latest stable-2.14 to build with 2.14.21 API\n\nChange-Id: I7119ae15a234e72abb86a46eb2075a4c7fb57c01\n"
    },
    {
      "commit": "4caa088b33e4984dbe869636c1127d737632cd31",
      "tree": "676dadf86332a7c81397acfca6659ac8cd790883",
      "parents": [
        "a4fe1bdfaaab70be9a763d992299f26348015b0f"
      ],
      "author": {
        "name": "David Pursehouse",
        "email": "dpursehouse@digital.ai",
        "time": "Tue Jun 09 09:06:34 2020 +0900"
      },
      "committer": {
        "name": "David Pursehouse",
        "email": "dpursehouse@digital.ai",
        "time": "Tue Jun 09 09:06:34 2020 +0900"
      },
      "message": "Upgrade bazlets to latest stable-2.16 to build with 2.16.21 API\n\nChange-Id: I894767bc2a0f208d0c16e158ec4ab8c87d2a395e\n"
    },
    {
      "commit": "e3491cdd550369aa4ee19ef7ff88d0e991c092e4",
      "tree": "fd117629404ba31450fca22a7f34269712364e45",
      "parents": [
        "e8503354a9d7d05e1c5a7c2610a8e8cd17433770"
      ],
      "author": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Mon Jun 08 16:42:01 2020 -0400"
      },
      "committer": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Mon Jun 08 16:42:01 2020 -0400"
      },
      "message": "Upgrade bazlets to latest stable-2.15 to build with 2.15.19 API\n\nChange-Id: Ied2579a0c544b1d61b4de7593e5a2659d00f87e9\n"
    },
    {
      "commit": "e8503354a9d7d05e1c5a7c2610a8e8cd17433770",
      "tree": "21600a95aa1cae3d7351b290394aed2e9b24c21d",
      "parents": [
        "9df5f031f0d5f71f8579fd540e453521593251e5",
        "96b107b5f6a3d1b7ef30ba3e2655744be6507cd1"
      ],
      "author": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Mon Jun 08 16:38:17 2020 -0400"
      },
      "committer": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Mon Jun 08 16:38:17 2020 -0400"
      },
      "message": "Merge branch \u0027stable-2.14\u0027 into stable-2.15\n\n* stable-2.14:\n  Upgrade bazlets to latest stable-2.14 to build with 2.14.21 API\n\nChange-Id: I150bec0ec981662673102f74aebd7adc5da9db8d\n"
    },
    {
      "commit": "96b107b5f6a3d1b7ef30ba3e2655744be6507cd1",
      "tree": "146c2c4d02aa871aa3fb8f5164596e9f9fe06573",
      "parents": [
        "f75f348de2864935565c263a243949b1c9f6163a"
      ],
      "author": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Mon Jun 08 15:20:41 2020 -0400"
      },
      "committer": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Mon Jun 08 15:20:41 2020 -0400"
      },
      "message": "Upgrade bazlets to latest stable-2.14 to build with 2.14.21 API\n\nChange-Id: I695577a933b579c22c90107e777e9782733dd030\n"
    },
    {
      "commit": "127f8cb9cf3ea8b72a95153a146bac9e352e6637",
      "tree": "15a9834172eebceabda258610a1b28cb6cddaa41",
      "parents": [
        "4cb0ff683d2f4e51f24855b37a2c4bb4bc547477",
        "b3998fe0b357bd79c0cd13719cd6d91ce8a9fc49"
      ],
      "author": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Thu Jun 04 14:28:24 2020 -0400"
      },
      "committer": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Thu Jun 04 14:28:24 2020 -0400"
      },
      "message": "Merge branch \u0027stable-3.1\u0027\n\n* stable-3.1:\n  Upgrade bazlets to latest stable-2.16 to build with 2.16.20 API\n\nChange-Id: I8324d13e55c3b8d14f50430fa6534e784a8f2ef0\n"
    },
    {
      "commit": "b3998fe0b357bd79c0cd13719cd6d91ce8a9fc49",
      "tree": "e2fe1326be5270be5f4307bd3e3c3712ebc572c5",
      "parents": [
        "edaa3a8c8a7e3dc35beb55ffd0b111b8b162b14f",
        "d3798e40ff8b54ee94235e1f42e4361280f2cfb6"
      ],
      "author": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Wed Jun 03 16:36:26 2020 -0400"
      },
      "committer": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Wed Jun 03 16:36:26 2020 -0400"
      },
      "message": "Merge branch \u0027stable-3.0\u0027 into stable-3.1\n\n* stable-3.0:\n  Upgrade bazlets to latest stable-2.16 to build with 2.16.20 API\n\nChange-Id: I2d6d5984a840064aaeaac99d383c44c78eddde95\n"
    },
    {
      "commit": "d3798e40ff8b54ee94235e1f42e4361280f2cfb6",
      "tree": "9282abd94331ae7348af2cc2c37db8067bc86f93",
      "parents": [
        "26c3ad9a486f13a36ee7c830b19cace9f13d8efe",
        "a4fe1bdfaaab70be9a763d992299f26348015b0f"
      ],
      "author": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Tue Jun 02 16:15:07 2020 -0400"
      },
      "committer": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Tue Jun 02 16:15:07 2020 -0400"
      },
      "message": "Merge branch \u0027stable-2.16\u0027 into stable-3.0\n\n* stable-2.16:\n  Upgrade bazlets to latest stable-2.16 to build with 2.16.20 API\n\nChange-Id: I0f28287af9393e2991245440f815ffb9f202b5f0\n"
    },
    {
      "commit": "a4fe1bdfaaab70be9a763d992299f26348015b0f",
      "tree": "b63d3077a99d9a9de2b5cc96c246468591743775",
      "parents": [
        "a22b11e47fa537f6657d2d6d3cc647631f05e31a"
      ],
      "author": {
        "name": "David Pursehouse",
        "email": "dpursehouse@digital.ai",
        "time": "Tue Jun 02 20:20:24 2020 +0900"
      },
      "committer": {
        "name": "David Pursehouse",
        "email": "dpursehouse@digital.ai",
        "time": "Tue Jun 02 20:20:24 2020 +0900"
      },
      "message": "Upgrade bazlets to latest stable-2.16 to build with 2.16.20 API\n\nChange-Id: Ia50e0885ab0c973d4147d4666a251367fa33dcbe\n"
    },
    {
      "commit": "4cb0ff683d2f4e51f24855b37a2c4bb4bc547477",
      "tree": "15a9834172eebceabda258610a1b28cb6cddaa41",
      "parents": [
        "1e4e247460d38ca353ac45d316911fa629f75424",
        "edaa3a8c8a7e3dc35beb55ffd0b111b8b162b14f"
      ],
      "author": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Wed May 27 11:04:37 2020 -0400"
      },
      "committer": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Wed May 27 11:04:37 2020 -0400"
      },
      "message": "Merge branch \u0027stable-3.1\u0027\n\n* stable-3.1:\n  Fix bazlets using latest stable-3.1 to build with 3.1.5 API\n  Upgrade bazlets to latest stable-3.1 to build with 3.1.5 API\n  Upgrade bazlets to latest stable-3.0 to build with 3.0.9 API\n  Upgrade bazlets to latest stable-2.16 to build with 2.16.19 API\n\nChange-Id: I3ad98489d4732a3466fade2a6b997188b8f032d3\n"
    },
    {
      "commit": "edaa3a8c8a7e3dc35beb55ffd0b111b8b162b14f",
      "tree": "e2fe1326be5270be5f4307bd3e3c3712ebc572c5",
      "parents": [
        "0e31f5cb36170e8a579d5bb5d14f6629e4de7d34"
      ],
      "author": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Wed May 27 09:25:06 2020 -0400"
      },
      "committer": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Wed May 27 09:30:51 2020 -0400"
      },
      "message": "Fix bazlets using latest stable-3.1 to build with 3.1.5 API\n\nChange-Id: I913c930424b9548bcfc126ba7bfec1cdac814042\n"
    },
    {
      "commit": "0e31f5cb36170e8a579d5bb5d14f6629e4de7d34",
      "tree": "222c6b064252cd2770adbfc22a09fc436446f02b",
      "parents": [
        "401c2de2ac2192c28912a54c856e6941e58539d9"
      ],
      "author": {
        "name": "David Pursehouse",
        "email": "dpursehouse@digital.ai",
        "time": "Tue May 26 11:51:52 2020 +0900"
      },
      "committer": {
        "name": "David Pursehouse",
        "email": "dpursehouse@digital.ai",
        "time": "Tue May 26 11:51:52 2020 +0900"
      },
      "message": "Upgrade bazlets to latest stable-3.1 to build with 3.1.5 API\n\nChange-Id: Ib608498e2883aff6ceea8a0b36b17eaeb48ec462\n"
    },
    {
      "commit": "401c2de2ac2192c28912a54c856e6941e58539d9",
      "tree": "eaf97898cb69dc7609d6dcdadc5e965b9b85613f",
      "parents": [
        "0360f82df273262c3118fbe5e5150abbc7f7707f",
        "26c3ad9a486f13a36ee7c830b19cace9f13d8efe"
      ],
      "author": {
        "name": "David Pursehouse",
        "email": "dpursehouse@digital.ai",
        "time": "Tue May 26 11:46:44 2020 +0900"
      },
      "committer": {
        "name": "David Pursehouse",
        "email": "dpursehouse@digital.ai",
        "time": "Tue May 26 11:46:44 2020 +0900"
      },
      "message": "Merge branch \u0027stable-3.0\u0027 into stable-3.1\n\n* stable-3.0:\n  Upgrade bazlets to latest stable-3.0 to build with 3.0.9 API\n  Upgrade bazlets to latest stable-2.16 to build with 2.16.19 API\n\nChange-Id: I901586a53d0e22bba4235d401edb1e04e4701c08\n"
    },
    {
      "commit": "26c3ad9a486f13a36ee7c830b19cace9f13d8efe",
      "tree": "9282abd94331ae7348af2cc2c37db8067bc86f93",
      "parents": [
        "9b25a5b04460a6c555f39a569aedb37fae7d420f"
      ],
      "author": {
        "name": "David Pursehouse",
        "email": "dpursehouse@digital.ai",
        "time": "Tue May 26 11:23:14 2020 +0900"
      },
      "committer": {
        "name": "David Pursehouse",
        "email": "dpursehouse@digital.ai",
        "time": "Tue May 26 11:23:14 2020 +0900"
      },
      "message": "Upgrade bazlets to latest stable-3.0 to build with 3.0.9 API\n\nChange-Id: I7ccd52b8ad1dde3d9108e4e33d91a09cc7fb3098\n"
    },
    {
      "commit": "9b25a5b04460a6c555f39a569aedb37fae7d420f",
      "tree": "d0cd327bef8b4d452d94debd4a21671c0a0f6f82",
      "parents": [
        "142c4e085f51fa06634401c1219064751b2dd59d",
        "a22b11e47fa537f6657d2d6d3cc647631f05e31a"
      ],
      "author": {
        "name": "David Pursehouse",
        "email": "dpursehouse@digital.ai",
        "time": "Tue May 26 11:17:35 2020 +0900"
      },
      "committer": {
        "name": "David Pursehouse",
        "email": "dpursehouse@digital.ai",
        "time": "Tue May 26 11:17:35 2020 +0900"
      },
      "message": "Merge branch \u0027stable-2.16\u0027 into stable-3.0\n\n* stable-2.16:\n  Upgrade bazlets to latest stable-2.16 to build with 2.16.19 API\n\nChange-Id: I9233795424f4510060d8bfcf3457ee6812b40803\n"
    },
    {
      "commit": "a22b11e47fa537f6657d2d6d3cc647631f05e31a",
      "tree": "cdb34a8258e592261baa6828e022b73418904604",
      "parents": [
        "755f2b4c58a366e77fa2cf1455a9e86c11e08f6f"
      ],
      "author": {
        "name": "David Pursehouse",
        "email": "dpursehouse@digital.ai",
        "time": "Tue May 26 10:03:29 2020 +0900"
      },
      "committer": {
        "name": "David Pursehouse",
        "email": "dpursehouse@digital.ai",
        "time": "Tue May 26 10:03:29 2020 +0900"
      },
      "message": "Upgrade bazlets to latest stable-2.16 to build with 2.16.19 API\n\nChange-Id: I290261bae97ac7a03ab00262e37ac90f67cae294\n"
    },
    {
      "commit": "1e4e247460d38ca353ac45d316911fa629f75424",
      "tree": "15a9834172eebceabda258610a1b28cb6cddaa41",
      "parents": [
        "e14c58de5fc692818b4f3f112d3ce074b2016fe4",
        "0360f82df273262c3118fbe5e5150abbc7f7707f"
      ],
      "author": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Mon May 11 20:37:26 2020 -0400"
      },
      "committer": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Mon May 11 20:37:26 2020 -0400"
      },
      "message": "Merge branch \u0027stable-3.1\u0027\n\n* stable-3.1:\n  Documentation: Add plugins part to endpoint URI\n\nChange-Id: I945122b7e368676c2ec18825ff6ac89372663f8f\n"
    },
    {
      "commit": "0360f82df273262c3118fbe5e5150abbc7f7707f",
      "tree": "eaf97898cb69dc7609d6dcdadc5e965b9b85613f",
      "parents": [
        "f221854a424010f1a4616747373d457038decea7",
        "142c4e085f51fa06634401c1219064751b2dd59d"
      ],
      "author": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Mon May 11 20:16:49 2020 -0400"
      },
      "committer": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Mon May 11 20:16:49 2020 -0400"
      },
      "message": "Merge branch \u0027stable-3.0\u0027 into stable-3.1\n\n* stable-3.0:\n  Documentation: Add plugins part to endpoint URI\n\nChange-Id: If56d9030afc9be80dea35454ffa5b6354296f0fd\n"
    },
    {
      "commit": "142c4e085f51fa06634401c1219064751b2dd59d",
      "tree": "d0cd327bef8b4d452d94debd4a21671c0a0f6f82",
      "parents": [
        "b8aa011cfaee9d9229a0ba4c758432870472203b",
        "755f2b4c58a366e77fa2cf1455a9e86c11e08f6f"
      ],
      "author": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Mon May 11 20:13:09 2020 -0400"
      },
      "committer": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Mon May 11 20:13:09 2020 -0400"
      },
      "message": "Merge branch \u0027stable-2.16\u0027 into stable-3.0\n\n* stable-2.16:\n  Documentation: Add plugins part to endpoint URI\n\nChange-Id: I412a994f6b250a897df2e33a7b967fc41d0f5cd1\n"
    },
    {
      "commit": "755f2b4c58a366e77fa2cf1455a9e86c11e08f6f",
      "tree": "3e693de302adad1f4906dbffd6a6ba92bb4a8fd2",
      "parents": [
        "80322b7fc2f5eecb7bc040b442113d67d8ef6780"
      ],
      "author": {
        "name": "Guillaume Chauvel",
        "email": "guillaume.chauvel@gmail.com",
        "time": "Mon May 11 16:13:05 2020 +0200"
      },
      "committer": {
        "name": "Guillaume Chauvel",
        "email": "guillaume.chauvel@gmail.com",
        "time": "Mon May 11 16:13:05 2020 +0200"
      },
      "message": "Documentation: Add plugins part to endpoint URI\n\nChange-Id: Iaa23524c85c3078b316db4d3f90e47cf2dcaa584\n"
    },
    {
      "commit": "e14c58de5fc692818b4f3f112d3ce074b2016fe4",
      "tree": "3d7d2e734bc48be3d4a7b880a2670b00b76b7f46",
      "parents": [
        "edf387c00e128f33f4e2080804c6f3fe4b092faa",
        "f221854a424010f1a4616747373d457038decea7"
      ],
      "author": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Fri May 01 11:48:18 2020 -0400"
      },
      "committer": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Fri May 01 11:48:18 2020 -0400"
      },
      "message": "Merge branch \u0027stable-3.1\u0027\n\n* stable-3.1:\n  Upgrade bazlets to latest stable-2.16 to build with 2.16.18 API\n  Bump Bazel version to 3.1.0\n\nChange-Id: Iacd07106a2da60ea479497ad12220d11226c3109\n"
    },
    {
      "commit": "f221854a424010f1a4616747373d457038decea7",
      "tree": "60aea42fc845ba488bb07ab231f26e00492389d2",
      "parents": [
        "b3ddc9e5fba48f184f717b827355e8ecb7c9d132",
        "b8aa011cfaee9d9229a0ba4c758432870472203b"
      ],
      "author": {
        "name": "David Pursehouse",
        "email": "dpursehouse@digital.ai",
        "time": "Wed Apr 29 12:09:13 2020 +0900"
      },
      "committer": {
        "name": "David Pursehouse",
        "email": "dpursehouse@digital.ai",
        "time": "Wed Apr 29 12:09:13 2020 +0900"
      },
      "message": "Merge branch \u0027stable-3.0\u0027 into stable-3.1\n\n* stable-3.0:\n  Upgrade bazlets to latest stable-2.16 to build with 2.16.18 API\n  Bump Bazel version to 3.1.0\n\nChange-Id: I2dae9bb1b2413799af2bc5d7d8928de20e6b5e2e\n"
    },
    {
      "commit": "b8aa011cfaee9d9229a0ba4c758432870472203b",
      "tree": "bb7933db4d39b5a7921177b3d409ad9cec884c56",
      "parents": [
        "c1eeb0c94cfafd071733e146a92e272fb1937b2c",
        "80322b7fc2f5eecb7bc040b442113d67d8ef6780"
      ],
      "author": {
        "name": "David Pursehouse",
        "email": "dpursehouse@digital.ai",
        "time": "Wed Apr 29 08:16:33 2020 +0900"
      },
      "committer": {
        "name": "David Pursehouse",
        "email": "dpursehouse@digital.ai",
        "time": "Wed Apr 29 08:16:33 2020 +0900"
      },
      "message": "Merge branch \u0027stable-2.16\u0027 into stable-3.0\n\n* stable-2.16:\n  Upgrade bazlets to latest stable-2.16 to build with 2.16.18 API\n  Bump Bazel version to 3.1.0\n\nChange-Id: I96ff4b283a1439aa080ba1909596642f2a3a6cf2\n"
    },
    {
      "commit": "80322b7fc2f5eecb7bc040b442113d67d8ef6780",
      "tree": "9d3c9deb18a738215fe9937da8a00e612da52f01",
      "parents": [
        "d67f3d337e683c0136b6c82015fdd9457d8edb39"
      ],
      "author": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Mon Apr 27 14:21:30 2020 -0400"
      },
      "committer": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Mon Apr 27 14:21:30 2020 -0400"
      },
      "message": "Upgrade bazlets to latest stable-2.16 to build with 2.16.18 API\n\nChange-Id: I66eb15ebe3ebd3614e3a8c37ff9112098dad0f72\n"
    },
    {
      "commit": "d67f3d337e683c0136b6c82015fdd9457d8edb39",
      "tree": "1b7faa3ff4d95a753ae4a0af5c847ab267d0efd3",
      "parents": [
        "1881176bc50d86b2de5f227b635dba8b463d98a8"
      ],
      "author": {
        "name": "David Pursehouse",
        "email": "dpursehouse@digital.ai",
        "time": "Mon Apr 27 18:27:43 2020 +0900"
      },
      "committer": {
        "name": "David Pursehouse",
        "email": "dpursehouse@digital.ai",
        "time": "Mon Apr 27 18:27:43 2020 +0900"
      },
      "message": "Bump Bazel version to 3.1.0\n\nChange-Id: Ib7a4a77738dd4582a2c17dd10b00c73a9b06a36b\n"
    },
    {
      "commit": "edf387c00e128f33f4e2080804c6f3fe4b092faa",
      "tree": "83de544fc295659621b20f7ca243dcb2d2920d68",
      "parents": [
        "16320f0a9f8b36c852f7340944fa7aa8fc47b3e8"
      ],
      "author": {
        "name": "David Pursehouse",
        "email": "dpursehouse@digital.ai",
        "time": "Sat Apr 25 13:57:43 2020 +0900"
      },
      "committer": {
        "name": "David Pursehouse",
        "email": "dpursehouse@digital.ai",
        "time": "Sat Apr 25 15:31:36 2020 +0900"
      },
      "message": "Upgrade bazlets to latest master to build with 3.2.0-rc0 API\n\nAnd switch from the snapshot API to the release API.\n\nChange-Id: I47ee5c3404b06018d06cfef33d5c5ebffcd5a94a\n"
    },
    {
      "commit": "16320f0a9f8b36c852f7340944fa7aa8fc47b3e8",
      "tree": "d36c444e76ebff726286bbd8a882cd6ec60614d6",
      "parents": [
        "ad7264760c8a25fffc17fd0a60766a0f4b05e003",
        "b3ddc9e5fba48f184f717b827355e8ecb7c9d132"
      ],
      "author": {
        "name": "David Pursehouse",
        "email": "dpursehouse@digital.ai",
        "time": "Sat Apr 25 15:22:34 2020 +0900"
      },
      "committer": {
        "name": "David Pursehouse",
        "email": "dpursehouse@digital.ai",
        "time": "Sat Apr 25 15:22:34 2020 +0900"
      },
      "message": "Merge branch \u0027stable-3.1\u0027\n\n* stable-3.1:\n  Bump Bazel version to 3.0.0\n\nChange-Id: Id28c358d8edbd33f2fdf56d5f7a6e30ca878ed53\n"
    },
    {
      "commit": "b3ddc9e5fba48f184f717b827355e8ecb7c9d132",
      "tree": "43a14cb2b105bec83ae53e69604f3243d331859b",
      "parents": [
        "96808095e59287d91219bb52cdb30d46f603ca8b",
        "c1eeb0c94cfafd071733e146a92e272fb1937b2c"
      ],
      "author": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Fri Apr 24 14:00:16 2020 -0400"
      },
      "committer": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Fri Apr 24 14:00:16 2020 -0400"
      },
      "message": "Merge branch \u0027stable-3.0\u0027 into stable-3.1\n\n* stable-3.0:\n  Bump Bazel version to 3.0.0\n\nChange-Id: I3c5d87eb8a6375783faf044c528f6e3d454f6ea6\n"
    },
    {
      "commit": "c1eeb0c94cfafd071733e146a92e272fb1937b2c",
      "tree": "4fe43b44ce5aafa386072a35c5ef873c726ef667",
      "parents": [
        "f9830d3b792dafa18658d3fbafc4dbb640e992ec",
        "1881176bc50d86b2de5f227b635dba8b463d98a8"
      ],
      "author": {
        "name": "David Pursehouse",
        "email": "dpursehouse@collab.net",
        "time": "Thu Apr 09 11:15:27 2020 +0900"
      },
      "committer": {
        "name": "David Pursehouse",
        "email": "dpursehouse@collab.net",
        "time": "Thu Apr 09 11:15:27 2020 +0900"
      },
      "message": "Merge branch \u0027stable-2.16\u0027 into stable-3.0\n\n* stable-2.16:\n  Bump Bazel version to 3.0.0\n\nChange-Id: I2e9608a2aa8444a736cf4468be28e2ccc730e2c7\n"
    },
    {
      "commit": "1881176bc50d86b2de5f227b635dba8b463d98a8",
      "tree": "f74d5130bad63253b1b43f7551f50ba719bd99b9",
      "parents": [
        "149907f8fa49335ddb9827838f080be6e6dd681b"
      ],
      "author": {
        "name": "David Pursehouse",
        "email": "dpursehouse@collab.net",
        "time": "Tue Apr 07 10:50:38 2020 +0900"
      },
      "committer": {
        "name": "David Pursehouse",
        "email": "dpursehouse@collab.net",
        "time": "Tue Apr 07 10:50:38 2020 +0900"
      },
      "message": "Bump Bazel version to 3.0.0\n\nChange-Id: I8f941bb9b1002c558be15f73e88e250afc4e4ac0\n"
    },
    {
      "commit": "ad7264760c8a25fffc17fd0a60766a0f4b05e003",
      "tree": "b677402f907e54052347b5c0a540dcd52233c441",
      "parents": [
        "9e9dd8ad49513a42bcc1bce85971685dfc456be4"
      ],
      "author": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Sun Mar 29 11:14:43 2020 -0400"
      },
      "committer": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Sun Mar 29 11:36:45 2020 -0400"
      },
      "message": "Upgrade bazlets to latest master\n\nChange-Id: I2a938fbacdfd4d6738304a474dbe6c209ca0219e\n"
    },
    {
      "commit": "9e9dd8ad49513a42bcc1bce85971685dfc456be4",
      "tree": "d84c809444a17532a560c7bfba265825f62a4ab9",
      "parents": [
        "5b2ca2127e6dcd1a51ccb4ecaadd0bd53cc864ab",
        "96808095e59287d91219bb52cdb30d46f603ca8b"
      ],
      "author": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Fri Mar 27 11:02:56 2020 -0400"
      },
      "committer": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Fri Mar 27 11:02:56 2020 -0400"
      },
      "message": "Merge branch \u0027stable-3.1\u0027\n\n* stable-3.1:\n  Upgrade bazlets to latest stable-3.1 to build with 3.1.4 API\n  Upgrade bazlets to latest stable-2.16 to build with 2.16.17 API\n  Upgrade bazlets to latest stable-3.0 to build with 3.0.8 API\n  Upgrade bazlets to latest stable-3.0\n  Upgrade bazlets to latest stable-2.16\n\nChange-Id: If31c5edca2323e4d10bd3482ec9bdbf75280240d\n"
    },
    {
      "commit": "96808095e59287d91219bb52cdb30d46f603ca8b",
      "tree": "45a986eeff82194e7c78bcc7850e4a6227ee6c29",
      "parents": [
        "8b537069f67fba12322d214f5823c93dbecf5487"
      ],
      "author": {
        "name": "David Pursehouse",
        "email": "dpursehouse@collab.net",
        "time": "Fri Mar 27 16:42:24 2020 +0900"
      },
      "committer": {
        "name": "David Pursehouse",
        "email": "dpursehouse@collab.net",
        "time": "Fri Mar 27 16:42:24 2020 +0900"
      },
      "message": "Upgrade bazlets to latest stable-3.1 to build with 3.1.4 API\n\nChange-Id: I0f309ed0a79cf31f26d701e0250ae17274e45306\n"
    },
    {
      "commit": "8b537069f67fba12322d214f5823c93dbecf5487",
      "tree": "81409d38aaeff785f8f9c39f4641bee7cddf4dc8",
      "parents": [
        "816cf214605d046d44dd2f9cd6219d0867b1a4c6",
        "f9830d3b792dafa18658d3fbafc4dbb640e992ec"
      ],
      "author": {
        "name": "David Pursehouse",
        "email": "dpursehouse@collab.net",
        "time": "Fri Mar 27 11:51:20 2020 +0900"
      },
      "committer": {
        "name": "David Pursehouse",
        "email": "dpursehouse@collab.net",
        "time": "Fri Mar 27 11:51:20 2020 +0900"
      },
      "message": "Merge branch \u0027stable-3.0\u0027 into stable-3.1\n\n* stable-3.0:\n  Upgrade bazlets to latest stable-2.16 to build with 2.16.17 API\n  Upgrade bazlets to latest stable-3.0 to build with 3.0.8 API\n  Upgrade bazlets to latest stable-3.0\n  Upgrade bazlets to latest stable-2.16\n\nChange-Id: I3858bd5f9a30bf76ef33006f2e4e73a651dccbf7\n"
    },
    {
      "commit": "f9830d3b792dafa18658d3fbafc4dbb640e992ec",
      "tree": "0ee203f3f875e96dd3b6f971c44adb7181f87a4b",
      "parents": [
        "f2e03d8567aa155e975475141062a8fc4a8ae3f9",
        "149907f8fa49335ddb9827838f080be6e6dd681b"
      ],
      "author": {
        "name": "David Pursehouse",
        "email": "dpursehouse@collab.net",
        "time": "Fri Mar 27 07:46:36 2020 +0900"
      },
      "committer": {
        "name": "David Pursehouse",
        "email": "dpursehouse@collab.net",
        "time": "Fri Mar 27 07:46:36 2020 +0900"
      },
      "message": "Merge branch \u0027stable-2.16\u0027 into stable-3.0\n\n* stable-2.16:\n  Upgrade bazlets to latest stable-2.16 to build with 2.16.17 API\n\nChange-Id: I032a7192189c580fbc20e5fc628c9e3af96a3e65\n"
    },
    {
      "commit": "149907f8fa49335ddb9827838f080be6e6dd681b",
      "tree": "bdf2ff4059c6aa3b7dc1e00c8a0fe628d5ff77ae",
      "parents": [
        "e2aaf929afc7d636921e7ca602b818a8132ec90f"
      ],
      "author": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Thu Mar 26 10:16:22 2020 -0400"
      },
      "committer": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Thu Mar 26 10:16:22 2020 -0400"
      },
      "message": "Upgrade bazlets to latest stable-2.16 to build with 2.16.17 API\n\nChange-Id: Ie8f47662d62bdd5d1fae415fc8f77cdf8e4af404\n"
    },
    {
      "commit": "f2e03d8567aa155e975475141062a8fc4a8ae3f9",
      "tree": "0ee203f3f875e96dd3b6f971c44adb7181f87a4b",
      "parents": [
        "0c47cda652e3e789a28f7367337f08443b33e44e"
      ],
      "author": {
        "name": "David Pursehouse",
        "email": "dpursehouse@collab.net",
        "time": "Thu Mar 26 18:35:59 2020 +0900"
      },
      "committer": {
        "name": "David Pursehouse",
        "email": "dpursehouse@collab.net",
        "time": "Thu Mar 26 18:35:59 2020 +0900"
      },
      "message": "Upgrade bazlets to latest stable-3.0 to build with 3.0.8 API\n\nChange-Id: I78aa1df80f19af16b45ff0bfd5a9ad73647fd842\n"
    },
    {
      "commit": "5b2ca2127e6dcd1a51ccb4ecaadd0bd53cc864ab",
      "tree": "d84c809444a17532a560c7bfba265825f62a4ab9",
      "parents": [
        "fc1511755375e7e463eb5d5650344291614d858a"
      ],
      "author": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Tue Mar 17 14:29:07 2020 -0400"
      },
      "committer": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Tue Mar 17 14:29:07 2020 -0400"
      },
      "message": "Upgrade bazlets to latest master\n\nChange-Id: I2a7cb9370f102ae06dbe6fe9b77acb3bd906c8e0\n"
    },
    {
      "commit": "fc1511755375e7e463eb5d5650344291614d858a",
      "tree": "fb0739797d776cb64d361c03645b5038fc474980",
      "parents": [
        "b77f24e916d2b9debd0b6fc546bb61cc68c6342c",
        "816cf214605d046d44dd2f9cd6219d0867b1a4c6"
      ],
      "author": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Tue Mar 17 14:27:00 2020 -0400"
      },
      "committer": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Tue Mar 17 14:27:00 2020 -0400"
      },
      "message": "Merge branch \u0027stable-3.1\u0027\n\n* stable-3.1:\n  Upgrade bazlets to latest stable-3.1\n\nChange-Id: I3280387068150a136c6f12304e8751d073b251a2\n"
    },
    {
      "commit": "816cf214605d046d44dd2f9cd6219d0867b1a4c6",
      "tree": "81409d38aaeff785f8f9c39f4641bee7cddf4dc8",
      "parents": [
        "651f8873db9f3d970cdacc4430f0d6a966e86d47"
      ],
      "author": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Tue Mar 17 10:37:21 2020 -0400"
      },
      "committer": {
        "name": "Marco Miller",
        "email": "marco.miller@ericsson.com",
        "time": "Tue Mar 17 10:37:21 2020 -0400"
      },
      "message": "Upgrade bazlets to latest stable-3.1\n\nChange-Id: I653cd744ae95508f511f8ce855f1db670ddeedf3\n"
    },
    {
      "commit": "0c47cda652e3e789a28f7367337f08443b33e44e",
      "tree": "b57cea242aefe7e9098c18d19028e18536f97e27",
      "parents": [
        "a0754fc63db0180cca5ed03d96d02de9ffa08f5b"
      ],
      "author": {
        "name": "David Pursehouse",
        "email": "dpursehouse@collab.net",
        "time": "Tue Mar 17 12:52:36 2020 +0900"
      },
      "committer": {
        "name": "David Pursehouse",
        "email": "dpursehouse@collab.net",
        "time": "Tue Mar 17 12:52:36 2020 +0900"
      },
      "message": "Upgrade bazlets to latest stable-3.0\n\nChange-Id: I66962adee46ac0ff8dd08ad7f0fa79f032a4825e\n"
    },
    {
      "commit": "a0754fc63db0180cca5ed03d96d02de9ffa08f5b",
      "tree": "ec5b0c8844ea7bd646f9f935dfc0c705995e4ec5",
      "parents": [
        "c06f61e13739d905e71fdcf8ac35f087c4ebf70b",
        "e2aaf929afc7d636921e7ca602b818a8132ec90f"
      ],
      "author": {
        "name": "David Pursehouse",
        "email": "dpursehouse@collab.net",
        "time": "Tue Mar 17 12:48:12 2020 +0900"
      },
      "committer": {
        "name": "David Pursehouse",
        "email": "dpursehouse@collab.net",
        "time": "Tue Mar 17 12:48:12 2020 +0900"
      },
      "message": "Merge branch \u0027stable-2.16\u0027 into stable-3.0\n\n* stable-2.16:\n  Upgrade bazlets to latest stable-2.16\n\nChange-Id: Iaff36a740e17a5e0e5d5c4d088e86cd635522d26\n"
    },
    {
      "commit": "e2aaf929afc7d636921e7ca602b818a8132ec90f",
      "tree": "5fcbe9a6aa403ff2b86de6c10ed535294faffab3",
      "parents": [
        "0e70eac3f5fbdabc288b26e99f0354df9768e4b4"
      ],
      "author": {
        "name": "David Pursehouse",
        "email": "dpursehouse@collab.net",
        "time": "Tue Mar 17 09:15:59 2020 +0900"
      },
      "committer": {
        "name": "David Pursehouse",
        "email": "dpursehouse@collab.net",
        "time": "Tue Mar 17 09:15:59 2020 +0900"
      },
      "message": "Upgrade bazlets to latest stable-2.16\n\nChange-Id: I410a57db0430d092e0d8ae1d64723576c49f0957\n"
    }
  ],
  "next": "b77f24e916d2b9debd0b6fc546bb61cc68c6342c"
}
