Skip to content

Commit

Permalink
chore: remove che-theia as it's... (#22500)
Browse files Browse the repository at this point in the history
* chore: remove che-theia as it's archived/read-only (#22120)

Change-Id: Ica9e7d2ede33ee7eb77528181f298cf519e934c1
Signed-off-by: Nick Boldt <nboldt@redhat.com>

* run ./.repositories-update-contributing.sh

Change-Id: Icb18565aae0a04c8966353ccc75fd5587d235c62
Signed-off-by: Nick Boldt <nboldt@redhat.com>

* fix links; remove eclipse-che/che-plugin-broker (archived); dedupe che-incubator/devfile-api entries (why listed twice?)

Change-Id: I571d2d7b2fbbaf787d5a4c4a01a8d25c8abc38e0
Signed-off-by: Nick Boldt <nboldt@redhat.com>

* re-run ./.repositories-update-contributing.sh

Change-Id: Ic93abe9d0d80d6f65e73601fbc92a1de3184fc62
Signed-off-by: Nick Boldt <nboldt@redhat.com>

---------

Signed-off-by: Nick Boldt <nboldt@redhat.com>
  • Loading branch information
nickboldt committed Sep 11, 2023
1 parent a5a0151 commit d617bba
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 55 deletions.
2 changes: 1 addition & 1 deletion .repositories-update-contributing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
set -e
set -u

YQ_IMAGE="mikefarah/yq:3.3.2"
YQ_IMAGE="docker.io/mikefarah/yq:3.3.2"

DIR=$(cd "$(dirname "$0")"; pwd)

