Archived
1
0
Commit Graph

3363 Commits

Author SHA1 Message Date
c4610f7829 v3.8.0
🎅🏼
v3.8.0
2020-12-18 15:09:55 -05:00
4185675338 doc/ipad.md: Fix formatting 2020-12-18 15:09:43 -05:00
f763319bc3 Merge pull request #2160 from cdr/github-auth
Fix GitHub auth
2020-12-18 10:54:51 -08:00
c7baf5d04a Merge pull request #2482 from cdr/asar
Symlink node_modules.asar to node_modules in lib/vscode
2020-12-18 10:54:36 -08:00
7c6b132238 Merge pull request #2472 from AckerApple/patch-1
Update ipad.md
2020-12-18 11:29:22 -07:00
ceb8eb8f39 doc/npm.md: Update docs for Alpine Linux (#2479) 2020-12-18 18:08:36 +00:00
cb446666fa Merge pull request #2487 from cdr/proxy-docs-86d4
proxy-agent: Use proxy-from-env and add docs
2020-12-18 13:06:47 -05:00
ea1b38737e Merge pull request #2466 from cdr/freebsd-abe7
ci: Add support for FreeBSD to the build process
2020-12-18 13:04:11 -05:00
0f2085bd27 release-image: Use more minimal packages #2462 2020-12-18 13:01:59 -05:00
5f7f7f1a92 Simplify query concatenation in URL callback
Cases in URLs like ?&a=b or ?a=b& appear to be handled just fine.
2020-12-18 11:31:25 -06:00
0811b27ba1 docs: Update nginx certbot to use python3 #2439 2020-12-18 12:22:39 -05:00
d14c2e5bb7 Swap negative check for positive check 2020-12-18 11:21:06 -06:00
60c270aef5 cli: hashedPassword -> hashed-password (#2454)
Capital letters in the CLI are evil.

cc @code-asher
2020-12-18 12:20:38 -05:00
4255f9c152 Use full path for ignoring node_modules.asar
Co-authored-by: Anmol Sethi <hi@nhooyr.io>
2020-12-18 09:01:27 -08:00
3aa4ae4539 Clarify why we need node_modules.asar 2020-12-18 10:59:15 -06:00
d3d44280a7 install.sh: Add echo_npm_postinstall
Updates #2349
2020-12-18 11:52:08 -05:00
ffa24de5b1 doc/npm.md: Document npm module dependencies for FreeBSD 2020-12-18 11:52:08 -05:00
2bafbdc32f ci: Minor fixes for FreeBSD support 2020-12-18 11:52:08 -05:00
003225d2cd vscode: Remove electron dependency but keep types
Electron doesn't support FreeBSD.
2020-12-18 11:52:08 -05:00
de112b15ed clean.sh: Do not reset lib/vscode
Now that we've moved to the submodule, there is no need to reset changes
in there :)

cc @jsjoeio
2020-12-18 11:52:08 -05:00
65ce3996ac build: Do not let agent install fail the build
We don't have an agent for FreeBSD right now.
2020-12-18 11:52:08 -05:00
cb72128448 doc/FAQ: Document proxy environment variables 2020-12-18 11:17:20 -05:00
ae902b9dd1 proxy_agent: Use proxy-from-env for robustness
Now we support pretty much every variable under the sun along with
$NO_PROXY all correctly and with minimal code on our end.
2020-12-18 11:10:07 -05:00
94b4ba131e proxy_agent: Implement $HTTPS_PROXY
Just convention, see https://golang.org/pkg/net/http/#ProxyFromEnvironment
2020-12-18 10:39:31 -05:00
ecb4d07364 proxy_agent: Improve documentation 2020-12-18 10:38:46 -05:00
3efd515cdf proxy_agent: Fix very embarrassing mistake 2020-12-18 04:24:27 -05:00
386af14a77 ci/README: Document command used to find stale version 2020-12-18 04:01:25 -05:00
619ab45c37 Merge pull request #2476 from cdr/issue-1587-submodule-to-subtree
refactor (vscode): migrate from submodule to subtree
2020-12-17 15:28:41 -07:00
3cc74ccd79 Point to our auth relay 2020-12-17 15:49:37 -06:00
58c1be57fa Implement callback endpoints
VS Code uses these during the authentication flow.
2020-12-17 15:49:36 -06:00
121a520447 Symlink node_modules.asar to node_modules in lib/vscode
Closes #2197.
2020-12-17 15:48:19 -06:00
98338e9a44 chore: fix linting error 2020-12-17 14:37:56 -07:00
9a16e4e1e0 docs: add section for updating vs code 2020-12-17 14:08:51 -07:00
74d6d5e1e1 fix: remove unnecessary grep line in fmt script 2020-12-17 10:00:32 -07:00
5df500aeff Update ipad.md
Added table of contents links
2020-12-17 09:51:41 -05:00
02069a62db Update ipad.md
Really tried the squeeze the most out of my own experiences with the hopes of helping others.
2020-12-17 09:46:02 -05:00
fdde5a87a5 chore: format lint file 2020-12-16 17:04:49 -07:00
be97f80d00 fix: add grep -v lib/vscode to git ls-files 2020-12-16 16:56:44 -07:00
65ff47b056 docs: update based on feedback 2020-12-16 16:50:35 -07:00
5b4fb69d54 docs: fix codetour and docs 2020-12-16 14:56:14 -07:00
b176e3e20e refactor: update workflow in codetour 2020-12-16 11:49:52 -07:00
e391f68fcd docs: update workflow and remove yarn vscode 2020-12-16 11:48:43 -07:00
5830532726 refactor: remove submodule code from steps scripts 2020-12-16 11:48:02 -07:00
fcc16e5397 refactor: move vscode.sh to postinstall 2020-12-16 11:47:20 -07:00
25e6f8414a feat: remove vscode scripts used with submodule 2020-12-15 15:59:12 -07:00
51a2a2ad2d feat: apply patch after setting up subtree 2020-12-15 15:53:52 -07:00
be3e823608 Squashed 'lib/vscode/' content from commit e5a624b788
git-subtree-dir: lib/vscode
git-subtree-split: e5a624b788d92b8d34d1392e4c4d9789406efe8f
2020-12-15 15:52:33 -07:00
41bee49d07 Merge commit 'be3e8236086165e5e45a5a10783823874b3f3ebd' as 'lib/vscode' 2020-12-15 15:52:33 -07:00
6c5c22ea8e chore: remove submodule 2020-12-15 15:49:47 -07:00
ff2ef35ea1 Merge pull request #2473 from cdr/add-vscode-clean-script
feat(local development): add vscode:clean script
2020-12-15 15:38:01 -07:00