File tree Expand file tree Collapse file tree 12 files changed +4832
-4770
lines changed
packages/dashboard-frontend/src/pages/WorkspaceDetails Expand file tree Collapse file tree 12 files changed +4832
-4770
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ This file lists dependencies that do not need CQs or auto-detection does not wor
22
33| Packages | Resolved CQs |
44| --- | --- |
5- | ` @devfile/api@2.3.0-1738342178 ` | N/A |
65| ` @fastify/cors@9.0.1 ` | [ clearlydefined] ( https://clearlydefined.io/definitions/npm/npmjs/@fastify/cors/9.0.1 ) |
76| ` @fastify/swagger-ui@4.2.0 ` | [ clearlydefined] ( https://clearlydefined.io/definitions/npm/npmjs/@fastify/swagger-ui/4.2.0 ) |
87| ` @hapi/hoek@10.0.1 ` | [ clearlydefined] ( https://clearlydefined.io/definitions/npm/npmjs/@hapi/hoek/10.0.1 ) |
Original file line number Diff line number Diff line change 163163| [ ` acorn-jsx@5.3.2 ` ] ( https://github.com/acornjs/acorn-jsx ) | MIT | clearlydefined |
164164| [ ` acorn-walk@8.3.0 ` ] ( https://github.com/acornjs/acorn.git ) | MIT | #11942 |
165165| [ ` acorn@8.11.2 ` ] ( https://github.com/acornjs/acorn.git ) | MIT | clearlydefined |
166- | [ ` acorn@8.14.0 ` ] ( git+https://github.com/acornjs/acorn.git ) | MIT | clearlydefined |
166+ | [ ` acorn@8.14.0 ` ] ( git+https://github.com/acornjs/acorn.git ) | MIT | # 19983 |
167167| [ ` agent-base@6.0.2 ` ] ( git://github.com/TooTallNate/node-agent-base.git ) | MIT | clearlydefined |
168168| [ ` ajv-keywords@3.5.2 ` ] ( git+https://github.com/epoberezkin/ajv-keywords.git ) | MIT | clearlydefined |
169169| [ ` ajv-keywords@5.1.0 ` ] ( git+https://github.com/epoberezkin/ajv-keywords.git ) | MIT | clearlydefined |
780780| [ ` write-file-atomic@4.0.2 ` ] ( https://github.com/npm/write-file-atomic.git ) | ISC | clearlydefined |
781781| [ ` write-file-atomic@5.0.1 ` ] ( https://github.com/npm/write-file-atomic.git ) | ISC | #8219 |
782782| ` write-json-file@2.3.0 ` | MIT | clearlydefined |
783- | [ ` ws@8.18.0 ` ] ( git+https://github.com/websockets/ws.git ) | MIT | clearlydefined |
783+ | [ ` ws@8.18.0 ` ] ( git+https://github.com/websockets/ws.git ) | MIT | # 19631 |
784784| ` xml-name-validator@4.0.0 ` | Apache-2.0 | clearlydefined |
785785| ` xmlchars@2.2.0 ` | MIT | clearlydefined |
786786| [ ` y18n@5.0.8 ` ] ( https://github.com/yargs/y18n ) | ISC | clearlydefined |
Original file line number Diff line number Diff line change @@ -152,6 +152,8 @@ jobs:
152152 include :
153153 - platform : linux/arm64
154154 default : false
155+ - platform : linux/s390x
156+ default : false
155157 steps :
156158 -
157159 name : " Checkout Che Dashboard source code"
Load Diff This file was deleted.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1+ compressionLevel : mixed
2+
3+ enableGlobalCache : false
4+
15httpRetry : 3
26
37httpTimeout : 600000
@@ -20,4 +24,4 @@ packageExtensions:
2024 dependencies :
2125 prop-types : " *"
2226
23- yarnPath : .yarn/releases/yarn-3.8.6 .cjs
27+ yarnPath : .yarn/releases/yarn-4.5.1 .cjs
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ import ProgressIndicator from '@/components/Progress';
2727import WorkspaceEvents from '@/components/WorkspaceEvents' ;
2828import WorkspaceLogs from '@/components/WorkspaceLogs' ;
2929import { lazyInject } from '@/inversify.config' ;
30+ import DevfileEditorTab from '@/pages/WorkspaceDetails/DevfileEditorTab' ;
3031import Header from '@/pages/WorkspaceDetails/Header' ;
3132import { WorkspaceDetailsHeaderActions } from '@/pages/WorkspaceDetails/Header/Actions' ;
3233import styles from '@/pages/WorkspaceDetails/index.module.css' ;
@@ -36,8 +37,6 @@ import { buildDetailsLocation } from '@/services/helpers/location';
3637import { WorkspaceDetailsTab } from '@/services/helpers/types' ;
3738import { Workspace } from '@/services/workspace-adapter' ;
3839
39- const DevfileEditorTab = React . lazy ( ( ) => import ( '@/pages/WorkspaceDetails/DevfileEditorTab' ) ) ;
40-
4140export const SECTION_THEME = PageSectionVariants . light ;
4241
4342export type Props = {
Original file line number Diff line number Diff line change @@ -2,15 +2,13 @@ This file lists dependencies that do not need CQs or auto-detection does not wor
22
33| Packages | Resolved CQs |
44| --- | --- |
5- | ` @devfile/api@2.3.0-1738342178 ` | N/A |
65| ` @fastify/cors@9.0.1 ` | [ clearlydefined] ( https://clearlydefined.io/definitions/npm/npmjs/@fastify/cors/9.0.1 ) |
76| ` @fastify/swagger-ui@4.2.0 ` | [ clearlydefined] ( https://clearlydefined.io/definitions/npm/npmjs/@fastify/swagger-ui/4.2.0 ) |
87| ` @hapi/hoek@10.0.1 ` | [ clearlydefined] ( https://clearlydefined.io/definitions/npm/npmjs/@hapi/hoek/10.0.1 ) |
98| ` @patternfly/react-core@4.278.0 ` | [ clearlydefined] ( https://clearlydefined.io/definitions/npm/npmjs/@patternfly/react-core/4.278.0 ) |
109| ` @patternfly/react-icons@4.93.7 ` | [ clearlydefined] ( https://clearlydefined.io/definitions/npm/npmjs/@patternfly/react-icons/4.93.7 ) |
1110| ` @patternfly/react-table@4.113.6 ` | [ clearlydefined] ( https://clearlydefined.io/definitions/npm/npmjs/@patternfly/react-table/4.113.6 ) |
1211| ` blueimp-md5@2.19.0 ` | [ clearlydefined] ( https://clearlydefined.io/definitions/npm/npmjs/-/blueimp-md5/2.19.0 ) |
13- | ` asn1.js@4.10.1 ` | [ clearlydefined] ( https://clearlydefined.io/definitions/npm/npmjs/-/asn1.js/4.10.1 ) |
1412| ` codemirror@5.65.18 ` | [ clearlydefined] ( https://clearlydefined.io/definitions/npm/npmjs/-/codemirror/5.65.18 ) |
1513| ` cookie-signature@1.2.1 ` | [ clearlydefined] ( https://clearlydefined.io/definitions/npm/npmjs/-/cookie-signature/1.2.1 ) |
1614| ` elliptic@6.6.1 ` | [ clearlydefined] ( https://clearlydefined.io/definitions/npm/npmjs/-/elliptic/6.6.1 ) |
Original file line number Diff line number Diff line change 337337| [ ` get-symbol-description@1.0.0 ` ] ( git+https://github.com/inspect-js/get-symbol-description.git ) | MIT | clearlydefined |
338338| [ ` glob-parent@5.1.2 ` ] ( https://github.com/gulpjs/glob-parent.git ) | ISC | clearlydefined |
339339| [ ` glob-to-regexp@0.4.1 ` ] ( https://github.com/fitzgen/glob-to-regexp.git ) | BSD-2-Clause | clearlydefined |
340- | [ ` glob@7.2.3 ` ] ( git://github.com/isaacs/node-glob.git ) | ISC | clearlydefined |
340+ | [ ` glob@7.2.3 ` ] ( git://github.com/isaacs/node-glob.git ) | ISC | # 19366 |
341341| [ ` global-modules@2.0.0 ` ] ( https://github.com/jonschlinkert/global-modules.git ) | MIT | clearlydefined |
342342| [ ` global-prefix@3.0.0 ` ] ( https://github.com/jonschlinkert/global-prefix.git ) | MIT | clearlydefined |
343343| [ ` globals@13.23.0 ` ] ( https://github.com/sindresorhus/globals.git ) | MIT | clearlydefined |
368368| [ ` identity-obj-proxy@3.0.0 ` ] ( git+https://github.com/keyanzhang/identity-obj-proxy.git ) | MIT | clearlydefined |
369369| [ ` ignore-by-default@1.0.1 ` ] ( git+https://github.com/novemberborn/ignore-by-default.git ) | ISC | clearlydefined |
370370| [ ` ignore@5.2.4 ` ] ( git@github.com:kaelzhang/node-ignore.git ) | MIT | #5907 |
371- | [ ` import-fresh@3.3.0 ` ] ( https://github.com/sindresorhus/import-fresh.git ) | MIT | clearlydefined |
371+ | [ ` import-fresh@3.3.0 ` ] ( https://github.com/sindresorhus/import-fresh.git ) | MIT | # 19299 |
372372| [ ` import-lazy@4.0.0 ` ] ( https://github.com/sindresorhus/import-lazy.git ) | MIT | clearlydefined |
373373| [ ` import-local@3.1.0 ` ] ( https://github.com/sindresorhus/import-local.git ) | MIT | clearlydefined |
374374| [ ` imurmurhash@0.1.4 ` ] ( https://github.com/jensyt/imurmurhash-js ) | MIT | clearlydefined |
Original file line number Diff line number Diff line change 55| [ ` @babel/runtime@7.23.2 ` ] ( https://github.com/babel/babel.git ) | MIT | #10718 |
66| [ ` @devfile/api@2.3.0-1738342178 ` ] ( https://github.com/GIT_USER_ID/GIT_REPO_ID.git ) | Apache-2.0 | N/A |
77| [ ` @eclipse-che/che-devworkspace-generator@7.99.0-next-1ccb963 ` ] ( git+https://github.com/devfile/devworkspace-generator.git ) | EPL-2.0 | ecd.che |
8- | [ ` @eclipse-che/common@7.99 .0-next ` ] ( https://github.com/eclipse-che/che-dashboard ) | EPL-2.0 | ecd.che |
9- | [ ` @eclipse-che/dashboard-backend@7.99 .0-next ` ] ( https://github.com/eclipse-che/che-dashboard ) | EPL-2.0 | ecd.che |
10- | [ ` @eclipse-che/dashboard-frontend@7.99 .0-next ` ] ( git://github.com/eclipse/che-dashboard.git ) | EPL-2.0 | ecd.che |
8+ | [ ` @eclipse-che/common@7.100 .0-next ` ] ( https://github.com/eclipse-che/che-dashboard ) | EPL-2.0 | ecd.che |
9+ | [ ` @eclipse-che/dashboard-backend@7.100 .0-next ` ] ( https://github.com/eclipse-che/che-dashboard ) | EPL-2.0 | ecd.che |
10+ | [ ` @eclipse-che/dashboard-frontend@7.100 .0-next ` ] ( git://github.com/eclipse/che-dashboard.git ) | EPL-2.0 | ecd.che |
1111| [ ` @fastify/accept-negotiator@1.1.0 ` ] ( git+https://github.com/fastify/accept-negotiator.git ) | MIT | clearlydefined |
1212| [ ` @fastify/ajv-compiler@3.6.0 ` ] ( git+https://github.com/fastify/ajv-compiler.git ) | MIT | clearlydefined |
1313| [ ` @fastify/busboy@2.0.0 ` ] ( https://github.com/fastify/busboy.git ) | MIT | clearlydefined |
You can’t perform that action at this time.
0 commit comments