@rancher/shell 0.3.28 → 0.4.0

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.
Files changed (72) hide show
  1. package/.DS_Store +0 -0
  2. package/assets/translations/en-us.yaml +16 -2
  3. package/assets/translations/zh-hans.yaml +1 -1
  4. package/chart/monitoring/grafana/index.vue +2 -2
  5. package/components/AsyncButton.vue +9 -0
  6. package/components/CopyCode.vue +6 -2
  7. package/components/CopyToClipboard.vue +2 -1
  8. package/components/CopyToClipboardText.vue +14 -9
  9. package/components/EtcdInfoBanner.vue +4 -4
  10. package/components/Markdown.vue +16 -12
  11. package/components/ResourceDetail/Masthead.vue +9 -6
  12. package/components/SortableTable/THead.vue +7 -9
  13. package/components/SortableTable/index.vue +1 -2
  14. package/components/StatusTable.vue +5 -1
  15. package/components/__tests__/CopyCode.test.ts +5 -4
  16. package/components/fleet/FleetBundles.vue +5 -11
  17. package/components/fleet/FleetStatus.vue +3 -3
  18. package/components/fleet/FleetSummary.vue +35 -30
  19. package/components/fleet/__tests__/FleetSummary.test.ts +316 -0
  20. package/components/form/Password.vue +3 -1
  21. package/components/nav/Header.vue +1 -1
  22. package/config/home-links.js +1 -1
  23. package/core/plugin-helpers.js +3 -5
  24. package/creators/app/files/.gitlab-ci.yml +14 -0
  25. package/creators/app/init +19 -0
  26. package/detail/provisioning.cattle.io.cluster.vue +2 -1
  27. package/edit/monitoring.coreos.com.prometheusrule/AlertingRule.vue +12 -3
  28. package/edit/monitoring.coreos.com.prometheusrule/GroupRules.vue +2 -1
  29. package/edit/provisioning.cattle.io.cluster/__tests__/CustomCommand.tests.ts +3 -1
  30. package/edit/workload/Upgrading.vue +3 -2
  31. package/edit/workload/index.vue +2 -1
  32. package/edit/workload/storage/persistentVolumeClaim/persistentvolumeclaim.vue +2 -1
  33. package/initialize/index.js +24 -5
  34. package/machine-config/__tests__/vmwarevsphere.test.ts +72 -0
  35. package/machine-config/vmwarevsphere.vue +68 -13
  36. package/models/__tests__/management.cattle.io.cluster.test.ts +4 -0
  37. package/models/management.cattle.io.cluster.js +7 -3
  38. package/models/provisioning.cattle.io.cluster.js +19 -1
  39. package/package.json +3 -2
  40. package/pages/c/_cluster/apps/charts/index.vue +64 -43
  41. package/plugins/clean-html-directive.js +1 -19
  42. package/plugins/clean-html.js +53 -0
  43. package/plugins/clean-tooltip-directive.js +1 -1
  44. package/plugins/index.js +11 -0
  45. package/rancher-components/BadgeState/BadgeState.vue +5 -1
  46. package/rancher-components/Banner/Banner.test.ts +51 -1
  47. package/rancher-components/Banner/Banner.vue +134 -53
  48. package/rancher-components/Card/Card.test.ts +37 -0
  49. package/rancher-components/Card/Card.vue +24 -7
  50. package/rancher-components/Form/Checkbox/Checkbox.test.ts +20 -29
  51. package/rancher-components/Form/Checkbox/Checkbox.vue +45 -20
  52. package/rancher-components/Form/LabeledInput/LabeledInput.test.ts +2 -8
  53. package/rancher-components/Form/LabeledInput/LabeledInput.vue +22 -10
  54. package/rancher-components/Form/Radio/RadioButton.test.ts +31 -0
  55. package/rancher-components/Form/Radio/RadioButton.vue +30 -13
  56. package/rancher-components/Form/Radio/RadioGroup.vue +26 -7
  57. package/rancher-components/Form/TextArea/TextAreaAutoGrow.vue +7 -6
  58. package/rancher-components/Form/ToggleSwitch/ToggleSwitch.test.ts +25 -38
  59. package/rancher-components/Form/ToggleSwitch/ToggleSwitch.vue +23 -11
  60. package/rancher-components/LabeledTooltip/LabeledTooltip.vue +19 -5
  61. package/rancher-components/StringList/StringList.test.ts +453 -49
  62. package/rancher-components/StringList/StringList.vue +92 -58
  63. package/scripts/.DS_Store +0 -0
  64. package/scripts/extension/bundle +19 -7
  65. package/scripts/extension/helm/scripts/package +11 -3
  66. package/scripts/extension/publish +20 -9
  67. package/scripts/verdaccio.log +205 -0
  68. package/store/index.js +3 -4
  69. package/types/shell/index.d.ts +15 -9
  70. package/utils/clipboard.js +5 -0
  71. package/yarn-error.log +200 -0
  72. package/plugins/vue-clipboard2.js +0 -4
