14ef340369
chore(deps-dev): bump @typescript-eslint/eslint-plugin ( #2887 )
...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 4.7.0 to 4.18.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.18.0/packages/eslint-plugin )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-15 15:06:20 -05:00
ca564402f7
Merge pull request #2852 from cdr/jsjoeio-2646-separate-testing
...
dev(testing): separate unit and e2e tests
2021-03-15 10:40:41 -07:00
05068753f5
chore(deps-dev): bump typescript from 4.1.3 to 4.2.3 ( #2884 )
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.1.3 to 4.2.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.1.3...v4.2.3 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-15 12:15:33 -05:00
a6b84bb23d
chore(deps): bump rotating-file-stream from 2.1.3 to 2.1.5 ( #2880 )
...
Bumps [rotating-file-stream](https://github.com/iccicci/rotating-file-stream ) from 2.1.3 to 2.1.5.
- [Release notes](https://github.com/iccicci/rotating-file-stream/releases )
- [Changelog](https://github.com/iccicci/rotating-file-stream/blob/master/CHANGELOG.md )
- [Commits](https://github.com/iccicci/rotating-file-stream/commits )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-15 11:58:51 -05:00
88af52fe18
chore(deps): bump env-paths from 2.2.0 to 2.2.1 ( #2883 )
...
Bumps [env-paths](https://github.com/sindresorhus/env-paths ) from 2.2.0 to 2.2.1.
- [Release notes](https://github.com/sindresorhus/env-paths/releases )
- [Commits](https://github.com/sindresorhus/env-paths/compare/v2.2.0...v2.2.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-15 10:54:12 -05:00
37a56be3f5
chore(deps-dev): bump eslint from 7.11.0 to 7.22.0 ( #2876 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 7.11.0 to 7.22.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v7.11.0...v7.22.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-15 10:41:33 -05:00
c90d1983f6
chore(deps-dev): bump prettier from 2.1.2 to 2.2.1 ( #2873 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.1.2 to 2.2.1.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/2.1.2...2.2.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-12 16:21:55 -06:00
7b1fe3156d
chore: use dependabot to manage dependencies ( #2830 )
...
Use dependabot to manage the dependencies defined in package.json and
GitHub Actions workflows, so that we can proactively update versions.
Outdated versions of third-party dependencies frequently have known
security vulnerabilities with CVEs.
2021-03-12 11:46:18 -08:00
7e23575978
chore: update code-server path in tsconfig
2021-03-12 12:00:57 -07:00
9ee2556dd1
chore: update gitignore with test dirs
2021-03-12 12:00:57 -07:00
aeaf11ced6
refactor: update ci.yaml, test:unit and test:e2e
2021-03-12 12:00:57 -07:00
6fd30d91ea
feat: add jest e2e config
2021-03-12 12:00:57 -07:00
529d69e8e8
refactor: add scripts to separate unit, e2e tests
2021-03-12 12:00:56 -07:00
d10da3f7c3
refactor: move test-plugin
2021-03-12 12:00:56 -07:00
cf6fdb90eb
refactor: create test/utils
2021-03-12 12:00:56 -07:00
b468597872
refactor: move e2e tests to test/e2e
2021-03-12 12:00:56 -07:00
3f7104bb4e
refactor: move unit tests to test/unit
2021-03-12 12:00:56 -07:00
ed839c9a03
feat: add test:e2e and test:unit to package.json
2021-03-12 12:00:55 -07:00
c270570f77
chore: run builds on pull requests ( #2866 )
...
* Run builds when changes are pushed to the main branch, or for pull
requests opened against the main branch. This is a subtle change
in behavior because, previously, builds would've run on pushes to
any branch, regardless if a pull request is open yet.
* Update to GitHub actions/checkout v2, which performs a shallow
clone by default, and should speed up the build.
Closes : #2559
2021-03-12 09:48:39 -08:00
702485139a
chore: update vulnerable dependencies ( #2861 )
...
Cherry-pick dependencies with security issues to update.
Signed-off-by: Akash Satheesan <akash@coder.com>
2021-03-12 01:46:40 +05:30
fa71191dbf
Merge pull request #2859 from cdr/jsjoeio/update-upgrade-vscode-script
...
dev(update-vscode.sh): get latest vscode version and force commit files
2021-03-11 13:15:51 -07:00
44a4a0bc20
fix: update base branch to main
2021-03-11 10:26:36 -07:00
6f638f1329
fix: set upstream when pushing branch
2021-03-11 10:23:43 -07:00
b0861029c0
fix: add no-verify for commit line
2021-03-11 10:14:56 -07:00
3e79a84152
feat: add docs and update PR body
2021-03-11 09:48:18 -07:00
612b8314f9
feat(update-vscode): add step to commit files
2021-03-10 17:14:20 -07:00
f19ae171ea
feat(update-vscode): grab latest vscode version
2021-03-10 15:09:00 -07:00
5d5e6314a1
Merge pull request #2851 from cdr/jsjoeio-docs-termux
...
docs(install): add termux section
2021-03-10 14:39:14 -07:00
69a3e7f651
Merge pull request #2857 from cdr/terminal-missing-func
...
Implement missing terminal method
2021-03-10 14:26:59 -07:00
781532c22d
docs(install): add termux section
2021-03-10 13:00:33 -07:00
c801a98e33
Merge pull request #2850 from cdr/jsjoeio-docs-2745
...
docs(npm): update node requirements
2021-03-10 12:26:31 -07:00
01c3d1f53d
Implement missing terminal method
2021-03-10 13:15:23 -06:00
5a1f62a8fb
Support permessage-deflate web socket extension ( #2846 )
2021-03-10 13:14:24 -06:00
0cb5c2e937
feat: update node version engine in package.json
2021-03-10 10:47:47 -07:00
81cf111794
docs(npm): update node requirements
2021-03-10 10:47:47 -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
31e3bf30da
add ⚡
2021-03-08 18:58:43 -05:00
2d298a71dd
add initial mention of deploy-code-server (draft)
2021-03-08 16:24:35 -05:00
1da1d8c589
Merge pull request #2819 from cdr/v3.9.1
...
release: 3.9.1
v3.9.1
2021-03-08 11:10:19 -07:00
e0203f2a36
feat: add new section to release notes draft
2021-03-05 14:05:33 -07:00
f0f776587c
feat: add release template
2021-03-05 14:05:33 -07:00
d81a16a68e
refactor: move PR tempalte
2021-03-05 14:05:33 -07:00
a3db1be150
docs(readme): update code coverage badge
2021-03-05 14:05:32 -07:00
606fa26b5a
chore: bump version to 3.9.1
2021-03-05 14:05:31 -07:00
f21433a130
Merge pull request #2823 from cdr/vapurrmaid/rm-updatecss
...
chore: Remove pages/update.css
2021-03-05 14:04:33 -07:00
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
e47eabf375
fix: goHome test after location change
2021-03-05 11:58:17 -07:00
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
9e2668ec75
chore: Remove pages/update.css
...
It appears the associated HTML for these styles was removed in
554b6d6fcf219afdbb9c6cef5393c492d401b73f
2021-03-05 06:55:05 -05:00