Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] main from apache:main #17

Merged
merged 3 commits into from
Dec 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ci/jenkins/release-jobs/Jenkinsfile.chrome-extensions
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ pipeline {
CHROME_EXTENSION__manifestFile = 'manifest.prod.json'
CHROME_EXTENSION__onlineEditorUrl = 'https://apache.github.io/incubator-kie-kogito-online'
SWF_CHROME_EXTENSION__routerTargetOrigin = 'https://apache.github.io'
SWF_CHROME_EXTENSION__routerRelativePath = "kogito-online/swf-chrome-extension/${params.RELEASE_VERSION}"
SWF_CHROME_EXTENSION__routerRelativePath = "incubator-kie-kogito-online/swf-chrome-extension/${params.RELEASE_VERSION}"
SWF_CHROME_EXTENSION__manifestFile = 'manifest.prod.json'

RELEASE_ARTIFACTS_DIR = "${WORKSPACE}/release-artifacts"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@types/chrome": "^0.0.193",
"@types/jest": "^29.5.12",
"@types/jest-when": "^3.5.5",
"@types/selenium-webdriver": "^4.1.20",
"@types/selenium-webdriver": "^4.1.27",
"chai": "^4.3.10",
"copy-webpack-plugin": "^11.0.0",
"jest": "^29.7.0",
Expand All @@ -53,7 +53,7 @@
"jest-when": "^3.6.0",
"process": "^0.11.10",
"rimraf": "^3.0.2",
"selenium-webdriver": "^4.15.0",
"selenium-webdriver": "^4.27.0",
"start-server-and-test": "^2.0.3",
"ts-jest": "^29.1.5",
"typescript": "^5.5.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/chrome-extension-test-helper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"devDependencies": {
"@kie-tools/tsconfig": "workspace:*",
"@types/chai": "^4.3.6",
"@types/selenium-webdriver": "^4.1.20",
"@types/selenium-webdriver": "^4.1.27",
"chai": "^4.3.10",
"rimraf": "^3.0.2",
"selenium-webdriver": "^4.15.0",
"selenium-webdriver": "^4.27.0",
"typescript": "^5.5.3"
}
}
2 changes: 1 addition & 1 deletion packages/extended-services-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<groupId>org.kie.tools</groupId>
<artifactId>extended-services-java</artifactId>

<name>KIE Tools :: KIE Sandbox :: Extended Services Quarkus app</name>
<name>KIE Tools :: Extended Services Quarkus app</name>
<description
>Quarkus-based application that wraps Kogito JIT Executor for consumption as a KIE Sandbox backend.</description>

Expand Down
12 changes: 6 additions & 6 deletions packages/extended-services-vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"engines": {
"vscode": "^1.67.0"
},
"displayName": "Apache KIE Extended Services",
"displayName": "Apache KIE Extended Services",
"categories": [
"Other"
],
Expand All @@ -62,13 +62,13 @@
{
"category": "Extended-Services",
"command": "extended-services-vscode-extension.startExtendedServices",
"title": "Connect Apache KIE Extended-Services",
"title": "Connect Apache KIE Extended Services",
"when": "extended-services-vscode-extension.connected"
},
{
"category": "Extended-Services",
"command": "extended-services-vscode-extension.stopExtendedServices",
"title": "Disconnect Apache KIE Extended-Services"
"title": "Disconnect Apache KIE Extended Services"
}
],
"configuration": {
Expand All @@ -94,22 +94,22 @@
"type": "string"
}
},
"title": "Apache KIE Extended Services"
"title": "Apache KIE Extended Services"
},
"icons": {
"extended-services-connected": {
"default": {
"fontCharacter": "\\E000",
"fontPath": "./static/extended-services-font.woff"
},
"description": "Connected to the Apache KIE Extended-Services"
"description": "Connected to the Apache KIE Extended Services"
},
"extended-services-disconnected": {
"default": {
"fontCharacter": "\\E001",
"fontPath": "./static/extended-services-font.woff"
},
"description": "Apache KIE Extended-Services are Disconnected"
"description": "Apache KIE Extended Services are Disconnected"
}
},
"languages": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import * as validationRequests from "./requests/ValidationRequests";
import * as validationResponse from "./requests/ValidationResponse";
import * as vscode from "vscode";

const source: string = "Apache KIE Extended Services";
const source: string = "Apache KIE Extended Services";

