Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit f38ab8a

Browse files
committed
chore: remove plugin-{ibmcloud,s3,skeleton,openwhisk}
BREAKING CHANGE: this PR removes plugins from the repo Fixes #6589
1 parent b7d2ce4 commit f38ab8a

File tree

376 files changed

+15
-51399
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

376 files changed

+15
-51399
lines changed

.travis.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@ install:
4242
# see https://github.com/IBM/kui/issues/5608
4343
- ./tools/travis/check-error-handlers.sh
4444

45-
- if [ -n "$NEEDS_OPENWHISK" ]; then ./tools/travis/openwhisk/start.sh & ow=$!; fi
4645
- if [ -n "$NEEDS_K8S" ]; then ./tools/travis/microk8s.sh & k8s=$!; fi
47-
- if [ -n "$NEEDS_MINIO" ]; then ./tools/travis/minio.sh & minio=$!; fi
4846
- npm ci
4947
- if [ -n "$NEEDS_IBMCLOUD" ]; then ./tools/travis/ibmcloud.sh && ./tools/travis/ibmcloud-plugin-build-install.sh; fi
5048
- if [ -n "$CLIENT" ] && [ "$CLIENT" != "default" ]; then ./bin/switch-client.sh ${CLIENT-default}; fi
@@ -62,9 +60,6 @@ jobs:
6260
- if: os = windows AND env(NO_WINDOWS) IS present
6361

6462
include:
65-
# OpenWhisk
66-
- env: N="openwhisk" LAYERS="openwhisk0" NEEDS_OPENWHISK=true LOCAL_OPENWHISK=true
67-
6863
#
6964
# Basic arm64 tests
7065
#
@@ -103,7 +98,7 @@ jobs:
10398
#
10499
# General Tests on Linux using a browser-based client
105100
#
106-
- env: N="core bash browser" CLIENT="default" MOCHA_RUN_TARGET="webpack" KUI_USE_PROXY="true" NEEDS_MINIO=true
101+
- env: N="core bash browser" CLIENT="default" MOCHA_RUN_TARGET="webpack" KUI_USE_PROXY="true"
107102
script: concurrently -n CORE,SUP1,EDIT,SUP2,BASH 'npm run test1 core' 'npm run test2 core-support' 'npm run test3 editor' 'npm run test4 core-support2' 'npm run test5 bash-like'
108103

109104
#

package-lock.json

Lines changed: 14 additions & 146 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,11 @@
6464
"@kui-shell/plugin-core-themes": "file:plugins/plugin-core-themes",
6565
"@kui-shell/plugin-electron-components": "file:plugins/plugin-electron-components",
6666
"@kui-shell/plugin-git": "file:plugins/plugin-git",
67-
"@kui-shell/plugin-ibmcloud": "file:plugins/plugin-ibmcloud",
6867
"@kui-shell/plugin-iter8": "file:plugins/plugin-iter8",
6968
"@kui-shell/plugin-kubectl": "file:plugins/plugin-kubectl",
7069
"@kui-shell/plugin-kubectl-flow-views": "file:plugins/plugin-kubectl-flow-views",
71-
"@kui-shell/plugin-openwhisk": "file:plugins/plugin-openwhisk",
7270
"@kui-shell/plugin-patternfly4-themes": "file:plugins/plugin-patternfly4-themes",
7371
"@kui-shell/plugin-proxy-support": "file:plugins/plugin-proxy-support",
74-
"@kui-shell/plugin-s3": "file:plugins/plugin-s3",
75-
"@kui-shell/plugin-skeleton": "file:plugins/plugin-skeleton",
7672
"@kui-shell/plugin-wskflow": "file:plugins/plugin-wskflow",
7773
"@kui-shell/react": "file:packages/react",
7874
"@types/resize-observer-browser": "0.1.4"

plugins/plugin-ibmcloud/.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

plugins/plugin-ibmcloud/.npmignore

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)