Skip to content

Commit

Permalink
feat: use 3rd party library for devfile converter
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitf committed Nov 30, 2021
1 parent f1963af commit 80f3071
Show file tree
Hide file tree
Showing 8 changed files with 45 additions and 496 deletions.
3 changes: 1 addition & 2 deletions .deps/dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@
| [`prelude-ls@1.1.2`](git://github.com/gkz/prelude-ls.git) | MIT | clearlydefined |
| [`prepend-http@2.0.0`](https://github.com/sindresorhus/prepend-http.git) | MIT | clearlydefined |
| [`prettier-linter-helpers@1.0.0`](git+https://github.com/prettier/prettier-linter-helpers.git) | MIT | clearlydefined |
| [`prettier@2.4.1`](https://github.com/prettier/prettier.git) | MIT | |
| [`prettier@2.4.1`](https://github.com/prettier/prettier.git) | MIT | #1585 |
| [`pretty-error@2.1.2`](https://github.com/AriaMinaei/pretty-error.git) | MIT | clearlydefined |
| [`pretty-format@26.6.2`](https://github.com/facebook/jest.git) | MIT | clearlydefined |
| [`process-nextick-args@2.0.1`](https://github.com/calvinmetcalf/process-nextick-args.git) | MIT | clearlydefined |
Expand Down Expand Up @@ -1124,7 +1124,6 @@
| [`util.promisify@1.0.0`](git+https://github.com/ljharb/util.promisify.git) | MIT | clearlydefined |
| [`util@0.11.1`](git://github.com/defunctzombie/node-util) | MIT | clearlydefined |
| [`utils-merge@1.0.1`](git://github.com/jaredhanson/utils-merge.git) | MIT | clearlydefined |
| [`uuid@3.4.0`](https://github.com/uuidjs/uuid.git) | MIT | clearlydefined |
| [`v8-compile-cache@2.3.0`](https://github.com/zertosh/v8-compile-cache.git) | MIT | clearlydefined |
| [`v8-to-istanbul@7.1.2`](https://github.com/istanbuljs/v8-to-istanbul.git) | ISC | clearlydefined |
| [`validate-npm-package-license@3.0.4`](https://github.com/kemitchell/validate-npm-package-license.js.git) | Apache-2.0 | clearlydefined |
Expand Down
3 changes: 1 addition & 2 deletions .deps/problems.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@
1. `fsevents@2.3.2`
2. `jsdom@16.7.0`
3. `node-notifier@8.0.2`
4. `prettier@2.4.1`
5. `tslint@5.9.1`
4. `tslint@5.9.1`
5 changes: 3 additions & 2 deletions .deps/prod.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
| [`@eclipse-che/common@7.37.0-SNAPSHOT`](https://github.com/eclipse-che/che-dashboard) | EPL-2.0 | N/A |
| [`@eclipse-che/dashboard-backend@7.37.0-SNAPSHOT`](https://github.com/eclipse-che/che-dashboard) | EPL-2.0 | N/A |
| [`@eclipse-che/dashboard-frontend@7.37.0-SNAPSHOT`](git://github.com/eclipse/che-dashboard.git) | EPL-2.0 | N/A |
| [`@eclipse-che/devfile-converter@0.0.1-69851f8`](git+https://github.com/che-incubator/devfile-converter.git) | EPL-2.0 | clearlydefined |
| [`@eclipse-che/workspace-client@0.0.1-1632305737`](https://github.com/eclipse/che-workspace-client) | EPL-2.0 | clearlydefined |
| [`@fastify/ajv-compiler@1.1.0`](git+https://github.com/fastify/ajv-compiler.git) | MIT | clearlydefined |
| [`@kubernetes/client-node@0.14.3`](https://github.com/kubernetes-client/javascript.git) | Apache-2.0 | clearlydefined |
Expand Down Expand Up @@ -223,7 +224,7 @@
| [`json-schema@0.2.3`](http://github.com/kriszyp/json-schema) | BSD* | #1046 |
| [`json-stringify-safe@5.0.1`](git://github.com/isaacs/json-stringify-safe) | ISC | clearlydefined |
| [`json3@3.3.3`](git://github.com/bestiejs/json3.git) | MIT | clearlydefined |
| [`json5@1.0.1`](git+https://github.com/json5/json5.git) | MIT | [CQ22351](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=22351) |
| [`json5@0.5.1`](https://github.com/aseemk/json5.git) | MIT | #1040 |
| [`jsonc-parser@3.0.0`](https://github.com/microsoft/node-jsonc-parser) | MIT | clearlydefined |
| [`jsonfile@6.1.0`](git@github.com:jprichardson/node-jsonfile.git) | MIT | clearlydefined |
| [`jsonpath-plus@0.19.0`](git://github.com/s3u/JSONPath.git) | MIT | clearlydefined |
Expand Down Expand Up @@ -394,7 +395,7 @@
| [`uri-js@4.4.1`](http://github.com/garycourt/uri-js) | BSD-2-Clause | #1086 |
| [`url-parse@1.5.3`](https://github.com/unshiftio/url-parse.git) | MIT | clearlydefined |
| [`util-deprecate@1.0.2`](git://github.com/TooTallNate/util-deprecate.git) | MIT | clearlydefined |
| [`uuid@7.0.3`](https://github.com/uuidjs/uuid.git) | MIT | #57 |
| [`uuid@3.4.0`](https://github.com/uuidjs/uuid.git) | MIT | clearlydefined |
| [`value-equal@1.0.1`](https://github.com/mjackson/value-equal.git) | MIT | clearlydefined |
| [`vary@1.1.2`](https://github.com/jshttp/vary.git) | MIT | clearlydefined |
| [`verror@1.10.0`](git://github.com/davepacheco/node-verror.git) | MIT | clearlydefined |
Expand Down
1 change: 1 addition & 0 deletions packages/dashboard-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
},
"dependencies": {
"@eclipse-che/che-theia-devworkspace-handler": "0.0.1-1637592995",
"@eclipse-che/devfile-converter": "0.0.1-69851f8",
"@eclipse-che/workspace-client": "0.0.1-1632305737",
"@patternfly/react-core": "4.120.0",
"@patternfly/react-icons": "^4.3.5",
Expand Down

This file was deleted.

0 comments on commit 80f3071

Please sign in to comment.