Skip to content

Commit

Permalink
Added definitions for gwt ide versions since 6.19.0 (eclipse-che#144)
Browse files Browse the repository at this point in the history
* Added definitions for gwt ide versions since 6.19.0

6.19.0
7.0.0-beta-1.0
7.0.0-beta-2.0
7.0.0-beta-3.0
7.0.0-beta-4.0
next
  • Loading branch information
skabashnyuk committed May 14, 2019
1 parent bec007a commit 9b66a94
Show file tree
Hide file tree
Showing 6 changed files with 428 additions and 3 deletions.
85 changes: 85 additions & 0 deletions v3/plugins/eclipse/che-gwt-ide/6.19.0/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
apiVersion: v2
publisher: eclipse
name: che-gwt-ide
version: 6.19.0
type: Che Editor
displayName: Eclipse GWT IDE
title: Eclipse GWT IDE for Eclipse Che
description: Eclipse GWT IDE
icon: https://www.eclipse.org/che/images/logo-eclipseche.svg
category: Editor
repository: https://github.com/eclipse/che-editor-gwt-ide/
firstPublicationDate: "2019-02-05"
spec:
endpoints:
- name: "che-gwt-ide-and-master"
public: true
targetPort: 8085
attributes:
protocol: http
type: ide
discoverable: false
path : gwt/ide/sidecar/entrypoint
secure: true
cookiesAuthEnabled: true
- name: "wsagent/http"
public: true
targetPort: 8087
attributes:
protocol: http
path : api
discoverable: false
secure: true
cookiesAuthEnabled: true
- name: "wsagent/ws"
public: true
targetPort: 8087
attributes:
protocol: ws
path : wsagent
discoverable: false
secure: true
cookiesAuthEnabled: true
- name: "exec-agent/http"
public: true
targetPort: 4412
attributes:
protocol: http
path : process
discoverable: false
secure: true
cookiesAuthEnabled: true
- name: "exec-agent/ws"
public: true
targetPort: 4412
attributes:
protocol: ws
path : connect
discoverable: false
secure: true
cookiesAuthEnabled: true
- name: "terminal"
public: true
targetPort: 4411
attributes:
protocol: ws
path : pty
discoverable: false
secure: true
cookiesAuthEnabled: true
containers:
- name: che-editor-gwt-ide
image: eclipse/che-editor-gwt-ide:6.19.0
env:
- name: SERVER_PORT
value: 8080
volumes:
- mountPath: "/plugins"
name: plugins
mountSources: true
ports:
- exposedPort: 8085
- exposedPort: 8087
- exposedPort: 4411
- exposedPort: 4412
memoryLimit: "512M"
85 changes: 85 additions & 0 deletions v3/plugins/eclipse/che-gwt-ide/7.0.0-beta-1.0/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
apiVersion: v2
publisher: eclipse
name: che-gwt-ide
version: 7.0.0-beta-1.0
type: Che Editor
displayName: Eclipse GWT IDE
title: Eclipse GWT IDE for Eclipse Che
description: Eclipse GWT IDE
icon: https://www.eclipse.org/che/images/logo-eclipseche.svg
category: Editor
repository: https://github.com/eclipse/che-editor-gwt-ide/
firstPublicationDate: "2019-02-05"
spec:
endpoints:
- name: "che-gwt-ide-and-master"
public: true
targetPort: 8085
attributes:
protocol: http
type: ide
discoverable: false
path : gwt/ide/sidecar/entrypoint
secure: true
cookiesAuthEnabled: true
- name: "wsagent/http"
public: true
targetPort: 8087
attributes:
protocol: http
path : api
discoverable: false
secure: true
cookiesAuthEnabled: true
- name: "wsagent/ws"
public: true
targetPort: 8087
attributes:
protocol: ws
path : wsagent
discoverable: false
secure: true
cookiesAuthEnabled: true
- name: "exec-agent/http"
public: true
targetPort: 4412
attributes:
protocol: http
path : process
discoverable: false
secure: true
cookiesAuthEnabled: true
- name: "exec-agent/ws"
public: true
targetPort: 4412
attributes:
protocol: ws
path : connect
discoverable: false
secure: true
cookiesAuthEnabled: true
- name: "terminal"
public: true
targetPort: 4411
attributes:
protocol: ws
path : pty
discoverable: false
secure: true
cookiesAuthEnabled: true
containers:
- name: che-editor-gwt-ide
image: eclipse/che-editor-gwt-ide:7.0.0-beta-1.0
env:
- name: SERVER_PORT
value: 8080
volumes:
- mountPath: "/plugins"
name: plugins
mountSources: true
ports:
- exposedPort: 8085
- exposedPort: 8087
- exposedPort: 4411
- exposedPort: 4412
memoryLimit: "512M"
85 changes: 85 additions & 0 deletions v3/plugins/eclipse/che-gwt-ide/7.0.0-beta-2.0/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
apiVersion: v2
publisher: eclipse
name: che-gwt-ide
version: 7.0.0-beta-2.0
type: Che Editor
displayName: Eclipse GWT IDE
title: Eclipse GWT IDE for Eclipse Che
description: Eclipse GWT IDE
icon: https://www.eclipse.org/che/images/logo-eclipseche.svg
category: Editor
repository: https://github.com/eclipse/che-editor-gwt-ide/
firstPublicationDate: "2019-02-05"
spec:
endpoints:
- name: "che-gwt-ide-and-master"
public: true
targetPort: 8085
attributes:
protocol: http
type: ide
discoverable: false
path : gwt/ide/sidecar/entrypoint
secure: true
cookiesAuthEnabled: true
- name: "wsagent/http"
public: true
targetPort: 8087
attributes:
protocol: http
path : api
discoverable: false
secure: true
cookiesAuthEnabled: true
- name: "wsagent/ws"
public: true
targetPort: 8087
attributes:
protocol: ws
path : wsagent
discoverable: false
secure: true
cookiesAuthEnabled: true
- name: "exec-agent/http"
public: true
targetPort: 4412
attributes:
protocol: http
path : process
discoverable: false
secure: true
cookiesAuthEnabled: true
- name: "exec-agent/ws"
public: true
targetPort: 4412
attributes:
protocol: ws
path : connect
discoverable: false
secure: true
cookiesAuthEnabled: true
- name: "terminal"
public: true
targetPort: 4411
attributes:
protocol: ws
path : pty
discoverable: false
secure: true
cookiesAuthEnabled: true
containers:
- name: che-editor-gwt-ide
image: eclipse/che-editor-gwt-ide:7.0.0-beta-2.0
env:
- name: SERVER_PORT
value: 8080
volumes:
- mountPath: "/plugins"
name: plugins
mountSources: true
ports:
- exposedPort: 8085
- exposedPort: 8087
- exposedPort: 4411
- exposedPort: 4412
memoryLimit: "512M"
85 changes: 85 additions & 0 deletions v3/plugins/eclipse/che-gwt-ide/7.0.0-beta-3.0/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
apiVersion: v2
publisher: eclipse
name: che-gwt-ide
version: 7.0.0-beta-3.0
type: Che Editor
displayName: Eclipse GWT IDE
title: Eclipse GWT IDE for Eclipse Che
description: Eclipse GWT IDE
icon: https://www.eclipse.org/che/images/logo-eclipseche.svg
category: Editor
repository: https://github.com/eclipse/che-editor-gwt-ide/
firstPublicationDate: "2019-02-05"
spec:
endpoints:
- name: "che-gwt-ide-and-master"
public: true
targetPort: 8085
attributes:
protocol: http
type: ide
discoverable: false
path : gwt/ide/sidecar/entrypoint
secure: true
cookiesAuthEnabled: true
- name: "wsagent/http"
public: true
targetPort: 8087
attributes:
protocol: http
path : api
discoverable: false
secure: true
cookiesAuthEnabled: true
- name: "wsagent/ws"
public: true
targetPort: 8087
attributes:
protocol: ws
path : wsagent
discoverable: false
secure: true
cookiesAuthEnabled: true
- name: "exec-agent/http"
public: true
targetPort: 4412
attributes:
protocol: http
path : process
discoverable: false
secure: true
cookiesAuthEnabled: true
- name: "exec-agent/ws"
public: true
targetPort: 4412
attributes:
protocol: ws
path : connect
discoverable: false
secure: true
cookiesAuthEnabled: true
- name: "terminal"
public: true
targetPort: 4411
attributes:
protocol: ws
path : pty
discoverable: false
secure: true
cookiesAuthEnabled: true
containers:
- name: che-editor-gwt-ide
image: eclipse/che-editor-gwt-ide:7.0.0-beta-3.0
env:
- name: SERVER_PORT
value: 8080
volumes:
- mountPath: "/plugins"
name: plugins
mountSources: true
ports:
- exposedPort: 8085
- exposedPort: 8087
- exposedPort: 4411
- exposedPort: 4412
memoryLimit: "512M"
Loading

0 comments on commit 9b66a94

Please sign in to comment.