83f266e07d
Merge pull request #3367 from jawnsy/dependabot-ignore-playwright-updates
...
chore: ignore updates to microsoft/playwright-github-action
2021-05-12 14:02:08 -07:00
416362be31
chore: ignore updates to microsoft/playwright-github-action
...
Microsoft publishes updates to this action using the same scheme
as GitHub, where the v1 tag is updated to the latest release of
the 1.0 series. Therefore, we can manage updates manually.
2021-05-12 18:47:37 +00:00
825a40e897
chore: update CHANGELOG ( #3354 )
2021-05-12 12:19:02 -05:00
82ce9d5adb
Merge pull request #3357 from cdr/oxy/update-prettier
...
chore(deps-dev): bump prettier to 2.3.0
2021-05-11 14:23:41 -07:00
74fbb425f2
fix(lib/vscode): update to 1.56.1 ( #3351 )
2021-05-12 01:15:06 +05:30
adc9b57080
chore: reformat with new prettier
2021-05-12 01:14:04 +05:30
715e5927bc
chore(deps-dev): bump prettier to 2.3.0
2021-05-12 01:13:45 +05:30
6a4ff9c05c
chore(deps-dev): bump @typescript-eslint/parser from 4.22.1 to 4.23.0 ( #3343 )
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 4.22.1 to 4.23.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.23.0/packages/parser )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-12 00:49:37 +05:30
fd4ecabc02
chore(deps-dev): bump @typescript-eslint/eslint-plugin ( #3344 )
...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 4.22.1 to 4.23.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.23.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-05-12 00:49:23 +05:30
9e0524a3e7
chore(deps-dev): bump @types/ws from 7.4.2 to 7.4.4 ( #3345 )
...
Bumps [@types/ws](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ws ) from 7.4.2 to 7.4.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/ws )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-12 00:49:09 +05:30
2ae8729ef3
chore(deps): update postcss, trim ( #3356 )
2021-05-12 00:44:50 +05:30
f32d8e50e7
chore(deps-dev): bump eslint from 7.25.0 to 7.26.0 ( #3333 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 7.25.0 to 7.26.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.25.0...v7.26.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-11 23:57:53 +05:30
cc02b5feba
Merge pull request #3352 from cdr/jsjoeio/fix-line
...
fix(ci): fix typos in ci.yaml
2021-05-11 11:23:53 -07:00
3cd3490dee
fix(ci): fix typos
2021-05-11 11:18:35 -07:00
6d7f329001
Merge pull request #3341 from cdr/jsjoeio/disable-trivy
...
fix(ci): disable trivy-scan-repo
2021-05-11 10:30:17 -07:00
510ff9c9f8
fix(ci): disable trivy-scan-repo
2021-05-11 10:26:04 -07:00
3df771fbc4
Check the logged user instead of $USER ( #3330 )
...
* Check the logged user instead of $USER
Given that `sudo usermod --login "$DOCKER_USER" coder` and `sudo groupmod -n "$DOCKER_USER" coder` modify the container's disk it'll persist across restarts, but environment variables will be reset to whatever state they had at the end of `Dockerfile`. In this case, `$USER` is set to `coder`, so this branch will always be true.
By checking with the output of `whoami`, which gets it's information from `/etc/passwd`, we make sure to get the real logged user and not the one defined by $USER.
We also move `USER="$DOCKER_USER"` out of the branch, since we always want this to happen at entry-point. If we don't do this assignment, $USER will contain `coder` upon restart.
* Update entrypoint.sh
Check `$DOCKER_USER` was defined before copying it to `$USER`.
2021-05-11 10:26:38 -05:00
014d7468f0
release: 3.10.0 ( #3338 )
...
Also fixes release scripts.
2021-05-11 03:59:49 +05:30
a5e8337c86
chore(ci): fix release scripts
v3.10.0
2021-05-11 02:54:13 +05:30
d17c97c9cd
chore(release): bump version to 3.10.0
2021-05-11 01:39:44 +05:30
30daa33c7f
Merge pull request #3337 from cdr/jsjoeio/add-changelog
...
docs: add changelog
2021-05-10 12:56:43 -07:00
76a49dd939
chore: update CHANGELOG
2021-05-10 12:56:28 -07:00
8c7224931e
chore: update PR template with checklist
2021-05-10 12:56:27 -07:00
3518de7b85
feat: add CHANGELOG
2021-05-10 12:05:55 -07:00
7421e9d631
chore(lib/vscode): remove plist from deps
2021-05-10 21:57:54 +05:30
2b9ba4d373
chore(deps): adjust resolution for underscore
2021-05-10 21:57:54 +05:30
930b0460f8
fix(build): download correct cloud-agent for arch ( #3331 )
2021-05-10 21:56:39 +05:30
02a0e05a14
chore(lib/vscode): cleanup/update build deps ( #3314 )
2021-05-08 01:29:22 +05:30
5d5ecdc795
Merge pull request #3308 from code-asher/pty-host-service
2021-05-07 14:12:37 -05:00
65c2510faa
chore(deps): bump hosted-git-info from 2.8.8 to 2.8.9 in /test ( #3312 )
...
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info ) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases )
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md )
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-08 00:04:25 +05:30
99317fc622
Merge pull request #3309 from code-asher/create-dirs
2021-05-07 13:29:41 -05:00
bdb230ba8d
Add pty host to build
2021-05-07 13:25:23 -05:00
e7ce4f888f
Merge pull request #3301 from cdr/dependabot/npm_and_yarn/lib/vscode/build/lodash-4.17.21
...
chore(deps): bump lodash from 4.17.20 to 4.17.21 in /lib/vscode/build
2021-05-07 11:02:20 -07:00
0e9f7de64b
Merge pull request #3307 from cdr/dependabot/github_actions/aquasecurity/trivy-action-341f810bd602419f966a081da3f4debedc3e5c8e
...
chore(deps): bump aquasecurity/trivy-action from b38389f8efef9798810fe0c5b5096ac198cffd54 to 0.0.15
2021-05-07 10:47:07 -07:00
51d294e163
Remove extension dir scan catch
...
Now that we are creating the directories these shouldn't error. If they
are somehow missing (if the user deletes them after VS Code starts for
example) then I think we should surface that to the user.
2021-05-07 12:31:43 -05:00
9ff29d17fb
Make sure directories exist
...
Fixes #3040 .
2021-05-07 12:31:42 -05:00
c416e9b2c4
Use ptyHostService
...
Most of this was a straightforward replacement of our code with theirs
but I also removed `getDefaultShellAndArgs` since it seems the reference
implementation no longer does that either.
Fixes #2276 .
2021-05-07 12:31:24 -05:00
f97f8538b1
chore(deps): bump lodash from 4.17.20 to 4.17.21 in /lib/vscode/build
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-05-07 17:28:35 +00:00
b21a9af473
chore(lib/vscode): remove gulp-azure-storage from deps ( #3310 )
2021-05-07 22:54:15 +05:30
6615106d86
chore(deps): bump aquasecurity/trivy-action
...
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action ) from b38389f8efef9798810fe0c5b5096ac198cffd54 to 0.0.15. This release includes the previously tagged commit.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases )
- [Commits](b38389f8ef...341f810bd6
)
Signed-off-by: dependabot[bot] <support@github.com >
2021-05-07 11:08:33 +00:00
2dcf098e7e
feat(vscode): update to version 1.56.0 ( #3269 )
2021-05-07 07:22:08 +05:30
ab122daa93
Merge branch 'main' into vscode-1.56
2021-05-07 07:20:48 +05:30
4f320ad3e0
Merge pull request #3297 from code-asher/test-static
2021-05-06 18:24:44 -05:00
2f2fd066ad
Merge pull request #3302 from cdr/dependabot/npm_and_yarn/lib/vscode/lodash-4.17.21
...
chore(deps): bump lodash from 4.17.20 to 4.17.21 in /lib/vscode
2021-05-06 15:11:57 -07:00
8076651931
Merge pull request #3299 from cdr/dependabot/npm_and_yarn/lib/vscode/underscore-1.12.1
...
chore(deps-dev): bump underscore from 1.8.3 to 1.12.1 in /lib/vscode
2021-05-06 15:08:00 -07:00
ae708dbed4
chore(deps): bump lodash from 4.17.20 to 4.17.21 in /lib/vscode
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-05-06 20:01:49 +00:00
e8443e2602
Fix helpers not working in e2e tests
...
It errors that jest is not defined so put it behind a function instead
of immediately creating the mock (this is probably a better pattern
anyway).
The constant tests had to be reworked a little. Since the logger mock is
hoisted it runs before createLoggerMock is imported. I moved it into a
beforeAll which means the require call also needed to be moved
there (since we need to mock the logger before requiring the constants
or it'll pull the non-mocked logger).
This means getPackageJson needs to be a let and assigned afterward. To
avoid having to define a type for getPackageJson I just added a let var
set to the type of the imported constants file and modified the other
areas to use the same paradigm.
I also replaced some hardcoded strings with the mocked package.json
object.
2021-05-06 15:01:35 -05:00
14dbd16a7a
chore(deps): bump lodash from 4.17.20 to 4.17.21 in /test ( #3300 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-07 01:30:47 +05:30
ad4a70c684
Use warn log level for integration tests
...
Just to limit all the noise from code-server's startup output.
2021-05-06 14:27:16 -05:00
4925e97080
Add static route tests
2021-05-06 14:27:11 -05:00