forked from eclipse-che/che
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.repositories.yaml
277 lines (274 loc) · 11.7 KB
/
.repositories.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
# Copyright (c) 2020 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
#
# List of repositories of Eclipse Che components
---
repositories:
- url: https://github.com/eclipse/che
name: che
description: >-
(this repository) the main project repository
devfile: https://github.com/eclipse/che/blob/master/devfile.yaml
doc: https://github.com/eclipse/che/blob/master/CONTRIBUTING.md#che-server-aka-ws-master
useCheReleaseLifecycle: true
components:
- name: dockerfiles
url: https://github.com/eclipse/che/tree/master/dockerfiles
description: >-
source code, dockerfiles to build our main docker images. Note that Che-theia related dockerfiles are located in che-theia repo.
- name: wsmaster
url: https://github.com/eclipse/che/tree/master/wsmaster
description: >-
orchestrates the Che workspaces with devfiles on Kubernetes
- name: tests
url: https://github.com/eclipse/che/tree/master/tests
description: >-
source code of our integration tests.
- url: https://github.com/eclipse/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
useCheReleaseLifecycle: true
components:
- name: generator
url: https://github.com/eclipse/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
- 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
useCheReleaseLifecycle: true
- url: https://github.com/eclipse/che-dashboard
name: dashboard
description: >-
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
useCheReleaseLifecycle: true
- url: https://github.com/eclipse/che-devfile-registry
name: devfile-registry
description: >-
The default set of devfiles that would be made available on the Che dashboard stacks.
useCheReleaseLifecycle: true
- url: https://github.com/eclipse/che-docs
name: docs
description: >-
Eclipse Che documentation https://www.eclipse.org/che/docs/ source code.
devfile: https://github.com/eclipse/che-docs/blob/master/devfile.yaml
doc: https://github.com/eclipse/che/blob/master/CONTRIBUTING.md#dashboard
useCheReleaseLifecycle: true
- url: https://github.com/eclipse/che-machine-exec
name: machine-exec
description: >-
Interface to execute tasks and terminals on other containers within a workspace.
devfile: https://github.com/eclipse/che-machine-exec/blob/master/devfile.yaml
doc: https://github.com/eclipse/che-machine-exec/blob/master/CONTRIBUTING.md
useCheReleaseLifecycle: true
- url: https://github.com/eclipse/che-operator
name: operator
description: >-
Che operator to deploy, update and manage K8S/OpenShift resources of Che.
devfile: https://github.com/eclipse/che-operator/blob/master/devfile.yaml
useCheReleaseLifecycle: true
- url: https://github.com/eclipse/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-plugin-broker/blob/master/devfile.yaml
doc: https://github.com/eclipse/che-plugin-broker/blob/master/CONTRIBUTING.md
useCheReleaseLifecycle: false
- url: https://github.com/eclipse/che-plugin-registry
name: plugin-registry
description: >-
The default set of Che plugins (vscode extension + containers) or editors that could be installed on any Che workspaces.
useCheReleaseLifecycle: true
- url: https://github.com/eclipse/che-website
name: website
description: >-
https://eclipse.org/che website source code.
devfile: https://github.com/eclipse/che-website/blob/master/devfile.yaml
useCheReleaseLifecycle: false
- url: https://github.com/eclipse/che-workspace-client
name: workspace-client
description: >-
JS library to interact with a che-server.
useCheReleaseLifecycle: false
- url: https://github.com/che-dockerfiles/che-sidecar-bazel
name: che-sidecar-bazel
description: >-
Eclipse Che Sidecar container for Bazel tooling
useCheReleaseLifecycle: false
- url: https://github.com/che-dockerfiles/che-sidecar-protobuf
name: che-sidecar-protobuf
description: >-
Eclipse Che Sidecar container for Protobuf tooling
useCheReleaseLifecycle: false
- url: https://github.com/che-dockerfiles/che-sidecar-tekton
name: che-sidecar-tekton
description: >-
Eclipse Che Sidecar container for Tekton tooling
useCheReleaseLifecycle: false
- url: https://github.com/che-dockerfiles/che-sidecar-kubernetes-tooling
name: che-sidecar-kubernetes-tooling
description: >-
Eclipse Che Sidecar container for Kubernetes tooling
useCheReleaseLifecycle: false
- url: https://github.com/che-dockerfiles/che-sidecar-openshift-connector
name: che-sidecar-openshift-connector
description: >-
Eclipse Che Sidecar container for OpenShift connector tooling
useCheReleaseLifecycle: false
- url: https://github.com/che-dockerfiles/che-container-tools
name: che-container-tools
description: >-
Base image used for sidecars that service container tooling plugins
useCheReleaseLifecycle: false
- url: https://github.com/che-dockerfiles/che-sidecar-python
name: che-sidecar-python
description: >-
Eclipse Che Sidecar container for python tooling
- url: https://github.com/che-dockerfiles/che-custom-nodejs-deasync
name: che-custom-nodejs-deasync
description: >-
Provides a custom nodejs binary embedding deasync node-gyp module as builtin module
useCheReleaseLifecycle: false
- url: https://github.com/che-dockerfiles/che-sidecar-go
name: che-sidecar-go
description: >-
Eclipse Che sidecar container for go
useCheReleaseLifecycle: false
- url: https://github.com/che-dockerfiles/che-sidecar-sonarlint
name: che-sidecar-sonarlint
description: >-
Eclipse Che sidecar container for sonalint extension
useCheReleaseLifecycle: false
- url: https://github.com/che-dockerfiles/che-sidecar-dotnet
name: che-sidecar-dotnet
description: >-
Eclipse Che sidecar container for dotnet
useCheReleaseLifecycle: false
- url: https://github.com/che-dockerfiles/che-sidecar-shellcheck
name: che-sidecar-shellcheck
description: >-
Eclipse Che sidecar container for shellcheck
useCheReleaseLifecycle: false
- url: https://github.com/che-dockerfiles/che-sidecar-camelk
name: che-sidecar-camelk
description: >-
Eclipse Che sidecar container for camelk
useCheReleaseLifecycle: false
- url: https://github.com/che-dockerfiles/che-sidecar-vale
name: che-sidecar-vale
description: >-
Eclipse Che sidecar container for vale
useCheReleaseLifecycle: false
- url: https://github.com/che-dockerfiles/che-cert-manager-ca-cert-generator-image
name: che-cert-manager-ca-cert-generator-image
description: >-
CA cert generation job image used by chectl
useCheReleaseLifecycle: false
- url: https://github.com/che-dockerfiles/che-buildkit-base
name: che-buildkit-base
description: >-
Eclipse Che Sidecar container for buildkit tooling
useCheReleaseLifecycle: false
- url: https://github.com/che-dockerfiles/che-sidecar-scala
name: che-sidecar-scala
description: >-
Eclipse Che Sidecar container for scala tooling
useCheReleaseLifecycle: false
- url: https://github.com/che-dockerfiles/che-buildah-base
name: che-buildah-base
description: >-
Use this image to build docker images using buildah
useCheReleaseLifecycle: false
- url: https://github.com/che-dockerfiles/che-docker-registry-image-copier
name: che-docker-registry-image-copier
description: >-
copy images between public and private docker registry inside k8s cluster
useCheReleaseLifecycle: false
- url: https://github.com/che-dockerfiles/che-php-base
name: che-php-base
description: >-
Base image to be used for the PHP devfile
useCheReleaseLifecycle: false
- url: https://github.com/che-dockerfiles/che-tls-secret-creator
name: che-tls-secret-creator
description: >-
This images generates TLS certificates
useCheReleaseLifecycle: false
- url: https://github.com/che-dockerfiles/build-action
name: build-action
description: >-
Custom GitHub Action for building sidecar Dockerfiles
useCheReleaseLifecycle: false
- url: https://github.com/che-dockerfiles/che-sidecar-podman
name: che-sidecar-podman
description: >-
Eclipse Che Sidecar container for podman tooling
useCheReleaseLifecycle: false
- url: https://github.com/che-dockerfiles/che-sidecar-clang
name: che-sidecar-clang
description: >-
Eclipse Che Sidecar container for clang tooling
useCheReleaseLifecycle: false
- url: https://github.com/che-dockerfiles/che-sidecar-php
name: che-sidecar-php
description: >-
Eclipse Che Sidecar container for php tooling
useCheReleaseLifecycle: false
- url: https://github.com/che-dockerfiles/che-sidecar-java
name: che-sidecar-java
description: >-
Eclipse Che Sidecar container for java tooling
useCheReleaseLifecycle: false
- url: https://github.com/che-dockerfiles/che-sidecar-dependency-analytics
name: che-sidecar-dependency-analytics
description: >-
Eclipse Che Sidecar container for dependency analytics tooling
useCheReleaseLifecycle: false
- url: https://github.com/che-dockerfiles/che-sidecar-node
name: che-sidecar-node
description: >-
Eclipse Che Sidecar container for node tooling
useCheReleaseLifecycle: false
- url: https://github.com/che-incubator/che-dashboard-next
name: che-dashboard-next
description: >-
New dashboard for Eclipse CHE
useCheReleaseLifecycle: false
- url: https://github.com/che-incubator/che-theia-openshift-auth
name: che-theia-openshift-auth
description: >-
OpenShift authentication plugin
useCheReleaseLifecycle: false
- url: https://github.com/che-incubator/configbump
name: configbump
description: >-
Simple Kubernetes controller that is able to quickly synchronize a set of config maps
useCheReleaseLifecycle: false
- url: https://github.com/che-incubator/workspace-data-sync
name: workspace-data-sync
description: >-
Provides the ability to increase I/O performance for a developer workspaces
useCheReleaseLifecycle: false
- url: https://github.com/che-incubator/che-workspace-telemetry-client
name: che-workspace-telemetry-client
description: >-
abstract telemetry API and a Typescript implementation of the API.
useCheReleaseLifecycle: false
- url: https://github.com/che-incubator/kubernetes-image-puller
name: kubernetes-image-puller
description: >-
ensures that all nodes in the cluster have those images cached
useCheReleaseLifecycle: false