Skip to content

Commit

Permalink
feat: remove obsolete plugins (#739)
Browse files Browse the repository at this point in the history
* feat: remove plugins

* feat: update pipeline
  • Loading branch information
peterhnm authored Dec 16, 2024
1 parent 4ae2b0f commit 047a9e8
Show file tree
Hide file tree
Showing 93 changed files with 1 addition and 4,931 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/dry-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,6 @@ jobs:
- name: Install vsce
run: npm install -g @vscode/vsce@latest

- name: Build vsix miranum-config-editor
working-directory: apps/miranum-config-editor
run: vsce package --out miranum-config-editor.vsix --yarn --no-dependencies

- name: Build vsix miranum-console
working-directory: apps/miranum-console
run: vsce package --out miranum-console.vsix --yarn --no-dependencies

- name: Build vsix miranum-jsonforms
working-directory: apps/miranum-jsonforms
run: vsce package --out miranum-jsonforms.vsix --yarn --no-dependencies
Expand Down
74 changes: 0 additions & 74 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,20 +84,6 @@ jobs:
name: miranum-extension-pack
path: dist/apps/miranum-extension-pack

# miranum-config-editor
- name: GIT / Upload miranum-config-editor
uses: actions/upload-artifact@v4
with:
name: miranum-config-editor
path: dist/apps/miranum-config-editor

# miranum-console
- name: GIT / Upload miranum-console
uses: actions/upload-artifact@v4
with:
name: miranum-console
path: dist/apps/miranum-console

# miranum-jsonforms
- name: GIT / Upload miranum-jsonforms
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -207,64 +193,6 @@ jobs:
env:
VSCE_PAT: ${{ secrets.VSCE_PUBLISH }}

# miranum-config-editor
publish-miranum-config-editor:
if: github.event.inputs.miranum-vscode-plugins == 'true'
runs-on: ubuntu-latest
needs:
- build
steps:
- name: GIT / Download build artifact
uses: actions/download-artifact@v4
with:
name: miranum-config-editor

- name: PREP / Setup yarn
run: corepack enable

- name: PREP / Setup NodeJS 20
uses: actions/setup-node@v4
with:
node-version: '20'
registry-url: 'https://registry.npmjs.org'

- name: PREP / Install vsce
run: npm install -g @vscode/vsce@latest

- name: RELEASE / Publish extension
run: vsce publish --yarn --no-dependencies
env:
VSCE_PAT: ${{ secrets.VSCE_PUBLISH }}

# miranum-console
publish-miranum-console:
if: github.event.inputs.miranum-vscode-plugins == 'true'
runs-on: ubuntu-latest
needs:
- build
steps:
- name: GIT / Download build artifact
uses: actions/download-artifact@v4
with:
name: miranum-console

- name: PREP / Setup yarn
run: corepack enable

- name: PREP / Setup NodeJS 20
uses: actions/setup-node@v4
with:
node-version: '20'
registry-url: 'https://registry.npmjs.org'

- name: PREP / Install vsce
run: npm install -g @vscode/vsce@latest

- name: RELEASE / Publish extension
run: vsce publish --yarn --no-dependencies
env:
VSCE_PAT: ${{ secrets.VSCE_PUBLISH }}

# miranum-jsonforms
publish-miranum-jsonforms:
if: github.event.inputs.miranum-vscode-plugins == 'true'
Expand Down Expand Up @@ -327,8 +255,6 @@ jobs:
if: github.event.inputs.release-tag
needs:
- publish-miranum-cli
- publish-miranum-config-editor
- publish-miranum-console
- publish-miranum-core
- publish-miranum-create-append-c7-element-templates
- publish-miranum-extension-pack
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ node_modules
*.launch
.settings/
*.sublime-workspace
/dev

# IDE - VSCode
.vscode/*
Expand Down
Binary file modified .yarn/install-state.gz
Binary file not shown.
31 changes: 0 additions & 31 deletions apps/miranum-config-editor-webview/.eslintrc.json

This file was deleted.

18 changes: 0 additions & 18 deletions apps/miranum-config-editor-webview/index.html

This file was deleted.

79 changes: 0 additions & 79 deletions apps/miranum-config-editor-webview/project.json

This file was deleted.

Binary file not shown.
Loading

0 comments on commit 047a9e8

Please sign in to comment.