forked from apache/incubator-kie-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
KOGITO-8028: Dashbuilder Viewer VSCode Extension (apache#1260)
* KOGITO-7937: Dashbuilder Editor Viewer * Renaming to DashbuilderViewer * building dashbuilder runtime in dev as well * Removing duplicated script * Exposing content loading in Javascript as well * Now the envelope is also used as Dashbuilder container * Dynamically loading resources * Components in buil:dev * Fixes and updating lock and graph files * Version update * Version fix * License headers update * KOGITO-8028: Dashbuilder Viewer VSCode Extension * removing old * Adding support for commands * Configuration * preventing path transversal * Fix icon and versions update * Fixing jenkins job * Adding files for release * Fixing readme * Fixing Red Hat * Fixing file associations * Fixing package.json * fixing the fix * Adding dashbuilder edtiro to the kogito bundle * fixes
- Loading branch information
Showing
40 changed files
with
1,412 additions
and
38 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -812,6 +812,17 @@ jobs: | |
asset_name: vscode_extension_serverless_workflow_editor_${{ inputs.tag }}.vsix | ||
asset_content_type: application/zip | ||
|
||
- name: "Upload VS Code Extension - Dashbuilder Editor (prod)" | ||
if: ${{ !inputs.dry_run }} | ||
uses: actions/[email protected] | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.gh_token }} | ||
with: | ||
upload_url: ${{ inputs.upload_asset_url }} | ||
asset_path: ./packages/vscode-extension-dashbuilder-editor/dist/vscode_extension_dashbuilder_editor_${{ inputs.tag }}.vsix | ||
asset_name: vscode_extension_dashbuilder_editor_${{ inputs.tag }}.vsix | ||
asset_content_type: application/zip | ||
|
||
desktop: | ||
if: ${{ needs.extract_runners.outputs.desktop == 'true' }} | ||
runs-on: ${{ matrix.os }} | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -441,6 +441,17 @@ jobs: | |
asset_name: STAGING__vscode_extension_serverless_workflow_editor_${{ inputs.tag }}.vsix | ||
asset_content_type: application/zip | ||
|
||
- name: "STAGING: Upload VS Code Extension - Dashbuilder Editor (prod) (Ubuntu only)" | ||
if: ${{ runner.os == 'Linux' && !inputs.dry_run }} | ||
uses: actions/[email protected] | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.gh_token }} | ||
with: | ||
upload_url: ${{ inputs.upload_asset_url }} | ||
asset_path: ${{ github.workspace }}/kie-tools/packages/vscode-extension-dashbuilder-editor/dist/vscode_extension_dashbuilder_editor_${{ inputs.tag }}.vsix | ||
asset_name: STAGING__vscode_extension_dashbuilder_editor_${{ inputs.tag }}.vsix | ||
asset_content_type: application/zip | ||
|
||
- name: "STAGING: Upload VS Code Extension - Kogito Bundle (prod) (Ubuntu only)" | ||
if: ${{ matrix.os == 'ubuntu-latest' && !inputs.dry_run }} | ||
uses: actions/[email protected] | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
24 changes: 24 additions & 0 deletions
24
packages/vscode-extension-dashbuilder-editor/.vscode/launch.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"name": "Run Extension", | ||
"type": "extensionHost", | ||
"request": "launch", | ||
"runtimeExecutable": "${execPath}", | ||
"args": ["--extensionDevelopmentPath=${workspaceRoot}"], | ||
"outFiles": ["${workspaceRoot}/dist/**/*.js"], | ||
"preLaunchTask": "npm: watch" | ||
}, | ||
{ | ||
"name": "Run Extension (web)", | ||
"type": "pwa-extensionHost", | ||
"debugWebWorkerHost": true, | ||
"request": "launch", | ||
"runtimeExecutable": "${execPath}", | ||
"args": ["--extensionDevelopmentPath=${workspaceRoot}", "--extensionDevelopmentKind=web"], | ||
"outFiles": ["${workspaceRoot}/dist/**/*.js"], | ||
"preLaunchTask": "npm: watch" | ||
} | ||
] | ||
} |
9 changes: 9 additions & 0 deletions
9
packages/vscode-extension-dashbuilder-editor/.vscode/settings.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"files.exclude": { | ||
"out": false | ||
}, | ||
"search.exclude": { | ||
"out": true | ||
}, | ||
"typescript.tsc.autoDetect": "off" | ||
} |
18 changes: 18 additions & 0 deletions
18
packages/vscode-extension-dashbuilder-editor/.vscode/tasks.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"version": "2.0.0", | ||
"tasks": [ | ||
{ | ||
"type": "npm", | ||
"script": "watch", | ||
"problemMatcher": "$tsc-watch", | ||
"isBackground": true, | ||
"presentation": { | ||
"reveal": "never" | ||
}, | ||
"group": { | ||
"kind": "build", | ||
"isDefault": true | ||
} | ||
} | ||
] | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# 0.?.0 (alpha) |
Oops, something went wrong.