This repository has been archived by the owner on Jan 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 26
Compatibility the new automatic multicast discovery and plugin file isolation #60
Merged
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
ae4dc5b
Add vscode launch configuration
davidfestal 102d8fe
isolate plugin files and drop endpoints
davidfestal 48c1d10
Only drop endpoints when on using localhost
davidfestal 13f2264
add tests
davidfestal 587e0fe
clean both `/plugins` and `/sidecar-plugins`
davidfestal 5e1adb5
clean code
davidfestal 998af28
Add the `THEIA_PLUGINS` container env var
davidfestal 2cbed49
Fix tests
davidfestal c4f0cbb
Use only one volume
davidfestal 0fa212f
copy extension archives with their real file name
davidfestal 5103797
Honor the `Content-Disposition` header if any ...
davidfestal 1e549d0
Add tests for the Download method
davidfestal 22d14a4
Refactor a bit the code to make clearer
davidfestal bc602f6
Revert "Add vscode launch configuration"
davidfestal cada295
Update the Readme according to the last changes
davidfestal File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This likely won't work on current master;
archivePath
is generated and no longer resolves filename, and resolving filename from URL won't work for many URLs.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah nevermind I see this commit also modifies how
archivePath
is generated.I worry that depending on URLs ending in the filename will cause problems -- e.g. https://marketplace.visualstudio.com/_apis/public/gallery/publishers/vscjava/vsextensions/vscode-java-debug/0.16.0/vspackage is a valid URL.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is fixed with commit ce4c699