Archived
1
0
Commit Graph

3343 Commits

Author SHA1 Message Date
f885b29675 Add vscode via vendor package.
- Use yarn for vscode vendoring.
- Grab hash from package.
2021-09-15 14:54:33 -04:00
28ba59ab3c Merge pull request #4165 from cdr/bpmct/add-codetogether
add CodeTogether docs
2021-09-15 18:35:45 +00:00
e5d0f966c6 improve wording 2021-09-15 00:20:16 -05:00
0ed8c8a294 change language 2021-09-15 00:18:50 -05:00
3ce2b10076 use same formatting 2021-09-15 00:17:33 -05:00
5dc7d17d16 add CodeTogether docs 2021-09-15 00:13:42 -05:00
8e0877561e Merge pull request #4044 from cdr/jsjoeio-revert-revert
fix(revert): move helm README to docs
2021-09-14 17:34:34 +00:00
674f37f244 Merge pull request #4159 from cdr/jsjoeio-fix-codecov-config
fix(codecov): use status > patch correctly
2021-09-14 17:13:24 +00:00
a0f82f73a0 Merge pull request #4144 from galesky/main
Add docs around using duckly for collaboration
2021-09-13 14:29:16 -07:00
d650894eb5 Revert "Revert "refactor: move helm README to docs/helm.md""
This reverts commit f319fca291.
2021-09-13 14:16:47 -07:00
7be9972dd5 fix(docs): update collaboration svg icon 2021-09-13 18:12:29 -03:00
1d4ffda1f8 Merge pull request #4158 from ready-research/ReDoS
fix(security): fix ReDoS in Regex
2021-09-13 14:00:55 -07:00
14c96164b2 fix(codecov): use status > patch correctly 2021-09-13 13:51:18 -07:00
0de9c07f0a Apply suggestions from @bpmct's code review
Co-authored-by: Ben Potter <me@bpmct.net>
2021-09-13 11:08:27 -03:00
c43cb5b24d ci(docs): fix formatting 2021-09-12 15:00:47 -03:00
8c2e566b72 docs(): create code sharing docs 2021-09-12 14:55:06 -03:00
ff34097a1f Merge pull request #1 from cdr/main
Merge cdr/main into galesky/main
2021-09-12 13:43:16 -03:00
ca617df135 [Security] Fix ReDoS
Fix potential ReDoS
2021-09-11 18:40:47 +05:30
bc3acb071e Merge pull request #4131 from cdr/jsjoeio-fix-csp
fix(lib/vscode): update csp in webview to allow ports
2021-09-10 17:45:26 +00:00
82ae47e00b Merge pull request #4127 from cdr/jsjoeio-fix-screenshot
fix(docs): use png screenshot instead of svg
2021-09-10 17:03:28 +00:00
9c9883e7a6 Merge pull request #4099 from cdr/jsjoeio-tests-app
feat: add tests for src/node/app.ts
2021-09-10 17:03:15 +00:00
09440563ca feat: add tests for src/node/app.ts
This adds a couple tests for ensureAddress.
2021-09-09 17:58:36 -07:00
a10df0ca2e fix(docs): use png screenshot instead of svg 2021-09-09 17:58:17 -07:00
592d9bcbda fix(lib/vscode): update csp in webview to allow ports
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.
2021-09-09 17:54:20 -07:00
8a1c129dd1 Merge pull request #4129 from cdr/jsjoeio-fix-vulnerabilities
fix(security): address dependency vulnerabilities
2021-09-10 00:23:41 +00:00
458474f11f fix(lib/vscode): upgrade yargs-parser 2021-09-09 16:42:38 -07:00
5f81e29591 fix(lib/vscode): upgrade pac-resolver, path-parse 2021-09-09 16:32:25 -07:00
293d11330e fix(lib/vscode): update axios to 0.21.2 2021-09-09 16:28:46 -07:00
7a735014bb Push latest Docker tag along with version tag (#4120) 2021-09-08 15:00:34 -05:00
b00afbc034 Resolve remote authority to initialize tunnel API (#4105)
* Resolve remote authority to initialize tunnel API

* Fix linting

* Add comment
2021-09-08 12:50:36 -05:00
Max
b32b4edf3d fix: run postinstall script explicitly with bash (#4116)
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
2021-09-08 11:11:20 -05:00
0529f52b9d compile extensions media 2021-09-07 23:15:46 +00:00
8fde5f42b7 Merge pull request #4071 from cdr/jsjoeio-fix-revert-docs
fix: revert revert and add ssh back into guide docs
2021-09-07 23:13:42 +00:00
2c1aed2395 fix: update tar version with resolution 2021-09-07 14:51:16 -07:00
b4c5dc548e Revert "revert: "docs(guide): add ssh into code-server on vs code" (#4060)"
This reverts commit c0d62da127.
2021-09-07 14:51:16 -07:00
67b23aaa1d Merge pull request #4070 from cdr/jsjoeio-troubleshoot-docs
docs: add troubleshooting section for documentation
2021-09-03 14:10:55 -07:00
ed1ded51c7 Merge pull request #4055 from cdr/jsjoeio-tests-vscode
feat(testing): add tests for src/browser/pages/vscode to hit 100% coverage
2021-08-30 16:10:31 -07:00
ccd835c67d Merge pull request #4076 from cdr/renovate/eslint-plugin-prettier-4.x
chore(deps): update dependency eslint-plugin-prettier to v4
2021-08-30 15:44:50 -07:00
ccb30efd54 chore(deps): update dependency eslint-plugin-prettier to v4 2021-08-30 22:22:36 +00:00
79b4e4780d feat: add full test coverage browser/vscode 2021-08-30 15:12:28 -07:00
bd1e9b3843 docs: add troubleshooting section for documentation 2021-08-30 10:32:56 -07:00
c0d62da127 revert: "docs(guide): add ssh into code-server on vs code" (#4060)
This reverts commit efbfe060cd as
some of the contents broke our doc site generator.
2021-08-28 13:06:33 -07:00
f23f2190c4 Merge pull request #4050 from cdr/jsjoeio-fix-bots
fix: remove stale label action from ranger
2021-08-27 12:36:50 -07:00
4798841f9f Merge pull request #4042 from cdr/jsjoeio-ssh-vscode
docs(guide): add ssh into code-server on vs code
2021-08-27 12:26:16 -07:00
efbfe060cd docs(guide): add ssh into code-server on vs code 2021-08-27 11:16:12 -07:00
607c9b2e56 fix: remove stale label action from ranger 2021-08-27 10:21:00 -07:00
b5afb0594c Merge pull request #4048 from cdr/jsjoeio-add-stale
chore: add stale bot
2021-08-26 16:48:37 -07:00
dbd1a22b7c feat: add stale bot config 2021-08-26 16:30:22 -07:00
6c6446fc97 Add check docs (#4047) 2021-08-26 19:24:43 +00:00
e2a7ffbaf4 Merge pull request #4040 from cdr/jsjoeio-fix-typo-limits
docs(guide): clarify login limits
2021-08-26 10:43:27 -07:00