Archived
1
0
Commit Graph

160 Commits

Author SHA1 Message Date
58622ccc34 chore: update node to v14 (#3481) 2021-06-01 22:49:03 +05:30
4fc8d98610 refactor: remove extra step in release-prep.sh 2021-05-21 16:08:46 -07:00
1b75734332 fix(release-prep.sh): don't update CHANGELOG 2021-05-14 16:09:06 -07:00
e64fd451b3 Override existing asar symlink in postinstall (#3369)
This ensures the link is correct. Should fix #3355.
2021-05-12 16:46:29 -05:00
a5e8337c86 chore(ci): fix release scripts 2021-05-11 02:54:13 +05:30
930b0460f8 fix(build): download correct cloud-agent for arch (#3331) 2021-05-10 21:56:39 +05:30
fa461ff8f1 feat(ci/build): support arm64 for cloud-agent (#3294) 2021-05-05 21:53:30 +05:30
bc3defd42a chore(build): compile vscode+extensions in parallel (#3250) 2021-04-28 23:55:56 +05:30
9d5f05efaf refactor: remove old coverage shield workflow 2021-04-26 14:11:10 -07:00
724ee93e81 chore(ci): migrate from hub to gh (#3168) 2021-04-20 02:21:33 +05:30
2510e6ac41 fix: check upstream before running script 2021-04-08 11:18:20 -07:00
e5ed927d51 fix: sd correct file in release-prep for badges 2021-04-08 11:15:17 -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
cbcad39a4f Remove ipc.d.ts from final build
Now that the plugin API has its own separate types this is no longer
necessary.
2021-04-01 10:56:25 -05:00
024a3110be refactor: reorganize release notes draft format 2021-03-26 16:33:22 -07:00
299e17e6d9 refactor: update script command to get git branch 2021-03-25 09:46:54 -07:00
a1dca6da29 feat: add dry run option to release-prep.sh 2021-03-24 17:51:07 -07:00
a8858ea9fc docs(ci): update step 1 of publish release 2021-03-24 17:51:06 -07:00
fa19f8cac8 feat: add release-prep script 2021-03-24 17:51:06 -07:00
d05389880a chore: update formatting w/new prettier sh plugin 2021-03-15 15:36:31 -07:00
e0203f2a36 feat: add new section to release notes draft 2021-03-05 14:05:33 -07:00
90807e19e7 fix(ci): replace extension in test standalone 2021-03-02 10:58:38 -07:00
fc6d123da5 feat: update release template w/doc and dev 2021-02-12 16:22:32 -07: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
4756257207 refactor: rename doc to docs 2021-02-03 09:46:35 -07:00
39faceeee4 Merge pull request #2539 from cdr/callback-html 2021-01-11 16:19:08 -06:00
cb11e1f750 Fix typings rsync 2021-01-08 10:37:47 -06:00
9e4206aa41 Add typings to release bundle (#2544) 2021-01-06 14:25:58 -06:00
aa05993cf0 Bundle callback.html into final build 2021-01-05 15:26:11 -06: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
3aa4ae4539 Clarify why we need node_modules.asar 2020-12-18 10:59:15 -06: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
121a520447 Symlink node_modules.asar to node_modules in lib/vscode
Closes #2197.
2020-12-17 15:48:19 -06:00
f74f1721e6 doc: Add note on upgrading into release notes and install.md
Closes #1652
Closes #2221
2020-11-24 12:42:26 -05:00
2e2d03371f ci: Fix typo in release template 2020-11-19 18:03:12 -05:00
40e1f066ff ci: Improve release template (#2311) 2020-11-16 16:56:53 -05:00
f64599b94d ci: Update standalone build test
ms-toolsai.jupyter is now a dependency of ms-python and is installed
along with it.
2020-11-16 14:40:06 -05:00
6fbbb1047f fmt 2020-11-02 17:17:09 -06:00
e07a591745 Catch cloud agent download failure
- See #2251 and #2229.
2020-11-02 16:48:25 -06:00
c63dc3a1ea Add more logging around connections 2020-10-30 16:16:44 -05:00
ec564091f1 Fix agent copy during release
If there isn't a lib dir yet it'll copy as lib instead of getting put
inside the directory.
2020-10-12 17:29:39 -05:00
a4a03c1492 Fix CI 2020-10-12 03:08:24 -04:00
d7e3112625 Update standalone test 2020-10-09 18:01:43 -05:00
64a6a460c8 Adjust npm package postinstall to install extension dependencies (#2180)
Closes #1961
2020-10-09 15:00:49 -04:00
9002f118c3 Remove the extra releases for autoupdating purposes 2020-10-09 07:50:58 -04:00
febf4ead96 Fix the clean script
🤦
2020-10-07 17:40:19 -04:00
85b0804be5 Remove cliArgs from main
No purpose when all the args are in the args parameter.

We only need configArgs for bindAddrFromAllSources.
2020-10-07 17:40:19 -04:00
6e8248cf0c Fix zip release creation 2020-10-07 15:58:30 -04:00
9035bfa871 Add coder cloud agent binary to build process 2020-10-07 15:58:30 -04:00