@rancher/shell 0.1.4 → 0.1.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/brand/suse/favicon.png +0 -0
- package/assets/images/generic-plugin.svg +1 -7
- package/assets/translations/en-us.yaml +81 -47
- package/components/CommunityLinks.vue +40 -49
- package/components/ExplorerProjectsNamespaces.vue +20 -3
- package/components/LazyImage.vue +21 -8
- package/components/PromptRemove.vue +2 -2
- package/components/ResourceList/Masthead.vue +21 -1
- package/components/ResourceList/ResourceLoadingIndicator.vue +0 -8
- package/components/ResourceList/index.vue +9 -23
- package/components/SortableTable/index.vue +13 -10
- package/components/Tabbed/index.vue +25 -7
- package/components/TypeDescription.vue +10 -1
- package/components/fleet/FleetClusters.vue +6 -0
- package/components/fleet/FleetRepos.vue +7 -1
- package/components/form/Command.vue +5 -0
- package/components/form/EnvVars.vue +5 -0
- package/components/form/NameNsDescription.vue +3 -1
- package/components/form/NodeScheduling.vue +6 -1
- package/components/form/PodAffinity.vue +5 -0
- package/components/form/ServiceNameSelect.vue +5 -0
- package/components/form/ValueFromResource.vue +7 -1
- package/components/nav/TopLevelMenu.vue +2 -1
- package/config/home-links.js +155 -0
- package/config/private-label.js +1 -1
- package/config/product/manager.js +0 -2
- package/config/product/uiplugins.js +1 -1
- package/config/settings.js +3 -1
- package/config/uiplugins.js +63 -6
- package/config/version.js +17 -0
- package/core/plugin.ts +12 -0
- package/core/plugins.js +29 -5
- package/core/types.ts +6 -0
- package/creators/app/{.eslintignore → files/.eslintignore} +0 -0
- package/creators/app/{.eslintrc.js → files/.eslintrc.js} +0 -0
- package/creators/app/{.vscode → files/.vscode}/settings.json +0 -0
- package/creators/app/{babel.config.js → files/babel.config.js} +0 -0
- package/creators/app/{nuxt.config.js → files/nuxt.config.js} +0 -0
- package/creators/app/{tsconfig.json → files/tsconfig.json} +2 -1
- package/creators/app/init +16 -17
- package/creators/app/package.json +6 -0
- package/creators/pkg/{babel.config.js → files/babel.config.js} +0 -0
- package/creators/pkg/{index.ts → files/index.ts} +0 -0
- package/creators/pkg/{tsconfig.json → files/tsconfig.json} +13 -12
- package/creators/pkg/{vue.config.js → files/vue.config.js} +0 -0
- package/creators/pkg/init +1 -1
- package/creators/update/init +54 -0
- package/creators/update/package.json +20 -0
- package/creators/update/upgrade +56 -0
- package/creators/update/yarn-error.log +54 -0
- package/detail/workload/index.vue +1 -0
- package/edit/persistentvolume/index.vue +48 -13
- package/edit/persistentvolumeclaim.vue +31 -13
- package/edit/provisioning.cattle.io.cluster/rke2.vue +27 -19
- package/edit/workload/index.vue +19 -9
- package/edit/workload/mixins/workload.js +109 -114
- package/edit/workload/storage/index.vue +11 -17
- package/edit/workload/storage/persistentVolumeClaim/index.vue +5 -0
- package/edit/workload/storage/secret.vue +6 -1
- package/list/catalog.cattle.io.app.vue +10 -9
- package/list/catalog.cattle.io.clusterrepo.vue +6 -61
- package/list/cis.cattle.io.clusterscan.vue +12 -12
- package/list/fleet.cattle.io.bundle.vue +33 -28
- package/list/fleet.cattle.io.cluster.vue +26 -22
- package/list/fleet.cattle.io.clustergroup.vue +6 -0
- package/list/fleet.cattle.io.clusterregistrationtoken.vue +28 -24
- package/list/fleet.cattle.io.gitrepo.vue +25 -14
- package/list/helm.cattle.io.projecthelmchart.vue +52 -33
- package/list/logging.banzaicloud.io.clusterflow.vue +7 -12
- package/list/logging.banzaicloud.io.flow.vue +7 -14
- package/list/management.cattle.io.cluster.vue +26 -15
- package/list/management.cattle.io.feature.vue +13 -8
- package/list/management.cattle.io.user.vue +38 -19
- package/list/monitoring.coreos.com.alertmanagerconfig.vue +8 -15
- package/list/namespace.vue +14 -1
- package/list/node.vue +13 -16
- package/list/persistentvolume.vue +16 -9
- package/list/persistentvolumeclaim.vue +5 -8
- package/list/provisioning.cattle.io.cluster.vue +34 -8
- package/list/service.vue +24 -12
- package/list/ui.cattle.io.navlink.vue +6 -0
- package/list/workload.vue +2 -2
- package/middleware/authenticated.js +6 -0
- package/mixins/resource-fetch.js +12 -18
- package/mixins/resource-manager.js +126 -0
- package/models/catalog.cattle.io.uiplugin.js +4 -0
- package/models/pod.js +15 -5
- package/models/provisioning.cattle.io.cluster.js +4 -0
- package/models/workload.service.js +10 -0
- package/nuxt.config.js +2 -1
- package/package.json +1 -1
- package/pages/auth/login.vue +10 -0
- package/pages/auth/verify.vue +9 -0
- package/pages/c/_cluster/settings/DefaultLinksEditor.vue +108 -0
- package/pages/c/_cluster/settings/links.vue +53 -101
- package/pages/c/_cluster/settings/performance.vue +90 -7
- package/pages/c/_cluster/uiplugins/DeveloperInstallDialog.vue +3 -3
- package/pages/c/_cluster/uiplugins/InstallDialog.vue +71 -20
- package/pages/c/_cluster/uiplugins/PluginInfoPanel.vue +21 -5
- package/pages/c/_cluster/uiplugins/RemoveUIPlugins.vue +2 -7
- package/pages/c/_cluster/uiplugins/SetupUIPlugins.vue +23 -15
- package/pages/c/_cluster/uiplugins/UninstallDialog.vue +11 -4
- package/pages/c/_cluster/uiplugins/index.vue +179 -65
- package/pages/support/index.vue +31 -142
- package/plugins/dashboard-store/actions.js +19 -0
- package/plugins/dashboard-store/getters.js +20 -3
- package/plugins/dashboard-store/mutations.js +13 -7
- package/plugins/plugin.js +18 -15
- package/plugins/steve/getters.js +12 -0
- package/plugins/version.js +21 -0
- package/rancher-components/Form/TextArea/TextAreaAutoGrow.vue +6 -7
- package/rancher-components/components/BadgeState/BadgeState.spec.ts +12 -0
- package/rancher-components/components/BadgeState/BadgeState.vue +107 -0
- package/rancher-components/components/BadgeState/index.ts +1 -0
- package/rancher-components/components/Banner/Banner.test.ts +13 -0
- package/rancher-components/components/Banner/Banner.vue +163 -0
- package/rancher-components/components/Banner/index.ts +1 -0
- package/rancher-components/components/Card/Card.vue +150 -0
- package/rancher-components/components/Card/index.ts +1 -0
- package/rancher-components/components/Form/Checkbox/Checkbox.test.ts +77 -0
- package/rancher-components/components/Form/Checkbox/Checkbox.vue +395 -0
- package/rancher-components/components/Form/Checkbox/index.ts +1 -0
- package/rancher-components/components/Form/LabeledInput/LabeledInput.test.ts +29 -0
- package/rancher-components/components/Form/LabeledInput/LabeledInput.vue +343 -0
- package/rancher-components/components/Form/LabeledInput/index.ts +1 -0
- package/rancher-components/components/Form/Radio/RadioButton.vue +270 -0
- package/rancher-components/components/Form/Radio/RadioGroup.vue +235 -0
- package/rancher-components/components/Form/Radio/index.ts +2 -0
- package/rancher-components/components/Form/TextArea/TextAreaAutoGrow.vue +168 -0
- package/rancher-components/components/Form/TextArea/index.ts +1 -0
- package/rancher-components/components/Form/ToggleSwitch/ToggleSwitch.test.ts +107 -0
- package/rancher-components/components/Form/ToggleSwitch/ToggleSwitch.vue +137 -0
- package/rancher-components/components/Form/ToggleSwitch/index.ts +1 -0
- package/rancher-components/components/Form/index.ts +5 -0
- package/rancher-components/components/LabeledTooltip/LabeledTooltip.vue +137 -0
- package/rancher-components/components/LabeledTooltip/index.ts +1 -0
- package/scripts/publish-shell.sh +39 -6
- package/scripts/record-deps.js +37 -0
- package/scripts/test-plugins-build.sh +8 -5
- package/scripts/typegen.sh +84 -0
- package/store/auth.js +3 -0
- package/store/index.js +12 -3
- package/types/shell/index.d.ts +3046 -0
- package/utils/favicon.js +8 -2
- package/utils/gc/gc-interval.ts +40 -0
- package/utils/gc/gc-root-store.js +76 -0
- package/utils/gc/gc-route-changed.ts +44 -0
- package/utils/gc/gc-types.ts +21 -0
- package/utils/gc/gc.ts +282 -0
- package/config/footer.js +0 -18
- package/creators/pkg/nuxt.config.js +0 -6
- package/yarn-error.log +0 -195
package/yarn-error.log
DELETED
|
@@ -1,195 +0,0 @@
|
|
|
1
|
-
Arguments:
|
|
2
|
-
/usr/local/bin/node /usr/local/Cellar/yarn/1.22.11/libexec/bin/yarn.js publish . --new-version 0.1.4 --no-git-tag-version --access public
|
|
3
|
-
|
|
4
|
-
PATH:
|
|
5
|
-
/Users/nwm/.gem/ruby/3.1.2/bin:/Users/nwm/.rubies/ruby-3.1.2/lib/ruby/gems/3.1.0/bin:/Users/nwm/.rubies/ruby-3.1.2/bin:/Users/nwm/.deno/bin:/usr/local/sbin:/Users/nwm/google-cloud-sdk/bin:/opt/local/bin:/opt/local/sbin:/Users/nwm/.rd/bin:/Users/nwm/go/bin:/usr/local/bin:/Users/nwm/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/usr/local/MacGPG2/bin:/Library/Apple/usr/bin:/Applications/Utilities/kdiff3.app/Contents/MacOS/:/Applications/Visual Studio Code.app/Contents/Resources/app/bin
|
|
6
|
-
|
|
7
|
-
Yarn version:
|
|
8
|
-
1.22.11
|
|
9
|
-
|
|
10
|
-
Node version:
|
|
11
|
-
16.16.0
|
|
12
|
-
|
|
13
|
-
Platform:
|
|
14
|
-
darwin x64
|
|
15
|
-
|
|
16
|
-
Trace:
|
|
17
|
-
Error: canceled
|
|
18
|
-
at Interface.<anonymous> (/usr/local/Cellar/yarn/1.22.11/libexec/lib/cli.js:137023:13)
|
|
19
|
-
at Interface.emit (node:events:527:28)
|
|
20
|
-
at Interface._ttyWrite (node:readline:1081:16)
|
|
21
|
-
at ReadStream.onkeypress (node:readline:288:10)
|
|
22
|
-
at ReadStream.emit (node:events:527:28)
|
|
23
|
-
at emitKeys (node:internal/readline/utils:358:14)
|
|
24
|
-
at emitKeys.next (<anonymous>)
|
|
25
|
-
at ReadStream.onData (node:internal/readline/emitKeypressEvents:61:36)
|
|
26
|
-
at ReadStream.emit (node:events:527:28)
|
|
27
|
-
at addChunk (node:internal/streams/readable:315:12)
|
|
28
|
-
|
|
29
|
-
npm manifest:
|
|
30
|
-
{
|
|
31
|
-
"name": "@rancher/shell",
|
|
32
|
-
"version": "0.1.4",
|
|
33
|
-
"description": "Rancher Dashboard Shell",
|
|
34
|
-
"repository": "https://github.com/rancherlabs/dashboard",
|
|
35
|
-
"license": "Apache-2.0",
|
|
36
|
-
"author": "SUSE",
|
|
37
|
-
"private": false,
|
|
38
|
-
"engines": {
|
|
39
|
-
"node": ">=12"
|
|
40
|
-
},
|
|
41
|
-
"files": [
|
|
42
|
-
"**/*"
|
|
43
|
-
],
|
|
44
|
-
"scripts": {
|
|
45
|
-
"clean": "./scripts/clean",
|
|
46
|
-
"lint": "./node_modules/.bin/eslint --max-warnings 0 --ext .ts,.js,.vue .",
|
|
47
|
-
"test": "./node_modules/.bin/nyc ava --serial --verbose",
|
|
48
|
-
"nuxt": "./node_modules/.bin/nuxt",
|
|
49
|
-
"dev": "./node_modules/.bin/nuxt dev",
|
|
50
|
-
"mem-dev": "node --max-old-space-size=8192 ./node_modules/.bin/nuxt dev",
|
|
51
|
-
"docker-dev": "docker run --rm --name dashboard-dev -p 8005:8005 -e API=$API -v $(pwd):/src -v dashboard_node:/src/node_modules rancher/dashboard:dev",
|
|
52
|
-
"build": "./node_modules/.bin/nuxt build --devtools",
|
|
53
|
-
"analyze": "./node_modules/.bin/nuxt build --analyze",
|
|
54
|
-
"start": "./node_modules/.bin/nuxt start",
|
|
55
|
-
"generate": "./node_modules/.bin/nuxt generate",
|
|
56
|
-
"dev-debug": "node --inspect ./node_modules/.bin/nuxt",
|
|
57
|
-
"cy:run": "cypress run",
|
|
58
|
-
"cy:open": "cypress open",
|
|
59
|
-
"e2e:pre": "NODE_ENV=dev yarn build",
|
|
60
|
-
"e2e:run": "NODE_ENV=dev START_SERVER_AND_TEST_INSECURE=1 start-server-and-test start https://localhost:8005/ cy:run",
|
|
61
|
-
"e2e:dev": "start-server-and-test dev https://localhost:8005 cy:open"
|
|
62
|
-
},
|
|
63
|
-
"dependencies": {
|
|
64
|
-
"@aws-sdk/client-ec2": "3.1.0",
|
|
65
|
-
"@aws-sdk/client-eks": "3.1.0",
|
|
66
|
-
"@aws-sdk/client-kms": "3.8.1",
|
|
67
|
-
"@babel/plugin-proposal-optional-chaining": "7.14.5",
|
|
68
|
-
"@babel/plugin-proposal-private-property-in-object": "7.14.5",
|
|
69
|
-
"@babel/preset-typescript": "7.16.7",
|
|
70
|
-
"@innologica/vue-dropdown-menu": "0.1.3",
|
|
71
|
-
"@novnc/novnc": "1.2.0",
|
|
72
|
-
"@nuxt/types": "2.14.6",
|
|
73
|
-
"@nuxt/typescript-build": "2.1.0",
|
|
74
|
-
"@nuxtjs/axios": "5.12.0",
|
|
75
|
-
"@nuxtjs/eslint-config-typescript": "6.0.1",
|
|
76
|
-
"@nuxtjs/eslint-module": "1.2.0",
|
|
77
|
-
"@nuxtjs/proxy": "1.3.3",
|
|
78
|
-
"@nuxtjs/style-resources": "1.2.1",
|
|
79
|
-
"@nuxtjs/webpack-profile": "0.1.0",
|
|
80
|
-
"@popperjs/core": "2.4.4",
|
|
81
|
-
"@types/node": "16.4.3",
|
|
82
|
-
"@typescript-eslint/eslint-plugin": "4.33.0",
|
|
83
|
-
"@typescript-eslint/parser": "4.33.0",
|
|
84
|
-
"@vue/cli-plugin-babel": "4.5.15",
|
|
85
|
-
"@vue/cli-plugin-typescript": "4.5.15",
|
|
86
|
-
"@vue/cli-service": "4.5.15",
|
|
87
|
-
"@vue/test-utils": "1.2.1",
|
|
88
|
-
"@vue/vue2-jest": "27.0.0",
|
|
89
|
-
"add": "2.0.6",
|
|
90
|
-
"ansi_up": "5.0.0",
|
|
91
|
-
"babel-eslint": "10.1.0",
|
|
92
|
-
"babel-plugin-module-resolver": "4.0.0",
|
|
93
|
-
"babel-preset-vue": "2.0.2",
|
|
94
|
-
"browser-env": "3.3.0",
|
|
95
|
-
"cookie": "0.5.0",
|
|
96
|
-
"cookie-universal-nuxt": "2.1.4",
|
|
97
|
-
"core-js": "3.21.1",
|
|
98
|
-
"cron-validator": "1.2.0",
|
|
99
|
-
"cronstrue": "1.95.0",
|
|
100
|
-
"cross-env": "6.0.3",
|
|
101
|
-
"css-loader": "4.3.0",
|
|
102
|
-
"csv-loader": "3.0.3",
|
|
103
|
-
"cypress": "10.3.1",
|
|
104
|
-
"d3": "7.3.0",
|
|
105
|
-
"d3-selection": "1.4.1",
|
|
106
|
-
"dagre-d3": "0.6.4",
|
|
107
|
-
"dayjs": "1.8.29",
|
|
108
|
-
"diff2html": "2.11.2",
|
|
109
|
-
"dompurify": "2.0.12",
|
|
110
|
-
"eslint": "7.32.0",
|
|
111
|
-
"eslint-config-standard": "16.0.3",
|
|
112
|
-
"eslint-import-resolver-node": "0.3.4",
|
|
113
|
-
"eslint-module-utils": "2.6.1",
|
|
114
|
-
"eslint-plugin-cypress": "2.12.1",
|
|
115
|
-
"eslint-plugin-import": "2.23.4",
|
|
116
|
-
"eslint-plugin-jest": "24.4.0",
|
|
117
|
-
"eslint-plugin-n": "15.2.0",
|
|
118
|
-
"eslint-plugin-vue": "7.14.0",
|
|
119
|
-
"event-target-shim": "5.0.1",
|
|
120
|
-
"express": "4.17.1",
|
|
121
|
-
"file-saver": "2.0.2",
|
|
122
|
-
"frontmatter-markdown-loader": "3.7.0",
|
|
123
|
-
"identicon.js": "2.3.3",
|
|
124
|
-
"intl-messageformat": "7.8.4",
|
|
125
|
-
"is-url": "1.2.4",
|
|
126
|
-
"jest": "27.5.1",
|
|
127
|
-
"jest-serializer-vue": "2.0.2",
|
|
128
|
-
"jexl": "2.2.2",
|
|
129
|
-
"jquery": "3.5.1",
|
|
130
|
-
"js-cookie": "2.2.1",
|
|
131
|
-
"js-yaml": "4.1.0",
|
|
132
|
-
"js-yaml-loader": "1.2.2",
|
|
133
|
-
"jsdiff": "1.1.1",
|
|
134
|
-
"jsdom-global": "3.0.2",
|
|
135
|
-
"jsonpath-plus": "6.0.1",
|
|
136
|
-
"jsrsasign": "10.2.0",
|
|
137
|
-
"jszip": "3.7.0",
|
|
138
|
-
"lodash": "4.17.21",
|
|
139
|
-
"marked": "4.0.17",
|
|
140
|
-
"nodemon": "2.0.4",
|
|
141
|
-
"nuxt": "2.15.8",
|
|
142
|
-
"nyc": "15.1.0",
|
|
143
|
-
"papaparse": "5.3.0",
|
|
144
|
-
"portal-vue": "2.1.7",
|
|
145
|
-
"rancher-icons": "rancher/icons#v2.0.3",
|
|
146
|
-
"require-extension-hooks": "0.3.3",
|
|
147
|
-
"require-extension-hooks-babel": "1.0.0",
|
|
148
|
-
"require-extension-hooks-vue": "3.0.0",
|
|
149
|
-
"sass": "1.51.0",
|
|
150
|
-
"sass-loader": "10.2.1",
|
|
151
|
-
"serve-static": "1.14.1",
|
|
152
|
-
"set-cookie-parser": "2.4.6",
|
|
153
|
-
"shell-quote": "1.7.3",
|
|
154
|
-
"sinon": "8.1.1",
|
|
155
|
-
"start-server-and-test": "1.13.1",
|
|
156
|
-
"style-loader": "1.2.1",
|
|
157
|
-
"ts-node": "8.10.2",
|
|
158
|
-
"typescript": "4.1.6",
|
|
159
|
-
"url-parse": "1.5.10",
|
|
160
|
-
"v-tooltip": "2.0.3",
|
|
161
|
-
"vue": "2.6.14",
|
|
162
|
-
"vue-clipboard2": "0.3.1",
|
|
163
|
-
"vue-codemirror": "4.0.6",
|
|
164
|
-
"vue-js-modal": "1.3.35",
|
|
165
|
-
"vue-resize": "0.4.5",
|
|
166
|
-
"vue-select": "3.18.3",
|
|
167
|
-
"vue-server-renderer": "2.6.14",
|
|
168
|
-
"vue-shortkey": "3.1.7",
|
|
169
|
-
"vue-template-compiler": "2.6.14",
|
|
170
|
-
"vue2-transitions": "0.3.0",
|
|
171
|
-
"vuedraggable": "2.24.3",
|
|
172
|
-
"vuex": "3.6.2",
|
|
173
|
-
"webpack-bundle-analyzer": "4.5.0",
|
|
174
|
-
"webpack-virtual-modules": "0.4.3",
|
|
175
|
-
"xterm": "4.9.0",
|
|
176
|
-
"xterm-addon-fit": "0.4.0",
|
|
177
|
-
"xterm-addon-search": "0.7.0",
|
|
178
|
-
"xterm-addon-web-links": "0.4.0",
|
|
179
|
-
"xterm-addon-webgl": "0.9.0",
|
|
180
|
-
"worker-loader": "3.0.8",
|
|
181
|
-
"yarn": "1.22.18"
|
|
182
|
-
},
|
|
183
|
-
"nyc": {
|
|
184
|
-
"extension": [
|
|
185
|
-
".js",
|
|
186
|
-
".vue"
|
|
187
|
-
]
|
|
188
|
-
}
|
|
189
|
-
}
|
|
190
|
-
|
|
191
|
-
yarn manifest:
|
|
192
|
-
No manifest
|
|
193
|
-
|
|
194
|
-
Lockfile:
|
|
195
|
-
No lockfile
|