Skip to content
This repository has been archived by the owner on Jun 20, 2018. It is now read-only.

Fix server shutdown #10

Merged
merged 2 commits into from
May 22, 2018
Merged

Fix server shutdown #10

merged 2 commits into from
May 22, 2018

Conversation

mmorhun
Copy link

@mmorhun mmorhun commented May 2, 2018

Signed-off-by: Mykola Morhun mmorhun@redhat.com

This PR fixes Theia server shutdown problem in case of electron and backend in docker container.
This PR introduces new external dependency: ps-tree
Fixes: eclipse-che/che#9367

@mmorhun mmorhun requested review from benoitf and evidolob May 2, 2018 12:28
@@ -5,15 +5,16 @@
"dependencies": {
"@theia/core": "^0.3.8",
"@theia/filesystem": "^0.3.8",
"@theia/workspace": "^0.3.8"
"@theia/workspace": "^0.3.8",
"ps-tree": "latest"
Copy link

Choose a reason for hiding this comment

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

Please use version that will be approved in eclipse CQ

Copy link
Author

Choose a reason for hiding this comment

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

ok

@mmorhun mmorhun force-pushed the CHE-9212_2-fix-server-shutdown branch from 2487c99 to 38f92b4 Compare May 2, 2018 12:45
Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
@mmorhun mmorhun force-pushed the CHE-9212_2-fix-server-shutdown branch from 38f92b4 to 775a801 Compare May 2, 2018 13:03
@mmorhun
Copy link
Author

mmorhun commented May 2, 2018

@benoitf
Copy link

benoitf commented May 7, 2018

@mmorhun do we need type B for this CQ as it will be part of Theia which is type A I think ?

@benoitf
Copy link

benoitf commented May 9, 2018

https://dev.eclipse.org/ipzilla/show_bug.cgi?id=16197

seems we can check in for now

@mmorhun mmorhun merged commit 1034fcb into master May 22, 2018
@mmorhun mmorhun deleted the CHE-9212_2-fix-server-shutdown branch May 22, 2018 11:00
benoitf pushed a commit that referenced this pull request May 29, 2018
Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
benoitf pushed a commit that referenced this pull request Jun 4, 2018
Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
benoitf pushed a commit that referenced this pull request Jun 13, 2018
Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
benoitf pushed a commit that referenced this pull request Jun 18, 2018
Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
benoitf pushed a commit that referenced this pull request Jun 18, 2018
Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
benoitf pushed a commit that referenced this pull request Jun 19, 2018
Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
benoitf pushed a commit that referenced this pull request Jun 19, 2018
Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Correctly stop Electron Hosted Instance of Theia
3 participants