Update the references to a new Che-Theia repository (#19432)

* Update .repositories.yaml

* Update CONTRIBUTING.md
7.30.x
Artem Zatsarynnyi 2021-03-26 19:47:23 +02:00 committed by GitHub
parent dc5c9fa2d2
commit 97824c857a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View File

@ -28,19 +28,19 @@ repositories:
url: https://github.com/eclipse/che/tree/master/tests
description: >-
source code of our integration tests.
- url: https://github.com/eclipse/che-theia
- url: https://github.com/eclipse-che/che-theia
name: che-theia
description: >-
Theia IDE integrated in Che.
devfile: https://github.com/eclipse/che-theia/blob/master/devfiles/che-theia-all.devfile.yaml
doc: https://github.com/eclipse/che-theia/blob/master/CONTRIBUTING.md
devfile: https://github.com/eclipse-che/che-theia/blob/master/devfiles/che-theia-all.devfile.yaml
doc: https://github.com/eclipse-che/che-theia/blob/master/CONTRIBUTING.md
useCheReleaseLifecycle: true
components:
- name: generator
url: https://github.com/eclipse/che-theia/tree/master/generator
url: https://github.com/eclipse-che/che-theia/tree/master/generator
description: >-
`che:theia init` CLI to prepare and build che-theia
doc: https://github.com/eclipse/che-theia/blob/master/generator/CONTRIBUTING.md
doc: https://github.com/eclipse-che/che-theia/blob/master/generator/CONTRIBUTING.md
- url: https://github.com/che-incubator/chectl
name: chectl
description: >-

View File

@ -18,8 +18,8 @@ Repository | Component | Description | Devfile | Documentation
---| [dockerfiles](https://github.com/eclipse/che/tree/master/dockerfiles) | source code, dockerfiles to build our main docker images. Note that Che-theia related dockerfiles are located in che-theia repo. | | |
---| [wsmaster](https://github.com/eclipse/che/tree/master/wsmaster) | orchestrates the Che workspaces with devfiles on Kubernetes | | |
---| [tests](https://github.com/eclipse/che/tree/master/tests) | source code of our integration tests. | | |
[che-theia](https://github.com/eclipse/che-theia) | | Theia IDE integrated in Che. | [devfile](https://github.com/eclipse/che-theia/blob/master/devfiles/che-theia-all.devfile.yaml) | [doc](https://github.com/eclipse/che-theia/blob/master/CONTRIBUTING.md)
---| [generator](https://github.com/eclipse/che-theia/tree/master/generator) | `che:theia init` CLI to prepare and build che-theia | | |
[che-theia](https://github.com/eclipse-che/che-theia) | | Theia IDE integrated in Che. | [devfile](https://github.com/eclipse-che/che-theia/blob/master/devfiles/che-theia-all.devfile.yaml) | [doc](https://github.com/eclipse-che/che-theia/blob/master/CONTRIBUTING.md)
---| [generator](https://github.com/eclipse-che/che-theia/tree/master/generator) | `che:theia init` CLI to prepare and build che-theia | | |
[chectl](https://github.com/che-incubator/chectl) | | The CLI to install Che, create and start workspaces and devfiles | [devfile](https://github.com/che-incubator/chectl/blob/master/devfile.yaml) | [doc](https://github.com/che-incubator/chectl/blob/master/CONTRIBUTING.md)
[dashboard](https://github.com/eclipse/che-dashboard) | | UI to manage workspaces, devfiles, etc. | [devfile](https://github.com/eclipse/che-dashboard/blob/master/devfile.yaml) | [doc](https://github.com/eclipse/che/blob/master/CONTRIBUTING.md#dashboard)
[devfile-registry](https://github.com/eclipse/che-devfile-registry) | | The default set of devfiles that would be made available on the Che dashboard stacks. | |