Archived
1
0
Commit Graph

3412 Commits

Author SHA1 Message Date
9858af9014 Mention yarn as another installation option 2020-05-19 00:17:23 -04:00
aa87270148 Fixes for CI 2020-05-18 22:43:31 -04:00
8b329caf0e Merge pull request #1672 from cdr/v3.3.1
Release v3.3.1
2020-05-18 22:36:46 -04:00
6f1309795e Rebuild all node_modules on npm install
Stuff like ripgrep needs to be refetched so we cannot bundle
node_modules at all.
v3.3.1
2020-05-18 21:37:16 -04:00
5f94d5a687 Release v3.3.1
This release fixes bugs introduced with the release of v3.3.0

- We've reverted to VS Code 1.45.1 due to bugs in 1.46 #1667
- Accessing code-server from a web browser on Windows has been fixed #1642
- Search in project has been fixed #1665
- The glibc requirement on static releases has been lowered to v2.19 #1656
2020-05-18 18:11:52 -04:00
d6b1d0c7ff Merge pull request #1671 from cdr/pin-vscode
Pin to vscode 1.45.1
2020-05-18 18:09:44 -04:00
ce9d14d55e Pin to vscode 1.45.1
1.46 isn't released yet and has bugs.

Closes #1667
2020-05-18 17:34:22 -04:00
eccee53142 Merge pull request #1670 from cdr/windows
Fix paths from Windows client to non-Windows server
2020-05-18 16:14:48 -04:00
f7f11ad6c2 Fix paths from Windows client to non-Windows server
Fixes #1659
Fixes #1642
2020-05-18 15:06:11 -05:00
0c2381f4ff Merge pull request #1668 from cdr/fix-ci
Workaround for GH Actions stripping permissions
2020-05-18 15:32:11 -04:00
e4ddffd0e2 Workaround for GH Actions stripping permissions
Closes #1665
2020-05-18 13:56:53 -04:00
f5ac262a2f Indicat how to get version in issue template 2020-05-18 13:20:13 -04:00
04cd74cad0 Add more info to issue template
Closes #1655
2020-05-18 13:14:29 -04:00
7b1edd5ad4 Merge pull request #1657 from cdr/downgrade-CI
Downgrade CI to Debian 8 for glibc 2.19
2020-05-18 01:54:46 -04:00
47d50c9163 Downgrade CI to Debian 8 for glibc 2.19
Closes #1656
2020-05-18 00:38:55 -04:00
8a3466e86f More grammar fixes for FAQ 2020-05-17 22:47:23 -04:00
59f0128d27 Shorten static release script horizontally 2020-05-17 21:11:52 -04:00
761c2035c7 Fix grammar in README 2020-05-17 20:47:33 -04:00
094ca2ad97 Link to all other docs in guide.md
I expect people will frequently link to it.
2020-05-17 20:39:45 -04:00
c33a4651c9 Improve static install script 2020-05-17 20:36:10 -04:00
783dfe0a14 Fix typo in installation docs 2020-05-17 20:32:04 -04:00
b9f43c3542 Fix grammar in FAQ 2020-05-17 20:29:00 -04:00
65325eef89 Clarify location of config file in FAQ 2020-05-17 20:27:45 -04:00
2421cab479 Fix grammar in README 2020-05-17 20:25:33 -04:00
ec1c74c146 Add release-images to clean.sh 2020-05-17 19:52:59 -04:00
e955da14fa Merge pull request #1628 from cdr/docs
Revamp docs
v3.3.0
2020-05-17 19:46:57 -04:00
52eeccaba1 v3.3.0 2020-05-17 18:35:36 -04:00
3a1e3bc596 Final revisions for the docs before release
🚀
2020-05-17 17:55:28 -04:00
e0dbd8f74a Rename self contained release to static release 2020-05-17 16:59:09 -04:00
6a25b3bfa0 Document structure better
Closes #1648
2020-05-17 16:53:08 -04:00
aee2599904 Push docker manifest in CI for multi arch image 2020-05-16 16:59:26 -04:00
d56381666a Use .tar.gz for macOS releases
No good reason to use .zip, was just confusion on my part.
2020-05-16 10:01:26 -04:00
611cde7202 Fix spelling of Multi-tenancy in FAQ 2020-05-14 22:33:13 -04:00
181bad9563 Improve docker install formatting 2020-05-14 22:33:13 -04:00
73b2ff0945 $PORT should always override port in --bind-addr 2020-05-14 22:33:12 -04:00
89c5a4dfea Set --frozen-lockfile with yarn when necessary 2020-05-14 22:33:12 -04:00
d4b3d21dce Require minimum node 12 2020-05-14 22:33:12 -04:00
40778b15ca Add code-server version into VS Code about
Closes #1506
2020-05-14 22:33:12 -04:00
d7234029e6 Use /usr/local instead of /opt in self contained release example 2020-05-14 20:27:36 -04:00
10b06cae10 Minor typo fixes 2020-05-14 20:08:08 -04:00
0bd2602774 3.3.0 2020-05-14 18:43:01 -04:00
c69346a9a7 Add FAQ entry on the config file 2020-05-14 18:35:35 -04:00
5651201643 Copy old macOS data directory if applicable 2020-05-14 06:12:33 -04:00
f475767c2b Rename darwin releases to macos 2020-05-14 05:59:20 -04:00
a0a77e379e Add doc/guide.md 2020-05-14 05:24:23 -04:00
f4a78587b0 Make npm-postinstall.sh more robust 2020-05-13 22:44:43 -04:00
b3ae4d67d3 Hide bundled node_modules to prevent them from being ignored 2020-05-13 04:17:34 -04:00
d30f3dbdf7 Update to rc.10 2020-05-13 02:37:25 -04:00
1739b21600 Bundle VS Code node_modules to avoid yarn dependency
Many random bizarre issues otherwise.

Also includes misc improvements to docs and scripts.
2020-05-13 02:35:11 -04:00
a346c6d565 Document npm module install dependencies 2020-05-12 23:11:31 -04:00