Commit Graph

2179 Commits

Author SHA1 Message Date
Asher 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
Joe Previte 8ed5b736bb
feat(ranger): add action for extension-request (#2967) 2021-03-31 10:28:55 -05:00
Asher a4c8549df2
fix(dev-deps): update ts-node and spawn (#2999) 2021-03-31 10:24:55 -05:00
dependabot[bot] 334df89491
chore(deps-dev): bump @typescript-eslint/parser from 4.19.0 to 4.20.0 (#3001)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.19.0 to 4.20.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.20.0/packages/parser)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joe Previte <jjprevite@gmail.com>
2021-03-31 10:22:28 -05:00
Joe Previte fd94b5f5df
Merge pull request #3006 from cdr/jsjoeio/fix-dependabot-types-node
chore(dev-deps): add ignore block to dependabot config for @types/node
2021-03-30 17:18:22 -07:00
Joe Previte 761c93f571
Merge branch 'main' into jsjoeio/fix-dependabot-types-node 2021-03-30 16:50:15 -07:00
Joe Previte 682883fd7f
Merge pull request #3000 from cdr/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-4.20.0
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 4.19.0 to 4.20.0
2021-03-30 16:48:40 -07:00
Joe Previte df6bfbbeaf
feat: bump ts-node to 9.1.1 2021-03-30 16:46:49 -07:00
Joe Previte d140c2c8e7
feat: add ignore block to dependabot config 2021-03-30 16:43:29 -07:00
dependabot[bot] 9be199e0d8
chore(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.19.0 to 4.20.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.20.0/packages/eslint-plugin)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-30 11:04:08 +00:00
Joe Previte e4db80667e
refactor: use stdio correctly in wrapper 2021-03-29 14:05:59 -07:00
Asher 18ace7b906
Don't send permessage-deflate header if not supported (#2993) 2021-03-29 12:59:36 -05:00
dependabot[bot] 6cf904a39b
chore(deps-dev): bump eslint from 7.22.0 to 7.23.0 (#2990)
Bumps [eslint](https://github.com/eslint/eslint) from 7.22.0 to 7.23.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.22.0...v7.23.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-29 21:41:05 +05:30
Joe Previte 958d32dc10
Merge pull request #2969 from cdr/jsjoeio/update-release-template
refactor: reorganize release notes draft format
2021-03-26 17:02:47 -07:00
Joe Previte 024a3110be
refactor: reorganize release notes draft format 2021-03-26 16:33:22 -07:00
Joe Previte bb5c7d95cc
chore: fix release_template todos 2021-03-26 16:33:22 -07:00
Joe Previte be02218197
Merge pull request #2981 from cdr/jsjoeio/fix-get-artifact-url
refactor: change get_artifacts_url in lib.sh
2021-03-26 10:31:31 -07:00
Joe Previte f27c039954
refactor: change get_artifacts_url in lib.sh
This now looks for the version branch i.e. v3.9.2
to grab the artifacts instead of the head_sha
which was faulty in the past.
2021-03-26 10:30:32 -07:00
Joe Previte f55f79f639
Merge pull request #2974 from cdr/jsjoeio/update-publish-workflow
fix: add workflow_dispatch to publish.yaml
2021-03-25 17:45:47 -07:00
Joe Previte 9cb5dce582
fix: add workflow_dispatch to publish.yaml 2021-03-25 17:33:18 -07:00
Joe Previte ac9f708c59
Merge pull request #2968 from cdr/jsjoeio/fix-lib-sh
refactor: add check for artifacts url in lib.sh
2021-03-25 17:25:24 -07:00
Joe Previte 27ede67e07
refactor: add check for artifacts url in lib.sh 2021-03-25 16:51:01 -07:00
Joe Previte b7ad293e8d
Merge pull request #2971 from cdr/jsjoeio/fix-install-script
fix: use main instead of version in install.sh
2021-03-25 16:49:00 -07:00
Joe Previte b2af7fe5a3
fix: use main instead of version in install.sh 2021-03-25 16:09:19 -07:00
Joe Previte 319795c213
Merge pull request #2953 from cdr/v3.9.2
release: 3.9.2
2021-03-25 15:44:24 -07:00
Joe Previte f688e58472
chore(release): bump version to 3.9.2 2021-03-25 10:33:47 -07:00
repo-ranger[bot] 004c608236
Merge pull request #2952 from cdr/jsjoeio/add-release-prep-script
dev: add release:prep script
2021-03-25 17:31:51 +00:00
repo-ranger[bot] 305b820828
Merge branch 'main' into jsjoeio/add-release-prep-script 2021-03-25 16:51:24 +00:00
Akash Satheesan 8332a6abc9
fix(lib/vscode): remove native-keymap and keytar (#2961)
native-keymap and keytar are only used in the electron process,
so we don't need them. This allows us to drop our dependencies on
libx11-dev, libxkbfile-dev, and libsecret-dev.
2021-03-25 22:20:58 +05:30
Joe Previte 299e17e6d9
refactor: update script command to get git branch 2021-03-25 09:46:54 -07:00
Joe Previte a1dca6da29
feat: add dry run option to release-prep.sh 2021-03-24 17:51:07 -07:00
Joe Previte a8858ea9fc
docs(ci): update step 1 of publish release 2021-03-24 17:51:06 -07:00
Joe Previte fa19f8cac8
feat: add release-prep script 2021-03-24 17:51:06 -07:00
Joe Previte 24a474ce20
Merge pull request #2962 from cdr/jsjoeio/revert-ts-node-upgrade
fix(dev-deps): limit ts-node upgrades
2021-03-24 17:30:50 -07:00
Joe Previte d3c1906390
fix: limit ts-node upgrades 2021-03-24 17:01:28 -07:00
repo-ranger[bot] 9a7908e784
Merge pull request #2947 from cdr/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-4.19.0
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 4.18.0 to 4.19.0
2021-03-23 23:19:20 +00:00
Joe Previte 080d59b269
Merge branch 'main' into dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-4.19.0 2021-03-23 15:10:03 -07:00
Joe Previte 87605316d2
Merge pull request #2948 from cdr/dependabot/npm_and_yarn/typescript-eslint/parser-4.19.0
chore(deps-dev): bump @typescript-eslint/parser from 4.18.0 to 4.19.0
2021-03-23 15:05:03 -07:00
Joe Previte bb2a385c6a
Merge branch 'main' into dependabot/npm_and_yarn/typescript-eslint/parser-4.19.0 2021-03-23 14:18:09 -07:00
Joe Previte 1a91be96eb
Merge branch 'main' into dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-4.19.0 2021-03-23 14:17:08 -07:00
Joe Previte 947dd8561b
Merge pull request #2922 from cdr/jsjoeio/add-logout
feat(lib/vscode): add log out to application menu
2021-03-23 12:44:26 -07:00
Joe Previte 9eff1f0702
fix: add timeout to logout test 2021-03-23 12:14:42 -07:00
Joe Previte 090687d057
feat: add e2e test for logout 2021-03-23 10:02:03 -07:00
Joe Previte 5cec6208d0
refactor: add cookie.ts to lib/vscode 2021-03-23 10:02:03 -07:00
Joe Previte 9f790fd2f3
feat(lib/vscode): add log out to application menu
This adds a new option to the Application Menu called Log out.

It deletes the code-server cookie and logs a user out.
2021-03-23 10:02:02 -07:00
dependabot[bot] 3ab625f83b
chore(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.18.0 to 4.19.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.19.0/packages/eslint-plugin)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-23 16:37:27 +00:00
dependabot[bot] 2c01464800
chore(deps-dev): bump @typescript-eslint/parser from 4.18.0 to 4.19.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.18.0 to 4.19.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.19.0/packages/parser)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-23 16:37:07 +00:00
dependabot[bot] 24dc2080f9
chore(deps): bump semver from 7.3.4 to 7.3.5 (#2946)
Bumps [semver](https://github.com/npm/node-semver) from 7.3.4 to 7.3.5.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/master/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v7.3.4...v7.3.5)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-23 11:32:31 -05:00
Justin Keller 58b59fde5f
Update fixuid 0.5 and add zsh to Docker image (#2925) 2021-03-22 16:15:06 -05:00
repo-ranger[bot] f95f180401
Merge pull request #2862 from cdr/jsjoeio/upgrade-vscode-1.54
feat(vscode): update to version 1.54.2
2021-03-22 20:16:58 +00:00