Commit Graph

2079 Commits

Author SHA1 Message Date
Joe Previte
f19ae171ea
feat(update-vscode): grab latest vscode version 2021-03-10 15:09:00 -07:00
Joe Previte
5d5e6314a1
Merge pull request #2851 from cdr/jsjoeio-docs-termux
docs(install): add termux section
2021-03-10 14:39:14 -07:00
Joe Previte
69a3e7f651
Merge pull request #2857 from cdr/terminal-missing-func
Implement missing terminal method
2021-03-10 14:26:59 -07:00
Joe Previte
781532c22d
docs(install): add termux section 2021-03-10 13:00:33 -07:00
Joe Previte
c801a98e33
Merge pull request #2850 from cdr/jsjoeio-docs-2745
docs(npm): update node requirements
2021-03-10 12:26:31 -07:00
Asher
01c3d1f53d
Implement missing terminal method 2021-03-10 13:15:23 -06:00
Asher
5a1f62a8fb
Support permessage-deflate web socket extension (#2846) 2021-03-10 13:14:24 -06:00
Joe Previte
0cb5c2e937
feat: update node version engine in package.json 2021-03-10 10:47:47 -07:00
Joe Previte
81cf111794
docs(npm): update node requirements 2021-03-10 10:47:47 -07:00
Ben Potter
f70a73bb89
Merge pull request #2843 from bpmct/deploy
add instructions for deploying to a cloud provider
2021-03-09 17:04:46 -05:00
Ben Potter
745e4fc542
update cloud info in install.md 2021-03-08 18:59:14 -05:00
Ben Potter
31e3bf30da
add 2021-03-08 18:58:43 -05:00
Ben Potter
2d298a71dd
add initial mention of deploy-code-server (draft) 2021-03-08 16:24:35 -05:00
Joe Previte
1da1d8c589
Merge pull request #2819 from cdr/v3.9.1
release: 3.9.1
2021-03-08 11:10:19 -07:00
Joe Previte
e0203f2a36
feat: add new section to release notes draft 2021-03-05 14:05:33 -07:00
Joe Previte
f0f776587c
feat: add release template 2021-03-05 14:05:33 -07:00
Joe Previte
d81a16a68e
refactor: move PR tempalte 2021-03-05 14:05:33 -07:00
Joe Previte
a3db1be150
docs(readme): update code coverage badge 2021-03-05 14:05:32 -07:00
Joe Previte
606fa26b5a
chore: bump version to 3.9.1 2021-03-05 14:05:31 -07:00
Joe Previte
f21433a130
Merge pull request #2823 from cdr/vapurrmaid/rm-updatecss
chore: Remove pages/update.css
2021-03-05 14:04:33 -07:00
Joe Previte
925073db31
Merge pull request #2773 from cdr/upgrade-vscode-1.53
feat(vscode): update to version 1.53.2
2021-03-05 14:03:10 -07:00
Joe Previte
e47eabf375
fix: goHome test after location change 2021-03-05 11:58:17 -07:00
Joe Previte
9cbf6926f2
fix(ci): always upload test artifacts
Before this commit, if the tests fail then the artifacts don't get uploaded.
This makes it harder to debug failing e2e tests.

To prevent this, this commit adds an "if" condition which says always run this
step.

Source: https://stackoverflow.com/a/58859404/3015595
2021-03-05 10:28:37 -07:00
G r e y
9e2668ec75
chore: Remove pages/update.css
It appears the associated HTML for these styles was removed in
554b6d6fcf
2021-03-05 06:55:05 -05:00
Asher
61b5c09770
Allow our server code to be tracked in git 2021-03-04 13:54:04 -06:00
Asher
34b1e756f9
Remove old commented out postinstall steps 2021-03-04 13:54:03 -06:00
Asher
ad24edd2be
Revert remaining remote agent connection changes 2021-03-04 13:54:02 -06:00
Asher
32cbaf2ce3
Remove unused build import 2021-03-04 10:37:02 -06:00
Joe Previte
5f42112269
Merge pull request #2814 from cdr/add-link-docs
docs(README, ci): add docs shield with link to version docs
2021-03-03 16:13:32 -07:00
Joe Previte
1632a19a76
chore: fix lint error in channel.ts 2021-03-03 11:52:36 -07:00
Asher
4d3d1b844d
Handle permessage-deflate on sockets
With this the extension host is working again.
2021-03-02 17:18:49 -06:00
Joe Previte
696e0fbb14
docs(ci): add step for updating docs shield 2021-03-02 15:43:49 -07:00
Joe Previte
6499270411
docs(README): add shield linking to version docs 2021-03-02 15:27:29 -07:00
Asher
150138e04b
Update env vars for extension host
They now are all prepended with VSCODE_. Also added the parent pid to
ensure it shuts down when the parent dies.
2021-03-02 15:59:47 -06:00
Asher
ba4448e72d
Implement terminal layouts
It doesn't mean much until we persist terminals though, I think.
2021-03-02 14:16:12 -06:00
Joe Previte
d48a74c317
Merge pull request #2804 from cdr/jsjoeio-fix-ci-linux
fix(ci): add step to remove docker images on linux-arm64
2021-03-02 11:51:40 -07:00
Joe Previte
90807e19e7
fix(ci): replace extension in test standalone 2021-03-02 10:58:38 -07:00
Joe Previte
5e08d7f853
fix(ci): remove docker images in linux-arm64
This adds a step to remove the docker images and hopefully free up space in the
linux-arm64 part of ci.
2021-03-02 10:58:38 -07:00
Joe Previte
471c6ffd39
fix(ci): remove release and test artifacts as a step
This adds a step to remove both the release packages and the test artifacts as
a step at the end of test in ci.yaml.
2021-03-02 10:58:38 -07:00
Asher
3e081ea66c
Merge pull request #2801 from cdr/disappearing-dismiss 2021-03-02 10:14:19 -06:00
Asher
29f302128a
Merge pull request #2800 from cdr/no-default-home 2021-03-02 10:13:10 -06:00
Asher
058e781b3f
Await newly promisified func 2021-03-01 16:39:57 -06:00
Asher
c7d59e81dd
Add tabIndex to extension help dismiss button
This makes it accessible via keyboard.
2021-03-01 13:39:34 -06:00
Asher
6dd8b63f4c
Add div for inner extension helper text
The theme callback would set innerHTML on the header which wipes out the
dismiss button. With an inner div we can replace the inner HTML without
worrying about other elements in the header.

Closes #2799.
2021-03-01 13:31:36 -06:00
Asher
9da9ff2372
Remove .ignore
This is preventing my ripgrep from searching vscode.
2021-03-01 13:16:10 -06:00
Asher
f526ab87f8
Remove default home value
Closes #2742.
2021-03-01 13:16:09 -06:00
Joe Previte
726f694268
Merge pull request #2719 from cdr/add-tests-register
feat(testing): add unit tests for register
2021-02-26 16:47:51 -07:00
Joe Previte
a83c909b16
fix: update deps import in coder.js 2021-02-26 16:46:20 -07:00
Joe Previte
8c14799797
refactor: add custom mock for serviceWorker test 2021-02-26 16:05:35 -07:00
Joe Previte
6b56e6572d
feat(testing): add serviceWorker tests 2021-02-26 16:00:18 -07:00