Commit Graph

3009 Commits

Author SHA1 Message Date
Joe Previte
30ade712bf feat: add tests for shouldRunVsCodeCli 2021-09-20 14:53:09 -07:00
Joe Previte
92d0d28dd7 Merge pull request #4160 from cdr/jsjoeio-add-tests-node
feat: add tests for src/node/app.ts
2021-09-20 18:04:50 +00:00
Joe Previte
a3cea88f51 feat: add tests for src/node/app.ts 2021-09-20 10:57:31 -07:00
Joe Previte
4f3c8a556e Merge pull request #4194 from cdr/jsjoeio-add-sh-test
feat: add test for get_nfpm_arch()
2021-09-17 23:14:29 +00:00
Joe Previte
6a692487c8 feat: add test for get_nfpm_arch 2021-09-17 16:07:03 -07:00
Joe Previte
0609a1b2bd Merge pull request #4170 from cdr/jsjoeio-fix-trivy-vul
fix(security): update set-value
2021-09-17 21:45:30 +00:00
Teffen Ellis
3c61d96d4f Bump vscode.
- Fix issue where yarn lock cannot be updated in development.
2021-09-16 20:55:51 -04:00
Joe Previte
7925f88776 fix: comment out logout.test.ts 2021-09-16 17:39:33 -04:00
Joe Previte
ddd09454df fix(security): update set-value 2021-09-16 13:58:18 -07:00
Asher
b37ff28a0a Export NFPM_CONFIG (#4187)
Otherwise envsubst does not have access to it.

Also print the nfpm config head for debugging.
2021-09-16 19:59:37 +00:00
Teffen Ellis
798dc0baf2 chore(release): bump version to 3.12.0 v3.12.0 2021-09-15 15:54:06 -04:00
Teffen Ellis
c8f0d3e32d Remove subtree. 2021-09-15 15:18:33 -04:00
Teffen Ellis
f937849981 Disable CI caching during build. 2021-09-15 14:54:33 -04:00
Teffen Ellis
7f2b1dcd22 Fix outdated selector. Add debug info. 2021-09-15 14:54:33 -04:00
Teffen Ellis
c861a1d796 Enable cache on vendor assets. 2021-09-15 14:54:33 -04:00
Teffen Ellis
f2e65daca3 Disable cache. 2021-09-15 14:54:33 -04:00
Teffen Ellis
f885b29675 Add vscode via vendor package.
- Use yarn for vscode vendoring.
- Grab hash from package.
2021-09-15 14:54:33 -04:00
Joe Previte
28ba59ab3c Merge pull request #4165 from cdr/bpmct/add-codetogether
add CodeTogether docs
2021-09-15 18:35:45 +00:00
Ben Potter
e5d0f966c6 improve wording 2021-09-15 00:20:16 -05:00
Ben Potter
0ed8c8a294 change language 2021-09-15 00:18:50 -05:00
Ben Potter
3ce2b10076 use same formatting 2021-09-15 00:17:33 -05:00
Ben Potter
5dc7d17d16 add CodeTogether docs 2021-09-15 00:13:42 -05:00
Joe Previte
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
Joe Previte
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
Joe Previte
a0f82f73a0 Merge pull request #4144 from galesky/main
Add docs around using duckly for collaboration
2021-09-13 14:29:16 -07:00
Joe Previte
d650894eb5 Revert "Revert "refactor: move helm README to docs/helm.md""
This reverts commit f319fca291.
2021-09-13 14:16:47 -07:00
Leonardo Galesky
7be9972dd5 fix(docs): update collaboration svg icon 2021-09-13 18:12:29 -03:00
Joe Previte
1d4ffda1f8 Merge pull request #4158 from ready-research/ReDoS
fix(security): fix ReDoS in Regex
2021-09-13 14:00:55 -07:00
Joe Previte
14c96164b2 fix(codecov): use status > patch correctly 2021-09-13 13:51:18 -07:00
Leonardo Galesky
0de9c07f0a Apply suggestions from @bpmct's code review
Co-authored-by: Ben Potter <me@bpmct.net>
2021-09-13 11:08:27 -03:00
galesky
c43cb5b24d ci(docs): fix formatting 2021-09-12 15:00:47 -03:00
galesky
8c2e566b72 docs(): create code sharing docs 2021-09-12 14:55:06 -03:00
Leonardo Galesky
ff34097a1f Merge pull request #1 from cdr/main
Merge cdr/main into galesky/main
2021-09-12 13:43:16 -03:00
ready-research
ca617df135 [Security] Fix ReDoS
Fix potential ReDoS
2021-09-11 18:40:47 +05:30
Joe Previte
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
Joe Previte
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
Joe Previte
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
Joe Previte
09440563ca feat: add tests for src/node/app.ts
This adds a couple tests for ensureAddress.
2021-09-09 17:58:36 -07:00
Joe Previte
a10df0ca2e fix(docs): use png screenshot instead of svg 2021-09-09 17:58:17 -07:00
Joe Previte
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
Joe Previte
8a1c129dd1 Merge pull request #4129 from cdr/jsjoeio-fix-vulnerabilities
fix(security): address dependency vulnerabilities
2021-09-10 00:23:41 +00:00
Joe Previte
458474f11f fix(lib/vscode): upgrade yargs-parser 2021-09-09 16:42:38 -07:00
Joe Previte
5f81e29591 fix(lib/vscode): upgrade pac-resolver, path-parse 2021-09-09 16:32:25 -07:00
Joe Previte
293d11330e fix(lib/vscode): update axios to 0.21.2 2021-09-09 16:28:46 -07:00
Asher
7a735014bb Push latest Docker tag along with version tag (#4120) 2021-09-08 15:00:34 -05:00
Kyle Carberry
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
Stefano Dissegna
0529f52b9d compile extensions media 2021-09-07 23:15:46 +00:00
Joe Previte
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
Joe Previte
2c1aed2395 fix: update tar version with resolution 2021-09-07 14:51:16 -07:00