Skip to content

Commit

Permalink
Release Che Theia 7.9.0 based on Theia commit 1eaecd5cbf93468a74988dd…
Browse files Browse the repository at this point in the history
…cd347402fcbf14cbe

Signed-off-by: Artem Zatsarynnyi <azatsary@redhat.com>
  • Loading branch information
azatsarynnyy committed Feb 18, 2020
1 parent 035ed9f commit 18f5d8a
Show file tree
Hide file tree
Showing 25 changed files with 352 additions and 363 deletions.
4 changes: 2 additions & 2 deletions build.include
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
set -e
set -u

IMAGE_TAG="next"
IMAGE_TAG="latest"
THEIA_VERSION="master"
THEIA_BRANCH="master"
THEIA_GIT_REFS="refs\\/heads\\/master"
THEIA_DOCKER_IMAGE_VERSION=
THEIA_DOCKER_IMAGE_VERSION="7.9.0"

parse() {
PUBLISH_IMAGES=false
Expand Down
2 changes: 1 addition & 1 deletion che-theia-init-sources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ sources:
- plugins/ssh-plugin
- plugins/telemetry-plugin
- plugins/github-auth-plugin
checkoutTo: master
checkoutTo: 7.9.x
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# Clone theia and keep source code in home
RUN git clone --branch ${GIT_BRANCH_NAME} --single-branch --depth 1 https://github.com/${THEIA_GITHUB_REPO} ${HOME}/theia-source-code
RUN git clone --branch ${GIT_BRANCH_NAME} --single-branch --depth 1 https://github.com/${THEIA_GITHUB_REPO} ${HOME}/theia-source-code \
&& cd ${HOME}/theia-source-code && git checkout 1eaecd5cbf93468a74988ddcd347402fcbf14cbe
4 changes: 3 additions & 1 deletion dockerfiles/theia/docker/ubi8/builder-clone-theia.dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# Clone theia and keep source code in home
RUN git clone --branch ${GIT_BRANCH_NAME} --single-branch --depth 1 https://github.com/${THEIA_GITHUB_REPO} ${HOME}/theia-source-code
RUN git clone --branch ${GIT_BRANCH_NAME} --single-branch --depth 1 https://github.com/${THEIA_GITHUB_REPO} ${HOME}/theia-source-code \
&& cd ${HOME}/theia-source-code && git checkout 1eaecd5cbf93468a74988ddcd347402fcbf14cbe \
&& cd ${HOME} && tar zcf ${HOME}/theia-source-code.tgz theia-source-code
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"keywords": [
"theia-extension"
],
"version": "0.0.1",
"version": "7.9.0",
"files": [
"lib",
"node"
],
"dependencies": {
"@theia/core": "next",
"@theia/plugin-dev": "next",
"@theia/plugin-ext": "next",
"@theia/core": "0.16.0-next.1eaecd5c",
"@theia/plugin-dev": "0.16.0-next.1eaecd5c",
"@theia/plugin-ext": "0.16.0-next.1eaecd5c",
"@eclipse-che/workspace-client": "latest",
"@eclipse-che/api": "latest"
},
Expand Down
8 changes: 4 additions & 4 deletions extensions/eclipse-che-theia-about/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"keywords": [
"theia-extension"
],
"version": "0.0.1",
"version": "7.9.0",
"description": "Eclipse Che - Theia About menu",
"dependencies": {
"@theia/core": "next",
"@theia/mini-browser": "next",
"@eclipse-che/theia-plugin-ext": "0.0.1"
"@theia/core": "0.16.0-next.1eaecd5c",
"@theia/mini-browser": "0.16.0-next.1eaecd5c",
"@eclipse-che/theia-plugin-ext": "7.9.0"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions extensions/eclipse-che-theia-activity-tracker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"keywords": [
"theia-extension"
],
"version": "1.0.0",
"version": "7.9.0",
"files": [
"lib",
"src"
],
"dependencies": {
"@theia/core": "next",
"@eclipse-che/theia-plugin-ext": "0.0.1"
"@theia/core": "0.16.0-next.1eaecd5c",
"@eclipse-che/theia-plugin-ext": "7.9.0"
},
"scripts": {
"prepare": "yarn clean && yarn build",
Expand Down
6 changes: 3 additions & 3 deletions extensions/eclipse-che-theia-dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"keywords": [
"theia-extension"
],
"version": "0.0.1",
"version": "7.9.0",
"files": [
"lib",
"src"
],
"dependencies": {
"@eclipse-che/api": "latest",
"@theia/core": "next",
"@eclipse-che/theia-plugin-ext": "0.0.1"
"@theia/core": "0.16.0-next.1eaecd5c",
"@eclipse-che/theia-plugin-ext": "7.9.0"
},
"scripts": {
"prepare": "yarn clean && yarn build",
Expand Down
10 changes: 5 additions & 5 deletions extensions/eclipse-che-theia-git-provisioner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
"che",
"preferences"
],
"version": "0.0.1",
"version": "7.9.0",
"license": "EPL-2.0",
"files": [
"lib",
"src"
],
"dependencies": {
"@eclipse-che/theia-plugin-ext": "^0.0.1",
"@theia/core": "next",
"@theia/preferences": "next",
"@eclipse-che/theia-plugin-ext": "7.9.0",
"@theia/core": "0.16.0-next.1eaecd5c",
"@theia/preferences": "0.16.0-next.1eaecd5c",
"ini": "^1.3.5",
"nsfw": "^1.2.2",
"@eclipse-che/theia-user-preferences-synchronizer": "0.0.1"
"@eclipse-che/theia-user-preferences-synchronizer": "7.9.0"
},
"devDependencies": {
"@types/ini": "^1.3.5"
Expand Down
12 changes: 6 additions & 6 deletions extensions/eclipse-che-theia-plugin-ext/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eclipse-che/theia-plugin-ext",
"version": "0.0.1",
"version": "7.9.0",
"description": "Theia extension",
"author": "Yevhen Vydolob",
"license": "EPL-2.0",
Expand All @@ -13,12 +13,12 @@
"src"
],
"dependencies": {
"@eclipse-che/plugin": "0.0.1",
"@eclipse-che/plugin": "7.9.0",
"@eclipse-che/workspace-client": "latest",
"@theia/core": "next",
"@theia/task": "next",
"@theia/mini-browser": "next",
"@theia/plugin-ext": "next",
"@theia/core": "0.16.0-next.1eaecd5c",
"@theia/task": "0.16.0-next.1eaecd5c",
"@theia/mini-browser": "0.16.0-next.1eaecd5c",
"@theia/plugin-ext": "0.16.0-next.1eaecd5c",
"axios": "0.19.0",
"js-yaml": "3.13.1",
"@eclipse-che/workspace-telemetry-client": "latest"
Expand Down
8 changes: 4 additions & 4 deletions extensions/eclipse-che-theia-plugin-remote/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@eclipse-che/theia-remote",
"author": "Florent Benoit",
"version": "0.0.1",
"version": "7.9.0",
"license": "EPL-2.0",
"files": [
"lib",
"src"
],
"dependencies": {
"@theia/plugin-ext": "next",
"@theia/plugin-ext-vscode": "next",
"@theia/core": "next"
"@theia/plugin-ext": "0.16.0-next.1eaecd5c",
"@theia/plugin-ext-vscode": "0.16.0-next.1eaecd5c",
"@theia/core": "0.16.0-next.1eaecd5c"
},
"devDependencies": {
"@types/escape-html": "0.0.20",
Expand Down
2 changes: 1 addition & 1 deletion extensions/eclipse-che-theia-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eclipse-che/plugin",
"version": "0.0.1",
"version": "7.9.0",
"description": "Eclipse Che specific Theia plugin API",
"publishConfig": {
"access": "public"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
"keywords": [
"theia-extension"
],
"version": "0.0.1",
"version": "7.9.0",
"license": "EPL-2.0",
"files": [
"lib",
"src"
],
"dependencies": {
"@eclipse-che/api": "^7.0.0-beta-4.0-80162ea6d2",
"@eclipse-che/theia-plugin-ext": "0.0.1",
"@theia/core": "next",
"@theia/preferences": "next",
"@theia/workspace": "next"
"@eclipse-che/theia-plugin-ext": "7.9.0",
"@theia/core": "0.16.0-next.1eaecd5c",
"@theia/preferences": "0.16.0-next.1eaecd5c",
"@theia/workspace": "0.16.0-next.1eaecd5c"
},
"scripts": {
"prepare": "yarn run clean && yarn run build",
Expand Down
6 changes: 3 additions & 3 deletions extensions/eclipse-che-theia-terminal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"theia-extension",
"terminal"
],
"version": "0.0.1",
"version": "7.9.0",
"publishConfig": {
"access": "public"
},
Expand All @@ -19,8 +19,8 @@
"src"
],
"dependencies": {
"@theia/core": "next",
"@theia/terminal": "next",
"@theia/core": "0.16.0-next.1eaecd5c",
"@theia/terminal": "0.16.0-next.1eaecd5c",
"xterm": "3.9.2",
"reconnecting-websocket": "^4.2.0",
"@eclipse-che/workspace-client": "latest",
Expand Down
10 changes: 5 additions & 5 deletions extensions/eclipse-che-theia-user-preferences/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
"che",
"preferences"
],
"version": "0.0.1",
"version": "7.9.0",
"license": "EPL-2.0",
"files": [
"lib",
"src"
],
"dependencies": {
"@theia/core": "next",
"@theia/workspace": "next",
"@theia/core": "0.16.0-next.1eaecd5c",
"@theia/workspace": "0.16.0-next.1eaecd5c",
"nsfw": "^1.2.2",
"@theia/preferences": "next",
"@eclipse-che/theia-plugin-ext": "^0.0.1"
"@theia/preferences": "0.16.0-next.1eaecd5c",
"@eclipse-che/theia-plugin-ext": "7.9.0"
},
"devDependencies": {
"rimraf": "latest"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,24 @@
{
"path": "../examples/assembly/compile.tsconfig.json"
},
{
"path": "../examples/assembly/compile.tsconfig.json"
},
{
"path": "../examples/assembly/compile.tsconfig.json"
},
{
"path": "../examples/assembly/compile.tsconfig.json"
},
{
"path": "../examples/assembly/compile.tsconfig.json"
},
{
"path": "../examples/assembly/compile.tsconfig.json"
},
{
"path": "../examples/assembly/compile.tsconfig.json"
},
{
"path": "../examples/assembly/compile.tsconfig.json"
}
Expand Down
6 changes: 3 additions & 3 deletions plugins/containers-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"keywords": [
"theia-plugin"
],
"version": "0.0.2",
"version": "7.9.0",
"license": "EPL-2.0",
"files": [
"src",
Expand Down Expand Up @@ -33,9 +33,9 @@
}
},
"devDependencies": {
"@theia/plugin": "next",
"@theia/plugin": "0.16.0-next.1eaecd5c",
"@theia/plugin-packager": "latest",
"@eclipse-che/plugin": "0.0.1"
"@eclipse-che/plugin": "7.9.0"
},
"dependencies": {},
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions plugins/github-auth-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eclipse-che/github-auth-plugin",
"version": "0.0.1",
"version": "7.9.0",
"publisher": "Eclipse Che",
"keywords": [
"theia-plugin"
Expand All @@ -15,9 +15,9 @@
"*"
],
"devDependencies": {
"@theia/plugin": "next",
"@theia/plugin": "0.16.0-next.1eaecd5c",
"@theia/plugin-packager": "latest",
"@eclipse-che/plugin": "0.0.1",
"@eclipse-che/plugin": "7.9.0",
"rimraf": "2.6.2",
"typescript-formatter": "7.2.2",
"typescript": "2.9.2",
Expand Down
6 changes: 3 additions & 3 deletions plugins/ports-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@eclipse-che/ports-plugin",
"publisher": "Eclipse Che",
"version": "0.0.1",
"version": "7.9.0",
"keywords": [
"theia-plugin"
],
Expand All @@ -16,8 +16,8 @@
],
"dependencies": {},
"devDependencies": {
"@eclipse-che/plugin": "latest",
"@theia/plugin": "next",
"@eclipse-che/plugin": "7.9.0",
"@theia/plugin": "0.16.0-next.1eaecd5c",
"@theia/plugin-packager": "latest",
"@types/jest": "24.0.3",
"@types/node": "11.9.4"
Expand Down
8 changes: 4 additions & 4 deletions plugins/ssh-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"keywords": [
"theia-plugin"
],
"version": "0.0.1",
"version": "7.9.0",
"license": "EPL-2.0",
"contributors": [
{
Expand All @@ -29,12 +29,12 @@
"dependencies": {
"axios": "0.19.0",
"fs-extra": "7.0.1",
"@eclipse-che/plugin": "0.0.1"
"@eclipse-che/plugin": "7.9.0"
},
"devDependencies": {
"@eclipse-che/api": "latest",
"@eclipse-che/plugin": "0.0.1",
"@theia/plugin": "next",
"@eclipse-che/plugin": "7.9.0",
"@theia/plugin": "0.16.0-next.1eaecd5c",
"@theia/plugin-packager": "latest"
},
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions plugins/task-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"keywords": [
"theia-plugin"
],
"version": "0.0.1",
"version": "7.9.0",
"license": "EPL-2.0",
"contributors": [
{
Expand Down Expand Up @@ -42,8 +42,8 @@
}
},
"devDependencies": {
"@eclipse-che/plugin": "0.0.1",
"@theia/plugin": "next",
"@eclipse-che/plugin": "7.9.0",
"@theia/plugin": "0.16.0-next.1eaecd5c",
"@theia/plugin-packager": "latest"
},
"scripts": {
Expand Down
Loading

0 comments on commit 18f5d8a

Please sign in to comment.