function createBPMNDiagnostics(validationResponses: validationResponse.BPMNValidationResponse[]): vscode.Diagnostic[] {
return validationResponses.map((validationResponse) => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function fetchConnectionHeartbeatIntervalinSecs(): number {
function fetchExtendedServicesURL(): URL {
const extendedServicesURL = vscode.workspace.getConfiguration().get<string>(extendedServicesURLID);
if (!extendedServicesURL) {
throw new Error("Extended Services URL configuration not found");
throw new Error("URL configuration not found");
}

try {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function initializeVSCodeElements() {

statusBarItem = vscode.window.createStatusBarItem(vscode.StatusBarAlignment.Right, 100);
statusBarItem.text = "$(extended-services-disconnected)";
statusBarItem.tooltip = "Apache KIE Extended Services are not connected. \n" + "Click to connect.";
statusBarItem.tooltip = "Apache KIE Extended Services is not connected. \n" + "Click to connect.";
statusBarItem.command = startExtendedServicesCommandUID;
statusBarItem.hide();

Expand Down Expand Up @@ -171,7 +171,7 @@ export function activate(context: vscode.ExtensionContext) {
if (configuration) {
validate(configuration);
statusBarItem.text = "$(extended-services-connected)";
statusBarItem.tooltip = "Apache KIE Extended Services are connected. Click to disconnect.";
statusBarItem.tooltip = "Apache KIE Extended Services is connected. Click to disconnect.";
statusBarItem.command = stopExtendedServicesCommandUID;
}
});
Expand All @@ -184,7 +184,7 @@ export function activate(context: vscode.ExtensionContext) {
connection.subscribeDisconnected(() => {
vscode.commands.executeCommand("setContext", connectedEnablementUID, false);
statusBarItem.text = "$(extended-services-disconnected)";
statusBarItem.tooltip = "Apache KIE Extended Services are not connected. Click to connect.";
statusBarItem.tooltip = "Apache KIE Extended Services is not connected. Click to connect.";
statusBarItem.command = startExtendedServicesCommandUID;
diagnosticCollection.clear();
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ export function activate(context: vscode.ExtensionContext) {
if (configuration) {
validate(configuration);
statusBarItem.text = "$(extended-services-connected)";
statusBarItem.tooltip = "Apache KIE Extended Services are connected. Click to disconnect.";
statusBarItem.tooltip = "Apache KIE Extended Services are connected. Click to disconnect.";
statusBarItem.command = stopExtendedServicesCommandUID;
}
});
Expand All @@ -230,7 +230,7 @@ export function activate(context: vscode.ExtensionContext) {
connection.subscribeDisconnected(() => {
vscode.commands.executeCommand("setContext", connectedEnablementUID, false);
statusBarItem.text = "$(extended-services-disconnected)";
statusBarItem.tooltip = "Apache KIE Extended Services are not connected. Click to connect.";
statusBarItem.tooltip = "Apache KIE Extended Services are not connected. Click to connect.";
statusBarItem.command = startExtendedServicesCommandUID;
diagnosticCollection.clear();
});
Expand Down
4 changes: 2 additions & 2 deletions packages/serverless-workflow-vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@types/chai": "^4.3.6",
"@types/fs-extra": "^11.0.1",
"@types/mocha": "^10.0.7",
"@types/selenium-webdriver": "^4.1.20",
"@types/selenium-webdriver": "^4.1.27",
"@types/vscode": "1.67.0",
"@vscode/test-electron": "^2.3.6",
"@vscode/test-web": "^0.0.30",
Expand All @@ -77,7 +77,7 @@
"process": "^0.11.10",
"rimraf": "^3.0.2",
"sanitize-filename-ts": "^1.0.2",
"selenium-webdriver": "^4.15.0",
"selenium-webdriver": "^4.27.0",
"typescript": "^5.5.3",
"vscode-extension-tester": "^8.8.0",
"webpack": "^5.94.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/vscode-extension-common-test-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
"chai": "^4.3.10",
"fs-extra": "^11.1.1",
"sanitize-filename-ts": "^1.0.2",
"selenium-webdriver": "^4.15.0"
"selenium-webdriver": "^4.27.0"
},
"devDependencies": {
"@kie-tools/tsconfig": "workspace:*",
"@types/chai": "^4.3.6",
"@types/fs-extra": "^11.0.1",
"@types/mocha": "^10.0.7",
"@types/node": "^20.14.2",
"@types/selenium-webdriver": "^4.1.20",
"@types/selenium-webdriver": "^4.1.27",
"mocha": "^10.6.0",
"rimraf": "^3.0.2",
"typescript": "^5.5.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/vscode-extension-dashbuilder-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@types/fs-extra": "^11.0.1",
"@types/mocha": "^10.0.7",
"@types/react": "^17.0.6",
"@types/selenium-webdriver": "^4.1.20",
"@types/selenium-webdriver": "^4.1.27",
"@types/vscode": "1.67.0",
"@vscode/test-web": "^0.0.30",
"@vscode/vsce": "^2.22.0",
Expand All @@ -66,7 +66,7 @@
"process": "^0.11.10",
"rimraf": "^3.0.2",
"sanitize-filename-ts": "^1.0.2",
"selenium-webdriver": "^4.15.0",
"selenium-webdriver": "^4.27.0",
"typescript": "^5.5.3",
"vscode-extension-tester": "^8.8.0",
"webpack": "^5.94.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/yard-vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@types/chai": "^4.3.6",
"@types/fs-extra": "^11.0.1",
"@types/mocha": "^10.0.7",
"@types/selenium-webdriver": "^4.1.20",
"@types/selenium-webdriver": "^4.1.27",
"@types/vscode": "1.67.0",
"@vscode/test-electron": "^2.3.6",
"@vscode/test-web": "^0.0.30",
Expand All @@ -69,7 +69,7 @@
"process": "^0.11.10",
"rimraf": "^3.0.2",
"sanitize-filename-ts": "^1.0.2",
"selenium-webdriver": "^4.15.0",
"selenium-webdriver": "^4.27.0",
"typescript": "^5.5.3",
"vscode-extension-tester": "^8.8.0",
"webpack": "^5.94.0",
Expand Down
Loading
Loading