eclipse-archived / codewind

The official repository of the Eclipse Codewind project
https://codewind.dev
Eclipse Public License 2.0
113 stars 45 forks source link

Add Codewind ingress to Portal environment API #262

Open johnmcollier opened 5 years ago

johnmcollier commented 5 years ago

The Codewind Theia extension is currently manually constructing the Codewind ingress URL in order to display the performance dashboard in the browser. This works fine as-is, but if the Codewind ingress URL format changes at all, it will break the extension.

Rather than constructing the URL manually, the Codewind ingress/route URL should get added to Portal's environment API so that it can be retrieved directly by the Theia extension, much like how we're doing so for the Tekton ingress currently.

johnmcollier commented 5 years ago

@markcor11 FYI

tobespc commented 4 years ago

seems reasonable to me, will schedule it in

tetchel commented 4 years ago

can you open a new issue with the vscode tag, or update me otherwise when the portal change is in?