Archived
1
0
Commit Graph

51 Commits

Author SHA1 Message Date
47ee7ae670 Bump minimum glibc to 2.28 (#6439)
At least, for the standalone and for anyone running on default Node 18.

If support for 2.17 is needed then one would need to build Node 18 with 2.17 and then build code-server with that version (specifically, the native npm modules).
2023-09-21 13:42:17 -08:00
ac1fba8bde Remove deprecated --link (#6018) 2023-02-13 16:52:48 -06:00
e2f585f368 docs: add --edge to install section (#5767)
This adds documentation for the flag `--edge` which we've had for a
while but forgot to document.

Fixes #5717

Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
2022-11-10 11:50:37 -07:00
71a127a62b refactor: update prettier and doctoc (#5605)
* docs: add toc to CODE OF CONDUCT

* chore: add prettier ignore blocks to docs

* chore: update styles for Dockerfile

* refactor: separate prettier, doctoc

This does a couple things:
- update `.prettierignore`
- split `prettier` and `doctoc` commands. you can still run with `yarn
  fmt`
- delete `fmt.sh` and add `doctoc.sh`

By doing so, we can run tasks in parallel in CI and we should also have
less false positives than before with `yarn fmt` locally.

* refactor: update prettier job, add doctoc

This modifies the prettier job to use actionsx/prettier. It also adds a
job for `doctoc`.

* chore: upgrade to prettier 2.7.1

* chore: pin doctoc to 2.0.0

* fixup!: add .pc to prettierignore

* feat: add --cache to prettier cmd
2022-10-13 22:16:55 +00:00
a1cf4b9ea5 Fix deb install instructions: ${VERSION}_foo (#5542)
The install instructions weren't copy-pastable: `$VERSION_foo` is the same as `${VERSION_foo}`, not `${VERSION}_foo`.

```sh
$ VERSION=4.6.1
$ curl -fOL https://github.com/coder/code-server/releases/download/v$VERSION/code-server_$VERSION_amd64.deb
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     9    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404
$ echo curl -fOL https://github.com/coder/code-server/releases/download/v$VERSION/code-server_$VERSION_amd64.deb
curl -fOL https://github.com/coder/code-server/releases/download/v4.6.1/code-server_.deb
```
2022-09-07 16:23:36 -07:00
6742e945cc docs: fix typo in install.md (#5529) 2022-09-06 09:38:55 -07:00
ef3f4e82b2 docs: remove references to installing with yarn in favor of npm (#5518) 2022-08-30 12:00:11 -05:00
7bb35af04f docs: add OpenRC example (#5266)
Co-authored-by: SIGSEGV <bluenerd@protonmail.com>
Co-authored-by: Joe Previte <jjprevite@gmail.com>
Co-authored-by: Asher <ash@coder.com>
2022-08-09 13:31:28 -05:00
da9e72cb69 Add #5174 comment on rsp install (#5294)
Fix typo
2022-08-01 16:04:41 +00:00
e7e6c163ed revert(docs): partially revert 326a1d1862 (#5095)
We tried to switch from `yarn` to `npm` because `yarn` ignores lockfiles
but learned that we missed a few key things.

For now, we are reverting docs and a few other changes that suggested
using `npm` instead of `yarn` until we fully remove `yarn` from the
codebase.
t Please enter the commit message for your changes. Lines starting
2022-04-13 17:15:21 +00:00
326a1d1862 feat: Add a shrinkwrap file to the NPM release (#5010) 2022-03-29 12:33:56 -05:00
LG
10f57bac65 docs: Update some more links (#4806)
* Update links in package.json

I will try checking the docs too

* docs: Update links in triage.md

* docs: Update links in npm.md

* docs: Update links in whatever files that have `cdr`

* Replace globally, thanks @bpmct!

* fix: coderer instead of coder
I should've used all three toggles in the Search/Replace tab in the GItHub.dev editor.

* Code Formatting
2022-02-01 09:45:19 -07:00
4943e9418d docs: fix install.sh link (#4627)
Co-authored-by: Asher <ash@coder.com>
2021-12-16 16:59:07 -07:00
d650894eb5 Revert "Revert "refactor: move helm README to docs/helm.md""
This reverts commit f319fca291.
2021-09-13 14:16:47 -07:00
f319fca291 Revert "refactor: move helm README to docs/helm.md"
This reverts commit bc3fb5e22f.
2021-08-25 12:02:39 -07:00
bc3fb5e22f refactor: move helm README to docs/helm.md 2021-08-25 09:04:26 -04:00
60b3323660 remove line break 2021-08-23 19:29:25 -05:00
dfa63ec37a Update docs/install.md
Co-authored-by: Jonathan Yu <jonathan@coder.com>
2021-08-23 19:23:45 -05:00
dae730e64d fix typos 2021-08-23 09:08:36 -05:00
f06ecd62e7 format 2021-08-22 13:50:49 -05:00
7c05069272 add instructions for --link 2021-08-22 13:39:03 -05:00
0f598e651b mention --link caveat 2021-08-22 12:49:52 -05:00
d4ca5a415a clean up npm docs and add Windows 10 instructions 2021-08-22 12:36:41 -05:00
0283c35225 docs(install): fix link to helm readme (#3869) 2021-07-29 09:54:33 -07:00
162f70ac1a docs(install): add uninstall instructions 2021-07-26 10:55:08 -07:00
66b6590e36 refactor(docs): clean up and restructure 2021-07-12 14:03:09 -05:00
4ca4a26bec docs(install): add troubleshooting node issues 2021-07-01 15:21:55 -07:00
33dbb7b707 Fix broken link on docs site
Links don't work on docs site unless they have md formatting.
2021-06-29 16:43:57 -04:00
e983ba9a4b v3.10.1 (#3406)
* Update versions
* Update changelog
2021-05-17 14:59:41 -05:00
0699bd7ead docs(install): add raspberry pi 2021-05-12 15:01:31 -07:00
d17c97c9cd chore(release): bump version to 3.10.0 2021-05-11 01:39:44 +05:30
4e34eb96c8 refactor(docs): move termux info install -> termux 2021-04-28 13:44:07 -07:00
003dc0feeb chore(release): bump version to 3.9.3 2021-04-08 11:18:56 -07:00
3a49299f84 dev(ci): complete refactor
Nearly completely replace the original GitHub actions workflow.
Changes:

- Move from `.sh` files in `ci/steps` to steps in the workflow.
- Move from using docker images for environment to manual setup.
- Upgrade nfpm to v2.3.1

BREAKING CHANGE: official arm64 builds no longer support CentOS 7.
If you need to use CentOS 7 on arm64, build `code-server` locally.
For docs, see the yarn/npm section in `docs/install.md`.
2021-04-08 23:42:01 +05:30
dd0d7d5645 docs(termux): add workaround for search 2021-04-06 13:43:28 -07:00
f688e58472 chore(release): bump version to 3.9.2 2021-03-25 10:33:47 -07:00
781532c22d docs(install): add termux section 2021-03-10 13:00:33 -07:00
f70a73bb89 Merge pull request #2843 from bpmct/deploy
add instructions for deploying to a cloud provider
2021-03-09 17:04:46 -05:00
745e4fc542 update cloud info in install.md 2021-03-08 18:59:14 -05:00
606fa26b5a chore: bump version to 3.9.1 2021-03-05 14:05:31 -07:00
a2b24321c0 chore: Format docs (#2774)
See also: #2771
2021-02-25 12:20:44 -06:00
74d26523d9 Merge pull request #2729 from bpmct/add-heroku-azure
docs(install): add Azure and Heroku
2021-02-22 16:21:46 -05:00
Ben
83d6126e60 fix whitespace 2021-02-16 00:45:28 -05:00
Ben
b86c45f76e add Azure, Heroku to install docs 2021-02-16 00:43:10 -05:00
28e351c982 fixup: fmt install.md 2021-02-12 16:22:32 -07:00
2ca22c3318 docs(install): update to v3.9.0 2021-02-12 16:22:31 -07:00
Ben
4318ac6834 fix whitespace 2021-02-11 08:00:28 -05:00
Ben
f92fd2c92e clarify alpine on install docs 2021-02-11 08:00:04 -05:00
41ad0c0c4c release-github-draft.sh: Remove incorrect assets reference
I think at some point this script created the release and attached
assets but that's not the case anymore.

For some reason this would error with undefined variable reference for
joe but bash doesn't complain for me or Asher.

Not sure what the difference is.
2021-02-05 15:11:16 -07:00
25bf871e16 docs(install.md): update to 3.8.1 2021-02-05 14:07:27 -07:00