-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add npm script to download trace server and sample traces
The trace server download will work when the update in the Trace Compass CI matches. Gitpod config switched to produce the electron version of the example trace viewer application. The browser version does not currently work when the frontend and backend of the app are on different machines. To access the example application on Gitpod, wait for it to build, and when done open port 6080 from the right side of the status bar. This will open a new browser tab or window that will access the vnc server that runs in your container. This way of doing things introduces significant lag vs the broser version. That's unavoidable. Even if not ideal, one can test a PR in 3 mins instead of 15 this way. Signed-off-by: Marc Dumais <marc.dumais@ericsson.com>
- Loading branch information
1 parent
2e4fe21
commit 61efe89
Showing
9 changed files
with
389 additions
and
359 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,18 @@ | ||
The Gitpod config files have been copied from the main eclipse-theia repo: | ||
|
||
[.gitpod.yml](https://github.com/eclipse-theia/theia/blob/c1af83e93712e07049a4cfcf46735b039de24ab8/.gitpod.yml) | ||
|
||
[.gitpod.dockerfile](https://github.com/eclipse-theia/theia/blob/c1af83e93712e07049a4cfcf46735b039de24ab8/.gitpod.dockerfile) | ||
# License of Gitpod configuration files | ||
|
||
|
||
|
||
License: | ||
The Gitpod config files have been copied from the main eclipse-theia repo, which is licensed like so: | ||
|
||
This program and the accompanying materials are made available under the | ||
terms of the Eclipse Public License v. 2.0 which is available at | ||
https://www.eclipse.org/legal/epl-2.0, or GNU General Public License, version 2 | ||
with the GNU Classpath Exception which is available at https://www.gnu.org/software/classpath/license.html. | ||
|
||
Original files: | ||
|
||
[.gitpod.yml](https://github.com/eclipse-theia/theia/blob/c1af83e93712e07049a4cfcf46735b039de24ab8/.gitpod.yml) | ||
|
||
[.gitpod.dockerfile](https://github.com/eclipse-theia/theia/blob/c1af83e93712e07049a4cfcf46735b039de24ab8/.gitpod.dockerfile) | ||
|
||
Note: The two above copied files are only useful for CI/tests and are not contributing to the Theia extension or example application contained in this repo. The presence of these differently licensed files in the repo would have no impact on the licensing of the Trace extension or the example application, that can both remain licensed under MIT. | ||
|
||
(The MIT license permits re-licensing - that right remains available for anyone to exercise) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.