Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove che-theia as it's... #22500

Merged
merged 4 commits into from
Sep 11, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
Copy link
Member

@ibuziuk ibuziuk Sep 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no Quay.io alternative? as I recall we decided not to have docker images as part of the repo


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

Expand Down
15 changes: 1 addition & 14 deletions .repositories.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ repositories:
- 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: >-
Expand All @@ -40,19 +40,6 @@ repositories:
url: https://github.com/eclipse/che/tree/master/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
vinokurig marked this conversation as resolved.
Show resolved Hide resolved
- url: https://github.com/che-incubator/chectl
name: chectl
description: >-
Expand Down
25 changes: 12 additions & 13 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,9 @@ 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)
---| [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. | | |
---| [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)
[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)
Expand All @@ -35,15 +33,6 @@ Repository | Component | Description | Devfile | Documentation
[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 +50,17 @@ 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
https://github.com/che-incubator/devfile-api) | | Devfile API library
Devfile API library | |
[devfile-api](https://github.com/che-incubator/devfile-api
https://github.com/che-incubator/devfile-api) | | Devfile API library
Devfile API library | |
<!-- end repository list -->

## Devfile to contribute
Expand Down