Search is not available for this dataset
hash string | author int32 | committer_date string | timezone int64 | parents string | message string | changes string | language string |
|---|---|---|---|---|---|---|---|
7f0c4d785f4e397a21a05602361ceee67d5c0126 | 116 | 2022-09-29 10:05:14-07:00 | 25,200 | ['b6aeb4bfabc762b0060dba71c8b60ea8d602dc86'] | chore: update vm2 to 3.9.11 (#5601) | [{'old_path': 'package.json', 'new_path': 'package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -75,7 +75,7 @@\n "vfile-message": "^2.0.2",\n "tar": "^6.1.9",\n "path-parse": "^1.0.7",\n- "vm2": "^3.9.6",\n+ "vm2": "^3.9.11",\n "follow-redirects": "^1.14.8",\n "node-fetch": "^2.6.7... | TypeScript |
8629d6a474e6a8221d741a058f94fc3949864728 | 116 | 2022-09-29 14:46:48-05:00 | 25,200 | ['7f0c4d785f4e397a21a05602361ceee67d5c0126'] | refactor: run security on package.json changes (#5602)
* refactor: run security on package.json changes
* fixup: add to main push too | [{'old_path': '.github/workflows/security.yaml', 'new_path': '.github/workflows/security.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,9 +3,11 @@ name: Security\n on:\n push:\n branches: [main]\n+ paths:\n+ - "package.json"\n pull_request:\n- # The branches below must be a subset of the... | TypeScript |
3ac2307b5c980f372d44a8cea9e89fee58688b9b | 116 | 2022-09-29 18:02:53-05:00 | 25,200 | ['8629d6a474e6a8221d741a058f94fc3949864728'] | fix: add node to path (#5598)
* fix: remove deprecated symlink
* refactor: remove deprecation notice
* fixup! refactor: remove deprecation notice
* fix: add node to path
* fixup: shellcheck
* Update src/node/wrapper.ts
Co-authored-by: Asher <ash@coder.com>
* fixup!: fix: remove deprecated symlink
... | [{'old_path': '.github/workflows/build.yaml', 'new_path': '.github/workflows/build.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -318,12 +318,6 @@ jobs:\n ./test/node_modules/.bin/playwright install-deps\n ./test/node_modules/.bin/playwright install\n \n- # TODO@jsjoeio - this is tem... | TypeScript |
77bbed48315a7cc275dc05a53d197197928f4b88 | 116 | 2022-09-30 14:44:45-07:00 | 25,200 | ['3ac2307b5c980f372d44a8cea9e89fee58688b9b'] | release: 4.7.1 (#5607)
* chore(release): bump version to 4.7.1
* docs: update MAINTAINING
* chore: update release_template
* chore: update CHANGELOG
* chore: bump helm chart version
* Update ci/helm-chart/Chart.yaml
Co-authored-by: Asher <ash@coder.com>
* fixup!: changelog
Co-authored-by: Asher... | [{'old_path': '.github/PULL_REQUEST_TEMPLATE/release_template.md', 'new_path': '.github/PULL_REQUEST_TEMPLATE/release_template.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -12,5 +12,6 @@ Follow "Publishing a release" steps in `ci/README.md`\n \n <!-- Note some of these steps below are redundant since they\'re... | TypeScript |
3a9eb312b1974db78ebb1bf170641298384a19b4 | 183 | 2022-10-04 16:45:25+00:00 | -28,800 | ['77bbed48315a7cc275dc05a53d197197928f4b88'] | feat: add doas support (#5600)
Some people may have some reason to drop sudo and switch to doas | [{'old_path': 'install.sh', 'new_path': 'install.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -553,6 +553,8 @@ sh_c() {\n sudo_sh_c() {\n if [ "$(id -u)" = 0 ]; then\n sh_c "$@"\n+ elif command_exists doas; then\n+ sh_c "doas $*"\n elif command_exists sudo; then\n sh_c "sudo $*"\n elif comma... | TypeScript |
b562d4a880f21aace51b6bd1e7ac64330d023b3a | 79 | 2022-10-06 11:12:21-07:00 | -7,200 | ['3a9eb312b1974db78ebb1bf170641298384a19b4'] | Allow opening files at a specific line and column (fixes #5619) (#5620)
* Allow opening files at a specific line and column (fixes #5619)
* Add isDirectory test | [{'old_path': 'src/node/main.ts', 'new_path': 'src/node/main.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,7 +9,7 @@ import { AuthType, DefaultedArgs, Feature, SpawnCodeCli, toCodeArgs, UserProvide\n import { coderCloudBind } from "./coder_cloud"\n import { commit, version } from "./constants"\n import { re... | TypeScript |
b2f043ab413ed0283be61e8de3dcee1fc443b94c | 182 | 2022-10-07 18:04:22+00:00 | -28,800 | ['b562d4a880f21aace51b6bd1e7ac64330d023b3a'] | Update guide.md (#5614)
Co-authored-by: Mobius <ELXIAGHT@outlook.com>
Co-authored-by: Joe Previte <jjprevite@gmail.com> | [{'old_path': 'docs/guide.md', 'new_path': 'docs/guide.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -417,20 +417,20 @@ sudo passwd {user} # replace user with your code-server user\n \n [](https:... | TypeScript |
ba68656353edfd7a50ef4b5571322e2f0c1b653c | 146 | 2022-10-10 17:55:56+00:00 | 25,200 | ['b2f043ab413ed0283be61e8de3dcee1fc443b94c'] | fix potential typo for "installing with npm" (#5630)
the link for installing with NPM on line 103 was written as
[installing with npm][./npm.md](./npm.md) `[installing with npm][./npm.md](./npm.md)`
I fixed it to look like
[installing with npm](./npm.md) `[installing with npm](./npm.md)` | [{'old_path': 'docs/termux.md', 'new_path': 'docs/termux.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -100,7 +100,7 @@ node -v\n \n you will get node version `v16.15.0`\n \n-5. Now install code-server following our guide on [installing with npm][./npm.md](./npm.md)\n+5. Now install code-server following our g... | TypeScript |
f61ec4a41c28a1851b9bb19adfaa428ce69ca8d1 | 125 | 2022-10-13 19:57:04+00:00 | -10,800 | ['ba68656353edfd7a50ef4b5571322e2f0c1b653c'] | add CLI argument `--disable-workspace-trust` (#5638)
Add CLI flag to disable workspace trust feature, as
described in documentation:
https://code.visualstudio.com/docs/editor/workspace-trust
Add test for workspace trust argument. | [{'old_path': 'src/node/cli.ts', 'new_path': 'src/node/cli.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -50,6 +50,7 @@ export interface UserProvidedCodeArgs {\n "github-auth"?: string\n "disable-update-check"?: boolean\n "disable-file-downloads"?: boolean\n+ "disable-workspace-trust"?: boolean\n }\n \n... | TypeScript |
71a127a62befeff1d55efe70be8f182e01cb29b6 | 116 | 2022-10-13 22:16:55+00:00 | 25,200 | ['d4707d1d24b24bb18c41bd6f0810217cd144a1c3'] | refactor: update prettier and doctoc (#5605)
* docs: add toc to CODE OF CONDUCT
* chore: add prettier ignore blocks to docs
* chore: update styles for Dockerfile
* refactor: separate prettier, doctoc
This does a couple things:
- update `.prettierignore`
- split `prettier` and `doctoc` commands. you can s... | [{'old_path': '.github/workflows/build.yaml', 'new_path': '.github/workflows/build.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -22,7 +22,7 @@ concurrency:\n # will skip running `yarn install` if it successfully fetched from cache\n \n jobs:\n- fmt:\n+ prettier:\n name: Format with Prettier\n runs... | TypeScript |
714afe0cc7adafaea7abe691a1aec2d527e6582b | 16 | 2022-10-13 22:32:20+00:00 | -7,200 | ['71a127a62befeff1d55efe70be8f182e01cb29b6'] | feat: add customization options for the login page (#5633)
* add customization options for the login page
* add unit tests
* add test for correct welcome text when none is set but app-name is
Signed-off-by: niwla23 <46248939+niwla23@users.noreply.github.com>
* add test for no app-name set and check in titl... | [{'old_path': 'src/browser/pages/login.html', 'new_path': 'src/browser/pages/login.html', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -10,7 +10,7 @@\n http-equiv="Content-Security-Policy"\n content="style-src \'self\'; script-src \'self\' \'unsafe-inline\'; manifest-src \'self\'; img-src \'self\' data... | TypeScript |
690e0aff454bacfdfe3db680b730c2d6a26d73f9 | 116 | 2022-10-14 16:08:58+00:00 | 25,200 | ['714afe0cc7adafaea7abe691a1aec2d527e6582b'] | fix: add handle for resolveExternalUri (#5624)
* fix: add handle for resolveExternalUri
This adds a fix to properly handle `resolveExternalUri` which is used by
extensions like Tabnine.
* fixup!: update patch
* fixup!: force update proxy patch
* fixup!: use proxyEndpointTemplate else manually add
* fix... | [{'old_path': 'patches/proxy-uri.diff', 'new_path': 'patches/proxy-uri.diff', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -10,6 +10,15 @@ extensions, use --extensions-dir, or symlink it).\n \n This has e2e tests.\n \n+For the `asExternalUri` changes, you\'ll need to test manually by:\n+1. running code-server with... | TypeScript |
efce00582be630fdbfd02cfe1d37ad079b3a9b5e | 116 | 2022-10-17 16:30:39-07:00 | 25,200 | ['4a06d97f84d89132ee2a3ed70400ee4b5179fd78'] | chore: update Code to 1.72.2 (#5650)
* chore: update Code to 1.72.2
* chore: refresh integration patch
* chore: refresh base-path
* chore: refresh proposed-api patch
* chore: refresh marketplace patch
* chore: refresh webview patch
* chore: refresh disable-builtin patch
* chore: refresh logout, up... | [{'old_path': 'lib/vscode', 'new_path': 'lib/vscode', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1 +1 @@\n-Subproject commit 74b1f979648cc44d385a2286793c226e611f59e7\n+Subproject commit 129500ee4c8ab7263461ffe327268ba56b9f210d\n'}, {'old_path': 'patches/base-path.diff', 'new_path': 'patches/base-path.diff', 'ty... | TypeScript |
430b567e691088743cce1148064249b1769ffb8b | 127 | 2022-10-24 11:26:36-05:00 | 18,000 | ['efce00582be630fdbfd02cfe1d37ad079b3a9b5e'] | fix: Enable the `BROWSER` environment variable (#5695)
This was breaking the automatic opening of links in GIT_ASKPASS
on a git clone. I've tried to execute this script manually, and
it does indeed work! | [{'old_path': 'src/node/routes/vscode.ts', 'new_path': 'src/node/routes/vscode.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -156,9 +156,7 @@ export class CodeServerRouteWrapper {\n try {\n this._codeServerMain = await createVSServer(null, {\n ...(await toCodeArgs(args)),\n- // TODO: M... | TypeScript |
031e903979168741ca14671e9fc2b5993d8a1873 | 116 | 2022-10-24 18:11:44+00:00 | 25,200 | ['430b567e691088743cce1148064249b1769ffb8b'] | feat: enable forwarded ports using built-in proxy (#5673)
* feat: enable ports panel in proxy-uri patch
This makes the forwarded ports panel enabled by default.
* feat: add tunnelProvider in proxy-uri patch
This adds a `tunnelProvider` along with a `tunnelFactory` so that ports
are forwarded and use code-ser... | [{'old_path': 'patches/proxy-uri.diff', 'new_path': 'patches/proxy-uri.diff', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -19,6 +19,13 @@ For the `asExternalUri` changes, you\'ll need to test manually by:\n Do the same thing but set `VSCODE_PROXY_URI: "https://{{port}}-main-workspace-name-user-name.coder.com"`\n ... | TypeScript |
bbf18cc6b0e50308219e096d24961d10b62e0479 | 12 | 2022-10-24 18:41:19+00:00 | 14,400 | ['031e903979168741ca14671e9fc2b5993d8a1873'] | feat: add docker image release for Ubuntu based image (#5688) | [{'old_path': 'ci/release-image/Dockerfile', 'new_path': 'ci/release-image/Dockerfile', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,9 +1,10 @@\n # syntax=docker/dockerfile:experimental\n \n+ARG BASE=debian:11\n FROM scratch AS packages\n COPY release-packages/code-server*.deb /tmp/\n \n-FROM debian:11\n+FROM $... | TypeScript |
59ef715d8bbabed1be3089241a07da80c8e0482f | 116 | 2022-10-24 13:55:54-07:00 | 25,200 | ['bbf18cc6b0e50308219e096d24961d10b62e0479'] | chore: update minimatch (#5697) | [{'old_path': 'package.json', 'new_path': 'package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -83,7 +83,8 @@\n "nanoid": "^3.1.31",\n "minimist": "npm:minimist-lite@2.2.1",\n "glob-parent": "^6.0.1",\n- "@types/node": "^16.0.0"\n+ "@types/node": "^16.0.0",\n+ "minimatch": "^3.0.5"\n ... | TypeScript |
2f583b082e060054a50c02c9f4f28227022394b8 | 116 | 2022-10-24 16:23:03-07:00 | 25,200 | ['59ef715d8bbabed1be3089241a07da80c8e0482f'] | release: 4.8.0 (#5698)
* chore(release): bump version to 4.8.0
* chore: update changelog
* chore: bump helm chart
* Update CHANGELOG.md
Co-authored-by: Asher <ash@coder.com>
* Update CHANGELOG.md
Co-authored-by: Asher <ash@coder.com>
* fixup!: cleanup changelog
Co-authored-by: Asher <ash@coder.... | [{'old_path': 'CHANGELOG.md', 'new_path': 'CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -20,6 +20,31 @@ Code v99.99.999\n \n -->\n \n+## [4.8.0](https://github.com/coder/code-server/releases/tag/v4.8.0) - 2022-10-24\n+\n+Code v1.72.1\n+\n+### Added\n+\n+- Support for the Ports panel which leverages ... | TypeScript |
1134ee1c794a52f31ccb710c0095777caa0c98e8 | 116 | 2022-10-25 16:24:53+00:00 | 25,200 | ['606811fbfded20912f4fe841b6c93c76466b4a10'] | fix: pin helm to v3.10.1 (#5703)
Due to https://github.com/Azure/setup-helm/issues/99, this pins the
version to v3.10.1 as a temporary fix. | [{'old_path': '.github/workflows/build.yaml', 'new_path': '.github/workflows/build.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -85,6 +85,7 @@ jobs:\n if: steps.changed-files.outputs.any_changed == \'true\'\n uses: azure/setup-helm@v3.3\n with:\n+ version: "v3.10.1"\n ... | TypeScript |
b19996176e09feba39806e6db8475dc897af2c8f | 116 | 2022-10-25 16:39:06+00:00 | 25,200 | ['1134ee1c794a52f31ccb710c0095777caa0c98e8'] | chore(deps): update prettier and eslint (#5700)
* chore(deps): update eslint/prettier deps
* refactor(cli): only import load from js-yaml
* chore(deps): remove minimatch resolution
* fixup! update yarn lock | [{'old_path': 'package.json', 'new_path': 'package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -52,17 +52,17 @@\n "@types/split2": "^3.2.0",\n "@types/trusted-types": "^2.0.2",\n "@types/ws": "^8.5.3",\n- "@typescript-eslint/eslint-plugin": "^5.23.0",\n- "@typescript-eslint/parser": "^5.2... | TypeScript |
005fa87699b4b3c791bd97693400dd016a7ee315 | 116 | 2022-10-25 16:56:13+00:00 | 25,200 | ['b19996176e09feba39806e6db8475dc897af2c8f'] | chore(deps): downgrade argon2 to 0.29.0 (#5704)
Not sure why but we were seeing argon2/node-gyp issues after this
upgrade while running `yarn release:standalone`. For now, downgrading to
0.29.0 seems to fix the issue when testing locally.
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.githu... | [{'old_path': 'package.json', 'new_path': 'package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -87,7 +87,7 @@\n },\n "dependencies": {\n "@coder/logger": "^3.0.0",\n- "argon2": "^0.30.0",\n+ "argon2": "0.29.0",\n "compression": "^1.7.4",\n "cookie-parser": "^1.4.5",\n "env-paths":... | TypeScript |
e6d2d72f9c96d4186912e078af8203055136f590 | 116 | 2022-10-26 11:20:11-07:00 | 25,200 | ['005fa87699b4b3c791bd97693400dd016a7ee315'] | fix: CSP and webview errors (#5712)
* fix: update hashes in webview patch
We missed a hash update and also had the wrong hash for another HTML
file which caused issues in 4.8.0.
* refactor: move parent-origin into webview | [{'old_path': 'patches/parent-origin.diff', 'new_path': None, 'type': <ModificationType.DELETE: 4>, 'diff': "@@ -1,24 +0,0 @@\n-Remove parentOriginHash checko\n-\n-This fixes webviews from not working properly due to a change upstream.\n-Upstream added a check to ensure parent authority is encoded into the webview\n-or... | TypeScript |
ba44f6cc979de60c6de180dc2f4ee8e0a206d43e | 116 | 2022-10-26 18:50:08+00:00 | 25,200 | ['e6d2d72f9c96d4186912e078af8203055136f590'] | release: 4.8.1-rc.1 (#5713)
* chore(release): bump version to 4.8.1
* fixup
* revert: don't change to 4.8.1 | [{'old_path': 'package.json', 'new_path': 'package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,7 +1,7 @@\n {\n "name": "code-server",\n "license": "MIT",\n- "version": "4.8.0",\n+ "version": "4.8.1-rc.1",\n "description": "Run VS Code on a remote server.",\n "homepage": "https://github.com/cod... | TypeScript |
cc8ce3b3c642b162daf39ad1d94ab778282463ef | 116 | 2022-10-28 08:55:45-07:00 | 25,200 | ['ba44f6cc979de60c6de180dc2f4ee8e0a206d43e'] | release: 4.8.1 (#5722)
* chore(release): bump version to 4.8.1
* chore: bump helm-chart
* chore: update CHANGELOG | [{'old_path': 'CHANGELOG.md', 'new_path': 'CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -20,6 +20,15 @@ Code v99.99.999\n \n -->\n \n+## [4.8.1](https://github.com/coder/code-server/releases/tag/v4.8.1) - 2022-10-28\n+\n+Code v1.72.1\n+\n+### Fixed\n+\n+- Fixed CSP error introduced in 4.8.0 that cau... | TypeScript |
ca182b9fb51e2b1683d6e154ba5086fc7e8c3238 | 116 | 2022-10-28 16:15:19+00:00 | 25,200 | ['cc8ce3b3c642b162daf39ad1d94ab778282463ef'] | chore: prettierignore updates and setup-helm upgrade (#5721)
* chore: update prettierignore
* chore: upgrade setup-helm 3.4 | [{'old_path': '.github/workflows/build.yaml', 'new_path': '.github/workflows/build.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -83,9 +83,8 @@ jobs:\n \n - name: Install helm\n if: steps.changed-files.outputs.any_changed == \'true\'\n- uses: azure/setup-helm@v3.3\n+ uses: azure/s... | TypeScript |
649985af8e3b73f251f3e8ea4770b02a2a0a8a03 | 116 | 2022-10-28 16:59:24+00:00 | 25,200 | ['ca182b9fb51e2b1683d6e154ba5086fc7e8c3238'] | feat: customize getting started page (#5707)
* feat: add getting-started patch
This modifies the text on the Getting Started page to promote
coder/coder.
* feat: add --disable-getting-started-override
This adds a new CLI flag to code-server called
`--disable-getting-started` which will be used in Code to not use
Co... | [{'old_path': 'docs/FAQ.md', 'new_path': 'docs/FAQ.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -32,6 +32,7 @@\n - [Does code-server have any security login validation?](#does-code-server-have-any-security-login-validation)\n - [Are there community projects involving code-server?](#are-there-community-project... | TypeScript |
7c0c0b0c29c787649828d2e066eccc0aa06c1bfe | 116 | 2022-10-28 10:44:00-07:00 | 25,200 | ['649985af8e3b73f251f3e8ea4770b02a2a0a8a03'] | fix: merge in master from coder/code-server-aur (#5730)
This ensures that the branch is up-to-date with coder/code-server-aur
before opening a PR. | [{'old_path': '.github/workflows/publish.yaml', 'new_path': '.github/workflows/publish.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -97,6 +97,12 @@ jobs:\n token: ${{ secrets.HOMEBREW_GITHUB_API_TOKEN }}\n ref: "master"\n \n+ - name: Merge in master\n+ run: |\n+ git ... | TypeScript |
5c751f26ee7ba221bfc04be9545a7f40eb132d80 | 116 | 2022-10-28 13:43:21-07:00 | 25,200 | ['7c0c0b0c29c787649828d2e066eccc0aa06c1bfe'] | Test branch (#5733)
* fix: use * for test plugin engines
This removes the need to update this version with every version change.
* refactor: use npm-package in release assets
This adds a new job to `release.yaml` to upload the `npm-package` to the
release assets which will also allow us to download it in the... | [{'old_path': '.github/workflows/publish.yaml', 'new_path': '.github/workflows/publish.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -28,15 +28,13 @@ jobs:\n id: version\n run: echo "::set-output name=version::$(jq -r .version package.json)"\n \n- - name: Download artifact\n- uses... | TypeScript |
505f07a9bcdf22047e755f02621308f863c9c714 | 116 | 2022-11-01 10:16:30-07:00 | 25,200 | ['ee47293cf601688f1fbddfbc1aca90a0831e1b44'] | fix: minor fixes related to release (#5732)
* fix: use * for test plugin engines
This removes the need to update this version with every version change.
* refactor: use npm-package in release assets
This adds a new job to `release.yaml` to upload the `npm-package` to the
release assets which will also allow ... | [{'old_path': '.github/workflows/publish.yaml', 'new_path': '.github/workflows/publish.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -28,15 +28,13 @@ jobs:\n id: version\n run: echo "::set-output name=version::$(jq -r .version package.json)"\n \n- - name: Download artifact\n- uses... | TypeScript |
a432a0d69737cacb3400d41019a6cd8dc4f5fa92 | 116 | 2022-11-01 17:48:32+00:00 | 25,200 | ['505f07a9bcdf22047e755f02621308f863c9c714'] | docs: update faq for getting started (#5731) | [{'old_path': 'docs/FAQ.md', 'new_path': 'docs/FAQ.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -32,7 +32,7 @@\n - [Does code-server have any security login validation?](#does-code-server-have-any-security-login-validation)\n - [Are there community projects involving code-server?](#are-there-community-project... | TypeScript |
2530a0d265c4c494e65fe158d12607dc5467a98c | 116 | 2022-11-02 14:34:38-07:00 | 25,200 | ['a432a0d69737cacb3400d41019a6cd8dc4f5fa92'] | release: 4.8.2 (#5743)
* chore: bump version to 4.8.2
* chore: update CHANGELOG
* docs: add back line in publishing release
See https://github.com/coder/code-server/pull/5732#discussion_r1010685933
* Revert "chore: bump version to 4.8.2"
This reverts commit 5d70994f22e461602a64f39771b27c78d6c38dcf.
*... | [{'old_path': 'CHANGELOG.md', 'new_path': 'CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -20,6 +20,18 @@ Code v99.99.999\n \n -->\n \n+## [4.8.2](https://github.com/coder/code-server/releases/tag/v4.8.2) - 2022-11-02\n+\n+Code v1.72.1\n+\n+### Added\n+\n+- New text in the Getting Started page with in... | TypeScript |
f56ce5b66d9985d1062d14cd317e9ab05607b2e1 | 116 | 2022-11-03 15:08:12-07:00 | 25,200 | ['2530a0d265c4c494e65fe158d12607dc5467a98c'] | feat: add test for markdown webview (#5740)
* feat: add test for markdown webview
* fixup!: use frameLocator | [{'old_path': None, 'new_path': 'test/e2e/webview.test.ts', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,28 @@\n+import { promises as fs } from "fs"\n+import * as path from "path"\n+import { describe, test, expect } from "./baseFixture"\n+\n+describe("Webviews", ["--disable-workspace-trust"], {}, () => {\n+ ... | TypeScript |
ff8ea36b27cb62b2da29ecb137561691a45f47aa | 9 | 2022-11-07 17:48:21+00:00 | 0 | ['f56ce5b66d9985d1062d14cd317e9ab05607b2e1'] | feat: install script support arch-like (#5757) | [{'old_path': 'install.sh', 'new_path': 'install.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -482,7 +482,7 @@ os() {\n # - amzn, centos, rhel, fedora, ... -> fedora\n # - opensuse-{leap,tumbleweed} -> opensuse\n # - alpine -> alpine\n-# - arch -> arch\n+# - arch, manjaro, endeavouros, ... -> arch\n #\n # Ins... | TypeScript |
77c3cd3aa1a895fd0aec3b5350671b43e5c3945b | 127 | 2022-11-07 11:06:51-07:00 | 28,800 | ['ff8ea36b27cb62b2da29ecb137561691a45f47aa'] | Improve getting started Coder CTA (#5752)
* Improve getting started Coder CTA
This wasn't very standout-ish before, and I think it's
wise for us to experiment with directing users to Coder.
* Update nix flake
* Update diff
* Add advert to code-server install
* Fix patch to reset columns if getting star... | [{'old_path': 'flake.nix', 'new_path': 'flake.nix', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -12,13 +12,13 @@\n in {\n devShells.default = pkgs.mkShell {\n nativeBuildInputs = with pkgs; [\n- nodejs yarn' python pkg-config git rsync jq moreutils\n+ nodejs... | TypeScript |
5a8bb2b8e84808ef5c2e0171c70f7e9d31399234 | 116 | 2022-11-07 19:47:40+00:00 | 25,200 | ['77c3cd3aa1a895fd0aec3b5350671b43e5c3945b'] | release: v4.8.3 (#5762)
* chore: update version to 4.8.3
* chore: update CHANGELOG
* fixup!: update chart version
* fixup: update changelog | [{'old_path': 'CHANGELOG.md', 'new_path': 'CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -20,6 +20,19 @@ Code v99.99.999\n \n -->\n \n+## [4.8.3](https://github.com/coder/code-server/releases/tag/v4.8.3) - 2022-11-07\n+\n+Code v1.72.1\n+\n+### Added\n+\n+- install script now supports arch-like (i.e. ... | TypeScript |
b978655c07b30e327898718082cfc053a037ed3a | 116 | 2022-11-08 22:45:01+00:00 | 25,200 | ['5a8bb2b8e84808ef5c2e0171c70f7e9d31399234'] | refactor: get version dynamically (#5753)
* refactor: get version dynamically
* chore: remove version
* fixup: missing quotes
* refactor: drop global VERSION
* wip: updating ersion in publish
* refactor: update publish.yaml with version changes
* refactor: release.yaml with new version changes
* refactor: updat... | [{'old_path': '.github/workflows/build.yaml', 'new_path': '.github/workflows/build.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -187,10 +187,6 @@ jobs:\n id: vscode-rev\n run: echo "::set-output name=rev::$(git rev-parse HEAD:./lib/vscode)"\n \n- - name: Get version\n- id: versio... | TypeScript |
3367e1ad4eb3e530f4b8f8d7330f6cc3c6668811 | 116 | 2022-11-09 22:10:03+00:00 | 25,200 | ['c885c96644a3d695ff6523e3fd8ee60327552741'] | chore: upgrade Code to 1.73.0 (#5751)
* chore: upgrade Code to 1.73.0
This upgrades Code to 1.73.0 via the tag.
* chore: refresh integration patch
* chore: clean up base-path patch
Only change here was they moved
lib/vscode/src/vs/platform/extensionResourceLoader/common/extensionResourceLoader.ts
so I had to upda... | [{'old_path': 'lib/vscode', 'new_path': 'lib/vscode', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1 +1 @@\n-Subproject commit 129500ee4c8ab7263461ffe327268ba56b9f210d\n+Subproject commit 8fa188b2b301d36553cbc9ce1b0a146ccb93351f\n'}, {'old_path': 'patches/base-path.diff', 'new_path': 'patches/base-path.diff', 'ty... | TypeScript |
e2f585f36849fdd737e7d655172f65933ef4a6c6 | 116 | 2022-11-10 11:50:37-07:00 | 25,200 | ['3367e1ad4eb3e530f4b8f8d7330f6cc3c6668811'] | docs: add --edge to install section (#5767)
This adds documentation for the flag `--edge` which we've had for a
while but forgot to document.
Fixes #5717
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com> | [{'old_path': 'docs/install.md', 'new_path': 'docs/install.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -59,6 +59,7 @@ following flags:\n - `--prefix=/usr/local`: install a standalone release archive system-wide.\n - `--version=X.X.X`: install version `X.X.X` instead of latest version.\n - `--help`: see usage... | TypeScript |
69d469b7142621c9c4b368f324061ce6fefd779b | 116 | 2022-11-10 12:46:21-07:00 | 25,200 | ['e2f585f36849fdd737e7d655172f65933ef4a6c6'] | chore: update Code to 1.73.1 (#5769) | [{'old_path': 'lib/vscode', 'new_path': 'lib/vscode', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1 +1 @@\n-Subproject commit 8fa188b2b301d36553cbc9ce1b0a146ccb93351f\n+Subproject commit 6261075646f055b99068d3688932416f2346dd3b\n'}] | TypeScript |
74edfe7c435b9cf7d6297f03946a8474fc9eeeed | 116 | 2022-11-10 13:48:56-07:00 | 25,200 | ['69d469b7142621c9c4b368f324061ce6fefd779b'] | chore: fix typo in release.yaml (#5774) | [{'old_path': '.github/workflows/release.yaml', 'new_path': '.github/workflows/release.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -314,7 +314,7 @@ jobs:\n \n - name: Modify version\n env:\n- VERSION: ${{ env.VERSION )}}\n+ VERSION: ${{ env.VERSION }}\n run: |\n ... | TypeScript |
43e8c439bf95d57512e10111235e781554967622 | 97 | 2022-11-14 12:28:42-06:00 | -36,000 | ['74edfe7c435b9cf7d6297f03946a8474fc9eeeed'] | housekeeping(branding): update coder/coder branding (#5781) | [{'old_path': 'patches/getting-started.diff', 'new_path': 'patches/getting-started.diff', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -55,7 +55,7 @@ Index: code-server/lib/vscode/src/vs/workbench/contrib/welcomeGettingStarted/bro\n +\t\t\t\t\t\t\t'font-size: 13px',\n +\t\t\t\t\t\t\t'color: #dcdee2',\n +\t\t\t\t\t... | TypeScript |
df49838739f0b56f032ef6d71a6e87a5b5c0cb9a | 116 | 2022-12-01 11:51:07-05:00 | 25,200 | ['2cbb1135e174b3271893095f4bd53a50ac037ea3'] | chore: add VERSION check in build-vscode.sh (#5823) | [{'old_path': 'ci/build/build-vscode.sh', 'new_path': 'ci/build/build-vscode.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -42,6 +42,12 @@ main() {\n \n pushd lib/vscode\n \n+ if [[ ! ${VERSION-} ]]; then\n+ echo "VERSION not set. Please set before running this script:"\n+ echo "VERSION=\'0.0.0\' yarn... | TypeScript |
b6adcf50c66ee77b04d25e307cc87827cfb94e21 | 97 | 2022-12-05 15:43:00-07:00 | -36,000 | ['df49838739f0b56f032ef6d71a6e87a5b5c0cb9a'] | feat(securitytxt): add security.txt (#5827) | [{'old_path': None, 'new_path': 'src/browser/security.txt', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,6 @@\n+Contact: mailto:security@coder.com\n+Acknowledgments: https://coder.com/security/thanks\n+Preferred-Languages: en-US\n+Canonical: https://coder.com/.well-known/security.txt\n+Policy: https://coder.c... | TypeScript |
f43082e142bf509cf26e454fdad2c7a5ec2d393b | 0 | 2022-12-05 15:43:22-07:00 | -3,600 | ['b6adcf50c66ee77b04d25e307cc87827cfb94e21'] | fix installing code-server on manjaro image (#5834)
Co-authored-by: Joe Previte <jjprevite@gmail.com> | [{'old_path': 'install.sh', 'new_path': 'install.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -387,7 +387,7 @@ install_aur() {\n if [ ! "${DRY_RUN-}" ]; then\n cd "$CACHE_DIR/code-server-aur"\n fi\n- sh_c makepkg -si\n+ sh_c makepkg -si --noconfirm\n \n echo_systemd_postinstall AUR\n }\n'}] | TypeScript |
1484bee621717ca49a50b1ed69184b66712497f0 | 116 | 2022-12-06 13:28:27-07:00 | 25,200 | ['f43082e142bf509cf26e454fdad2c7a5ec2d393b'] | release: 4.9.0 (#5772)
* wip: changelog
* fixup
* fix: add +x to product.json in build-vscode
While testing a pre-release, there seems to be a bug with the file
permissions for `product.json`. Adding `chmod +x` to see if that fixes
it.
* chore: increase timeout
* fix: keep product.json file permission... | [{'old_path': '.github/workflows/build.yaml', 'new_path': '.github/workflows/build.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -24,7 +24,7 @@ concurrency:\n jobs:\n prettier:\n name: Format with Prettier\n- runs-on: ubuntu-latest\n+ runs-on: ubuntu-20.04\n timeout-minutes: 5\n steps:\n ... | TypeScript |
1297e9ac88b102db7646e70eef91a7001172f57e | 116 | 2022-12-07 14:57:08-06:00 | 25,200 | ['1484bee621717ca49a50b1ed69184b66712497f0'] | chore: update qs version (#5840) | [{'old_path': 'package.json', 'new_path': 'package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -83,7 +83,8 @@\n "nanoid": "^3.1.31",\n "minimist": "npm:minimist-lite@2.2.1",\n "glob-parent": "^6.0.1",\n- "@types/node": "^16.0.0"\n+ "@types/node": "^16.0.0",\n+ "qs": "^6.7.3"\n },\n ... | TypeScript |
3182be634e0767244d99ac7a61a534c97f8c9e20 | 116 | 2022-12-07 15:04:50-07:00 | 25,200 | ['1297e9ac88b102db7646e70eef91a7001172f57e'] | refactor: use npm in build steps and postinstall.sh (#5844)
* refactor: default to npm in postinstall.sh
yarn has a bug where it will try to update dependencies even if
`yarn.lock` is present. Therefore we're defaulting to `npm` to prevent
further issues.
* refactor: exclude yarn.lock in standalone
By exclu... | [{'old_path': 'ci/build/build-standalone-release.sh', 'new_path': 'ci/build/build-standalone-release.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -10,7 +10,7 @@ main() {\n \n source ./ci/lib.sh\n \n- rsync "$RELEASE_PATH/" "$RELEASE_PATH-standalone"\n+ rsync --exclude yarn.lock "$RELEASE_PATH/" "$RELEASE_... | TypeScript |
83c3453f5050aca908e6abb5ab0d47feb7045a0f | 116 | 2022-12-07 22:19:20+00:00 | 25,200 | ['3182be634e0767244d99ac7a61a534c97f8c9e20'] | fix: quote VERSION in jq command in release (#5845) | [{'old_path': '.github/workflows/release.yaml', 'new_path': '.github/workflows/release.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -321,7 +321,7 @@ jobs:\n \n echo "Updating version in lib/vscode/product.json"\n tmp=$(mktemp) \n- jq \'.codeServerVersion = "$VERSION"\' release/l... | TypeScript |
c088e730635a169ed3de3738d3ddba8f2ba38225 | 116 | 2022-12-08 10:22:40-07:00 | 25,200 | ['83c3453f5050aca908e6abb5ab0d47feb7045a0f'] | fix: use proper npm casing postinstall (#5848)
* fix: use proper npm casing postinstall
* chore: add log for npm config user agent
* fixup | [{'old_path': 'ci/build/npm-postinstall.sh', 'new_path': 'ci/build/npm-postinstall.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -124,10 +124,11 @@ main() {\n }\n \n install_with_yarn_or_npm() {\n+ echo "User agent: ${npm_config_user_agent-none}"\n # NOTE@edvincent: We want to keep using the package manager... | TypeScript |
d8995ec0b845d41f5f7348782d1a3ce65a66736a | 116 | 2022-12-08 10:37:42-07:00 | 25,200 | ['c088e730635a169ed3de3738d3ddba8f2ba38225'] | refactor: use npm in build.yaml (#5849) | [{'old_path': '.github/workflows/build.yaml', 'new_path': '.github/workflows/build.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -324,7 +324,7 @@ jobs:\n run: tar -xzf package.tar.gz\n \n - name: Install release package dependencies\n- run: cd release && yarn install\n+ run: cd re... | TypeScript |
907747d3949301d8836e71938940f6275b016062 | 116 | 2022-12-08 10:44:27-07:00 | 25,200 | ['d8995ec0b845d41f5f7348782d1a3ce65a66736a'] | refactor: remove yarn.lock steps (#5850) | [{'old_path': 'ci/build/build-release.sh', 'new_path': 'ci/build/build-release.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -56,7 +56,6 @@ bundle_code_server() {\n }\n EOF\n ) > "$RELEASE_PATH/package.json"\n- rsync yarn.lock "$RELEASE_PATH"\n mv npm-shrinkwrap.json "$RELEASE_PATH"\n \n rsync ci/buil... | TypeScript |
0ca6620ee629c81336f89445d7f8ee4bdd8d678d | 116 | 2022-12-08 11:30:08-07:00 | 25,200 | ['907747d3949301d8836e71938940f6275b016062'] | fix: add missing keytar deps (#5851)
* fix: add missing keytar deps
* fixup | [{'old_path': '.github/workflows/release.yaml', 'new_path': '.github/workflows/release.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -44,6 +44,8 @@ jobs:\n run: |\n yum install -y epel-release centos-release-scl make\n yum install -y devtoolset-9-{make,gcc,gcc-c++} jq rsync python... | TypeScript |
ac6b5bd4e600080333b2b12d3eb1c1d4ecb3d706 | 97 | 2022-12-12 08:52:33-07:00 | -36,000 | ['0ca6620ee629c81336f89445d7f8ee4bdd8d678d'] | chore(nfpm): bump to latest version (#5860) | [{'old_path': '.github/workflows/release.yaml', 'new_path': '.github/workflows/release.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -50,7 +50,7 @@ jobs:\n - name: Install nfpm and envsubst\n run: |\n mkdir -p ~/.local/bin\n- curl -sSfL https://github.com/goreleaser/nfpm/rele... | TypeScript |
48588ee5425e13e669e34679bc5c5092c9f30b65 | 116 | 2022-12-12 17:47:27+00:00 | 25,200 | ['ac6b5bd4e600080333b2b12d3eb1c1d4ecb3d706'] | chore: update download artifacts in release (#5841) | [{'old_path': '.github/workflows/release.yaml', 'new_path': '.github/workflows/release.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -304,8 +304,9 @@ jobs:\n branch: ${{ github.ref }}\n workflow: build.yaml\n workflow_conclusion: completed\n- check_artifacts: true\n ... | TypeScript |
ef5865f506ac5e6075d9f918efaeaeb85ce6f470 | 116 | 2022-12-12 21:24:06+00:00 | 25,200 | ['48588ee5425e13e669e34679bc5c5092c9f30b65'] | fix: add VERSION to env in publish.yaml (#5868)
When I did the last release, `VERSION` wasn't defined which lead to a
blank string in the PR title and the commit message here:
https://github.com/coder/code-server-aur/pull/24
This should fix that. | [{'old_path': '.github/workflows/publish.yaml', 'new_path': '.github/workflows/publish.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -127,6 +127,8 @@ jobs:\n \n - name: Validate package\n uses: hapakaien/archlinux-package-action@v2\n+ env:\n+ VERSION: ${{ env.VERSION }}\n ... | TypeScript |
1efc5f104e899f1fd1cee6d345237c4d4fb770d7 | 116 | 2022-12-12 21:41:29+00:00 | 25,200 | ['ef5865f506ac5e6075d9f918efaeaeb85ce6f470'] | fix: use npm and yarn consistently in build and release (#5852)
* refactor: remove keytar dep in cross-compile
* refactor: try other keytar package
* refactor: remove keytar step in cross-compile
* fix: manually remove keytar
* try this first
* I think this is it
* Revert "I think this is it"
This reverts commi... | [{'old_path': '.github/workflows/release.yaml', 'new_path': '.github/workflows/release.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -70,7 +70,7 @@ jobs:\n # NOTE: && here is deliberate - GitHub puts each line in its own `.sh`\n # file when running inside a docker container.\n - name: Build... | TypeScript |
9012ddfe79ceba28d0e38a8f38dc4590e54ffdf8 | 116 | 2022-12-12 22:03:07+00:00 | 25,200 | ['1efc5f104e899f1fd1cee6d345237c4d4fb770d7'] | refactor: use separate cache key in release, run standalone after caching (#5859)
* refactor: remove keytar dep in cross-compile
* refactor: try other keytar package
* refactor: remove keytar step in cross-compile
* fix: manually remove keytar
* try this first
* I think this is it
* Revert "I think t... | [{'old_path': '.github/workflows/release.yaml', 'new_path': '.github/workflows/release.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -67,19 +67,19 @@ jobs:\n - name: Decompress npm package\n run: tar -xzf package.tar.gz\n \n- # NOTE: && here is deliberate - GitHub puts each line in its own... | TypeScript |
06483bc59d5fb8af3c84147e06788ff8752a5989 | 116 | 2022-12-15 14:24:59-07:00 | 25,200 | ['9012ddfe79ceba28d0e38a8f38dc4590e54ffdf8'] | refactor: rm node_mods caching in release workflow (#5895) | [{'old_path': '.github/workflows/release.yaml', 'new_path': '.github/workflows/release.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -67,22 +67,12 @@ jobs:\n - name: Decompress npm package\n run: tar -xzf package.tar.gz\n \n- - name: Fetch dependencies from cache\n- id: cache-node-m... | TypeScript |
87f606db2a26b6c0621693edec10ef46a268cbc9 | 116 | 2022-12-16 08:54:23-07:00 | 25,200 | ['06483bc59d5fb8af3c84147e06788ff8752a5989'] | chore(ci): update linux cross-compile runner 20.04 (#5896) | [{'old_path': '.github/workflows/release.yaml', 'new_path': '.github/workflows/release.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -119,11 +119,11 @@ jobs:\n # but this means we don't need to maintain a self-hosted runner!\n \n # NOTE@jsjoeio:\n- # We used to use 16.04 until GitHub deprecated it on Se... | TypeScript |
fa39d4761abec9890192b367e3009f60f5adae3d | 116 | 2022-12-16 11:35:13-07:00 | 25,200 | ['87f606db2a26b6c0621693edec10ef46a268cbc9'] | fix: dst path in nfpm (#5875)
* fix: dst path in nfpm
* trigger ci
* Update ci/README.md | [{'old_path': 'ci/build/nfpm.yaml', 'new_path': 'ci/build/nfpm.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -22,4 +22,4 @@ contents:\n dst: /usr/lib/systemd/user/code-server.service\n \n - src: ./release-standalone/*\n- dst: /usr/lib/code-server/\n+ dst: /usr/lib/code-server\n'}] | TypeScript |
5c21015dbe10585af6d504c9c14492bbd02dbe43 | 116 | 2022-12-16 12:07:36-07:00 | 25,200 | ['fa39d4761abec9890192b367e3009f60f5adae3d'] | release: v4.9.1 (#5893)
* chore: add 4.9.1 to changelog
* chore: bump Helm to 4.9.1 | [{'old_path': 'CHANGELOG.md', 'new_path': 'CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -20,6 +20,20 @@ Code v99.99.999\n \n -->\n \n+## [4.9.1](https://github.com/coder/code-server/releases/tag/v4.9.1) - 2022-12-15\n+\n+Code v1.73.1\n+\n+### Changed\n+\n+- Updated a couple steps in the build and re... | TypeScript |
930791d2497551a86393eb8a090bb710e466aa9a | 25 | 2022-12-19 16:00:42+00:00 | 28,800 | ['5c21015dbe10585af6d504c9c14492bbd02dbe43'] | Added how to disable file downloads in faq (#5907) | [{'old_path': 'docs/FAQ.md', 'new_path': 'docs/FAQ.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -33,6 +33,7 @@\n - [Are there community projects involving code-server?](#are-there-community-projects-involving-code-server)\n - [How do I change the port?](#how-do-i-change-the-port)\n - [How do I hide the coder/... | TypeScript |
8377bd23dfb4983b03e003f388243cf37e14bcb1 | 116 | 2022-12-22 10:25:28-07:00 | 25,200 | ['930791d2497551a86393eb8a090bb710e466aa9a'] | chore: upgrade Code to 1.74.1 (#5909)
* chore: upgrade Code to 1.74.1
* chore: remove require in integration.diff
I don't know what the impact of this is but in https://github.com/microsoft/vscode/commit/192c67db71e8c261f26e2f34c86a4791ae428b2f
they removed the usage of `require` in `server.main.ts`.
More de... | [{'old_path': '.github/workflows/build.yaml', 'new_path': '.github/workflows/build.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -139,6 +139,55 @@ jobs:\n if: steps.changed-files.outputs.any_changed == \'true\'\n run: yarn lint:ts\n \n+ test-unit:\n+ name: Run unit tests\n+ runs-on: ub... | TypeScript |
3eb35979f06593a981afec2a3a712ff51826e404 | 116 | 2022-12-22 13:58:20-06:00 | 25,200 | ['8377bd23dfb4983b03e003f388243cf37e14bcb1'] | chore: update aur job in publish.yaml (#5915)
This uses the `env.VERSION` which should fix the issue with version being blank. | [{'old_path': '.github/workflows/publish.yaml', 'new_path': '.github/workflows/publish.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -137,12 +137,14 @@ jobs:\n - name: Open PR\n # We need to git push -u otherwise gh will prompt\n # asking where to push the branch.\n+ env:\n+ ... | TypeScript |
4e280811f90546315f0830b7bbd7eb3bc63a7b4e | 116 | 2023-01-03 17:28:58+00:00 | 25,200 | ['3eb35979f06593a981afec2a3a712ff51826e404'] | chore: update renovate and deps (#5914)
* chore: update renovate.json ignoreDeps
ansi-regex, env-paths and limiter all switch to ESM which we can't
support at the moment so ignore updates for now.
* chore: update actions/cache@v3
* chore: update minor deps
* chore: add pretteir to renovate.json | [{'old_path': '.github/workflows/build.yaml', 'new_path': '.github/workflows/build.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -83,7 +83,7 @@ jobs:\n \n - name: Install helm\n if: steps.changed-files.outputs.any_changed == 'true'\n- uses: azure/setup-helm@v3.4\n+ uses: azure/set... | TypeScript |
077a8f6a6b16794a6cba1f55e3eb0b0c6dd53323 | 116 | 2023-01-03 20:57:16+00:00 | 25,200 | ['4e280811f90546315f0830b7bbd7eb3bc63a7b4e'] | chore: pin json5 to 1.0.2 (#5936)
* chore: pin json5 to 1.0.2
* fixup: formatting | [{'old_path': 'yarn.lock', 'new_path': 'yarn.lock', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2090,9 +2090,9 @@ json-stable-stringify-without-jsonify@^1.0.1:\n integrity sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==\n \n json5@^1.0.1:\n- version "1.0.1"\n- ... | TypeScript |
9e9cbd846d5d564a98320cd4c3a15bcc5b0d674a | 116 | 2023-01-03 15:14:21-07:00 | 25,200 | ['077a8f6a6b16794a6cba1f55e3eb0b0c6dd53323'] | chore: update renovate to include peer deps (#5940) | [{'old_path': 'renovate.json', 'new_path': 'renovate.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,6 +1,7 @@\n {\n "rangeStrategy": "replace",\n "extends": ["config:base"],\n+ "includesPeerDependencies": true,\n "packageRules": [\n {\n "matchUpdateTypes": ["minor", "patch", "digest"],\n'}... | TypeScript |
d835cb9865e64f27af4ca6eafa6674bb58a41de2 | 116 | 2023-01-04 17:16:23+00:00 | 25,200 | ['9e9cbd846d5d564a98320cd4c3a15bcc5b0d674a'] | docs: add new termux installation method (#5938)
* docs: add new termux installation method
* fixup: formatting | [{'old_path': 'docs/termux.md', 'new_path': 'docs/termux.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -12,7 +12,6 @@\n - [Create a new user](#create-a-new-user)\n - [Install Go](#install-go)\n - [Install Python](#install-python)\n- - [Working with PRoot](#working-with-proot)\n \n <!-- END doctoc genera... | TypeScript |
834d16df2a3a7a576956236792077cd95c720408 | 116 | 2023-01-04 15:47:34-07:00 | 25,200 | ['d835cb9865e64f27af4ca6eafa6674bb58a41de2'] | docs(CONTRIBUTING): add standalone release section (#5946)
* docs: update section in troubleshooting
* docs: add section on standalone release | [{'old_path': 'docs/CONTRIBUTING.md', 'new_path': 'docs/CONTRIBUTING.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -11,6 +11,7 @@\n - [Version updates to Code](#version-updates-to-code)\n - [Patching Code](#patching-code)\n - [Build](#build)\n+ - [Creating a Standalone Release](#creating-a-standalone-... | TypeScript |
9e266db3793442e299eade68d92c18d728dd4dad | 116 | 2023-01-04 23:08:39+00:00 | 25,200 | ['834d16df2a3a7a576956236792077cd95c720408'] | chore: use matchUpdateTypes (#5942) | [{'old_path': 'renovate.json', 'new_path': 'renovate.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,12 +1,17 @@\n {\n "rangeStrategy": "replace",\n "extends": ["config:base"],\n- "includesPeerDependencies": true,\n "packageRules": [\n {\n "matchUpdateTypes": ["minor", "patch", "digest"],\n... | TypeScript |
d40a9742c0f947277068d2837a512d389d498f5a | 116 | 2023-01-13 17:21:56+00:00 | 25,200 | ['67416b7b79424c3690718810b84265ccbd088c35'] | feat(ci): add lint-actions step to build.yaml (#5957)
* feat(ci): add lint-actions step to build.yaml
This adds a new job to the Build CI pipeline to lint our GitHub Actions.
By doing this, we can prevent typos from slipping in.
Fixes #5776
* fix: disable shellcheck in actionlint
I don't think we want t... | [{'old_path': '.github/workflows/build.yaml', 'new_path': '.github/workflows/build.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -139,6 +139,18 @@ jobs:\n if: steps.changed-files.outputs.any_changed == \'true\'\n run: yarn lint:ts\n \n+ lint-actions:\n+ name: Lint GitHub Actions\n+ run... | TypeScript |
7c2aa8c4171ccc8e60a3e382a8763f31c21bcc4c | 187 | 2023-01-13 17:42:49+00:00 | -28,800 | ['d40a9742c0f947277068d2837a512d389d498f5a'] | feat: add i18n in login page (#5947)
* feat: add i18n in login page
* fix: add word space and put the app name into the title
* fix: remove duplicate replace title
* fix: prettier format code
* fix: fix typescript check warning
* fix: add zh-cn locale file code owner
* fix: use existing flag locale t... | [{'old_path': '.github/CODEOWNERS', 'new_path': '.github/CODEOWNERS', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,3 +3,5 @@\n ci/helm-chart/ @Matthew-Beckett @alexgorbatchev\n \n docs/install.md @GNUxeava\n+\n+src/node/i18n/locales/zh-cn.json @zhaozhiming\n'}, {'old_path': 'package.json', 'new_path': 'package.... | TypeScript |
134e9b40b7e1de41ac763d871acbaf1307503e0a | 127 | 2023-01-17 17:09:24+00:00 | 21,600 | ['7c2aa8c4171ccc8e60a3e382a8763f31c21bcc4c'] | chore: fix requirements so it navigates to docs (#5973)
This was navigating to the relative markdown file,
which is confusing when some links go to the docs. | [{'old_path': 'docs/README.md', 'new_path': 'docs/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -16,7 +16,7 @@ access it in the browser.\n \n ## Requirements\n \n-See [requirements](requirements.md) for minimum specs, as well as instructions\n+See [requirements](https://coder.com/docs/code-server/latest... | TypeScript |
96d9c5eb0f22077cb681cda266e4af29d054f8ef | 116 | 2023-01-27 16:41:27+00:00 | 25,200 | ['134e9b40b7e1de41ac763d871acbaf1307503e0a'] | docs: add port-forwarding (#5979) | [{'old_path': 'docs/guide.md', 'new_path': 'docs/guide.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -14,6 +14,7 @@\n - [Accessing web services](#accessing-web-services)\n - [Using a subdomain](#using-a-subdomain)\n - [Using a subpath](#using-a-subpath)\n+ - [Using your own proxy](#using-your-own-proxy)\n... | TypeScript |
401d423dfd6ebb210098eb73682d06873d1fbc8f | 116 | 2023-01-27 17:14:54+00:00 | 25,200 | ['96d9c5eb0f22077cb681cda266e4af29d054f8ef'] | docs: add usage in Coder (#5975)
* docs: add difference between Coder
Add a short block explaining the difference between code-server and
Coder.
* docs: add new doc coder.md under Install
This adds a new doc explaining how to install code-server in a Coder
workspace using Terraform. | [{'old_path': 'docs/FAQ.md', 'new_path': 'docs/FAQ.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -26,6 +26,7 @@\n - [Is multi-tenancy possible?](#is-multi-tenancy-possible)\n - [Can I use Docker in a code-server container?](#can-i-use-docker-in-a-code-server-container)\n - [How do I disable telemetry?](#how-do... | TypeScript |
026879b78c2ce7f18cf258c237122eb08827e1d6 | 67 | 2023-02-06 10:24:37-06:00 | 21,600 | ['401d423dfd6ebb210098eb73682d06873d1fbc8f'] | Update Code to 1.74.3 (#5989) | [{'old_path': 'lib/vscode', 'new_path': 'lib/vscode', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1 +1 @@\n-Subproject commit 1ad8d514439d5077d2b0b7ee64d2ce82a9308e5a\n+Subproject commit 97dec172d3256f8ca4bfb2143f3f76b503ca0534\n'}] | TypeScript |
776d57b12bc791ca5db5b47b82c351f83bacf199 | 80 | 2023-02-06 11:32:52-06:00 | -39,600 | ['026879b78c2ce7f18cf258c237122eb08827e1d6'] | chore: enable dependabot (#5997) | [{'old_path': None, 'new_path': '.github/dependabot.yaml', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,31 @@\n+version: 2\n+updates:\n+ - package-ecosystem: "github-actions"\n+ directory: "/"\n+ schedule:\n+ interval: "monthly"\n+ time: "06:00"\n+ timezone: "America/Chicago"\n+ label... | TypeScript |
a76c0c5742ac59666fa8096e28427ad9e997e926 | 67 | 2023-02-06 08:56:47-09:00 | 32,400 | ['6e1b9131e908da782fa9c89eb8d3ade71e2bf1ed'] | Remove PR npm package
It is causing CI to fail for Dependabot (no access to the token) and it
does not work with forks and currently there is no one who pushes
straight to the repo so this will never be used.
Can always add it back if we figure out how to make the secrets work. | [{'old_path': '.github/workflows/build.yaml', 'new_path': '.github/workflows/build.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -283,65 +283,6 @@ jobs:\n name: npm-package\n path: ./package.tar.gz\n \n- npm:\n- name: Publish npm package\n- # the npm-package gets uploaded as an art... | TypeScript |
bfcca5fcc0dd4554e17a4741f2e9053a8595cf8c | 67 | 2023-02-06 09:07:34-09:00 | 32,400 | ['a76c0c5742ac59666fa8096e28427ad9e997e926'] | Remove docs preview
This is failing CI on Dependabot PRs. Opted to just remove it since
most (all?) PRs will be from forks and this workflow will not run
anyway. If we figure out the secret situation we can add it back. | [{'old_path': '.github/workflows/docs-preview.yaml', 'new_path': None, 'type': <ModificationType.DELETE: 4>, 'diff': '@@ -1,46 +0,0 @@\n-name: Docs preview\n-\n-on:\n- pull_request:\n- branches:\n- - main\n- paths:\n- - "docs/**"\n-\n-permissions:\n- actions: none\n- checks: none\n- contents: read\n... | TypeScript |
71ff747c48f0c93a965a7d53023fdaf6f583864a | 67 | 2023-02-07 16:22:06-06:00 | 32,400 | ['e5a2537aeeb2fb5727201cf3a27a1fba41662d88'] | Update Code to 1.75.0 (#6004)
* Update Code to 1.75.0
- getting-started.diff: The way to get an icon's class changed
- proxy-uri.diff: The product service is passed in so we can get the
proxy URI from that now instead of passing it in separately.
* Remove workspace trust test
Something in how/when Code di... | [{'old_path': 'ci/dev/watch.ts', 'new_path': 'ci/dev/watch.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,4 +1,4 @@\n-import { spawn, fork, ChildProcess } from "child_process"\n+import { spawn, ChildProcess } from "child_process"\n import * as path from "path"\n import { onLine, OnLineCallback } from "../../... | TypeScript |
6d6c5e18d139a42c87133f93d905f2395d1507bf | 67 | 2023-02-08 11:42:28-09:00 | 32,400 | ['17bca521afe4e891c875bd751e7f36a0621188d1'] | Fix watch script ignoring stdout
This was lost due to the change from fork to spawn. | [{'old_path': 'ci/dev/watch.ts', 'new_path': 'ci/dev/watch.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -31,11 +31,12 @@ class Watcher {\n // Pass CLI args, save for `node` and the initial script name.\n const args = process.argv.slice(2)\n this.webServer = spawn("node", [path.join(this.rootPath, ... | TypeScript |
45aef719d32f23d65748662be3725035de723618 | 67 | 2023-02-08 11:43:40-09:00 | 32,400 | ['6d6c5e18d139a42c87133f93d905f2395d1507bf'] | Make sure heartbeat isActive resolves
This does not seem to actually cause an issue (not resolving ends up
with the same behavior as resolving with false) but I am not sure if the
hanging promises would be a memory leak so seems best to fix. | [{'old_path': 'src/node/routes/index.ts', 'new_path': 'src/node/routes/index.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -33,7 +33,15 @@ import { CodeServerRouteWrapper } from "./vscode"\n export const register = async (app: App, args: DefaultedArgs): Promise<Disposable["dispose"]> => {\n const heart = new... | TypeScript |
4fb87f920fe590e4ec144bafc99d41a42ed77afb | 164 | 2023-02-13 12:56:05-06:00 | 18,000 | ['36daac3031f02877d63db6848b3ccb5274ce16b4'] | feature: add ability to attach ports to code server (#6015) | [{'old_path': 'ci/helm-chart/Chart.yaml', 'new_path': 'ci/helm-chart/Chart.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -15,7 +15,7 @@ type: application\n # This is the chart version. This version number should be incremented each time you make changes\n # to the chart and its templates, including the app v... | TypeScript |
6d8ed77fb0c87a07ea2961afafad664559f6d91e | 94 | 2023-02-13 13:01:32-06:00 | -39,600 | ['4fb87f920fe590e4ec144bafc99d41a42ed77afb'] | feat(helm-chart): Add support for extraSecretMounts subPath in helm-chart (#5961) | [{'old_path': 'ci/helm-chart/templates/deployment.yaml', 'new_path': 'ci/helm-chart/templates/deployment.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -102,6 +102,7 @@ spec:\n {{- range .Values.extraSecretMounts }}\n - name: {{ .name }}\n mountPath: {{ .mountPath }}\n+ ... | TypeScript |
ac1fba8bde0c3f29bf6bc27d3d7d75cb2390a7c2 | 67 | 2023-02-13 16:52:48-06:00 | 32,400 | ['6d8ed77fb0c87a07ea2961afafad664559f6d91e'] | Remove deprecated --link (#6018) | [{'old_path': 'CHANGELOG.md', 'new_path': 'CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -22,11 +22,15 @@ Code v99.99.999\n \n ## [4.10.0](https://github.com/coder/code-server/releases/tag/v4.10.0) - TBD\n \n-Code v1.75.0\n+Code v1.75.1\n \n ### Changed\n \n-- Updated to Code 1.75.0\n+- Updated to Co... | TypeScript |
e0ece195c19f9ce94b2551fca0eb676768806f62 | 67 | 2023-02-15 11:16:09-09:00 | 32,400 | ['ac1fba8bde0c3f29bf6bc27d3d7d75cb2390a7c2'] | Update changelog and chart with new version | [{'old_path': 'CHANGELOG.md', 'new_path': 'CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -20,7 +20,7 @@ Code v99.99.999\n \n -->\n \n-## [4.10.0](https://github.com/coder/code-server/releases/tag/v4.10.0) - TBD\n+## [4.10.0](https://github.com/coder/code-server/releases/tag/v4.10.0) - 2023-02-15\n \n... | TypeScript |
befa76d09d16a9c4b135e9a773ea4d64e53669b1 | 147 | 2023-02-27 22:57:57+00:00 | 0 | ['e0ece195c19f9ce94b2551fca0eb676768806f62'] | Fix extra prefix dashes in install.sh (#6028) | [{'old_path': 'install.sh', 'new_path': 'install.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -46,7 +46,7 @@ Usage:\n Sets the prefix used by standalone release archives. Defaults to ~/.local\n The release is unarchived into ~/.local/lib/code-server-X.X.X\n and the binary symlinked into ~/.l... | TypeScript |
c9fbcffd5383d6b62c80f9f752255071ac3891ca | 67 | 2023-02-27 14:21:11-09:00 | 32,400 | ['befa76d09d16a9c4b135e9a773ea4d64e53669b1'] | Rewrite differences in FAQ
- Move differences to the Codespaces section since they apply to both
Codespaces and OpenVSCode-Server
- Add some important missing differences
- Exclude settings sync (not being worked on)
- Exclude the plugin API (deprecated)
- Exclude certificate support (browsers these days are startin... | [{'old_path': 'docs/FAQ.md', 'new_path': 'docs/FAQ.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -390,19 +390,13 @@ Theia doesn't allow you to reuse your existing VS Code config.\n ## What's the difference between code-server and OpenVSCode-Server?\n \n code-server and OpenVSCode-Server both allow you to acces... | TypeScript |
a47cd81d8c750b8e7bfb7e3e93a9fe34eb581e08 | 67 | 2023-02-27 14:29:55-09:00 | 32,400 | ['c9fbcffd5383d6b62c80f9f752255071ac3891ca'] | Update FAQ: code-server is not using a direct fork
Also the wrapper process is another major difference along with the
update notifications. | [{'old_path': 'docs/FAQ.md', 'new_path': 'docs/FAQ.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -390,9 +390,9 @@ Theia doesn't allow you to reuse your existing VS Code config.\n ## What's the difference between code-server and OpenVSCode-Server?\n \n code-server and OpenVSCode-Server both allow you to access ... | TypeScript |
d477972c68fc8c8e8d610aa7287db87ba90e55c7 | 67 | 2023-03-03 03:12:34-06:00 | 0 | ['a47cd81d8c750b8e7bfb7e3e93a9fe34eb581e08'] | Add origin checks to web sockets (#6048)
* Move splitOnFirstEquals to util
I will be making use of this to parse the forwarded header.
* Type splitOnFirstEquals with two items
Also add some test cases.
* Check origin header on web sockets
* Update changelog with origin check
* Fix web sockets not clo... | [{'old_path': 'CHANGELOG.md', 'new_path': 'CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -20,6 +20,18 @@ Code v99.99.999\n \n -->\n \n+## Unreleased\n+\n+Code v1.75.1\n+\n+### Security\n+\n+Add an origin check to web sockets to prevent a cross-site hijacking attack that\n+affects those who use older ... | TypeScript |
9ba08907da695d57f1be7cb01c8f545935267a30 | 67 | 2023-03-03 22:23:21-09:00 | 32,400 | ['d477972c68fc8c8e8d610aa7287db87ba90e55c7'] | Fix Node version failure in publish workflow
Looks like the images got updated to v18 so they started failing. For
npm install v16 and for Docker just run the script directly, it seems
silly to waste time installing v16 just to run a script through yarn. | [{'old_path': '.github/workflows/publish.yaml', 'new_path': '.github/workflows/publish.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -29,6 +29,12 @@ jobs:\n - name: Checkout code-server\n uses: actions/checkout@v3\n \n+ - name: Install Node.js v16\n+ uses: actions/setup-node@v3\n+ ... | TypeScript |
f9cc07926b29bc58b2664f3987289ad4118dde1f | 67 | 2023-03-14 15:03:53-05:00 | 28,800 | ['be40eca5d92ac2edbd3196e50df1493272431ded'] | Update Code to 1.76.1 (#6070)
* Update Code to 1.76.1
- worker-src already contains blob so we can avoid patching that.
- localeService moved.
- Remaining changes were just line changes.
* Make language extensions installable again
Still might want to look into making the native language support work
but f... | [{'old_path': 'lib/vscode', 'new_path': 'lib/vscode', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1 +1 @@\n-Subproject commit 441438abd1ac652551dbe4d408dfcec8a499b8bf\n+Subproject commit 5e805b79fcb6ba4c2d23712967df89a089da575b\n'}, {'old_path': 'patches/base-path.diff', 'new_path': 'patches/base-path.diff', 'ty... | TypeScript |
b0431069a1021b373346d7db3b6e548a8b93b805 | 67 | 2023-03-14 15:52:53-05:00 | 28,800 | ['f9cc07926b29bc58b2664f3987289ad4118dde1f'] | Replace CI deprecations (#6072)
* Replace deprecated set-output usage in CI
* Update tj-actions/changed-files
CI is saying it uses Node 12 and that Node 12 actions are deprecated. | [{'old_path': '.github/workflows/build.yaml', 'new_path': '.github/workflows/build.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -45,7 +45,7 @@ jobs:\n \n - name: Get changed files\n id: changed-files\n- uses: tj-actions/changed-files@v26.1\n+ uses: tj-actions/changed-files@v35\n ... | TypeScript |
6c08466b05a881b6ce61b5728a67065c9b329868 | 27 | 2023-03-16 12:46:11-05:00 | -28,800 | ['85e083580dec27ef19827ff42d3c9257d56ea7e3'] | Correct default shell docs for npm on Windows (#6078) | [{'old_path': 'docs/npm.md', 'new_path': 'docs/npm.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -97,7 +97,7 @@ code-server\n # Now visit http://127.0.0.1:8080. Your password is in ~/.config/code-server/config.yaml\n ```\n \n-A `postinstall.sh` script will attempt to run. Select your terminal (e.g., Git bash) ... | TypeScript |
dbdd2edb62875bd78c2a7ee3c8267aa21ab06703 | 67 | 2023-03-21 12:24:09-08:00 | 28,800 | ['a9d61daa915c104335267e0a17e9385b218a422b'] | Fix proxy error on web sockets
Fixes #6088. | [{'old_path': 'src/node/proxy.ts', 'new_path': 'src/node/proxy.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,9 +3,19 @@ import { HttpCode } from "../common/http"\n \n export const proxy = proxyServer.createProxyServer({})\n \n+// The error handler catches when the proxy fails to connect (for example when\n+... | TypeScript |
78282a1fd6f1dde0ff5867dfb3f3c489d48043d2 | 67 | 2023-03-21 12:24:10-08:00 | 28,800 | ['dbdd2edb62875bd78c2a7ee3c8267aa21ab06703'] | Make random formatting change to security.yaml
This is an attempt to set myself as the notification target.
Closes #6090. | [{'old_path': '.github/workflows/security.yaml', 'new_path': '.github/workflows/security.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -12,9 +12,8 @@ on:\n # Runs every Monday morning PST\n - cron: "17 15 * * 1"\n \n-# Cancel in-progress runs for pull requests when developers push\n-# additional chan... | TypeScript |
bca733de3dcf6fed17a8b43524d0a071f8a80e23 | 46 | 2023-03-22 01:02:31+00:00 | -7,200 | ['78282a1fd6f1dde0ff5867dfb3f3c489d48043d2'] | Allow app-name configuration to change the name of the PWA (#6093) | [{'old_path': 'src/node/routes/vscode.ts', 'new_path': 'src/node/routes/vscode.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -40,6 +40,7 @@ export class CodeServerRouteWrapper {\n //#region Route Handlers\n \n private manifest: express.Handler = async (req, res, next) => {\n+ const appName = req.args["a... | TypeScript |
72eae016841868bd454c6b823853fd2748ceee8b | 15 | 2023-03-22 17:52:35+00:00 | -3,600 | ['bca733de3dcf6fed17a8b43524d0a071f8a80e23'] | Add information on using PWA with desktop Firefox (#6098)
Co-authored-by: Felix Kuhlmann <felix-kuhlmann@gmx.de> | [{'old_path': 'docs/FAQ.md', 'new_path': 'docs/FAQ.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -88,6 +88,12 @@ app (PWA):\n 1. Start the editor\n 2. Click the **plus** icon in the URL toolbar to install the PWA\n \n+If you use Firefox, you can use the appropriate extension to install PWA.\n+\n+1. Go to the i... | TypeScript |
19bcd043d7b5aba029f582ddf776e8336e02a445 | 67 | 2023-03-30 12:24:33-05:00 | 28,800 | ['c32a31d802f679846876b8ad9aacff6cf7b5361d'] | Add debug log for origin check (#6096)
Extracted host detection into a separate function to avoid multiple log
lines on each return and went with a thrown error to consolidate the
common log text. | [{'old_path': 'src/node/http.ts', 'new_path': 'src/node/http.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -323,35 +323,57 @@ function getFirstHeader(req: http.IncomingMessage, headerName: string): string |\n }\n \n /**\n- * Throw an error if origin checks fail. Call `next` if provided.\n+ * Throw a forbidden ... | TypeScript |
a44bd71043d5550f751ff6d06d6ea16ac2742118 | 34 | 2023-03-30 13:00:58-05:00 | -25,200 | ['19bcd043d7b5aba029f582ddf776e8336e02a445'] | Add thai language i18n (#6103) | [{'old_path': 'src/node/i18n/index.ts', 'new_path': 'src/node/i18n/index.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,7 +1,7 @@\n import i18next, { init } from "i18next"\n import * as en from "./locales/en.json"\n import * as zhCn from "./locales/zh-cn.json"\n-\n+import * as th from "./locales/th.json"\n i... | TypeScript |