Expand Down
43 changes: 9 additions & 34 deletions .repositories.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repositories:
description: >-
(this repository) the main project repository
devfile: https://github.com/eclipse/che/blob/main/devfile.yaml
doc: https://github.com/eclipse/che/blob/main/CONTRIBUTING.md#che-server-aka-ws-master
doc: https://github.com/eclipse/che/blob/main/CONTRIBUTING.md
useCheReleaseLifecycle: true
components:
- name: tests
Expand All @@ -25,40 +25,27 @@ repositories:
description: >-
Che server project repository
devfile: https://github.com/eclipse-che/che-server/blob/HEAD/devfile.yaml
doc: https://github.com/eclipse/che/blob/HEAD/CONTRIBUTING.md#che-server-aka-ws-master
doc: https://github.com/eclipse/che/blob/HEAD/CONTRIBUTING.md
useCheReleaseLifecycle: true
components:
- name: dockerfiles
url: https://github.com/eclipse-che/che-server/tree/HEAD/dockerfiles
description: >-
source code, dockerfiles to build our main docker images. Note that Che-theia related dockerfiles are located in che-theia repo.
source code, dockerfiles to build our main docker images. Note that Che-code related dockerfiles are located in che-code repo.
- name: che-server
url: https://github.com/eclipse-che/che-server/tree/HEAD/wsmaster
description: >-
orchestrates the Che workspaces with devfiles on Kubernetes
- name: tests
url: https://github.com/eclipse/che/tree/master/tests
url: https://github.com/eclipse/che/tree/main/tests
description: >-
source code of our integration tests.
- url: https://github.com/eclipse-che/che-theia
name: che-theia
description: >-
Theia IDE integrated in Che.
devfile: https://github.com/eclipse-che/che-theia/blob/main/devfiles/che-theia-all.devfile.yaml
doc: https://github.com/eclipse-che/che-theia/blob/main/CONTRIBUTING.md
useCheReleaseLifecycle: true
components:
- name: generator
url: https://github.com/eclipse-che/che-theia/tree/main/generator
description: >-
`che:theia init` CLI to prepare and build che-theia
doc: https://github.com/eclipse-che/che-theia/blob/main/generator/CONTRIBUTING.md
- url: https://github.com/che-incubator/chectl
name: chectl
description: >-
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
devfile: https://github.com/che-incubator/chectl/blob/main/devfile.yaml
doc: https://github.com/che-incubator/chectl/blob/main/CONTRIBUTING.md
useCheReleaseLifecycle: true
- url: https://github.com/che-incubator/che-code
name: che-code
Expand Down Expand Up @@ -90,22 +77,15 @@ repositories:
name: machine-exec
description: >-
Interface to execute tasks and terminals on other containers within a workspace.
devfile: https://github.com/eclipse-che/che-machine-exec/blob/master/devfile.yaml
doc: https://github.com/eclipse-che/che-machine-exec/blob/master/CONTRIBUTING.md
devfile: https://github.com/eclipse-che/che-machine-exec/blob/main/devfile.yaml
doc: https://github.com/eclipse-che/che-machine-exec/blob/main/CONTRIBUTING.md
useCheReleaseLifecycle: true
- url: https://github.com/eclipse-che/che-operator
name: operator
description: >-
Che operator to deploy, update and manage K8S/OpenShift resources of Che.
devfile: https://github.com/eclipse-che/che-operator/blob/master/devfile.yaml
devfile: https://github.com/eclipse-che/che-operator/blob/main/devfile.yaml
useCheReleaseLifecycle: true
- url: https://github.com/eclipse-che/che-plugin-broker
name: plugin-broker
description: >-
The workspace microservice that is in charge of analyzing, preparing and installing the workspace components defined in a Devfile.
devfile: https://github.com/eclipse-che/che-plugin-broker/blob/master/devfile.yaml
doc: https://github.com/eclipse-che/che-plugin-broker/blob/master/CONTRIBUTING.md
useCheReleaseLifecycle: false
- url: https://github.com/eclipse-che/che-plugin-registry
name: plugin-registry
description: >-
Expand Down Expand Up @@ -238,8 +218,3 @@ repositories:
description: >-
Devfile API library
useCheReleaseLifecycle: false
- url: https://github.com/che-incubator/devfile-api
name: devfile-api
description: >-
Devfile API library
useCheReleaseLifecycle: false
33 changes: 13 additions & 20 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,34 +16,22 @@ If creating a new repo under the [eclipse-che](https://github.com/eclipse-che) o
<!-- begin repository list -->
Repository | Component | Description | Devfile | Documentation
--- | --- | --- | --- | ---
[che](https://github.com/eclipse/che) | | (this repository) the main project repository | [devfile](https://github.com/eclipse/che/blob/main/devfile.yaml) | [doc](https://github.com/eclipse/che/blob/main/CONTRIBUTING.md#che-server-aka-ws-master)
[che](https://github.com/eclipse/che) | | (this repository) the main project repository | [devfile](https://github.com/eclipse/che/blob/main/devfile.yaml) | [doc](https://github.com/eclipse/che/blob/main/CONTRIBUTING.md)
---| [tests](https://github.com/eclipse/che/tree/main/tests) | source code of our integration tests. | | |
[che-server](https://github.com/eclipse-che/che-server/) | | Che server project repository | [devfile](https://github.com/eclipse-che/che-server/blob/HEAD/devfile.yaml) | [doc](https://github.com/eclipse/che/blob/HEAD/CONTRIBUTING.md#che-server-aka-ws-master)
---| [dockerfiles](https://github.com/eclipse-che/che-server/tree/HEAD/dockerfiles) | source code, dockerfiles to build our main docker images. Note that Che-theia related dockerfiles are located in che-theia repo. | | |
[che-server](https://github.com/eclipse-che/che-server/) | | Che server project repository | [devfile](https://github.com/eclipse-che/che-server/blob/HEAD/devfile.yaml) | [doc](https://github.com/eclipse/che/blob/HEAD/CONTRIBUTING.md)
---| [dockerfiles](https://github.com/eclipse-che/che-server/tree/HEAD/dockerfiles) | source code, dockerfiles to build our main docker images. Note that Che-code related dockerfiles are located in che-code repo. | | |
---| [che-server](https://github.com/eclipse-che/che-server/tree/HEAD/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/che-theia) | | Theia IDE integrated in Che. | [devfile](https://github.com/eclipse-che/che-theia/blob/main/devfiles/che-theia-all.devfile.yaml) | [doc](https://github.com/eclipse-che/che-theia/blob/main/CONTRIBUTING.md)
---| [generator](https://github.com/eclipse-che/che-theia/tree/main/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)
---| [tests](https://github.com/eclipse/che/tree/main/tests) | source code of our integration tests. | | |
[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/main/devfile.yaml) | [doc](https://github.com/che-incubator/chectl/blob/main/CONTRIBUTING.md)
[che-code](https://github.com/che-incubator/che-code) | | Fork of "Code - OSS" to work with Eclipse Che | [devfile](https://github.com/che-incubator/che-code/blob/main/devfile.yaml) | [doc](https://github.com/che-incubator/che-code/blob/main/README.md)
[dashboard](https://github.com/eclipse-che/che-dashboard) | | UI to manage workspaces, devfiles, etc. | [devfile](https://github.com/eclipse-che/che-dashboard/blob/main/devfile.yaml) | [doc](https://github.com/eclipse-che/che-dashboard/blob/main/README.md#eclipse-che-dashboard)
[devfile-registry](https://github.com/eclipse-che/che-devfile-registry) | | The default set of devfiles that would be made available on the Che dashboard stacks. | |
[docs](https://github.com/eclipse-che/che-docs) | | Eclipse Che documentation https://github.com/eclipse-che/che-docs source code. | [devfile](https://github.com/eclipse-che/che-docs/blob/main/devfile.yaml) | [doc](https://github.com/eclipse-che/che-docs/blob/main/CONTRIBUTING.adoc)
[machine-exec](https://github.com/eclipse-che/che-machine-exec) | | Interface to execute tasks and terminals on other containers within a workspace. | [devfile](https://github.com/eclipse-che/che-machine-exec/blob/master/devfile.yaml) | [doc](https://github.com/eclipse-che/che-machine-exec/blob/master/CONTRIBUTING.md)
[operator](https://github.com/eclipse-che/che-operator) | | Che operator to deploy, update and manage K8S/OpenShift resources of Che. | [devfile](https://github.com/eclipse-che/che-operator/blob/master/devfile.yaml) |
[plugin-broker](https://github.com/eclipse-che/che-plugin-broker) | | The workspace microservice that is in charge of analyzing, preparing and installing the workspace components defined in a Devfile. | [devfile](https://github.com/eclipse-che/che-plugin-broker/blob/master/devfile.yaml) | [doc](https://github.com/eclipse-che/che-plugin-broker/blob/master/CONTRIBUTING.md)
[machine-exec](https://github.com/eclipse-che/che-machine-exec) | | Interface to execute tasks and terminals on other containers within a workspace. | [devfile](https://github.com/eclipse-che/che-machine-exec/blob/main/devfile.yaml) | [doc](https://github.com/eclipse-che/che-machine-exec/blob/main/CONTRIBUTING.md)
[operator](https://github.com/eclipse-che/che-operator) | | Che operator to deploy, update and manage K8S/OpenShift resources of Che. | [devfile](https://github.com/eclipse-che/che-operator/blob/main/devfile.yaml) |
[plugin-registry](https://github.com/eclipse-che/che-plugin-registry) | | The default set of Che plugins (vscode extension + containers) or editors that could be installed on any Che workspaces. | |
[website](https://github.com/eclipse-che/che-website) | | https://eclipse.org/che website source code. | [devfile](https://github.com/eclipse-che/che-website/blob/main/.devfile.yaml) |
[workspace-client](https://github.com/eclipse-che/che-workspace-client) | | JS library to interact with a che-server. | |
[che-container-tools](https://github.com/che-dockerfiles/che-container-tools) | | Base image used for sidecars that service container tooling plugins | |
[che-custom-nodejs-deasync](https://github.com/che-dockerfiles/che-custom-nodejs-deasync) | | Provides a custom nodejs binary embedding deasync node-gyp module as builtin module | |
[che-cert-manager-ca-cert-generator-image](https://github.com/che-dockerfiles/che-cert-manager-ca-cert-generator-image) | | CA cert generation job image used by chectl | |
[che-buildkit-base](https://github.com/che-dockerfiles/che-buildkit-base) | | Eclipse Che Sidecar container for buildkit tooling | |
[che-buildah-base](https://github.com/che-dockerfiles/che-buildah-base) | | Use this image to build docker images using buildah | |
[che-docker-registry-image-copier](https://github.com/che-dockerfiles/che-docker-registry-image-copier) | | copy images between public and private docker registry inside k8s cluster | |
[che-php-base](https://github.com/che-dockerfiles/che-php-base) | | Base image to be used for the PHP devfile | |
[che-tls-secret-creator](https://github.com/che-dockerfiles/che-tls-secret-creator) | | This images generates TLS certificates | |
[che-theia-openshift-auth](https://github.com/che-incubator/che-theia-openshift-auth) | | OpenShift authentication plugin | |
[configbump](https://github.com/che-incubator/configbump) | | Simple Kubernetes controller that is able to quickly synchronize a set of config maps | |
[workspace-data-sync](https://github.com/che-incubator/workspace-data-sync) | | Provides the ability to increase I/O performance for a developer workspaces | |
[che-workspace-telemetry-client](https://github.com/che-incubator/che-workspace-telemetry-client) | | abstract telemetry API and a Typescript implementation of the API. | |
Expand All @@ -61,7 +49,12 @@ Repository | Component | Description | Devfile | Documentation
[registry](https://github.com/devfile/registry) | | Upstream devfile registry | |
[developer-images](https://github.com/devfile/developer-images) | | Container images to code, build run applications on secured Kubernetes clusters | |
[devworkspace-operator-docs](https://github.com/devfile/devworkspace-operator-docs) | | DevWorkspace operator documentation | |
[git-srv](https://github.com/che-incubator/git-srv) | | Scripts to deploy oAuth supported self-hosted git providers | |
[check-license-header](https://github.com/che-incubator/check-license-header) | | License header format checker | |
[devworkspace-telemetry-woopra-plugin](https://github.com/che-incubator/devworkspace-telemetry-woopra-plugin) | | Devworkspace telemetry Woopra plugin | |
[setup-minikube-action](https://github.com/che-incubator/setup-minikube-action) | | Github action for starting Minikube to be able to Install/Run Eclipse Che | |
[dependencies-license-action](https://github.com/che-incubator/dependencies-license-action) | | Github action to check file with list golang runtime dependencies and license information. | |
[dash-licenses](https://github.com/che-incubator/dash-licenses) | | A container wrapper for The Eclipse Dash License Tool. | |
[devfile-api](https://github.com/che-incubator/devfile-api) | | Devfile API library | |
<!-- end repository list -->

## Devfile to contribute
Expand Down

0 comments on commit d617bba

Please sign in to comment.