Skip to content
This repository has been archived by the owner on Jul 19, 2019. It is now read-only.

Initial implementation of the extension #1

Merged
merged 3 commits into from
May 30, 2018
Merged

Initial implementation of the extension #1

merged 3 commits into from
May 30, 2018

Conversation

mmorhun
Copy link
Contributor

@mmorhun mmorhun commented May 3, 2018

This extension contributes to HostedPluginManager uri postprocessor which converts internal (inside container) hosted instance uri to external (Che host).

Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
package.json Outdated
@@ -0,0 +1,31 @@
{
"name": "@theia/che-theia-hosted-plugin-manager-extension",
Copy link
Member

@benoitf benoitf May 3, 2018

Choose a reason for hiding this comment

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

hello, why is it @theia if it's a che extension ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

will change for eclipse-che

"include": [
"src"
]
}
Copy link
Member

Choose a reason for hiding this comment

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

there is a missing EOF

Copy link
Contributor Author

Choose a reason for hiding this comment

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

will fix

}

async processUri(uri: URI): Promise<URI> {
const hostedPluginTheiaInnstanceServer = await this.getHostedPluginTheiaInnstanceServer();
Copy link
Member

Choose a reason for hiding this comment

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

somehow there are too many n in 'instance' getHostedPluginTheiaInnstanceServer

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks

package.json Outdated
},
"devDependencies": {
"rimraf": "^2.6.2",
"typescript": "latest"
Copy link
Contributor

@AndrienkoAleksandr AndrienkoAleksandr May 3, 2018

Choose a reason for hiding this comment

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

Set up please 2.7.2 version. For this version CQ passed.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ok

Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
@mmorhun
Copy link
Contributor Author

mmorhun commented May 29, 2018

@benoitf @evidolob @akurinnoy review again please

@mmorhun mmorhun merged commit 7bb42b6 into master May 30, 2018
@mmorhun mmorhun deleted the ext-impl branch May 30, 2018 06:20
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.

5 participants