- Instead we now use CentOS 7 for the static build to guarantee
that we only depend on libc v2.17
- For macOS we now pull in a static node binary and bundle that instead.
This matches how the rest of the build is organized but also hopefully
solves an issue where the VS Code directory is empty because we try to
cache it directly and Travis might be creating it.
Also too the opportunity to rewrite the build script since there was a
change in the build steps (mainly how the product JSON is inserted) and
to get the build changes out of the patch. It also no longer relies on
external caching (we'll want to do this within CI instead).
* Adjust linux distro to ubuntu 14.04
* Cache lib directory for speedy builds
* Fix path linking for default extensions
* Update reset
* Reset to head
* Improve caching
* Still run yarn in CI
* Update yarn before install
* Increase cache timeout
* Install vscode from vstar
* Undo data-dir changes to CLI, add back clean, remove unused CI func
* Remove additional flags added
* Remove unused dependency
* Reset vscode install dir so patching always works
* Add task for packaging release
* Modify package task to package a single binary
This is so it can be used as part of the build/release script.
* Package release as part of Travis deploy
* Set platform env var
* Add arch env var
* Make version available to the code
* Use tar for Linux and zip for Mac & Windows
* Add docs
* Add guides for hosting
* Inital commit. Add quick start guide for self hosted
* Add info for flags
* Detail usage flags and provide examples
* Correct file types for certificate
* Add self-signed certificate guide, update .gitignore
* Add additional information.:
* Checkout to master
* Add transition document, add some links to readme
* Comment out some stuff
* Revise transition document
* Fix typo
* Add Google Cloud setup guide
* fix link
* Add guide links to readme
* Add AWS deployment guide
* Fixup based on PR suggestions
* Fixup ssl guide and readme
* Fix typo
* Add step to make binary executable
* Add digitalocean guide, update readme, add chmod steps just in case
* add information about securing the connection to each deploy guide
* Update doc/security/ssl.md
Co-Authored-By: nol166 <jmccamb@gmail.com>
* Fixup from PR suggestions
* Add guide for systemd for when ssh closes
* Fix typos
* VS Code Remote -> code-server
* Fix minor stylistics
* Update readme (#43)
* Update readme
* Add details about chrome warning
* Add back extension ID settings
* Add back SSL guide to readme
* State that chmod is likely not necessary
* Fix type
* Update readme
* Remove transition guide
* Revise readme based on suggestions. (#45)
* Update references to vscode-remote
* No Windows support yet
* Clean up workbench and integrate initialization data
* Uncomment Electron fill
* Run server & client together
* Clean up Electron fill & patch
* Bind fs methods
This makes them usable with the promise form:
`promisify(access)(...)`.
* Add space between tag and title to browser logger
* Add typescript dep to server and default __dirname for path
* Serve web files from server
* Adjust some dev options
* Rework workbench a bit to use a class and catch unexpected errors
* No mkdirs for now, fix util fill, use bash with exec
* More fills, make general client abstract
* More fills
* Fix cp.exec
* Fix require calls in fs fill being aliased
* Create data and storage dir
* Implement fs.watch
Using exec for now.
* Implement storage database fill
* Fix os export and homedir
* Add comment to use navigator.sendBeacon
* Fix fs callbacks (some args are optional)
* Make sure data directory exists when passing it back
* Update patch
* Target es5
* More fills
* Add APIs required for bootstrap-fork to function (#15)
* Add bootstrap-fork execution
* Add createConnection
* Bundle bootstrap-fork into cli
* Remove .node directory created from spdlog
* Fix npm start
* Remove unnecessary comment
* Add webpack-hot-middleware if CLI env is not set
* Add restarting to shared process
* Fix starting with yarn