-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade @eclipse-che/che-devworkspace-generator and @devfile/api (#1278)
* upgrade @eclipse-che/che-devworkspace-generator and @devfile/api Signed-off-by: Oleksii Orel <[email protected]>
- Loading branch information
Showing
17 changed files
with
72 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ This file lists dependencies that do not need CQs or auto-detection does not wor | |
|
||
| Packages | Resolved CQs | | ||
| --- | --- | | ||
| `@devfile/[email protected]` | N/A | | ||
| `@fastify/[email protected]` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/@fastify/cors/9.0.1) | | ||
| `@fastify/[email protected]` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/@fastify/swagger-ui/4.2.0) | | ||
| `@hapi/[email protected]` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/@hapi/hoek/10.0.1) | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,8 +8,8 @@ | |
| [`@codemirror/[email protected]`](https://github.com/codemirror/language.git) | MIT | clearlydefined | | ||
| [`@codemirror/[email protected]`](https://github.com/codemirror/state.git) | MIT | clearlydefined | | ||
| [`@codemirror/[email protected]`](https://github.com/codemirror/view.git) | MIT | clearlydefined | | ||
| [`@devfile/[email protected]1721400636`](https://github.com/GIT_USER_ID/GIT_REPO_ID.git) | Apache-2.0 | clearlydefined | | ||
| [`@eclipse-che/che-devworkspace-generator@7.90.0-next-4510df7`](git+https://github.com/devfile/devworkspace-generator.git) | EPL-2.0 | ecd.che | | ||
| [`@devfile/[email protected]1733171449`](https://github.com/GIT_USER_ID/GIT_REPO_ID.git) | Apache-2.0 | | | ||
| [`@eclipse-che/che-devworkspace-generator@7.96.0-next-da9f364`](git+https://github.com/devfile/devworkspace-generator.git) | EPL-2.0 | ecd.che | | ||
| [`@fastify/[email protected]`](git+https://github.com/fastify/accept-negotiator.git) | MIT | clearlydefined | | ||
| [`@fastify/[email protected]`](git+https://github.com/fastify/ajv-compiler.git) | MIT | clearlydefined | | ||
| [`@fastify/[email protected]`](https://github.com/fastify/busboy.git) | MIT | clearlydefined | | ||
|
@@ -78,7 +78,7 @@ | |
| [`[email protected]`](https://github.com/npm/abbrev-js.git) | ISC | clearlydefined | | ||
| [`[email protected]`](git+https://github.com/mysticatea/abort-controller.git) | MIT | #7592 | | ||
| [`[email protected]`](git+https://github.com/jsumners/abstract-logging.git) | MIT | clearlydefined | | ||
| [`[email protected]`](https://github.com/TooTallNate/proxy-agents.git) | MIT | clearlydefined | | ||
| [`[email protected]`](https://github.com/TooTallNate/proxy-agents.git) | MIT | #17896 | | ||
| `[email protected]` | MIT | clearlydefined | | ||
| [`[email protected]`](git+https://github.com/ajv-validator/ajv-formats.git) | MIT | clearlydefined | | ||
| [`[email protected]`](git+https://github.com/ajv-validator/ajv-formats.git) | MIT | clearlydefined | | ||
|
@@ -253,7 +253,7 @@ | |
| `[email protected]` | MIT | clearlydefined | | ||
| [`[email protected]`](https://github.com/TooTallNate/proxy-agents.git) | MIT | clearlydefined | | ||
| [`[email protected]`](git://github.com/joyent/node-http-signature.git) | MIT | #2732 | | ||
| [`[email protected]`](https://github.com/TooTallNate/proxy-agents.git) | MIT | clearlydefined | | ||
| [`[email protected]`](https://github.com/TooTallNate/proxy-agents.git) | MIT | #17900 | | ||
| `[email protected]` | ISC | clearlydefined | | ||
| [`[email protected]`](git://github.com/ashtuchkin/iconv-lite.git) | MIT | clearlydefined | | ||
| [`[email protected]`](git://github.com/feross/ieee754.git) | BSD-3-Clause | clearlydefined | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
/* | ||
* Copyright (c) 2018-2024 Red Hat, Inc. | ||
* This program and the accompanying materials are made | ||
* available under the terms of the Eclipse Public License 2.0 | ||
* which is available at https://www.eclipse.org/legal/epl-2.0/ | ||
* | ||
* SPDX-License-Identifier: EPL-2.0 | ||
* | ||
* Contributors: | ||
* Red Hat, Inc. - initial API and implementation | ||
*/ | ||
|
||
export const devworkspaceGroup = 'workspace.devfile.io'; | ||
export const devworkspacePlural = 'devworkspaces'; | ||
export const devworkspaceLatestVersion = 'v1alpha2'; | ||
|
||
export const devworkspacetemplateGroup = 'workspace.devfile.io'; | ||
export const devworkspacetemplatePlural = 'devworkspacetemplates'; | ||
export const devworkspacetemplateLatestVersion = 'v1alpha2'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ This file lists dependencies that do not need CQs or auto-detection does not wor | |
|
||
| Packages | Resolved CQs | | ||
| --- | --- | | ||
| `@devfile/[email protected]` | N/A | | ||
| `@fastify/[email protected]` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/@fastify/cors/9.0.1) | | ||
| `@fastify/[email protected]` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/@fastify/swagger-ui/4.2.0) | | ||
| `@hapi/[email protected]` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/@hapi/hoek/10.0.1) | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters