ff93932ba2
fix: temporarily disable trivy-scan-image
2021-05-24 14:02:15 -07:00
471e4ac72b
updated changelog
2021-05-24 23:23:12 +05:30
9f3d575973
Merge branch 'main' into grammer-fix
2021-05-24 22:40:43 +05:30
99542e67aa
Merge pull request #3450 from cdr/dependabot/npm_and_yarn/eslint-plugin-import-2.23.3
...
chore(deps-dev): bump eslint-plugin-import from 2.23.2 to 2.23.3
2021-05-24 10:04:29 -07:00
cf13e6bf52
Merge branch 'main' into dependabot/npm_and_yarn/eslint-plugin-import-2.23.3
2021-05-24 09:56:18 -07:00
680a1e27c1
Merge pull request #3449 from cdr/dependabot/npm_and_yarn/eslint-7.27.0
...
chore(deps-dev): bump eslint from 7.26.0 to 7.27.0
2021-05-24 09:54:23 -07:00
72b3fd9df4
fixed confusing sentence in pull requests section
2021-05-24 22:20:14 +05:30
2d7bc7f675
chore(deps-dev): bump eslint-plugin-import from 2.23.2 to 2.23.3
...
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import ) from 2.23.2 to 2.23.3.
- [Release notes](https://github.com/benmosher/eslint-plugin-import/releases )
- [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md )
- [Commits](https://github.com/benmosher/eslint-plugin-import/compare/v2.23.2...v2.23.3 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-05-24 11:02:52 +00:00
dc2d769161
chore(deps-dev): bump eslint from 7.26.0 to 7.27.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 7.26.0 to 7.27.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.26.0...v7.27.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-05-24 11:02:34 +00:00
0608e86e3d
Merge pull request #3440 from cdr/v3.10.2
...
release: 3.10.2
2021-05-21 16:43:19 -07:00
4fc8d98610
refactor: remove extra step in release-prep.sh
v3.10.2
2021-05-21 16:08:46 -07:00
29292fd33b
chore: update version in CHANGELOG
2021-05-21 16:08:21 -07:00
31aac201bf
chore(release): bump version to 3.10.2
2021-05-21 16:04:55 -07:00
a4168e45d7
Merge pull request #3438 from cdr/jsjoeio/fix-3407
...
fix(ci): update brew-bump.sh to update remote first
2021-05-21 15:28:57 -07:00
ed0ddeaf3e
fix: make sure homebrew-core is up to date
2021-05-21 15:00:45 -07:00
c0342436ff
chore: update CHANGELOG
2021-05-21 15:00:44 -07:00
604491d333
fix: use correct command to Open Folder on Welcome page ( #3437 )
...
* chore: update CHANGELOG
* fix: use openFolder in welcomePage
In 1.56.2, they modified the WelcomePage use of OpenFileFolder in
src/vs/workbench/contrib/debug/browser/welcomeView.ts to only use on macOS +
Desktop (i.e. not Web). This caused the "Open Folder" to not work on macOS +
macOS-like environments.
Instead, we use OpenFolder which is a registered command and works as expected.
2021-05-21 19:27:50 +00:00
ee78c31b4a
Merge branch 'main' into patch-1
2021-05-21 10:46:41 -07:00
c1bc464150
Update docs/FAQ.md
...
Co-authored-by: Joe Previte <jjprevite@gmail.com >
2021-05-21 10:44:54 -07:00
ac965176ca
Merge pull request #3393 from strowk/extra-init-containers
...
Introduce extraInitContainers to helm chart
2021-05-20 12:16:08 -07:00
43d72c59bc
chore: update CHANGELOG
2021-05-20 12:11:31 -07:00
1634349908
Merge branch 'main' into extra-init-containers
2021-05-20 12:07:44 -07:00
8f3de91775
Merge pull request #3430 from cdr/jsjoeio/limiter-updates
...
fix(dependabot): limit limiter updates
2021-05-20 12:04:09 -07:00
75e6ab1197
fix(dependabot): limit limiter updates
2021-05-20 11:59:27 -07:00
1ffca5751c
introduce extraInitContainers to helm chart
...
New extraInitContainers configuration added.
It allows to pass template with a list of containers to execute before
main code-server container started. Main container will only start when
all init containers are completed (exited with 0 code).
Additionally changes the way extraContainers is used - instead of
toYaml use tpl, because this allows to
reference any values from extraContainers string.
2021-05-20 17:52:35 +02:00
9d7ac2aa60
Add Pomerium
...
RE: https://github.com/pomerium/pomerium/pull/2223
2021-05-19 17:23:30 -07:00
6e9e891684
Merge pull request #3409 from cdr/dependabot/npm_and_yarn/typescript-eslint/parser-4.24.0
...
chore(deps-dev): bump @typescript-eslint/parser from 4.23.0 to 4.24.0
2021-05-19 10:37:47 -07:00
5d393b9d91
chore(deps-dev): bump @typescript-eslint/parser from 4.23.0 to 4.24.0
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 4.23.0 to 4.24.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.24.0/packages/parser )
Signed-off-by: dependabot[bot] <support@github.com >
2021-05-18 18:56:32 +00:00
4c77893ce2
Merge pull request #3402 from cdr/dependabot/npm_and_yarn/eslint-plugin-import-2.23.2
...
chore(deps-dev): bump eslint-plugin-import from 2.23.0 to 2.23.2
2021-05-18 11:54:05 -07:00
ec07a03242
chore(deps-dev): bump eslint-plugin-import from 2.23.0 to 2.23.2
...
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import ) from 2.23.0 to 2.23.2.
- [Release notes](https://github.com/benmosher/eslint-plugin-import/releases )
- [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md )
- [Commits](https://github.com/benmosher/eslint-plugin-import/compare/v2.23.0...v2.23.2 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-05-18 18:45:21 +00:00
ef9e09d970
Merge pull request #3408 from cdr/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-4.24.0
...
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 4.23.0 to 4.24.0
2021-05-18 11:41:23 -07:00
ff87ed26e4
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.23.0 to 4.24.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.24.0/packages/eslint-plugin )
Signed-off-by: dependabot[bot] <support@github.com >
2021-05-18 18:31:57 +00:00
288c3a2efb
Merge pull request #3403 from cdr/dependabot/npm_and_yarn/types/http-proxy-1.17.6
...
chore(deps-dev): bump @types/http-proxy from 1.17.5 to 1.17.6
2021-05-18 11:28:30 -07:00
0d0f0d22d6
chore(deps-dev): bump @types/http-proxy from 1.17.5 to 1.17.6
...
Bumps [@types/http-proxy](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/http-proxy ) from 1.17.5 to 1.17.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/http-proxy )
Signed-off-by: dependabot[bot] <support@github.com >
2021-05-17 20:04:10 +00:00
e983ba9a4b
v3.10.1 ( #3406 )
...
* Update versions
* Update changelog
2021-05-17 14:59:41 -05:00
b3bd6c3703
Termux on Play Store is deprecated; replaced with F-Droid link ( #3396 )
...
Fixes #3395 .
2021-05-17 12:14:57 -05:00
a3663f54d0
Merge pull request #3360 from cdr/jsjoeio/document-release-manager
...
docs(maintaining): add process for release managers
2021-05-14 16:13:36 -07:00
2438fb307c
fix: use next version in changelog
2021-05-14 16:09:30 -07:00
12b1e484be
docs(maintaining): add release manager rotation
2021-05-14 16:09:26 -07:00
eb82054357
docs: update publishing a release process
2021-05-14 16:09:06 -07:00
1b75734332
fix(release-prep.sh): don't update CHANGELOG
2021-05-14 16:09:06 -07:00
ade43c02b7
docs: update release_template PR
2021-05-14 16:09:06 -07:00
9ab5ccf908
docs: add release issue template
2021-05-14 16:09:05 -07:00
509d91ddab
Merge pull request #3377 from cdr/jsjoeio/docs-clean-commits
...
docs(contributing): add commits section
2021-05-14 13:54:24 -07:00
60d71fee6f
docs(contributing): add commits section
2021-05-14 13:50:05 -07:00
62b5fadd9c
docs(contributing): add commits section
2021-05-14 13:50:01 -07:00
a7cf990782
Merge pull request #3375 from cdr/jsjoeio/fix-pr-template
...
refactor: move default PR template
2021-05-14 13:22:58 -07:00
6f09749b65
refactor: move default PR template
2021-05-14 13:18:39 -07:00
b49b1796e9
Add socket type to websocket connection query ( #3391 )
...
This was added a long time ago but accidentally lost when we reverted
the retry changes to this file after one of the VS Code updates that
added their own retry (we reverted everything not realizing we had other
unrelated changes in here).
2021-05-14 15:05:05 -05:00
36265ddfaf
Merge pull request #3368 from cdr/jsjoeio/re-enable-trivy
...
fix(ci): re-enable trivy-scan-repo
2021-05-14 10:47:57 -07:00