forked from coder/code-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Merge cdr/main into galesky/main #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or 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
fix: add symlink to npmignore
Co-authored-by: Katie Horne <katie@coder.com>
Co-authored-by: Katie Horne <katie@coder.com>
chore(deps): update aquasecurity/trivy-action commit hash to 8eccb55
Co-authored-by: Jonathan Yu <jonathan@coder.com>
improve npm/yarn install flow and add Windows 10 instructions
chore(deps): update debian docker tag to v11
docs: add how to change port
docs: add proxying a vue app
docs: add note about npm logging
fix(docs): use latest instead of version in links
chore: add stale bot
docs(guide): add ssh into code-server on vs code
fix: remove stale label action from ranger
This reverts commit efbfe06 as some of the contents broke our doc site generator.
chore(deps): update dependency eslint-plugin-prettier to v4
feat(testing): add tests for src/browser/pages/vscode to hit 100% coverage
docs: add troubleshooting section for documentation
fix: revert revert and add ssh back into guide docs
Currently, Windows default script-shell (cmd) fails to run the postinstall script. This commit fixes the problem by running postinstall.sh explicitly with the default bash executable of the OS. Related: #1397
* Resolve remote authority to initialize tunnel API * Fix linting * Add comment
fix(security): address dependency vulnerabilities
With #3895, we caused a regression where the Content-Security-Policy prevented images in the previewer to not work due to the ports in the resource URI. This modifies the CSP in the webview to make sure images are not blocked by CSP. I assume once we upgrade VS Code, we will revert this change.
This adds a couple tests for ensureAddress.
feat: add tests for src/node/app.ts
fix(docs): use png screenshot instead of svg
fix(lib/vscode): update csp in webview to allow ports
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.