@@ -0,0 +1,205 @@
1
+ info --- config file - /Users/aalves/.config/verdaccio/config.yaml
2
+ info --- the "crypt" algorithm is deprecated consider switch to "bcrypt" in the configuration file. Read the documentation for additional details
3
+ info --- using htpasswd file: /Users/aalves/.config/verdaccio/htpasswd
4
+ info --- plugin successfully loaded: verdaccio-htpasswd
5
+ info --- plugin successfully loaded: verdaccio-audit
6
+ warn --- http address - http://localhost:4873/ - verdaccio/5.27.0
7
+ info <-- 127.0.0.1 requested 'PUT /-/user/admin'
8
+ http <-- 200, user: null(127.0.0.1), req: 'PUT /-/user/admin', bytes: 40/0
9
+ info --- the user admin has been added
10
+ http <-- 201, user: admin(127.0.0.1), req: 'PUT /-/user/admin', bytes: 40/74
11
+ info <-- 127.0.0.1 requested 'GET /'
12
+ http <-- 200, user: null(127.0.0.1), req: 'GET /', bytes: 0/0
13
+ http <-- 200, user: null(127.0.0.1), req: 'GET /', bytes: 0/550
14
+ info <-- 127.0.0.1 requested 'GET /-/static/runtime.fed125035fcb8864cc73.js'
15
+ http <-- 200, user: null(127.0.0.1), req: 'GET /-/static/runtime.fed125035fcb8864cc73.js', bytes: 0/0
16
+ info <-- 127.0.0.1 requested 'GET /-/static/vendors.fed125035fcb8864cc73.js'
17
+ http <-- 200, user: null(127.0.0.1), req: 'GET /-/static/vendors.fed125035fcb8864cc73.js', bytes: 0/0
18
+ http <-- 200, user: null(127.0.0.1), req: 'GET /-/static/runtime.fed125035fcb8864cc73.js', bytes: 0/1867
19
+ info <-- 127.0.0.1 requested 'GET /-/static/main.fed125035fcb8864cc73.js'
20
+ http <-- 200, user: null(127.0.0.1), req: 'GET /-/static/main.fed125035fcb8864cc73.js', bytes: 0/0
21
+ http <-- 200, user: null(127.0.0.1), req: 'GET /-/static/main.fed125035fcb8864cc73.js', bytes: 0/101727
22
+ http <-- 200, user: null(127.0.0.1), req: 'GET /-/static/vendors.fed125035fcb8864cc73.js', bytes: 0/903279
23
+ info <-- 127.0.0.1 requested 'GET /-/static/Home.fed125035fcb8864cc73.js'
24
+ http <-- 200, user: null(127.0.0.1), req: 'GET /-/static/Home.fed125035fcb8864cc73.js', bytes: 0/0
25
+ http <-- 200, user: null(127.0.0.1), req: 'GET /-/static/Home.fed125035fcb8864cc73.js', bytes: 0/1009
26
+ info <-- 127.0.0.1 requested 'GET /-/verdaccio/data/packages'
27
+ http <-- 200, user: null(127.0.0.1), req: 'GET /-/verdaccio/data/packages', bytes: 0/0
28
+ http <-- 200, user: null(127.0.0.1), req: 'GET /-/verdaccio/data/packages', bytes: 0/3
29
+ info <-- 127.0.0.1 requested 'GET /-/static/favicon.ico'
30
+ http <-- 200, user: null(127.0.0.1), req: 'GET /-/static/favicon.ico', bytes: 0/0
31
+ http <-- 200, user: null(127.0.0.1), req: 'GET /-/static/favicon.ico', bytes: 0/2054
32
+ info <-- 127.0.0.1 requested 'GET /'
33
+ http <-- 304, user: null(127.0.0.1), req: 'GET /', bytes: 0/0
34
+ http <-- 304, user: null(127.0.0.1), req: 'GET /', bytes: 0/0
35
+ info <-- 127.0.0.1 requested 'GET /-/static/runtime.fed125035fcb8864cc73.js'
36
+ http <-- 200, user: null(127.0.0.1), req: 'GET /-/static/runtime.fed125035fcb8864cc73.js', bytes: 0/0
37
+ info <-- 127.0.0.1 requested 'GET /-/static/vendors.fed125035fcb8864cc73.js'
38
+ http <-- 200, user: null(127.0.0.1), req: 'GET /-/static/vendors.fed125035fcb8864cc73.js', bytes: 0/0
39
+ http <-- 304, user: null(127.0.0.1), req: 'GET /-/static/runtime.fed125035fcb8864cc73.js', bytes: 0/0
40
+ http <-- 304, user: null(127.0.0.1), req: 'GET /-/static/vendors.fed125035fcb8864cc73.js', bytes: 0/0
41
+ info <-- 127.0.0.1 requested 'GET /-/static/main.fed125035fcb8864cc73.js'
42
+ http <-- 200, user: null(127.0.0.1), req: 'GET /-/static/main.fed125035fcb8864cc73.js', bytes: 0/0
43
+ http <-- 304, user: null(127.0.0.1), req: 'GET /-/static/main.fed125035fcb8864cc73.js', bytes: 0/0
44
+ info <-- 127.0.0.1 requested 'GET /-/static/Home.fed125035fcb8864cc73.js'
45
+ http <-- 200, user: null(127.0.0.1), req: 'GET /-/static/Home.fed125035fcb8864cc73.js', bytes: 0/0
46
+ http <-- 304, user: null(127.0.0.1), req: 'GET /-/static/Home.fed125035fcb8864cc73.js', bytes: 0/0
47
+ info <-- 127.0.0.1 requested 'GET /-/verdaccio/data/packages'
48
+ http <-- 200, user: null(127.0.0.1), req: 'GET /-/verdaccio/data/packages', bytes: 0/0
49
+ http <-- 304, user: null(127.0.0.1), req: 'GET /-/verdaccio/data/packages', bytes: 0/0
50
+ info <-- 127.0.0.1 requested 'GET /-/static/favicon.ico'
51
+ http <-- 200, user: null(127.0.0.1), req: 'GET /-/static/favicon.ico', bytes: 0/0
52
+ http <-- 200, user: null(127.0.0.1), req: 'GET /-/static/favicon.ico', bytes: 0/2054
53
+ info <-- 127.0.0.1 requested 'GET /'
54
+ http <-- 304, user: null(127.0.0.1), req: 'GET /', bytes: 0/0
55
+ http <-- 304, user: null(127.0.0.1), req: 'GET /', bytes: 0/0
56
+ info <-- 127.0.0.1 requested 'GET /-/static/runtime.fed125035fcb8864cc73.js'
57
+ http <-- 200, user: null(127.0.0.1), req: 'GET /-/static/runtime.fed125035fcb8864cc73.js', bytes: 0/0
58
+ info <-- 127.0.0.1 requested 'GET /-/static/vendors.fed125035fcb8864cc73.js'
59
+ http <-- 200, user: null(127.0.0.1), req: 'GET /-/static/vendors.fed125035fcb8864cc73.js', bytes: 0/0
60
+ http <-- 304, user: null(127.0.0.1), req: 'GET /-/static/runtime.fed125035fcb8864cc73.js', bytes: 0/0
61
+ http <-- 304, user: null(127.0.0.1), req: 'GET /-/static/vendors.fed125035fcb8864cc73.js', bytes: 0/0
62
+ info <-- 127.0.0.1 requested 'GET /-/static/main.fed125035fcb8864cc73.js'
63
+ http <-- 200, user: null(127.0.0.1), req: 'GET /-/static/main.fed125035fcb8864cc73.js', bytes: 0/0
64
+ http <-- 304, user: null(127.0.0.1), req: 'GET /-/static/main.fed125035fcb8864cc73.js', bytes: 0/0
65
+ info <-- 127.0.0.1 requested 'GET /-/static/Home.fed125035fcb8864cc73.js'
66
+ http <-- 200, user: null(127.0.0.1), req: 'GET /-/static/Home.fed125035fcb8864cc73.js', bytes: 0/0
67
+ http <-- 304, user: null(127.0.0.1), req: 'GET /-/static/Home.fed125035fcb8864cc73.js', bytes: 0/0
68
+ info <-- 127.0.0.1 requested 'GET /-/verdaccio/data/packages'
69
+ http <-- 200, user: null(127.0.0.1), req: 'GET /-/verdaccio/data/packages', bytes: 0/0
70
+ http <-- 304, user: null(127.0.0.1), req: 'GET /-/verdaccio/data/packages', bytes: 0/0
71
+ info <-- 127.0.0.1 requested 'GET /-/static/favicon.ico'
72
+ http <-- 200, user: null(127.0.0.1), req: 'GET /-/static/favicon.ico', bytes: 0/0
73
+ http <-- 200, user: null(127.0.0.1), req: 'GET /-/static/favicon.ico', bytes: 0/2054
74
+ info <-- 127.0.0.1 requested 'GET /'
75
+ http <-- 304, user: null(127.0.0.1), req: 'GET /', bytes: 0/0
76
+ http <-- 304, user: null(127.0.0.1), req: 'GET /', bytes: 0/0
77
+ info <-- 127.0.0.1 requested 'GET /-/static/runtime.fed125035fcb8864cc73.js'
78
+ http <-- 200, user: null(127.0.0.1), req: 'GET /-/static/runtime.fed125035fcb8864cc73.js', bytes: 0/0
79
+ info <-- 127.0.0.1 requested 'GET /-/static/vendors.fed125035fcb8864cc73.js'
80
+ http <-- 200, user: null(127.0.0.1), req: 'GET /-/static/vendors.fed125035fcb8864cc73.js', bytes: 0/0
81
+ http <-- 304, user: null(127.0.0.1), req: 'GET /-/static/runtime.fed125035fcb8864cc73.js', bytes: 0/0
82
+ http <-- 304, user: null(127.0.0.1), req: 'GET /-/static/vendors.fed125035fcb8864cc73.js', bytes: 0/0
83
+ info <-- 127.0.0.1 requested 'GET /-/static/main.fed125035fcb8864cc73.js'
84
+ http <-- 200, user: null(127.0.0.1), req: 'GET /-/static/main.fed125035fcb8864cc73.js', bytes: 0/0
85
+ http <-- 304, user: null(127.0.0.1), req: 'GET /-/static/main.fed125035fcb8864cc73.js', bytes: 0/0
86
+ info <-- 127.0.0.1 requested 'GET /-/static/Home.fed125035fcb8864cc73.js'
87
+ http <-- 200, user: null(127.0.0.1), req: 'GET /-/static/Home.fed125035fcb8864cc73.js', bytes: 0/0
88
+ http <-- 304, user: null(127.0.0.1), req: 'GET /-/static/Home.fed125035fcb8864cc73.js', bytes: 0/0
89
+ info <-- 127.0.0.1 requested 'GET /-/verdaccio/data/packages'
90
+ http <-- 200, user: null(127.0.0.1), req: 'GET /-/verdaccio/data/packages', bytes: 0/0
91
+ http <-- 304, user: null(127.0.0.1), req: 'GET /-/verdaccio/data/packages', bytes: 0/0
92
+ info <-- 127.0.0.1 requested 'GET /-/static/favicon.ico'
93
+ http <-- 200, user: null(127.0.0.1), req: 'GET /-/static/favicon.ico', bytes: 0/0
94
+ http <-- 200, user: null(127.0.0.1), req: 'GET /-/static/favicon.ico', bytes: 0/2054
95
+ info <-- 127.0.0.1 requested 'GET /'
96
+ http <-- 304, user: null(127.0.0.1), req: 'GET /', bytes: 0/0
97
+ http <-- 304, user: null(127.0.0.1), req: 'GET /', bytes: 0/0
98
+ info <-- 127.0.0.1 requested 'GET /-/static/runtime.fed125035fcb8864cc73.js'
99
+ http <-- 200, user: null(127.0.0.1), req: 'GET /-/static/runtime.fed125035fcb8864cc73.js', bytes: 0/0
100
+ info <-- 127.0.0.1 requested 'GET /-/static/vendors.fed125035fcb8864cc73.js'
101
+ http <-- 200, user: null(127.0.0.1), req: 'GET /-/static/vendors.fed125035fcb8864cc73.js', bytes: 0/0
102
+ http <-- 304, user: null(127.0.0.1), req: 'GET /-/static/runtime.fed125035fcb8864cc73.js', bytes: 0/0
103
+ http <-- 304, user: null(127.0.0.1), req: 'GET /-/static/vendors.fed125035fcb8864cc73.js', bytes: 0/0
104
+ info <-- 127.0.0.1 requested 'GET /-/static/main.fed125035fcb8864cc73.js'
105
+ http <-- 200, user: null(127.0.0.1), req: 'GET /-/static/main.fed125035fcb8864cc73.js', bytes: 0/0
106
+ http <-- 304, user: null(127.0.0.1), req: 'GET /-/static/main.fed125035fcb8864cc73.js', bytes: 0/0
107
+ info <-- 127.0.0.1 requested 'GET /-/static/Home.fed125035fcb8864cc73.js'
108
+ http <-- 200, user: null(127.0.0.1), req: 'GET /-/static/Home.fed125035fcb8864cc73.js', bytes: 0/0
109
+ http <-- 304, user: null(127.0.0.1), req: 'GET /-/static/Home.fed125035fcb8864cc73.js', bytes: 0/0
110
+ info <-- 127.0.0.1 requested 'GET /-/verdaccio/data/packages'
111
+ http <-- 200, user: null(127.0.0.1), req: 'GET /-/verdaccio/data/packages', bytes: 0/0
112
+ http <-- 304, user: null(127.0.0.1), req: 'GET /-/verdaccio/data/packages', bytes: 0/0
113
+ info <-- 127.0.0.1 requested 'GET /-/static/favicon.ico'
114
+ http <-- 200, user: null(127.0.0.1), req: 'GET /-/static/favicon.ico', bytes: 0/0
115
+ http <-- 200, user: null(127.0.0.1), req: 'GET /-/static/favicon.ico', bytes: 0/2054
116
+ info <-- 127.0.0.1 requested 'PUT /@rancher%2fshell'
117
+ info --- auth/allow_action: access granted to: admin
118
+ info --- admin is allowed publish for @rancher/shell
119
+ http <-- 200, user: admin(127.0.0.1), req: 'PUT /@rancher%2fshell', bytes: 2696205/0
120
+ info --- making request: 'GET https://registry.npmjs.org/@rancher%2Fshell'
121
+ http --- 200, req: 'GET https://registry.npmjs.org/@rancher%2Fshell' (streaming)
122
+ http --- 200, req: 'GET https://registry.npmjs.org/@rancher%2Fshell', bytes: 0/233704
123
+ http <-- 201, user: admin(127.0.0.1), req: 'PUT /@rancher%2fshell', bytes: 2696205/53
124
+ info <-- 127.0.0.1 requested 'PUT /@rancher%2fcreate-app'
125
+ info --- auth/allow_action: access granted to: admin
126
+ info --- admin is allowed publish for @rancher/create-app
127
+ http <-- 200, user: admin(127.0.0.1), req: 'PUT /@rancher%2fcreate-app', bytes: 6879/0
128
+ info --- making request: 'GET https://registry.npmjs.org/@rancher%2Fcreate-app'
129
+ http --- 200, req: 'GET https://registry.npmjs.org/@rancher%2Fcreate-app' (streaming)
130
+ http --- 200, req: 'GET https://registry.npmjs.org/@rancher%2Fcreate-app', bytes: 0/70025
131
+ http <-- 201, user: admin(127.0.0.1), req: 'PUT /@rancher%2fcreate-app', bytes: 6879/53
132
+ info <-- 127.0.0.1 requested 'PUT /@rancher%2fcreate-pkg'
133
+ info --- auth/allow_action: access granted to: admin
134
+ info --- admin is allowed publish for @rancher/create-pkg
135
+ http <-- 200, user: admin(127.0.0.1), req: 'PUT /@rancher%2fcreate-pkg', bytes: 5771/0
136
+ info --- making request: 'GET https://registry.npmjs.org/@rancher%2Fcreate-pkg'
137
+ http --- 200, req: 'GET https://registry.npmjs.org/@rancher%2Fcreate-pkg' (streaming)
138
+ http --- 200, req: 'GET https://registry.npmjs.org/@rancher%2Fcreate-pkg', bytes: 0/66370
139
+ http <-- 201, user: admin(127.0.0.1), req: 'PUT /@rancher%2fcreate-pkg', bytes: 5771/53
140
+ info <-- 127.0.0.1 requested 'PUT /@rancher%2fcreate-update'
141
+ info --- auth/allow_action: access granted to: admin
142
+ info --- admin is allowed publish for @rancher/create-update
143
+ http <-- 200, user: admin(127.0.0.1), req: 'PUT /@rancher%2fcreate-update', bytes: 8569/0
144
+ info --- making request: 'GET https://registry.npmjs.org/@rancher%2Fcreate-update'
145
+ http --- 200, req: 'GET https://registry.npmjs.org/@rancher%2Fcreate-update' (streaming)
146
+ http --- 200, req: 'GET https://registry.npmjs.org/@rancher%2Fcreate-update', bytes: 0/51582
147
+ http <-- 201, user: admin(127.0.0.1), req: 'PUT /@rancher%2fcreate-update', bytes: 8569/53
148
+ info <-- 127.0.0.1 requested 'GET /'
149
+ http <-- 304, user: null(127.0.0.1), req: 'GET /', bytes: 0/0
150
+ http <-- 304, user: null(127.0.0.1), req: 'GET /', bytes: 0/0
151
+ info <-- 127.0.0.1 requested 'GET /-/static/runtime.fed125035fcb8864cc73.js'
152
+ http <-- 200, user: null(127.0.0.1), req: 'GET /-/static/runtime.fed125035fcb8864cc73.js', bytes: 0/0
153
+ info <-- 127.0.0.1 requested 'GET /-/static/vendors.fed125035fcb8864cc73.js'
154
+ http <-- 200, user: null(127.0.0.1), req: 'GET /-/static/vendors.fed125035fcb8864cc73.js', bytes: 0/0
155
+ http <-- 304, user: null(127.0.0.1), req: 'GET /-/static/runtime.fed125035fcb8864cc73.js', bytes: 0/0
156
+ http <-- 304, user: null(127.0.0.1), req: 'GET /-/static/vendors.fed125035fcb8864cc73.js', bytes: 0/0
157
+ info <-- 127.0.0.1 requested 'GET /-/static/main.fed125035fcb8864cc73.js'
158
+ http <-- 200, user: null(127.0.0.1), req: 'GET /-/static/main.fed125035fcb8864cc73.js', bytes: 0/0
159
+ http <-- 304, user: null(127.0.0.1), req: 'GET /-/static/main.fed125035fcb8864cc73.js', bytes: 0/0
160
+ info <-- 127.0.0.1 requested 'GET /-/static/Home.fed125035fcb8864cc73.js'
161
+ http <-- 200, user: null(127.0.0.1), req: 'GET /-/static/Home.fed125035fcb8864cc73.js', bytes: 0/0
162
+ http <-- 304, user: null(127.0.0.1), req: 'GET /-/static/Home.fed125035fcb8864cc73.js', bytes: 0/0
163
+ info <-- 127.0.0.1 requested 'GET /-/verdaccio/data/packages'
164
+ http <-- 200, user: null(127.0.0.1), req: 'GET /-/verdaccio/data/packages', bytes: 0/0
165
+ info <-- 127.0.0.1 requested 'GET /-/static/favicon.ico'
166
+ http <-- 200, user: null(127.0.0.1), req: 'GET /-/static/favicon.ico', bytes: 0/0
167
+ http <-- 200, user: null(127.0.0.1), req: 'GET /-/static/favicon.ico', bytes: 0/2054
168
+ info --- auth/allow_action: access granted to: undefined
169
+ info --- allowed access for @rancher/shell
170
+ info --- auth/allow_action: access granted to: undefined
171
+ info --- allowed access for @rancher/create-app
172
+ info --- auth/allow_action: access granted to: undefined
173
+ info --- allowed access for @rancher/create-pkg
174
+ info --- auth/allow_action: access granted to: undefined
175
+ info --- allowed access for @rancher/create-update
176
+ http <-- 200, user: null(127.0.0.1), req: 'GET /-/verdaccio/data/packages', bytes: 0/3350
177
+ info <-- 127.0.0.1 requested 'GET /'
178
+ http <-- 304, user: null(127.0.0.1), req: 'GET /', bytes: 0/0
179
+ http <-- 304, user: null(127.0.0.1), req: 'GET /', bytes: 0/0
180
+ info <-- 127.0.0.1 requested 'GET /-/static/runtime.fed125035fcb8864cc73.js'
181
+ http <-- 200, user: null(127.0.0.1), req: 'GET /-/static/runtime.fed125035fcb8864cc73.js', bytes: 0/0
182
+ info <-- 127.0.0.1 requested 'GET /-/static/vendors.fed125035fcb8864cc73.js'
183
+ http <-- 200, user: null(127.0.0.1), req: 'GET /-/static/vendors.fed125035fcb8864cc73.js', bytes: 0/0
184
+ http <-- 304, user: null(127.0.0.1), req: 'GET /-/static/runtime.fed125035fcb8864cc73.js', bytes: 0/0
185
+ http <-- 304, user: null(127.0.0.1), req: 'GET /-/static/vendors.fed125035fcb8864cc73.js', bytes: 0/0
186
+ info <-- 127.0.0.1 requested 'GET /-/static/main.fed125035fcb8864cc73.js'
187
+ http <-- 200, user: null(127.0.0.1), req: 'GET /-/static/main.fed125035fcb8864cc73.js', bytes: 0/0
188
+ http <-- 304, user: null(127.0.0.1), req: 'GET /-/static/main.fed125035fcb8864cc73.js', bytes: 0/0
189
+ info <-- 127.0.0.1 requested 'GET /-/static/Home.fed125035fcb8864cc73.js'
190
+ http <-- 200, user: null(127.0.0.1), req: 'GET /-/static/Home.fed125035fcb8864cc73.js', bytes: 0/0
191
+ http <-- 304, user: null(127.0.0.1), req: 'GET /-/static/Home.fed125035fcb8864cc73.js', bytes: 0/0
192
+ info <-- 127.0.0.1 requested 'GET /-/verdaccio/data/packages'
193
+ http <-- 200, user: null(127.0.0.1), req: 'GET /-/verdaccio/data/packages', bytes: 0/0
194
+ info <-- 127.0.0.1 requested 'GET /-/static/favicon.ico'
195
+ http <-- 200, user: null(127.0.0.1), req: 'GET /-/static/favicon.ico', bytes: 0/0
196
+ http <-- 200, user: null(127.0.0.1), req: 'GET /-/static/favicon.ico', bytes: 0/2054
197
+ info --- auth/allow_action: access granted to: undefined
198
+ info --- allowed access for @rancher/shell
199
+ info --- auth/allow_action: access granted to: undefined
200
+ info --- allowed access for @rancher/create-app
201
+ info --- auth/allow_action: access granted to: undefined
202
+ info --- allowed access for @rancher/create-pkg
203
+ info --- auth/allow_action: access granted to: undefined
204
+ info --- allowed access for @rancher/create-update
205
+ http <-- 304, user: null(127.0.0.1), req: 'GET /-/verdaccio/data/packages', bytes: 0/0
package/store/index.js CHANGED
@@ -804,14 +804,14 @@ export const actions = {
804
804
  commit('targetRoute', targetRoute);
805
805
  const sameCluster = state.clusterId && state.clusterId === id;
806
806
  const samePackage = oldPkg?.name === newPkg?.name;
807
+ const sameProduct = oldProduct === product;
807
808
  const isMultiCluster = getters['isMultiCluster'];
808
809
 
809
- // Are we in the same cluster and package?
810
- if ( sameCluster && samePackage) {
810
+ // Are we in the same cluster and package or product?
811
+ if ( sameCluster && (samePackage || sameProduct)) {
811
812
  // Do nothing, we're already connected/connecting to this cluster
812
813
  return;
813
814
  }
814
-
815
815
  const oldPkgClusterStore = oldPkg?.stores.find(
816
816
  (s) => getters[`${ s.storeName }/isClusterStore`]
817
817
  )?.storeName;
@@ -832,7 +832,6 @@ export const actions = {
832
832
  // so that the nav and header stay the same when going to things like prefs
833
833
  commit('clusterReady', false);
834
834
  commit('clusterId', undefined);
835
-
836
835
  await dispatch('cluster/unsubscribe');
837
836
  commit('cluster/reset');
838
837
 
@@ -3042,6 +3042,12 @@ declare function _default(ctx: any, inject: any): void;
3042
3042
  export default _default;
3043
3043
  }
3044
3044
 
3045
+ // @shell/utils/clipboard
3046
+
3047
+ declare module '@shell/utils/clipboard' {
3048
+ export function copyTextToClipboard(text: any): Promise<void>;
3049
+ }
3050
+
3045
3051
  // @shell/utils/cluster
3046
3052
 
3047
3053
  declare module '@shell/utils/cluster' {
@@ -3621,35 +3627,35 @@ export namespace KEY {
3621
3627
  }
3622
3628
  }
3623
3629
 
3624
- // @shell/utils/poller
3630
+ // @shell/utils/poller-sequential
3625
3631
 
3626
- declare module '@shell/utils/poller' {
3627
- export default class Poller {
3632
+ declare module '@shell/utils/poller-sequential' {
3633
+ export default class PollerSequential {
3628
3634
  constructor(fn: any, pollRateMs: any, maxRetries?: number);
3629
3635
  fn: any;
3630
3636
  pollRateMs: any;
3631
3637
  maxRetries: number;
3632
- intervalId: any;
3638
+ timeoutId: any;
3633
3639
  tryCount: number;
3634
3640
  start(): void;
3635
3641
  stop(): void;
3642
+ _poll(): void;
3636
3643
  _intervalMethod(): Promise<void>;
3637
3644
  }
3638
3645
  }
3639
3646
 
3640
- // @shell/utils/poller-sequential
3647
+ // @shell/utils/poller
3641
3648
 
3642
- declare module '@shell/utils/poller-sequential' {
3643
- export default class PollerSequential {
3649
+ declare module '@shell/utils/poller' {
3650
+ export default class Poller {
3644
3651
  constructor(fn: any, pollRateMs: any, maxRetries?: number);
3645
3652
  fn: any;
3646
3653
  pollRateMs: any;
3647
3654
  maxRetries: number;
3648
- timeoutId: any;
3655
+ intervalId: any;
3649
3656
  tryCount: number;
3650
3657
  start(): void;
3651
3658
  stop(): void;
3652
- _poll(): void;
3653
3659
  _intervalMethod(): Promise<void>;
3654
3660
  }
3655
3661
  }
@@ -0,0 +1,5 @@
1
+ import * as Clipboard from 'clipboard-polyfill';
2
+
3
+ export async function copyTextToClipboard(text) {
4
+ await Clipboard.writeText(text);
5
+ }
package/yarn-error.log ADDED
@@ -0,0 +1,200 @@
1
+ Arguments:
2
+ /Users/aalves/.nvm/versions/node/v16.19.1/bin/node /Users/aalves/.nvm/versions/node/v16.19.1/bin/yarn publish . --new-version 0.3.22 --no-git-tag-version --access public
3
+
4
+ PATH:
5
+ /Users/aalves/.rd/bin:/Users/aalves/.nvm/versions/node/v16.19.1/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/aalves/.rd/bin:/Users/aalves/.nvm/versions/node/v16.19.1/bin:/opt/homebrew/bin:/opt/homebrew/sbin
6
+
7
+ Yarn version:
8
+ 1.22.19
9
+
10
+ Node version:
11
+ 16.19.1
12
+
13
+ Platform:
14
+ darwin arm64
15
+
16
+ Trace:
17
+ Error: https://registry.yarnpkg.com/-/user/org.couchdb.user:aalves08: failed to authenticate: Could not authenticate aalves08: bad password
18
+ at Request.params.callback [as _callback] (/Users/aalves/.nvm/versions/node/v16.19.1/lib/node_modules/yarn/lib/cli.js:66145:18)
19
+ at Request.self.callback (/Users/aalves/.nvm/versions/node/v16.19.1/lib/node_modules/yarn/lib/cli.js:140890:22)
20
+ at Request.emit (node:events:513:28)
21
+ at Request.<anonymous> (/Users/aalves/.nvm/versions/node/v16.19.1/lib/node_modules/yarn/lib/cli.js:141862:10)
22
+ at Request.emit (node:events:513:28)
23
+ at IncomingMessage.<anonymous> (/Users/aalves/.nvm/versions/node/v16.19.1/lib/node_modules/yarn/lib/cli.js:141784:12)
24
+ at Object.onceWrapper (node:events:627:28)
25
+ at IncomingMessage.emit (node:events:525:35)
26
+ at endReadableNT (node:internal/streams/readable:1358:12)
27
+ at processTicksAndRejections (node:internal/process/task_queues:83:21)
28
+
29
+ npm manifest:
30
+ {
31
+ "name": "@rancher/shell",
32
+ "version": "0.3.22",
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
+ "dev": "./node_modules/.bin/vue-cli-service dev",
49
+ "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",
50
+ "build": "./node_modules/.bin/vue-cli-service build",
51
+ "analyze": "./node_modules/.bin/vue-cli-service build --report",
52
+ "start": "./node_modules/.bin/vue-cli-service start",
53
+ "cy:run": "cypress run",
54
+ "cy:open": "cypress open",
55
+ "e2e:pre": "NODE_ENV=dev yarn build",
56
+ "e2e:run": "NODE_ENV=dev START_SERVER_AND_TEST_INSECURE=1 start-server-and-test start https://localhost:8005/ cy:run",
57
+ "e2e:dev": "start-server-and-test dev https://localhost:8005 cy:open"
58
+ },
59
+ "dependencies": {
60
+ "@aws-sdk/client-ec2": "3.1.0",
61
+ "@aws-sdk/client-eks": "3.1.0",
62
+ "@aws-sdk/client-kms": "3.8.1",
63
+ "@babel/plugin-proposal-optional-chaining": "7.14.5",
64
+ "@babel/plugin-proposal-private-property-in-object": "7.14.5",
65
+ "@babel/preset-typescript": "7.16.7",
66
+ "@innologica/vue-dropdown-menu": "0.1.3",
67
+ "@novnc/novnc": "1.2.0",
68
+ "@nuxt/types": "2.14.6",
69
+ "@nuxt/typescript-build": "2.1.0",
70
+ "@nuxtjs/axios": "5.12.0",
71
+ "@nuxtjs/eslint-config-typescript": "6.0.1",
72
+ "@nuxtjs/webpack-profile": "0.1.0",
73
+ "@popperjs/core": "2.4.4",
74
+ "@types/node": "16.4.3",
75
+ "@typescript-eslint/eslint-plugin": "4.33.0",
76
+ "@typescript-eslint/parser": "4.33.0",
77
+ "@vue/cli-plugin-babel": "4.5.18",
78
+ "@vue/cli-plugin-typescript": "4.5.18",
79
+ "@vue/cli-service": "4.5.18",
80
+ "@vue/test-utils": "1.2.1",
81
+ "@vue/vue2-jest": "27.0.0",
82
+ "add": "2.0.6",
83
+ "ansi_up": "5.0.0",
84
+ "babel-eslint": "10.1.0",
85
+ "babel-plugin-module-resolver": "4.0.0",
86
+ "babel-preset-vue": "2.0.2",
87
+ "browser-env": "3.3.0",
88
+ "cookie": "0.5.0",
89
+ "cookie-universal-nuxt": "2.1.4",
90
+ "core-js": "3.21.1",
91
+ "cron-validator": "1.2.0",
92
+ "cronstrue": "1.95.0",
93
+ "cross-env": "6.0.3",
94
+ "css-loader": "6.7.3",
95
+ "csv-loader": "3.0.3",
96
+ "cypress": "10.3.1",
97
+ "d3": "7.3.0",
98
+ "d3-selection": "1.4.1",
99
+ "dagre-d3": "0.6.4",
100
+ "dayjs": "1.8.29",
101
+ "diff2html": "3.4.24",
102
+ "dompurify": "2.4.5",
103
+ "eslint": "7.32.0",
104
+ "eslint-config-standard": "16.0.3",
105
+ "eslint-import-resolver-node": "0.3.4",
106
+ "eslint-module-utils": "2.6.1",
107
+ "eslint-plugin-cypress": "2.12.1",
108
+ "eslint-plugin-import": "2.23.4",
109
+ "eslint-plugin-jest": "24.4.0",
110
+ "eslint-plugin-n": "15.2.0",
111
+ "eslint-plugin-vue": "9.10.0",
112
+ "event-target-shim": "5.0.1",
113
+ "express": "4.17.1",
114
+ "file-saver": "2.0.2",
115
+ "frontmatter-markdown-loader": "3.7.0",
116
+ "identicon.js": "2.3.3",
117
+ "intl-messageformat": "7.8.4",
118
+ "is-url": "1.2.4",
119
+ "jest": "27.5.1",
120
+ "jest-serializer-vue": "2.0.2",
121
+ "jexl": "2.2.2",
122
+ "jquery": "3.5.1",
123
+ "js-cookie": "2.2.1",
124
+ "js-yaml": "4.1.0",
125
+ "js-yaml-loader": "1.2.2",
126
+ "jsdiff": "1.1.1",
127
+ "jsdom-global": "3.0.2",
128
+ "jsonpath-plus": "6.0.1",
129
+ "jsrsasign": "10.5.25",
130
+ "jszip": "3.8.0",
131
+ "lodash": "4.17.21",
132
+ "marked": "4.0.17",
133
+ "nodemon": "2.0.22",
134
+ "nuxt": "2.15.8",
135
+ "nyc": "15.1.0",
136
+ "papaparse": "5.3.0",
137
+ "portal-vue": "2.1.7",
138
+ "rancher-icons": "rancher/icons#v2.0.16",
139
+ "require-extension-hooks": "0.3.3",
140
+ "require-extension-hooks-babel": "1.0.0",
141
+ "require-extension-hooks-vue": "3.0.0",
142
+ "sass": "1.51.0",
143
+ "sass-loader": "10.2.1",
144
+ "serve-static": "1.14.1",
145
+ "set-cookie-parser": "2.4.6",
146
+ "shell-quote": "1.7.3",
147
+ "sinon": "8.1.1",
148
+ "start-server-and-test": "1.13.1",
149
+ "style-loader": "1.2.1",
150
+ "ts-node": "8.10.2",
151
+ "typescript": "4.1.6",
152
+ "url-parse": "1.5.10",
153
+ "v-tooltip": "2.0.3",
154
+ "vue": "2.7.14",
155
+ "vue-clipboard2": "0.3.1",
156
+ "vue-codemirror": "4.0.6",
157
+ "vue-js-modal": "1.3.35",
158
+ "vue-resize": "0.4.5",
159
+ "vue-select": "3.18.3",
160
+ "vue-server-renderer": "2.7.14",
161
+ "vue-shortkey": "3.1.7",
162
+ "vue-template-compiler": "2.7.14",
163
+ "vue-virtual-scroll-list": "^2.3.4",
164
+ "vue2-transitions": "0.3.0",
165
+ "vuedraggable": "2.24.3",
166
+ "vuex": "3.6.2",
167
+ "webpack-bundle-analyzer": "4.5.0",
168
+ "webpack-virtual-modules": "0.4.3",
169
+ "xterm": "5.0.0",
170
+ "xterm-addon-fit": "0.6.0",
171
+ "xterm-addon-search": "0.10.0",
172
+ "xterm-addon-web-links": "0.7.0",
173
+ "xterm-addon-webgl": "0.13.0",
174
+ "worker-loader": "3.0.8",
175
+ "yarn": "1.22.18"
176
+ },
177
+ "resolutions": {
178
+ "ejs": "^3.1.7",
179
+ "json5": ">=2.2.2",
180
+ "d3-color": ">=3.1.0",
181
+ "glob-parent": ">=5.1.2",
182
+ "node-forge": ">=1.3.0",
183
+ "qs": ">=6.7.3",
184
+ "nth-check": ">=2.0.1",
185
+ "follow-redirects": ">=1.14.7",
186
+ "merge": ">=2.1.1"
187
+ },
188
+ "nyc": {
189
+ "extension": [
190
+ ".js",
191
+ ".vue"
192
+ ]
193
+ }
194
+ }
195
+
196
+ yarn manifest:
197
+ No manifest
198
+
199
+ Lockfile:
200
+ No lockfile
@@ -1,4 +0,0 @@
1
- import Vue from 'vue';
2
- import VueClipboard from 'vue-clipboard2';
3
-
4
- Vue.use(VueClipboard);