Created
July 23, 2021 14:26
-
-
Save gamerson/74d99813a010738180ccae23bc2b4b2f to your computer and use it in GitHub Desktop.
Lugbot `/status` Example #3 - Completed Tasks with Proposals
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"completedTasks": [ | |
{ | |
"finishTime": 1627047806038, | |
"id": 4, | |
"name": "Bug Prevention", | |
"projectId": 1, | |
"startTime": 1627047771174, | |
"state": "COMPLETED_SUCCESS" | |
}, | |
{ | |
"finishTime": 1627047809470, | |
"id": 5, | |
"name": "Performance", | |
"projectId": 1, | |
"startTime": 1627047793996, | |
"state": "COMPLETED_SUCCESS" | |
}, | |
{ | |
"finishTime": 1627048113551, | |
"id": 11, | |
"name": "Code Upgrade Proposal: find-breaking-changes_FindBreakingChanges", | |
"projectId": 1, | |
"proposal": { | |
"action": "canceled", | |
"body": "Canceled by user", | |
"branchName": "", | |
"commitComments": {}, | |
"id": 2, | |
"mergeAdvice": "none", | |
"name": "canceled", | |
"title": "Canceled" | |
}, | |
"startTime": 0, | |
"state": "COMPLETED_FAILURE" | |
}, | |
{ | |
"finishTime": 1627048458508, | |
"id": 7, | |
"name": "Code Upgrade Proposal: upgrade-workspace-version_UpgradeWorkspacePluginVersion", | |
"projectId": 1, | |
"proposal": { | |
"action": "upgrade workspace plugin version to latest", | |
"baseBranchName": "lugbotTest", | |
"body": "<p>A new version of Liferay Workspace Gradle plugin is available. This change updates the gradle build to use this new version. Sometimes additional changes are necessasry to take full advantage of the new features in this new plugin version. Please consult the plugin’s https://github.com/liferay/liferay-portal/blob/master/modules/sdk/gradle-plugins-workspace/README.markdown and https://github.com/liferay/liferay-portal/blob/master/modules/sdk/gradle-plugins-workspace/CHANGELOG.markdown to see additional information related to this new version.</p> ", | |
"branchName": "lugbot_upgrade-workspace-version_UpgradeWorkspacePluginVersion", | |
"commitComments": {}, | |
"diffContent": "diff --git a/liferay-workspace/settings.gradle b/liferay-workspace/settings.gradle\nindex 9557146..f9ae735 100644\n--- a/liferay-workspace/settings.gradle\n+++ b/liferay-workspace/settings.gradle\n@@ -1,6 +1,6 @@\n buildscript {\n \tdependencies {\n-\t\tclasspath group: \"com.liferay\", name: \"com.liferay.gradle.plugins.workspace\", version: \"3.4.2\"\n+\t\tclasspath group: \"com.liferay\", name: \"com.liferay.gradle.plugins.workspace\", version: \"3.4.12\"\n \t\tclasspath group: \"net.saliman\", name: \"gradle-properties-plugin\", version: \"1.4.6\"\n \t}\n \n", | |
"id": 3, | |
"mergeAdvice": "recommended", | |
"name": "UpgradeWorkspacePluginVersion", | |
"title": "Upgrade workspace plugin version to 3.4.12" | |
}, | |
"startTime": 1627047819155, | |
"state": "COMPLETED_SUCCESS" | |
}, | |
{ | |
"finishTime": 1627048482195, | |
"id": 8, | |
"name": "Code Upgrade Proposal: use-target-platform_UseTargetPlatform", | |
"projectId": 1, | |
"proposal": { | |
"action": "adopt workspace product key and target platform dependency management", | |
"baseBranchName": "lugbotTest", | |
"body": "<p>Use target platform. TBD…</p> ", | |
"branchName": "lugbot_use-target-platform_UseTargetPlatform", | |
"commitComments": {}, | |
"diffContent": "diff --git a/liferay-workspace/gradle.properties b/liferay-workspace/gradle.properties\nindex 3eb369b..933c138 100644\n--- a/liferay-workspace/gradle.properties\n+++ b/liferay-workspace/gradle.properties\n@@ -1,3 +1,3 @@\n liferay.workspace.modules.dir=modules\n microsoft.translator.subscription.key=\n-liferay.workspace.product = dxp-7.3-sp1\n+liferay.workspace.product = dxp-7.3-sp2\ndiff --git a/liferay-workspace/modules/evp/evp-portlet/build.gradle b/liferay-workspace/modules/evp/evp-portlet/build.gradle\nindex 0771580..f22746a 100644\n--- a/liferay-workspace/modules/evp/evp-portlet/build.gradle\n+++ b/liferay-workspace/modules/evp/evp-portlet/build.gradle\n@@ -18,18 +18,18 @@\n \tcssBuilder group: \"com.liferay\", name: \"com.liferay.css.builder\", version: \"3.0.2\"\n \n \tportalCommonCSS group: \"com.liferay\", name: \"com.liferay.frontend.css.common\"\n-\tcompile group: \"org.apache.xmlbeans\", name: \"xmlbeans\", version: \"2.6.0\"\n-\tcompile group: \"commons-logging\", name: \"commons-logging\", version: \"1.1.3\"\n-\tcompile group: \"log4j\", name: \"log4j\", version: \"1.2.17\"\n+\tcompile group: \"org.apache.xmlbeans\", name: \"xmlbeans\"\n+\tcompile group: \"commons-logging\", name: \"commons-logging\"\n+\tcompile group: \"log4j\", name: \"log4j\"\n \tcompile group: \"com.liferay.portal\", name: \"com.liferay.util.bridges\"\n \tcompile group: \"com.liferay.portal\", name: \"com.liferay.util.java\"\n-\tcompile group: \"com.liferay.portal\", name: \"com.liferay.util.taglib\", version: \"5.3.5\"\n-\tcompile group: \"dom4j\", name: \"dom4j\", version: \"1.6.1\"\n+\tcompile group: \"com.liferay.portal\", name: \"com.liferay.util.taglib\"\n+\tcompile group: \"dom4j\", name: \"dom4j\"\n \tcompile group: \"javax.servlet.jsp.jstl\", name: \"jstl-api\", version: \"1.2\"\n \tcompile group: \"org.glassfish.web\", name: \"jstl-impl\", version: \"1.2\"\n-\tcompile group: \"org.apache.poi\", name: \"poi\", version: \"3.9\"\n-\tcompile group: \"org.apache.poi\", name: \"poi-ooxml\", version: \"3.9\"\n-\tcompile group: \"org.apache.poi\", name: \"poi-ooxml-schemas\", version: \"3.9\"\n+\tcompile group: \"org.apache.poi\", name: \"poi\"\n+\tcompile group: \"org.apache.poi\", name: \"poi-ooxml\"\n+\tcompile group: \"org.apache.poi\", name: \"poi-ooxml-schemas\"\n \tcompile rootProject.files(\"libs/stax-api.jar\")\n \tcompileOnly project(\":modules:evp:evp-api\")\n \n", | |
"id": 4, | |
"mergeAdvice": "recommended", | |
"name": "UseTargetPlatform", | |
"title": "Use workspace product key: dxp-7.3-sp2 and update all build.gradle files to use dependency management." | |
}, | |
"startTime": 1627048458508, | |
"state": "COMPLETED_SUCCESS" | |
}, | |
{ | |
"finishTime": 1627048503226, | |
"id": 9, | |
"name": "Code Upgrade Proposal: use-release-api_UseReleaseApi", | |
"projectId": 1, | |
"proposal": { | |
"action": "Set workspace product key and release api jar", | |
"baseBranchName": "lugbotTest", | |
"body": "<p>Use release api jar. TBD…</p> ", | |
"branchName": "lugbot_use-release-api_UseReleaseApi", | |
"commitComments": {}, | |
"diffContent": "diff --git a/liferay-workspace/gradle.properties b/liferay-workspace/gradle.properties\nindex 3eb369b..933c138 100644\n--- a/liferay-workspace/gradle.properties\n+++ b/liferay-workspace/gradle.properties\n@@ -1,3 +1,3 @@\n liferay.workspace.modules.dir=modules\n microsoft.translator.subscription.key=\n-liferay.workspace.product = dxp-7.3-sp1\n+liferay.workspace.product = dxp-7.3-sp2\ndiff --git a/liferay-workspace/modules/evp/evp-portlet/build.gradle b/liferay-workspace/modules/evp/evp-portlet/build.gradle\nindex 0771580..2c95cf6 100644\n--- a/liferay-workspace/modules/evp/evp-portlet/build.gradle\n+++ b/liferay-workspace/modules/evp/evp-portlet/build.gradle\n@@ -21,9 +21,6 @@\n \tcompile group: \"org.apache.xmlbeans\", name: \"xmlbeans\", version: \"2.6.0\"\n \tcompile group: \"commons-logging\", name: \"commons-logging\", version: \"1.1.3\"\n \tcompile group: \"log4j\", name: \"log4j\", version: \"1.2.17\"\n-\tcompile group: \"com.liferay.portal\", name: \"com.liferay.util.bridges\"\n-\tcompile group: \"com.liferay.portal\", name: \"com.liferay.util.java\"\n-\tcompile group: \"com.liferay.portal\", name: \"com.liferay.util.taglib\", version: \"5.3.5\"\n \tcompile group: \"dom4j\", name: \"dom4j\", version: \"1.6.1\"\n \tcompile group: \"javax.servlet.jsp.jstl\", name: \"jstl-api\", version: \"1.2\"\n \tcompile group: \"org.glassfish.web\", name: \"jstl-impl\", version: \"1.2\"\n", | |
"id": 5, | |
"mergeAdvice": "recommended", | |
"name": "UseReleaseApi", | |
"title": "Update all build.gradle files to use release.portal.api." | |
}, | |
"startTime": 1627048482195, | |
"state": "COMPLETED_SUCCESS" | |
}, | |
{ | |
"finishTime": 1627048553174, | |
"id": 10, | |
"name": "Code Upgrade Proposal: auto-correct-breaking-changes_AutoCorrectBreakingChanges", | |
"projectId": 1, | |
"startTime": 1627048503226, | |
"state": "COMPLETED_SUCCESS" | |
} | |
], | |
"lugbot": { | |
"mode": "LOCAL", | |
"version": "0.7.1-e79a98a4" | |
}, | |
"pendingTasks": [], | |
"projects": [ | |
{ | |
"cloneUrl": "[email protected]:gamerson/evp-portlet-upgrade-webhook.git", | |
"description": "Unnamed repository; edit this file 'description' to name the repository.", | |
"htmlUrl": "/repo/.git", | |
"id": 1, | |
"name": "LOCAL_REPO" | |
} | |
], | |
"runningTasks": [] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment