Skip to content

Commit

Permalink
chore: remove outdated editors (#1930)
Browse files Browse the repository at this point in the history
Signed-off-by: Valeriy Svydenko <[email protected]>
  • Loading branch information
svor committed Jun 3, 2024
1 parent 2f016d9 commit a54c622
Showing 1 changed file with 0 additions and 367 deletions.
367 changes: 0 additions & 367 deletions che-editors.yaml
Original file line number Diff line number Diff line change
@@ -1,156 +1,5 @@
version: 2.0.0
editors:
- schemaVersion: 2.2.2
metadata:
name: ws-skeleton/jupyter/5.7.0
displayName: Jupyter Notebook
description: Jupyter Notebook for Eclipse Che
icon: /images/notebook.svg
tags:
- Tech-Preview
attributes:
publisher: ws-skeleton
version: 5.7.0
title: Jupyter Notebook for Eclipse Che
repository: 'https://github.com/ws-skeleton/che-editor-jupyter/'
firstPublicationDate: '2019-02-05'
components:
- name: jupyter-notebook
container:
image: "docker.io/ksmster/che-editor-jupyter:5.7.0"
env:
- name: JUPYTER_NOTEBOOK_DIR
value: /projects
mountSources: true
memoryLimit: 512M
endpoints:
- name: jupyter
targetPort: 8888
exposure: public
protocol: https
attributes:
type: main
attributes:
ports:
- exposedPort: 8888
- schemaVersion: 2.2.2
metadata:
name: dirigiblelabs/dirigible/3.4.0
displayName: Eclipse Dirigible
description: Eclipse Dirigible for Eclipse Che
icon: /images/dirigible.svg
tags:
- Tech-Preview
attributes:
publisher: dirigiblelabs
version: 3.4.0
title: Eclipse Dirigible for Eclipse Che
repository: 'https://github.com/dirigiblelabs/dirigible-che-editor-plugin/'
firstPublicationDate: '2019-02-05'
components:
- name: eclipse-dirigible
container:
image: "docker.io/dirigiblelabs/dirigible-openshift:3.4.0"
env:
- name: DIRIGIBLE_DATABASE_PROVIDER
value: local
- name: DIRIGIBLE_REPOSITORY_LOCAL_ROOT_FOLDER
value: /projects/dirigible/repository
- name: DIRIGIBLE_REPOSITORY_LOCAL_ROOT_FOLDER_IS_ABSOLUTE
value: 'true'
- name: DIRIGIBLE_REPOSITORY_SEARCH_ROOT_FOLDER
value: /projects/dirigible/repository
- name: DIRIGIBLE_REPOSITORY_SEARCH_ROOT_FOLDER_IS_ABSOLUTE
value: 'true'
- name: DIRIGIBLE_CMS_INTERNAL_ROOT_FOLDER
value: /projects/dirigible/cms
- name: DIRIGIBLE_CMS_INTERNAL_ROOT_FOLDER_IS_ABSOLUTE
value: 'true'
- name: DIRIGIBLE_DATABASE_H2_ROOT_FOLDER_DEFAULT
value: /projects/dirigible/h2
- name: DIRIGIBLE_DATABASE_H2_URL
value: 'jdbc:h2:/projects/dirigible/h2'
- name: DIRIGIBLE_OPERATIONS_LOGS_ROOT_FOLDER_DEFAULT
value: /usr/local/tomcat/logs
mountSources: true
memoryLimit: 1024M
endpoints:
- name: dirigible
attributes:
type: main
targetPort: 8080
exposure: public
protocol: https
attributes:
ports:
- exposedPort: 8080
- schemaVersion: 2.2.2
metadata:
name: ws-skeleton/eclipseide/4.9.0
displayName: Eclipse IDE with Broadway
description: Eclipse IDE (in browser using Broadway) for Eclipse Che
icon: /images/eclipse-ide.svg
tags:
- Tech-Preview
attributes:
publisher: ws-skeleton
version: 4.9.0
title: Eclipse IDE (in browser using Broadway) for Eclipse Che
repository: 'https://github.com/ws-skeleton/che-editor-eclipseide/'
firstPublicationDate: '2019-02-05'
components:
- name: eclipse-ide
container:
image: "docker.io/wsskeleton/eclipse-broadway"
mountSources: true
memoryLimit: 2048M
endpoints:
- name: eclipse-ide
targetPort: 5000
exposure: public
protocol: https
attributes:
type: main
attributes:
ports:
- exposedPort: 5000
- schemaVersion: 2.2.2
metadata:
name: cdr/code-server/3.6.2
displayName: VS Code via code-server
description: An open source distribution of Visual Studio Code (code-server)
for Eclipse Che
icon: /images/vscode.svg
tags:
- Tech-Preview
attributes:
publisher: cdr
version: 3.6.2
title: An open source distribution of Visual Studio Code (code-server) for
Eclipse Che
repository: 'https://github.com/cdr/code-server'
firstPublicationDate: '2020-11-03'
components:
- name: code-server
container:
image: "codercom/code-server:3.6.2"
volumeMounts:
- name: user-data
path: /home/coder/.local/share/code-server
mountSources: true
memoryLimit: 1024M
endpoints:
- name: code-server
targetPort: 8080
exposure: public
protocol: https
attributes:
type: main
attributes:
ports:
- exposedPort: 8080
- name: user-data
volume: {}
- schemaVersion: 2.2.2
metadata:
name: che-incubator/che-code/insiders
Expand Down Expand Up @@ -545,222 +394,6 @@ editors:
memoryRequest: 32Mi
cpuLimit: 500m
cpuRequest: 30m
- schemaVersion: 2.2.2
metadata:
name: che-incubator/che-pycharm/next
displayName: JetBrains PyCharm Community
description: JetBrains PyCharm Community IDE for Eclipse Che - next
icon: /images/pycharm.svg
tags:
- Tech-Preview
attributes:
publisher: che-incubator
version: next
title: JetBrains PyCharm Community IDE for Eclipse Che - next
repository: 'https://github.com/che-incubator/jetbrains-editor-images'
firstPublicationDate: '2021-10-06'
commands:
- id: init-container-command
apply:
component: che-pycharm-injector
- id: init-che-pycharm-command
exec:
component: che-pycharm-runtime-description
commandLine: nohup /projector/entrypoint-volume.sh > /projector/entrypoint-logs.txt
2>&1 &
events:
preStart:
- init-container-command
postStart:
- init-che-pycharm-command
components:
- name: che-pycharm-runtime-description
container:
image: 'quay.io/devfile/universal-developer-image:latest'
env:
- name: PROJECTOR_ASSEMBLY_DIR
value: /projector
- name: PROJECTOR_CONFIG_DIR
value: /home/user/.jetbrains
volumeMounts:
- name: projector-volume
path: /projector
- name: projector-configuration
path: /home/user/.jetbrains
- name: projector-java-configuration
path: /home/user/.java
memoryLimit: 6144Mi
memoryRequest: 2048Mi
cpuLimit: 2000m
cpuRequest: 1500m
endpoints:
- name: intellij
attributes:
type: main
cookiesAuthEnabled: true
discoverable: false
urlRewriteSupported: true
targetPort: 8887
exposure: public
path: '/?backgroundColor=434343&wss'
secure: true
protocol: https
- name: intellij-redirect-1
targetPort: 13131
exposure: public
protocol: https
attributes:
discoverable: false
urlRewriteSupported: false
- name: intellij-redirect-2
targetPort: 13132
exposure: public
protocol: https
attributes:
discoverable: false
urlRewriteSupported: false
- name: intellij-redirect-3
targetPort: 13133
exposure: public
protocol: https
attributes:
discoverable: false
urlRewriteSupported: false
attributes:
app.kubernetes.io/component: che-pycharm-runtime
app.kubernetes.io/part-of: che-pycharm.eclipse.org
controller.devfile.io/container-contribution: true
- name: projector-volume
volume: {}
- name: projector-configuration
volume: {}
- name: projector-java-configuration
volume: {}
- name: che-pycharm-injector
container:
image: 'quay.io/che-incubator/che-pycharm:next'
command:
- /projector/entrypoint-init-container.sh
env:
- name: PROJECTOR_VOLUME_MOUNT
value: /projector-volume
- name: PROJECTOR_ASSEMBLY_DIR
value: /projector
volumeMounts:
- name: projector-volume
path: /projector-volume
memoryLimit: 128Mi
memoryRequest: 32Mi
cpuLimit: 500m
cpuRequest: 30m
- schemaVersion: 2.2.2
metadata:
name: che-incubator/che-pycharm/latest
displayName: JetBrains PyCharm Community
description: JetBrains PyCharm Community IDE for Eclipse Che
icon: /images/pycharm.svg
tags:
- Tech-Preview
attributes:
publisher: che-incubator
version: latest
title: JetBrains PyCharm Community IDE for Eclipse Che
repository: 'https://github.com/che-incubator/jetbrains-editor-images'
firstPublicationDate: '2021-10-06'
commands:
- id: init-container-command
apply:
component: che-pycharm-injector
- id: init-che-pycharm-command
exec:
component: che-pycharm-runtime-description
commandLine: nohup /projector/entrypoint-volume.sh > /projector/entrypoint-logs.txt
2>&1 &
events:
preStart:
- init-container-command
postStart:
- init-che-pycharm-command
components:
- name: che-pycharm-runtime-description
container:
image: 'quay.io/devfile/universal-developer-image:latest'
env:
- name: PROJECTOR_ASSEMBLY_DIR
value: /projector
- name: PROJECTOR_CONFIG_DIR
value: /home/user/.jetbrains
volumeMounts:
- name: projector-volume
path: /projector
- name: projector-configuration
path: /home/user/.jetbrains
- name: projector-java-configuration
path: /home/user/.java
memoryLimit: 6144Mi
memoryRequest: 2048Mi
cpuLimit: 2000m
cpuRequest: 1500m
endpoints:
- name: intellij
attributes:
type: main
cookiesAuthEnabled: true
discoverable: false
urlRewriteSupported: true
targetPort: 8887
exposure: public
path: '/?backgroundColor=434343&wss'
secure: true
protocol: https
- name: intellij-redirect-1
targetPort: 13131
exposure: public
protocol: https
attributes:
discoverable: false
urlRewriteSupported: false
- name: intellij-redirect-2
targetPort: 13132
exposure: public
protocol: https
attributes:
discoverable: false
urlRewriteSupported: false
- name: intellij-redirect-3
targetPort: 13133
exposure: public
protocol: https
attributes:
discoverable: false
urlRewriteSupported: false
attributes:
app.kubernetes.io/component: che-pycharm-runtime
app.kubernetes.io/part-of: che-pycharm.eclipse.org
controller.devfile.io/container-contribution: true
- name: projector-volume
volume: {}
- name: projector-configuration
volume: {}
- name: projector-java-configuration
volume: {}
- name: che-pycharm-injector
container:
image: 'quay.io/che-incubator/che-pycharm:latest'
command:
- /projector/entrypoint-init-container.sh
env:
- name: PROJECTOR_VOLUME_MOUNT
value: /projector-volume
- name: PROJECTOR_ASSEMBLY_DIR
value: /projector
volumeMounts:
- name: projector-volume
path: /projector-volume
memoryLimit: 128Mi
memoryRequest: 32Mi
cpuLimit: 500m
cpuRequest: 30m
- schemaVersion: 2.2.2
metadata:
name: che-incubator/che-idea-server/next
Expand Down

0 comments on commit a54c622

Please sign in to comment.