Search is not available for this dataset
hash string | author int32 | committer_date string | timezone int64 | parents string | message string | changes string | language string |
|---|---|---|---|---|---|---|---|
33c50972bc9afaa5a33e2896b11075b57109dccb | 93 | 2022-01-10 11:38:43-07:00 | -7,200 | ['ca15d4b7a0079859fec81428916fc32d43b9bce0'] | docs: fix a typo in MAINTAINING.md (#4711) | [{'old_path': 'docs/MAINTAINING.md', 'new_path': 'docs/MAINTAINING.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -37,7 +37,7 @@ Current maintainers:\n - @TeffenEllis\n - @jsjoeio\n \n-Occassionally, other Coder employees may step in time to time to assist with code-server.\n+Occasionally, other Coder employees... | TypeScript |
70c91c857acb5eb05f582a2efb0b34ae718fa3e0 | 116 | 2022-01-10 20:44:28+00:00 | 25,200 | ['33c50972bc9afaa5a33e2896b11075b57109dccb'] | feat: add tests for node/settings.ts (#4717) | [{'old_path': None, 'new_path': 'test/unit/node/settings.test.ts', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,62 @@\n+import { logger } from "@coder/logger"\n+import { promises as fs } from "fs"\n+import path from "path"\n+import { SettingsProvider, CoderSettings } from "../../../src/node/settings"\n+import... | TypeScript |
ad81a30db5421fcfe66b53e61a50b38f1a7f3cc1 | 119 | 2022-01-10 15:11:59-07:00 | 28,800 | ['70c91c857acb5eb05f582a2efb0b34ae718fa3e0'] | chore: add configuration for Semantic Pull Requests app (#4652)
* chore: add configuration for Semantic Pull Requests app
* update lists
* remove tests scope | [{'old_path': None, 'new_path': '.github/semantic.yaml', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,63 @@\n+###############################################################################\n+# This file configures "Semantic Pull Requests", which is documented here:\n+# https://github.com/zeke/semantic-pull-r... | TypeScript |
15500bb388cfb7efebe32fd151ff204e4f44600d | 93 | 2022-01-12 13:00:58-07:00 | -7,200 | ['ad81a30db5421fcfe66b53e61a50b38f1a7f3cc1'] | docs: fix a typo in guide.md (#4728) | [{'old_path': 'docs/guide.md', 'new_path': 'docs/guide.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -294,7 +294,7 @@ Note: if you set `proxy_set_header Host $host;` in your reverse proxy config, it\n \n ## Accessing web services\n \n-If you're working on web services and want to access it locally, code-server... | TypeScript |
48ddad8351b229da541026612e45017de19e9312 | 116 | 2022-01-12 15:51:11-07:00 | 25,200 | ['15500bb388cfb7efebe32fd151ff204e4f44600d'] | fix: reverse logic in brew-bump env fns (#4732) | [{'old_path': 'ci/steps/brew-bump.sh', 'new_path': 'ci/steps/brew-bump.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -10,13 +10,13 @@ main() {\n echo "Checking environment variables"\n \n # We need VERSION to bump the brew formula\n- if is_env_var_set "VERSION"; then\n+ if ! is_env_var_set "VERSION"; the... | TypeScript |
b621911e612aee5900ab71fd2ca32c9dc73d15e5 | 116 | 2022-01-13 11:07:19-07:00 | 25,200 | ['48ddad8351b229da541026612e45017de19e9312'] | chore: use 1.14.7 follow-redirects (#4742) | [{'old_path': 'package.json', 'new_path': 'package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -77,7 +77,8 @@\n "vfile-message": "^2.0.2",\n "tar": "^6.1.9",\n "path-parse": "^1.0.7",\n- "vm2": "^3.9.4"\n+ "vm2": "^3.9.4",\n+ "follow-redirects": "^1.14.7"\n },\n "dependencies": {\n... | TypeScript |
723469ab5bed3ba9fbb3e8d5ecbfcd9a3bee2d88 | 116 | 2022-01-18 16:13:39-07:00 | 25,200 | ['2752d95ff6682e407d9a7fc4368d63918efa420d'] | refactor: migrate from argon2 -> @node-rs/argon2 (#4733)
* chore(deps): replace argon2 w/@node-rs/argon2
* refactor: clean up hashPassword functions
* refactor(util): pass in process.platform
* fix: use correct settings for test-extension
Before, it was running into errors with an @types package.
Now, w... | [{'old_path': 'ci/build/build-standalone-release.sh', 'new_path': 'ci/build/build-standalone-release.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,10 +1,6 @@\n #!/usr/bin/env bash\n set -euo pipefail\n \n-# This is due to an upstream issue with RHEL7/CentOS 7 comptability with node-argon2\n-# See: https://g... | TypeScript |
48cd3c8b11449d276b4d36c550e6a10e420eafed | 149 | 2022-01-18 16:44:02-07:00 | 25,200 | ['723469ab5bed3ba9fbb3e8d5ecbfcd9a3bee2d88'] | Fix Typos in guide.md (#4674)
The Guide mentioned "HTTP/HTTP traffic" when it should say "HTTP/HTTPS traffic"
Co-authored-by: Joe Previte <jjprevite@gmail.com> | [{'old_path': 'docs/guide.md', 'new_path': 'docs/guide.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -115,7 +115,7 @@ we recommend using another method, such as [Let's Encrypt](#let-encrypt) instead\n Using [Let's Encrypt](https://letsencrypt.org) is an option if you want to\n access code-server on an iPad or ... | TypeScript |
51818dc41900e58cdf03274fc2b8c3d31ae6042c | 116 | 2022-01-20 09:39:31-07:00 | 25,200 | ['48cd3c8b11449d276b4d36c550e6a10e420eafed'] | chore: update issue templates (#4768)
* chore: delete release issue template
* chore: use bug-report form template
* chore: clean up config.yml for templates
* chore: clean up doc issue template
* chore: clean up feature request template | [{'old_path': '.github/ISSUE_TEMPLATE/bug-report.md', 'new_path': None, 'type': <ModificationType.DELETE: 4>, 'diff': '@@ -1,79 +0,0 @@\n----\n-name: Bug report\n-about: Report a bug and help us improve\n-title: ""\n-labels: ""\n-assignees: ""\n----\n-\n-<!--\n-\n-Hi there! 👋\n-\n-Thanks for reporting a bug.\n-\n-Plea... | TypeScript |
6e04501ec53af4b032c8b41e96fd092d43695ea2 | 36 | 2022-01-20 11:38:19-07:00 | -19,800 | ['51818dc41900e58cdf03274fc2b8c3d31ae6042c'] | docs: Fix links (#4770)
* docs: Change `cdr` to `coder`, read desc please
Yeah, includes links.
* docs: Update README (links and the extra comma)
Co-authored-by: Joe Previte <jjprevite@gmail.com> | [{'old_path': 'docs/MAINTAINING.md', 'new_path': 'docs/MAINTAINING.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -43,17 +43,17 @@ Occasionally, other Coder employees may step in time to time to assist with code\n \n To onboard a new maintainer to the project, please make sure to do the following:\n \n-- [ ] Ad... | TypeScript |
63f99da08773b50eaea3b1e4d8490ea172d222a5 | 67 | 2022-01-21 10:54:48-06:00 | 21,600 | ['6e04501ec53af4b032c8b41e96fd092d43695ea2'] | fix: package bin/helper directory in the right spot (#4776)
VS Code moves this as part of their packaging task. We will probably
want to look into using theirs instead of replicating it.
Fixes https://github.com/coder/code-server/issues/4721 | [{'old_path': 'ci/build/build-release.sh', 'new_path': 'ci/build/build-release.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -82,6 +82,12 @@ bundle_vscode() {\n mkdir -p "$VSCODE_OUT_PATH/resources/"\n rsync "$VSCODE_SRC_PATH/resources/" "$VSCODE_OUT_PATH/resources/"\n \n+ # TODO: We should look into usin... | TypeScript |
a2f530161f10ae031ce51297e8f9a8c3cbd80cab | 116 | 2022-01-21 16:28:56-07:00 | 25,200 | ['63f99da08773b50eaea3b1e4d8490ea172d222a5'] | feat: publish beta and development tags on npm (#4769)
* feat: add logic to publish beta/dev npm
This adds new log to publish the npm package both while working on PRs and when
PRs are merged into main, allowing us to easily test changes in a
production-like setting.
Co-authored-by: Asher <ash@coder.com> | [{'old_path': '.github/workflows/ci.yaml', 'new_path': '.github/workflows/ci.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -177,6 +177,15 @@ jobs:\n name: npm-package\n path: ./package.tar.gz\n \n+ - name: Publish npm package with PR number and commit SHA\n+ run: yarn publish:... | TypeScript |
8816ab93febfe94b976d97451148150e0dfcc123 | 116 | 2022-01-22 08:48:57-07:00 | 25,200 | ['a2f530161f10ae031ce51297e8f9a8c3cbd80cab'] | fix: update npm-dev.yaml (#4781) | [{'old_path': '.github/workflows/npm-dev.yaml', 'new_path': '.github/workflows/npm-dev.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -24,4 +24,6 @@ jobs:\n GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n NPM_TOKEN: ${{ secrets.NPM_TOKEN }}\n NPM_TAG: "beta"\n- PR_NUMBER_AND... | TypeScript |
48bbbd6c37532db0d6cba7e1f1b1ad6dc406b08f | 116 | 2022-01-24 14:58:26-07:00 | 25,200 | ['8816ab93febfe94b976d97451148150e0dfcc123'] | chore: update bug-report.yaml (#4780)
* chore: update bug-report.yml
Fix `OS/Web Information` section and don't render as Markdown
* chore: add repro steps to bug template | [{'old_path': '.github/ISSUE_TEMPLATE/bug-report.yml', 'new_path': '.github/ISSUE_TEMPLATE/bug-report.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -26,9 +26,21 @@ body:\n - Remote OS:\n - Remote Architecture:\n - `code-server --version`:\n- render: markdown\n validations:\n- ... | TypeScript |
9954a88d3a27258fbe3f5974354021f8a88e37ee | 116 | 2022-01-24 15:33:42-07:00 | 25,200 | ['48bbbd6c37532db0d6cba7e1f1b1ad6dc406b08f'] | refactor(ci): clean up npm workflows (#4786)
This extracst the publish on npm workflow from ci.yaml and adds a new workflow
called `npm-beta.yaml`.
Now we have three workflows that publish to npm.
- `npm-beta.yaml` only runs on pushes and merges into `main`
- `npm-dev.yaml` only runs on PRs into `main` with appr... | [{'old_path': '.github/workflows/ci.yaml', 'new_path': '.github/workflows/ci.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -177,15 +177,6 @@ jobs:\n name: npm-package\n path: ./package.tar.gz\n \n- - name: Publish npm package with PR number and commit SHA\n- run: yarn publish:... | TypeScript |
14d0feff0d67ba65bbe33e596f83a483026f511f | 116 | 2022-01-25 10:52:17-07:00 | 25,200 | ['9954a88d3a27258fbe3f5974354021f8a88e37ee'] | chore(deps): update node-fetch and nanoid (#4787) | [{'old_path': 'package.json', 'new_path': 'package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -79,7 +79,9 @@\n "tar": "^6.1.9",\n "path-parse": "^1.0.7",\n "vm2": "^3.9.4",\n- "follow-redirects": "^1.14.7"\n+ "follow-redirects": "^1.14.7",\n+ "node-fetch": "^2.6.7",\n+ "nanoid": "^... | TypeScript |
c20b0b390b54c4d24cda008dfd8041c59fb2f9af | 67 | 2022-01-25 17:18:45-06:00 | 21,600 | ['14d0feff0d67ba65bbe33e596f83a483026f511f'] | fix: make browser helper executable (#4792)
Surprisingly it does not come already executable like the dev-bin
scripts. | [{'old_path': 'ci/build/build-release.sh', 'new_path': 'ci/build/build-release.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -87,6 +87,7 @@ bundle_vscode() {\n # reason VS Code uses a different path in production).\n mkdir -p "$VSCODE_OUT_PATH/bin/helpers"\n rsync "$VSCODE_SRC_PATH/resources/server/bin/h... | TypeScript |
439f27c5685d3aeba158269d162f1bf800482295 | 67 | 2022-01-27 19:00:06-06:00 | 21,600 | ['c20b0b390b54c4d24cda008dfd8041c59fb2f9af'] | release: v4.0.2 (#4801)
* Disable BROWSER env var
Right now the browser helper script does not actually work. It seems
safer to skip this until we can fix it.
* Bump to 4.0.2
* Update changelog for 4.0.2 | [{'old_path': 'CHANGELOG.md', 'new_path': 'CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -28,6 +28,17 @@ VS Code v0.00.0\n \n - Add here\n \n+## [4.0.2](https://github.com/cdr/code-server/releases/tag/v4.0.2) - 2022-01-27\n+\n+VS Code v1.63.0\n+\n+### Fixed\n+\n+- Unset the `BROWSER` environment vari... | TypeScript |
10f57bac65f9aa5938df4e495da39c608fbf7798 | 36 | 2022-02-01 09:45:19-07:00 | -19,800 | ['439f27c5685d3aeba158269d162f1bf800482295'] | docs: Update some more links (#4806)
* Update links in package.json
I will try checking the docs too
* docs: Update links in triage.md
* docs: Update links in npm.md
* docs: Update links in whatever files that have `cdr`
* Replace globally, thanks @bpmct!
* fix: coderer instead of coder
I should've ... | [{'old_path': '.github/workflows/ci.yaml', 'new_path': '.github/workflows/ci.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -34,7 +34,7 @@ jobs:\n # NOTE@jsjoeio\n # disabling this until we can audit the build process\n # and the usefulness of this step\n- # See: https://github.com/cdr/... | TypeScript |
fd643dcbc32d5780d51bce828a76a6df4d315ec3 | 116 | 2022-02-03 13:54:36-07:00 | 25,200 | ['79412eb1372195812f1175790c5560060bb2491b'] | refactor(ci): fix npm workflows (#4797)
* feat: refactor npm workflows to use download-artifact
This refactors the npm workflows to use the download-artifact GitHub Action. We
had problems in the past with our download_artifact custom bash function. This
also fixes an issue where we weren't downloading the correc... | [{'old_path': '.github/workflows/ci.yaml', 'new_path': '.github/workflows/ci.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -177,6 +177,33 @@ jobs:\n name: npm-package\n path: ./package.tar.gz\n \n+ npm:\n+ # the npm-package gets uploaded as an artifact in Build\n+ # so we need that... | TypeScript |
00224fa73a8907e6478ebeda6049f85711dbd1b4 | 116 | 2022-02-03 14:22:16-07:00 | 25,200 | ['fd643dcbc32d5780d51bce828a76a6df4d315ec3'] | feat: add test for hash when error (#4814) | [{'old_path': 'src/node/util.ts', 'new_path': 'src/node/util.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -157,12 +157,7 @@ export const generatePassword = async (length = 24): Promise<string> => {\n * Used to hash the password.\n */\n export const hash = async (password: string): Promise<string> => {\n- t... | TypeScript |
177f0ed1630b8bd759374ac5da10560fc6a297dd | 52 | 2022-02-10 15:16:35-08:00 | 21,600 | ['25b1340771e0faa04ec33a8551f7d8a218d00989'] | feat: support ingressClassName in Helm Chart (#4844)
Allow configuring the ingress class via a value. | [{'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 |
8135d2ecc3a4cd8b4d42989ee32c4d6b745d4d20 | 112 | 2022-02-10 17:40:41-08:00 | 28,800 | ['177f0ed1630b8bd759374ac5da10560fc6a297dd'] | chore: update Docker image publish workflow (#4847)
* Use official action to log in to Docker Hub
* Run using pinned ubuntu-20.04 environment | [{'old_path': '.github/workflows/docker.yaml', 'new_path': '.github/workflows/docker.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -6,13 +6,15 @@ on:\n workflow_dispatch:\n \n release:\n- types: [released]\n+ types:\n+ - released\n \n jobs:\n docker-images:\n- runs-on: ubuntu-latest\n+ ... | TypeScript |
03c62242ee2a60d1eb61b46335916dd34a95b48e | 119 | 2022-02-11 09:32:02-08:00 | 28,800 | ['8135d2ecc3a4cd8b4d42989ee32c4d6b745d4d20'] | chore: allow overwriting Docker images (#4850)
Allow Docker images to be overwritten, which is required to update
dependencies in the base image when the upstream vendor resolves
security issues. | [{'old_path': 'ci/steps/docker-buildx-push.sh', 'new_path': 'ci/steps/docker-buildx-push.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,28 +1,12 @@\n #!/usr/bin/env bash\n set -euo pipefail\n \n-# See if this version already exists on Docker Hub.\n-function version_exists() {\n- local output\n- output=$(cu... | TypeScript |
102478bdea61bb8374bd1e05e50581a05268ad38 | 131 | 2022-02-11 11:44:01-08:00 | -3,600 | ['03c62242ee2a60d1eb61b46335916dd34a95b48e'] | fix: ensure dumb-init is PID 1 (#4846)
Exec to dumb-init in entrypoint script, so that it can
handle signals and reap subprocesses. | [{'old_path': 'ci/release-image/entrypoint.sh', 'new_path': 'ci/release-image/entrypoint.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -18,4 +18,4 @@ if [ "${DOCKER_USER-}" ]; then\n fi\n fi\n \n-dumb-init /usr/bin/code-server "$@"\n+exec dumb-init /usr/bin/code-server "$@"\n'}] | TypeScript |
c9c5c54cdae508acf8821e1a019287b9e9fdd887 | 116 | 2022-02-14 13:53:28-07:00 | 25,200 | ['102478bdea61bb8374bd1e05e50581a05268ad38'] | feat: add tests for update.ts (#4835)
* feat: add isAddressInfo helper function
* feat(update): add test for rejection UpdateProvider
* feat: add more tests for UpdateProvider
* fixup! move isAddressInfo, add .address check
* fixup! remove extra writeHead
* fixup! use -1 in redirect logic
* fixup! re... | [{'old_path': 'test/unit/node/update.test.ts', 'new_path': 'test/unit/node/update.test.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,8 +1,10 @@\n import * as http from "http"\n+import { logger } from "@coder/logger"\n+import { AddressInfo } from "net"\n import * as path from "path"\n import { SettingsProvid... | TypeScript |
3ad618db97408e8c076e7a9562c5107e95e187bd | 186 | 2022-02-14 15:34:07-07:00 | 21,600 | ['c9c5c54cdae508acf8821e1a019287b9e9fdd887'] | feat: Add support for imagePullSecrets to Helm chart (#4838)
* add support for imagePullSecrets
* Add doc and example value for imagePullSecrets
* simplify syntax for imagePullSecrets
Co-authored-by: Joe Previte <jjprevite@gmail.com> | [{'old_path': 'ci/helm-chart/templates/deployment.yaml', 'new_path': 'ci/helm-chart/templates/deployment.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -21,6 +21,7 @@ spec:\n app.kubernetes.io/name: {{ include "code-server.name" . }}\n app.kubernetes.io/instance: {{ .Release.Name }}\n spec... | TypeScript |
36eae3b9f22dd2a49ac4f148d6f1507d37e18dfe | 69 | 2022-02-14 18:23:20-06:00 | 21,600 | ['3ad618db97408e8c076e7a9562c5107e95e187bd'] | fix: Slack community link (#4864)
resolves #4843
Co-authored-by: Joe Previte <jjprevite@gmail.com> | [{'old_path': 'docs/README.md', 'new_path': 'docs/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,6 +1,6 @@\n # code-server\n \n-[](https://github.com/coder/code-server/discus... | TypeScript |
8fc4832722890ffb71ef74273e464bd9f9955cec | 116 | 2022-02-15 13:40:53-07:00 | 25,200 | ['36eae3b9f22dd2a49ac4f148d6f1507d37e18dfe'] | chore: update follow-redirects resolution (#4868)
* chore: update follow-redirects resolution
* chore: update vm2 resolution | [{'old_path': 'package.json', 'new_path': 'package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -78,8 +78,8 @@\n "vfile-message": "^2.0.2",\n "tar": "^6.1.9",\n "path-parse": "^1.0.7",\n- "vm2": "^3.9.4",\n- "follow-redirects": "^1.14.7",\n+ "vm2": "^3.9.6",\n+ "follow-redirects": "^... | TypeScript |
b26cce589f10a67b7b59a30e3725cf13bcde5d9c | 116 | 2022-02-15 14:15:53-07:00 | 25,200 | ['8fc4832722890ffb71ef74273e464bd9f9955cec'] | chore: update vscode commit (#4857)
* chore: update vscode commit
This includes two fixes from coder/vscode:
- https://github.com/coder/vscode/pull/43
- https://github.com/coder/vscode/pull/42
* fix: use double-bracket in ext. e2e test | [{'old_path': 'test/e2e/extensions.test.ts', 'new_path': 'test/e2e/extensions.test.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -7,6 +7,6 @@ describe("Extensions", true, () => {\n \n await codeServerPage.executeCommandViaMenus("code-server: Get proxy URI")\n \n- await codeServerPage.page.waitForSelecto... | TypeScript |
e3e9f052c48c85a2b562ae0d5de57d09ae8f1d35 | 116 | 2022-02-15 14:51:42-07:00 | 25,200 | ['b26cce589f10a67b7b59a30e3725cf13bcde5d9c'] | fix: wrap socket in proxy before passing to vscode (#4840)
* chore: add ipc hook to e2e script
* refactor: allow codeServerArgs in e2e tests
* feat: add --cert e2e extension test
* fix: wrap websocket in proxy
* fixup: remvoe ignoreHTTPSErrors
* fixup: make codeServerArgs readonly
* fixup! add back i... | [{'old_path': 'package.json', 'new_path': 'package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -17,7 +17,7 @@\n "release:github-draft": "./ci/build/release-github-draft.sh",\n "release:github-assets": "./ci/build/release-github-assets.sh",\n "release:prep": "./ci/build/release-prep.sh",\n- "... | TypeScript |
94f378c1960a2b8df4da70fb900f6cfec0191982 | 116 | 2022-02-15 16:19:22-07:00 | 25,200 | ['e3e9f052c48c85a2b562ae0d5de57d09ae8f1d35'] | feat(testing): add test for `parse` when error in args + config (#4866)
* chore: fmt cleanup
* feat(parse): add test error w/config | [{'old_path': 'test/unit/node/cli.test.ts', 'new_path': 'test/unit/node/cli.test.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -361,6 +361,16 @@ describe("parser", () => {\n "$argon2i$v=19$m=4096,t=3,p=1$0qr/o+0t00hsbjfqcksfdq$ofcm4rl6o+b7oxpua4qlxubypbbpsf+8l531u7p9hyy",\n })\n })\n+ it("should... | TypeScript |
01a0e95174accaa786991306bf2a370f302b36a5 | 116 | 2022-02-17 15:18:17-07:00 | 25,200 | ['94f378c1960a2b8df4da70fb900f6cfec0191982'] | docs: update sync vscode instructions (#4879)
* docs: update sync vscode instructions
* fixup!
* fixup: formatting | [{'old_path': 'docs/MAINTAINING.md', 'new_path': 'docs/MAINTAINING.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -220,9 +220,10 @@ This is currently automated with the release process.\n The VS Code portion of code-server lives under [`coder/vscode`](https://github.com/coder/vscode). To update VS Code for code... | TypeScript |
d7c1894fb4ceebbc6ff6f69b854d4623c97bc485 | 181 | 2022-02-18 11:06:58-07:00 | 28,800 | ['01a0e95174accaa786991306bf2a370f302b36a5'] | Update requirements.md (#4882)
Grammar/typo correction.
Co-authored-by: Joe Previte <jjprevite@gmail.com> | [{'old_path': 'docs/requirements.md', 'new_path': 'docs/requirements.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -33,7 +33,7 @@ new Compute Engine VM instance:\n 4. Choose the **region** that's closest to you based on [GCP\n ping](https://gcping.com/).\n 5. Choose a **zone** (any option is fine).\n-6. We ... | TypeScript |
23734d356a82e9b78530bd043398d7e95ee2e614 | 116 | 2022-02-22 10:13:20-07:00 | 25,200 | ['d7c1894fb4ceebbc6ff6f69b854d4623c97bc485'] | fix: skip docs/npm workflows on forks (#4875)
Co-authored-by: Asher <ash@coder.com> | [{'old_path': '.github/workflows/ci.yaml', 'new_path': '.github/workflows/ci.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -184,6 +184,9 @@ jobs:\n # This environment "npm" requires someone from\n # coder/code-server-reviewers to approve the PR before this job runs.\n environment: npm\n+ # Onl... | TypeScript |
f9402a63180741e8f85271181568004015f950fc | 67 | 2022-02-22 12:43:13-06:00 | 21,600 | ['23734d356a82e9b78530bd043398d7e95ee2e614'] | fix: state collision (#4881)
* Add helper for navigating the quick picker
This has problems similar to the menu except instead of closing it gets
re-created which interrupts the hover call and causes the test to fail.
Now it will keep trying just like the menu.
* Add a test for opening a file
* Add test for... | [{'old_path': 'test/e2e/codeServer.test.ts', 'new_path': 'test/e2e/codeServer.test.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,3 +1,5 @@\n+import { promises as fs } from "fs"\n+import * as path from "path"\n import { describe, test, expect } from "./baseFixture"\n \n describe("CodeServer", true, [], () =>... | TypeScript |
793e4d35ec038321c06bac8d6a5d18073e70c6e8 | 116 | 2022-02-24 11:07:42-07:00 | 25,200 | ['f9402a63180741e8f85271181568004015f950fc'] | feat(testing): add new test for cli.ts (#4898)
* feat(testing): add new test for cli.ts
* fixup!: update parse test | [{'old_path': 'test/unit/node/cli.test.ts', 'new_path': 'test/unit/node/cli.test.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -371,6 +371,9 @@ describe("parser", () => {\n }),\n ).toThrowError(expectedErrMsg)\n })\n+ it("should ignore optional strings set to false", async () => {\n+ expect(par... | TypeScript |
44d74c170f4891da669b2dfef75cf1ad4118483d | 119 | 2022-02-28 13:55:47-08:00 | 28,800 | ['a989e0c3879e5a7cd52011a4de929e4d1e3faad3'] | feat: add version string functions to constants (#4920)
Introduce helper functions for getting human- and machine-readable
version strings from the constants package, and cover it in unit
tests.
This is a first step to resolving #4874. | [{'old_path': 'src/node/constants.ts', 'new_path': 'src/node/constants.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -17,13 +17,35 @@ export function getPackageJson(relativePath: string): JSONSchemaForNPMPackageJso\n }\n \n const pkg = getPackageJson("../../package.json")\n+const codePkg = getPackageJson("../.... | TypeScript |
b3cf4c32ffc431d1f7c1c63178ca11ffc74aaa3e | 88 | 2022-03-01 08:43:41-07:00 | 28,800 | ['44d74c170f4891da669b2dfef75cf1ad4118483d'] | style: cookie doman => cookie domain (#4919)
Co-authored-by: Joe Previte <jjprevite@gmail.com> | [{'old_path': 'src/node/http.ts', 'new_path': 'src/node/http.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -196,7 +196,7 @@ export const getCookieDomain = (host: string, proxyDomains: string[]): string |\n // default NGINX does this).\n !host.includes(".")\n ) {\n- logger.debug("no valid cookie do... | TypeScript |
1465d8d51071c89aacdf08f0bc8a7cf2c7278174 | 88 | 2022-03-01 11:24:06-07:00 | 28,800 | ['b3cf4c32ffc431d1f7c1c63178ca11ffc74aaa3e'] | fix: Pin express to 5.0.0-alpha.8 (#4918)
Co-authored-by: Joe Previte <jjprevite@gmail.com> | [{'old_path': 'package.json', 'new_path': 'package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -89,7 +89,7 @@\n "compression": "^1.7.4",\n "cookie-parser": "^1.4.5",\n "env-paths": "^2.2.0",\n- "express": "^5.0.0-alpha.8",\n+ "express": "5.0.0-alpha.8",\n "http-proxy": "^1.18.0",\n ... | TypeScript |
506d3f43ed86dab20f9c7ab2e2e3b8713827dbe4 | 116 | 2022-03-01 12:11:56-07:00 | 25,200 | ['1465d8d51071c89aacdf08f0bc8a7cf2c7278174'] | feat(http): keep slashes in queryParams in redirects (#4928)
* refactor(http): extract logic into constructRedirectPath
This allows us to easily test our redirect path construction logic where we get
the relative path, the query string and construct a redirect path.
By extracting this from `redirect`, we can ea... | [{'old_path': 'src/node/http.ts', 'new_path': 'src/node/http.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -138,6 +138,21 @@ export const relativeRoot = (originalUrl: string): string => {\n return normalize("./" + (depth > 1 ? "../".repeat(depth - 1) : ""))\n }\n \n+/**\n+ * A helper function to construct a ... | TypeScript |
2c785779b58230ee05c9accdeb70aa14325d956c | 119 | 2022-03-01 12:20:43-08:00 | 28,800 | ['506d3f43ed86dab20f9c7ab2e2e3b8713827dbe4'] | feat: add version of Code OSS to output (#4925)
Show the bundled version of Code OSS in the text-based output
for --version and --help, in addition to the JSON output
(--version --json)
Closes: #4874 | [{'old_path': 'src/node/constants.ts', 'new_path': 'src/node/constants.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -35,7 +35,7 @@ export const httpProxyUri =\n * for outputting to the console.\n */\n export function getVersionString(): string {\n- return [version, commit].join(" ")\n+ return [version, co... | TypeScript |
83269ba658555c067b4194b04e8e7f16dd068c0d | 119 | 2022-03-01 15:03:39-08:00 | 28,800 | ['2c785779b58230ee05c9accdeb70aa14325d956c'] | chore: limit concurrency for build jobs (#4929)
* Configure build jobs to cancel previous builds when new changes
are pushed to a pull request branch, and serialize builds when
running in a branch from a push event
* Reduce privileges of GitHub token for scripts workflow | [{'old_path': '.github/workflows/ci.yaml', 'new_path': '.github/workflows/ci.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -8,6 +8,13 @@ on:\n branches:\n - main\n \n+# Cancel in-progress runs for pull requests when developers push\n+# additional changes, and serialize builds in branches.\n+# https... | TypeScript |
0e78a147b6135bf1725c952cb2e0277344c26161 | 67 | 2022-03-02 14:02:51-06:00 | 21,600 | ['3f3a489f33cd5e023bf2d2ea5ab22a0d0b50de53'] | feat: github-auth flag (#4926)
* feat: github-auth flag
This will allow injecting credentials into code-server if you already
have them.
* Update Code
Contains the GitHub auth changes.
* Add e2e test for GitHub token | [{'old_path': 'src/node/cli.ts', 'new_path': 'src/node/cli.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -87,6 +87,7 @@ export interface UserProvidedArgs {\n "locate-extension"?: string[]\n "show-versions"?: boolean\n category?: string\n+ "github-auth"?: string\n }\n \n interface Option<T> {\n@@ -205,6 ... | TypeScript |
78658f1cf48a5e019a82cde937cfa8feed8b986b | 116 | 2022-03-02 15:36:38-07:00 | 25,200 | ['b0181120d4d44cc6b99a4fedb8cf4cec482a0540'] | refactor: remove folder/workspace from vsCodeCliArgs (#4932)
* refactor: remove folder/workspace from vsCodeCliArgs
Since we handle this in the vscode.ts route, we no longer need to pass it to VS
Code as a CLI arg since it's deprecated on that side.
* feat(vscode): redirect to folder from cli
* Update src/no... | [{'old_path': 'src/node/cli.ts', 'new_path': 'src/node/cli.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,15 +3,7 @@ import { promises as fs } from "fs"\n import yaml from "js-yaml"\n import * as os from "os"\n import * as path from "path"\n-import {\n- canConnect,\n- generateCertificate,\n- generatePassw... | TypeScript |
c4d87580efc50c1f9902b35ff24f677b1e0d3af4 | 103 | 2022-03-03 09:54:35-07:00 | -28,800 | ['78658f1cf48a5e019a82cde937cfa8feed8b986b'] | feat: cli arg for file permission of socket (#4923) | [{'old_path': 'src/node/app.ts', 'new_path': 'src/node/app.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -11,7 +11,7 @@ import { disposer } from "./http"\n import { isNodeJSErrnoException } from "./util"\n import { handleUpgrade } from "./wsRouter"\n \n-type ListenOptions = Pick<DefaultedArgs, "socket" | "port... | TypeScript |
b61a8addcf186e38bc0d6e44d475af4ddd73b826 | 67 | 2022-03-03 12:32:43-06:00 | 21,600 | ['c4d87580efc50c1f9902b35ff24f677b1e0d3af4'] | feat: migrate state to new database name (#4938)
* Merge setup and navigate functions
Whenever we navigate we probably want to make sure the editor is ready
so might as well just have one function.
* Add customizable entry and workspace directory
* Add test for state db migration
* Update Code
This con... | [{'old_path': 'test/e2e/baseFixture.ts', 'new_path': 'test/e2e/baseFixture.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -70,8 +70,8 @@ export const test = base.extend<TestFixtures>({\n // made too). In these cases just accept.\n page.on("dialog", (d) => d.accept())\n \n- const codeServerPage = new ... | TypeScript |
7aa087ae34d323a88df9517f1cd1f577095f1a7b | 67 | 2022-03-03 14:46:17-06:00 | 21,600 | ['b61a8addcf186e38bc0d6e44d475af4ddd73b826'] | release: v4.1.0 (#4946)
* release: bump version to 4.1.0
* Rename VS Code to Code in changelog
* Catch up changelog
* Add release as valid semantic tag | [{'old_path': '.github/semantic.yaml', 'new_path': '.github/semantic.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -61,3 +61,6 @@ types:\n # implementations. For example, if a commit adds a fix + test, it's a fix\n # commit. If a commit is simply bumping coverage, it's a test commit.\n - test\n+\n+ # ... | TypeScript |
3c6f85c282c53fbd264d03013bae3652b4a63421 | 116 | 2022-03-04 15:59:29-07:00 | 25,200 | ['f0faa22ee98cc80c0530638cba92cdcb9f10fc56'] | fix: re-enable trivvy docker scan (#4943)
* fix: re-enable trivvy docker scan
* wip
* fixup
* fixup
* fixup | [{'old_path': '.github/workflows/ci.yaml', 'new_path': '.github/workflows/ci.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -464,7 +464,6 @@ jobs:\n - name: Checkout code\n uses: actions/checkout@v3\n - name: Run Trivy vulnerability scanner in repo mode\n- #Commit SHA for v0.0.17\n ... | TypeScript |
643ef1392f8b1f8b6601dbac8224834b00d0d9c7 | 116 | 2022-03-07 16:08:07-07:00 | 25,200 | ['3c6f85c282c53fbd264d03013bae3652b4a63421'] | testing: add new test for logLevels (#4953)
* feat: add new test for logLevels
* wip
* feat: add test for valid log level env var | [{'old_path': 'test/unit/node/cli.test.ts', 'new_path': 'test/unit/node/cli.test.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -194,6 +194,15 @@ describe("parser", () => {\n expect(logger.level).toEqual(Level.Trace)\n })\n \n+ it("should set valid log level env var", async () => {\n+ process.env.LOG_... | TypeScript |
3b93a86f25a783faabf700d51ba5dd6d078c0741 | 116 | 2022-03-08 13:19:57-07:00 | 25,200 | ['643ef1392f8b1f8b6601dbac8224834b00d0d9c7'] | chore: add permissions trivy-docker (#4957)
* chore: add permissions trivy-docker
* Update .github/workflows/trivy-docker.yaml | [{'old_path': '.github/workflows/trivy-docker.yaml', 'new_path': '.github/workflows/trivy-docker.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -33,7 +33,7 @@ permissions:\n packages: none\n pull-requests: none\n repository-projects: none\n- security-events: none\n+ security-events: write\n statuses... | TypeScript |
03e0bdac0391a7103ce1edda95c5d2149229a252 | 116 | 2022-03-09 14:28:52-07:00 | 25,200 | ['3b93a86f25a783faabf700d51ba5dd6d078c0741'] | chore: update vscode to 1.64 (#4902)
* chore: update vscode server files
* chore: update code to 1.64
* refactor: clean up code in constants.ts
* chore: keep package.json vscode cache
* fixup!: formatting
* feat(ci): add VSCODE_CACHE_VERSION
* fix(ci): add package.json for e2e tests
* fix: TS erro... | [{'old_path': '.github/workflows/ci.yaml', 'new_path': '.github/workflows/ci.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -143,18 +143,19 @@ jobs:\n run: echo "::set-output name=rev::$(jq -r \'.devDependencies["code-oss-dev"]\' vendor/package.json | sed -r \'s|.*#(.*)$|\\1|\')"\n \n - name: At... | TypeScript |
52eaea9f7af559113de361d6959dec796e571feb | 71 | 2022-03-10 13:44:27-07:00 | 10,800 | ['03e0bdac0391a7103ce1edda95c5d2149229a252'] | docs: update docs preview (#4968)
* docs: update docs preview
* Fix Ubuntu deps
* Fix formatting | [{'old_path': '.github/workflows/docs-preview.yaml', 'new_path': '.github/workflows/docs-preview.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -17,89 +17,24 @@ permissions:\n security-events: none\n statuses: none\n \n-# Cancel in-progress runs for pull requests when developers push\n-# additional change... | TypeScript |
77296c7187998408a7cfc793974494262aa4a634 | 37 | 2022-03-11 09:49:12-07:00 | -19,800 | ['52eaea9f7af559113de361d6959dec796e571feb'] | Update guide.md (#4981)
Grammatical mistake | [{'old_path': 'docs/guide.md', 'new_path': 'docs/guide.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -52,7 +52,7 @@ There are several approaches to operating and exposing code-server securely:\n We highly recommend using [port forwarding via\n SSH](https://help.ubuntu.com/community/SSH/OpenSSH/PortForwarding) ... | TypeScript |
91cabbc246e57ff9ef54ef7e4ef83359ebe84ec6 | 116 | 2022-03-11 13:27:19-07:00 | 25,200 | ['77296c7187998408a7cfc793974494262aa4a634'] | feat(testing): add test for optionDescriptions (#4970)
* feat(testing): add test for optionDescriptions
* refactor(cli): optional arg in optionDescriptions
* feat: add more tests for optionDescriptions | [{'old_path': 'src/node/cli.ts', 'new_path': 'src/node/cli.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -120,11 +120,11 @@ type OptionType<T> = T extends boolean\n ? "string[]"\n : "unknown"\n \n-type Options<T> = {\n+export type Options<T> = {\n [P in keyof T]: Option<OptionType<T[P]>>\n }\n \n-const o... | TypeScript |
86c8590bd590dcc4fb72dc7361ffba960af84694 | 116 | 2022-03-11 16:54:59-07:00 | 25,200 | ['91cabbc246e57ff9ef54ef7e4ef83359ebe84ec6'] | feat(testing): add test for app > listen (#4971)
* feat(testing): add test for app > listen
* Update test/unit/node/app.test.ts
* refactor: modernize listen fn in app
* wip
* fix: update error message
* fixup: remove console.log
* fixup: use clearAllMocks once in beforeAll
* fix: move chmod after ... | [{'old_path': 'src/node/app.ts', 'new_path': 'src/node/app.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -22,40 +22,35 @@ export interface App extends Disposable {\n server: http.Server\n }\n \n-const listen = (server: http.Server, { host, port, socket, "socket-mode": mode }: ListenOptions) => {\n- return n... | TypeScript |
21c74802e8defeb8eedf5b56385bdb787d4b1ff5 | 67 | 2022-03-14 21:37:29-05:00 | 18,000 | ['184ef681478703fae0ea518664e4c24ece9c9078'] | chore: move Code to a submodule (#4990)
* Move Code to a submodule
Closes #4901.
* Base Code cache on hash and re-enable node_modules cache
The current setup appears to only rebuild VS Code if the dependencies
change but we need to rebuild it if anything changes.
I also re-enabled the commented out node_m... | [{'old_path': '.github/workflows/ci.yaml', 'new_path': '.github/workflows/ci.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -29,6 +29,9 @@ jobs:\n steps:\n - name: Checkout repo\n uses: actions/checkout@v3\n+ with:\n+ fetch-depth: 0\n+ submodules: true\n \n - n... | TypeScript |
a0561c7685d316bd66582632beb6872c5c8fbaf1 | 116 | 2022-03-15 16:59:40-07:00 | 25,200 | ['d22f312cab0e1f6d0770ec5a0e2af727bf6742ce'] | feat(ci): publish dev builds to @coder/code-server-pr (#4972)
* feat(npm): use DEV_PACKAGE_NAME for development
* feat(ci): use npm v7 in npm job
* fixup: add npm version
* fixup: always set package name
* wip
* fix: check for npm and npm v7
* fixup
* fixup: move after release dir created
* fix... | [{'old_path': 'ci/steps/publish-npm.sh', 'new_path': 'ci/steps/publish-npm.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -51,6 +51,13 @@ main() {\n exit 1\n fi\n \n+ # Check that we\'re using at least v7 of npm CLI\n+ if ! command -v jq &> /dev/null; then\n+ echo "Couldn\'t find jq"\n+ echo "We n... | TypeScript |
5afb26fb6076e52a76fe2780f2eab4769475d35e | 116 | 2022-03-17 11:52:39-07:00 | 25,200 | ['a0561c7685d316bd66582632beb6872c5c8fbaf1'] | fix(ci): correctly download npm/docker artifacts (#4995)
* fix(ci): correctly download npm artifact
* fixup! fix(ci): correctly download npm artifact
* docs: update MAINTAINING
* fixup! docs: update MAINTAINING
* fixup! Merge branch 'main' into 4949-chore-fix-npm-workflow
* chore: get ci to run
* ref... | [{'old_path': '.github/workflows/ci.yaml', 'new_path': '.github/workflows/ci.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -197,7 +197,8 @@ jobs:\n with:\n fetch-depth: 0\n \n- - uses: actions/download-artifact@v3\n+ - name: Download artifact\n+ uses: actions/download-artif... | TypeScript |
60ebf2f8511c37fbb8e999338e30b07c6c430fbe | 116 | 2022-03-21 16:18:32-07:00 | 25,200 | ['815c4cf1f0a126e7d326f2882efde3d527a1165e'] | chore: update to minimist-list (#5006) | [{'old_path': 'package.json', 'new_path': 'package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -81,7 +81,8 @@\n "vm2": "^3.9.6",\n "follow-redirects": "^1.14.8",\n "node-fetch": "^2.6.7",\n- "nanoid": "^3.1.31"\n+ "nanoid": "^3.1.31",\n+ "minimist": "npm:minimist-lite@2.2.0"\n },\n ... | TypeScript |
be727871f6f7f0af48e9e3d0039d59aa46c855b5 | 116 | 2022-03-21 16:57:36-07:00 | 25,200 | ['60ebf2f8511c37fbb8e999338e30b07c6c430fbe'] | refactor: checkout homebrew-core in action instead of script (#4996)
* refactor: checkout homebrew-core in action instead of script
This moves the git clone step from the `brew-bump.sh` script into the
`npm-brew.yaml` as part of the job using actions/checkout instead.
* refactor: clean up brew-bump.sh script
... | [{'old_path': '.github/workflows/npm-brew.yaml', 'new_path': '.github/workflows/npm-brew.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -56,11 +56,20 @@ jobs:\n id: set-up-homebrew\n uses: Homebrew/actions/setup-homebrew@master\n \n- - uses: actions/checkout@v3\n+ - name: Checkout co... | TypeScript |
a1af9e2a5646df1a587f73fbe1455ca28824aeee | 67 | 2022-03-22 15:07:14-05:00 | 18,000 | ['be727871f6f7f0af48e9e3d0039d59aa46c855b5'] | chore: move to patches (#4997)
* Move integration types into code-server
This will be easier to maintain than to have it as a patch.
* Disable connection token
Using a flag means we will not need to patch it out. I think this is
new from 1.64?
* Add product.json to build process
This way we do not hav... | [{'old_path': '.github/workflows/ci.yaml', 'new_path': '.github/workflows/ci.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -110,6 +110,12 @@ jobs:\n fetch-depth: 0\n submodules: true\n \n+ - name: Install quilt\n+ run: sudo apt update && sudo apt install quilt\n+\n+ - nam... | TypeScript |
cf7cff0f727d7f09ed6e5e91393464432f101f1b | 116 | 2022-03-22 16:34:29-07:00 | 25,200 | ['a1af9e2a5646df1a587f73fbe1455ca28824aeee'] | release: 4.2.0 (#5014)
* chore(release): bump version to 4.2.0
* chore: update CHANGELOG
* chore: bump helm chart version | [{'old_path': 'CHANGELOG.md', 'new_path': 'CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -20,13 +20,34 @@ VS Code v99.99.999\n \n -->\n \n-## [Unreleased](https://github.com/coder/code-server/releases)\n+## [4.2.0](https://github.com/coder/code-server/releases/tag/v4.2.0) - 2022-03-22\n \n-Code v0.00... | TypeScript |
ba1ddbd1812e170998f73b0b871f5addc762d6d7 | 116 | 2022-03-22 16:45:59-07:00 | 25,200 | ['cf7cff0f727d7f09ed6e5e91393464432f101f1b'] | fix: use -r with jq and add workflow for artifacts (#5016) | [{'old_path': '.github/workflows/docker.yaml', 'new_path': '.github/workflows/docker.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -37,13 +37,14 @@ jobs:\n \n - name: Get version\n id: version\n- run: echo "::set-output name=version::$(jq .version package.json)"\n+ run: echo "::se... | TypeScript |
e1c1ba8b366597326f3b7117f0b2cf3e956adc66 | 116 | 2022-03-24 09:33:39-07:00 | 25,200 | ['ba1ddbd1812e170998f73b0b871f5addc762d6d7'] | fix: source lib.sh in docker-buildx-push for tagging version (#5024) | [{'old_path': 'ci/steps/docker-buildx-push.sh', 'new_path': 'ci/steps/docker-buildx-push.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,6 +3,9 @@ set -euo pipefail\n \n main() {\n cd "$(dirname "$0")/../.."\n+ # ci/lib.sh sets VERSION so it\'s available to ci/release-image/docker-bake.hcl\n+ # to push th... | TypeScript |
326a1d1862872955cec062030df2bd103799a1eb | 88 | 2022-03-29 12:33:56-05:00 | 25,200 | ['e1c1ba8b366597326f3b7117f0b2cf3e956adc66'] | feat: Add a shrinkwrap file to the NPM release (#5010) | [{'old_path': '.github/ISSUE_TEMPLATE/bug-report.yml', 'new_path': '.github/ISSUE_TEMPLATE/bug-report.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -57,7 +57,7 @@ body:\n id: logs\n attributes:\n label: Logs\n- description: Run code-server with the --verbose flag and then paste any relevant... | TypeScript |
18e19d29e6ad858206b84176ad287e22c51da4cb | 67 | 2022-03-29 13:13:56-05:00 | 18,000 | ['326a1d1862872955cec062030df2bd103799a1eb'] | fix: minor build fixes (#5039)
* Regenerate last opened patch
The lines were a bit off.
* Remove packaged .gitignore files
Fixes #4964.
* Remove extra Node binary
This gets overidden in the standalone but it was getting uselessly
included in the npm package. | [{'old_path': 'ci/build/build-release.sh', 'new_path': 'ci/build/build-release.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -77,7 +77,12 @@ EOF\n \n bundle_vscode() {\n mkdir -p "$VSCODE_OUT_PATH"\n- rsync ./lib/vscode-reh-web-*/ "$VSCODE_OUT_PATH"\n+\n+ # - Some extensions have a .gitignore which exclude... | TypeScript |
8316a27da4c9b2feb49d508d828222bd1c4bc60b | 116 | 2022-03-29 16:58:34-07:00 | 25,200 | ['18e19d29e6ad858206b84176ad287e22c51da4cb'] | refactor(brew-bump): fix homebrew bump script (#5025)
* fix: source lib.sh in docker-buildx-push for tagging version
* chore: use ubuntu and update git config homebrew job
* refactor: simplify brew-bump.sh script
* Revert "fix: source lib.sh in docker-buildx-push for tagging version"
This reverts commit 2f... | [{'old_path': '.github/workflows/npm-brew.yaml', 'new_path': '.github/workflows/npm-brew.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -45,10 +45,8 @@ jobs:\n NPM_ENVIRONMENT: "production"\n \n homebrew:\n- # The newest version of code-server needs to be available on npm when this runs\n- #... | TypeScript |
be0fe10a6a884cbfc93620aa29174c7d166980ad | 116 | 2022-03-30 08:26:59-07:00 | 25,200 | ['8316a27da4c9b2feb49d508d828222bd1c4bc60b'] | docs(README): point docs to website (#5041)
* docs(README): point docs to website
* Update docs/README.md | [{'old_path': 'docs/README.md', 'new_path': 'docs/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,6 +1,6 @@\n # code-server\n \n-[](https://github.com/coder/code-server/discus... | TypeScript |
06e36b42bb00bcdd31bb20afffcbb0e5d771f372 | 67 | 2022-03-30 10:35:22-05:00 | 18,000 | ['be0fe10a6a884cbfc93620aa29174c7d166980ad'] | fix: add missing package.json and source maps (#5040)
* Use --exclude to skip node_modules
Instead of copying and then deleting them. This will also catch some
node_modules directories that were missed.
* Remove per-extension dependency install
Code packages all the dependencies using webpack for each exten... | [{'old_path': 'ci/build/build-release.sh', 'new_path': 'ci/build/build-release.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -78,11 +78,25 @@ EOF\n bundle_vscode() {\n mkdir -p "$VSCODE_OUT_PATH"\n \n- # - Some extensions have a .gitignore which excludes their built source from\n- # the npm package so ex... | TypeScript |
5341294d2d7c6e435676768622aba88fad8ee56d | 116 | 2022-03-30 10:47:46-07:00 | 25,200 | ['06e36b42bb00bcdd31bb20afffcbb0e5d771f372'] | fix(workflows): docs-preview and npm job (#5042)
* fix(ci): add GITHUB_TOKEN to docs-preview workflow
* feat(ci): comment npm dev build instructions on PR | [{'old_path': '.github/workflows/ci.yaml', 'new_path': '.github/workflows/ci.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -217,6 +217,26 @@ jobs:\n # Instead, itis determined in publish-npm.sh script\n # using GITHUB environment variables\n \n+ - name: Comment npm information\n+ ... | TypeScript |
9c4f41d7846dea07a3ed77d9270398bb3fecf7f1 | 115 | 2022-03-30 11:19:58-07:00 | -25,200 | ['5341294d2d7c6e435676768622aba88fad8ee56d'] | docs(helm): add example env required for docker-in-docker (#5045)
Co-authored-by: Joe Previte <jjprevite@gmail.com> | [{'old_path': 'ci/helm-chart/values.yaml', 'new_path': 'ci/helm-chart/values.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -70,6 +70,8 @@ extraArgs: []\n extraVars: []\n # - name: DISABLE_TELEMETRY\n # value: true\n+# - name: DOCKER_HOST\n+# value: "tcp://localhost:2375"\n \n ##\n ## Init containers ... | TypeScript |
cd6d740dc31040946acc5b8c93a65b971a6836db | 116 | 2022-03-30 13:25:37-07:00 | 25,200 | ['9c4f41d7846dea07a3ed77d9270398bb3fecf7f1'] | chore(rennovate): ignore updates for express (#5044) | [{'old_path': 'renovate.json', 'new_path': 'renovate.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -10,5 +10,6 @@\n ],\n "vulnerabilityAlerts": {\n "enabled": "true"\n- }\n+ },\n+ "ignoreDeps": ["express"]\n }\n'}] | TypeScript |
7f884203f0674bac5894c8b8dc33874662b505be | 116 | 2022-03-30 13:45:35-07:00 | 25,200 | ['cd6d740dc31040946acc5b8c93a65b971a6836db'] | chore(ci): disable docs-preview on forks (#5046) | [{'old_path': '.github/workflows/docs-preview.yaml', 'new_path': '.github/workflows/docs-preview.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -30,6 +30,9 @@ jobs:\n \n - name: Comment Credentials\n uses: marocchino/sticky-pull-request-comment@v2\n+ # Only run if PR comes from base repo\... | TypeScript |
0fceb128f7d4f8769a8c0d1bcdbeee90ab81c1ba | 116 | 2022-03-30 18:11:11-05:00 | 25,200 | ['d5d7c519e80838fcce9e0e81e5e2f00b9b9916d8'] | fix(npm): write npm package name to file (#5049) | [{'old_path': 'ci/steps/publish-npm.sh', 'new_path': 'ci/steps/publish-npm.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -137,7 +137,10 @@ main() {\n # Use the development package name\n # This is so we don\'t clutter the code-server versions on npm\n # with development versions.\n- jq ".name |=... | TypeScript |
d796cc20e0cb6fa231173e93d8d2df654f8e7e40 | 116 | 2022-03-30 18:33:58-05:00 | 25,200 | ['0fceb128f7d4f8769a8c0d1bcdbeee90ab81c1ba'] | chore(Code): upgrade to 1.65 (#5047)
* docs(CONTRIBUTING): update Code workflow
* chore: update vscode to release/1.65
* chore(quilt): ignore patch backup files
* chore: refresh/update patches for 1.65 | [{'old_path': '.gitignore', 'new_path': '.gitignore', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -22,3 +22,4 @@ test/test-results\n \n # Quilt's internal data.\n /.pc\n+/patches/*.diff~\n"}, {'old_path': 'docs/CONTRIBUTING.md', 'new_path': 'docs/CONTRIBUTING.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@... | TypeScript |
5bc26e90cbf17c9e79d5646fd93838fc0082d9ab | 67 | 2022-03-31 16:14:03-05:00 | 18,000 | ['d796cc20e0cb6fa231173e93d8d2df654f8e7e40'] | fix: version in about dialog (#5057)
* Fix code-server version not appearing in other languages
It needs to be separate from the localize call since the language
version of that string is used and it will not include a spot for the
code-server version.
I also moved the "v" so we do not get "vUnknown".
* Add... | [{'old_path': 'patches/base-path.diff', 'new_path': 'patches/base-path.diff', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -185,10 +185,10 @@ Index: code-server/lib/vscode/src/vs/server/node/webClientServer.ts\n \t\t\t\tsettingsSyncOptions: !this._environmentService.isBuilt && this._environmentService.args['enabl... | TypeScript |
38e57a355bee0fd1e0176a0ee75961ee03de6ff5 | 87 | 2022-04-06 15:45:06-07:00 | 18,000 | ['5bc26e90cbf17c9e79d5646fd93838fc0082d9ab'] | Exclude .deb files from release Docker image (#5068) | [{'old_path': 'ci/release-image/Dockerfile', 'new_path': 'ci/release-image/Dockerfile', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,3 +1,8 @@\n+# syntax=docker/dockerfile:experimental\n+\n+FROM scratch AS packages\n+COPY release-packages/code-server*.deb /tmp/\n+\n FROM debian:11\n \n RUN apt-get update \\\n@@... | TypeScript |
f0bfd3b450393884d1d7aa9419465c738cf48665 | 116 | 2022-04-07 10:36:33-07:00 | 25,200 | ['38e57a355bee0fd1e0176a0ee75961ee03de6ff5'] | chore: remove file ext. from LICENSE (#5070)
* chore: remove file ext. from LICENSE
* fixup!: update LICENSE in missing places
* Revert "fixup!: update LICENSE in missing places"
This reverts commit baa47b68e63e6c885865b30397e984c5a8c34117.
* fixup!: update LICENSE in build-release | [{'old_path': 'LICENSE.txt', 'new_path': 'LICENSE', 'type': <ModificationType.RENAME: 3>, 'diff': ''}, {'old_path': 'ci/build/build-release.sh', 'new_path': 'ci/build/build-release.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -24,7 +24,7 @@ main() {\n bundle_vscode\n \n rsync ./docs/README.md "$RELEASE_PA... | TypeScript |
3ba3caa8a67a71f07054d515075f79d5efc621f7 | 67 | 2022-04-07 13:15:30-07:00 | 18,000 | ['f0bfd3b450393884d1d7aa9419465c738cf48665'] | docs: link upstream sync section in MAINTAINING to CONTRIBUTING (#5075)
* Link upstream sync section in MAINTAINING to CONTRIBUTING
* Update MAINTAINING.md table of contents
Co-authored-by: Joe Previte <jjprevite@gmail.com> | [{'old_path': 'docs/MAINTAINING.md', 'new_path': 'docs/MAINTAINING.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -19,7 +19,7 @@\n - [Docker](#docker)\n - [Homebrew](#homebrew)\n - [npm](#npm)\n-- [Syncing with Upstream VS Code](#syncing-with-upstream-vs-code)\n+- [Syncing with upstream Code](#synci... | TypeScript |
fd2a031c2162f74eb879fbc9417d0191ef480932 | 42 | 2022-04-12 11:32:49-07:00 | 25,200 | ['3ba3caa8a67a71f07054d515075f79d5efc621f7'] | Update ios.md (#5079) | [{'old_path': 'docs/ios.md', 'new_path': 'docs/ios.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,7 +1,9 @@\n # Using code-server on iOS with iSH\n \n 1. Install iSH from the [App Store](https://apps.apple.com/us/app/ish-shell/id1436902243)\n-2. Install `curl` with `apk add curl`\n-3. Install code-server wit... | TypeScript |
3bf470f19c0a354de47627f142229169b1749fb4 | 179 | 2022-04-12 15:42:22-07:00 | 14,400 | ['f4569f0b48727105ff846c57e5476a0e6b6fad3c'] | docs: simplify termux installation process (#5078)
* Update termux.md
1) Updated information to use PRoot (simpler than Andronix and the way supported by Termux) to create and access the Debian distro.
2) Added helpful information on using PRoot with your dev environment.
3) Cleaned up spelling, grammar, and made... | [{'old_path': 'docs/termux.md', 'new_path': 'docs/termux.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -10,40 +10,45 @@\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 gene... | TypeScript |
0e1f396645cfdfa5209163fec370a8e53d4dae45 | 116 | 2022-04-13 09:39:05-07:00 | 25,200 | ['c05b727c616e0563355cdd6c20479a8104ee5d61'] | feat: add option for disabling file downloads (#5055)
* feat(cli): add disable-file-downloads to cli
* feat(e2e): add download test
* feat(e2e): add downloads disabled test
* refactor(e2e): explain how to debug unexpected close
* feat(patches): add disable file downloads
* wip: update diff
* Update s... | [{'old_path': None, 'new_path': 'patches/disable-downloads.diff', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,183 @@\n+Add option to disable file downloads via CLI\n+\n+This patch adds support for a new CLI flag called `--disable-file-downloads`\n+which allows a user to remove the "Download..." option that s... | TypeScript |
b62a68ac37d6ff3a32e55adedb3108bdb1b27fd8 | 67 | 2022-04-14 18:02:52+00:00 | 18,000 | ['e7e6c163edc8d7c87be046e571874ad2dd64b8c8'] | fix: webviews failing to load the iframe HTML (#5103)
Code added in 1.65.0 broke webviews when you are hosting them from the
same domain. | [{'old_path': 'patches/webview.diff', 'new_path': 'patches/webview.diff', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -6,6 +6,17 @@ self-hosted.\n When doing this CSP will block resources (for example when viewing images) so\n add 'self' to the CSP to fix that.\n \n+Additionally the service worker defaults to han... | TypeScript |
fd42b951640f911108ae809448522ab3bc3e44ee | 67 | 2022-04-14 21:00:10+00:00 | 18,000 | ['b62a68ac37d6ff3a32e55adedb3108bdb1b27fd8'] | fix: use current location for web extension resource endpoint (#5104)
This makes it work behind a rewriting proxy as well as make it use the
correct remote authority. | [{'old_path': 'patches/base-path.diff', 'new_path': 'patches/base-path.diff', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -303,3 +303,24 @@ Index: code-server/lib/vscode/src/vs/code/browser/workbench/workbench.ts\n \n \t// Create workbench\n \tcreate(document.body, {\n+Index: code-server/lib/vscode/src/vs/work... | TypeScript |
09fc64a4f0629f134108d061a36f0b3976c962bd | 116 | 2022-04-14 15:37:25-07:00 | 25,200 | ['fd42b951640f911108ae809448522ab3bc3e44ee'] | v4.3.0 (#5099)
* chore(release): bump version to 4.3.0
* fix(release-prep.sh): ignore lib/vscode
* docs(CHANGELOG): add 4.3.0
* chore: bump chart version
* fixup!: remove change in postinstall
* fixup!: bullets in CHANGELOG
* fixup!: formatting
* fixup! typo in changelog
* fixup!: update date i... | [{'old_path': 'CHANGELOG.md', 'new_path': 'CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,10 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0\n \n ## [9.99.999] - 9090-09-09\n \n-VS Code v99.99.999\n+Code v99.99.999\n \n-### Changed\n ### Added\n+### Changed... | TypeScript |
dea6a40ea8e5601949d8884760a83a04b5294e26 | 116 | 2022-04-15 00:02:03+00:00 | 25,200 | ['09fc64a4f0629f134108d061a36f0b3976c962bd'] | chore: attempt to fix docker (#5106)
* chore: attempt to fix docker
* Update .github/workflows/docker.yaml
Co-authored-by: Asher <ash@coder.com>
* chore: add publish:docker to scripts
Co-authored-by: Asher <ash@coder.com> | [{'old_path': '.github/workflows/docker.yaml', 'new_path': '.github/workflows/docker.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -39,17 +39,15 @@ jobs:\n id: version\n run: echo "::set-output name=version::$(jq -r .version package.json)"\n \n- - name: Download artifact\n- uses: ... | TypeScript |
c35bf1311e85d031e40ca42fe0342a47c2c254a8 | 67 | 2022-04-19 15:46:23-05:00 | 18,000 | ['7780a13cce203922cb95899f29bc925869251f54'] | chore: provide details when `update.checked` tests fail (#5115)
Using the toBe* functions will let us know what the actual values are
rather than just telling us true does not equal false. | [{'old_path': 'test/unit/node/update.test.ts', 'new_path': 'test/unit/node/update.test.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -145,7 +145,7 @@ describe("update", () => {\n \n await expect(settings().read()).resolves.toEqual({ update })\n expect(isNaN(update.checked)).toStrictEqual(false)\n- e... | TypeScript |
18ff99693bfb4d77ccc94c1a21ba40aa50ac2f60 | 116 | 2022-04-26 16:35:40+00:00 | 18,000 | ['ed7bd2e65b71ef2f5c6656e694f53db3c4253c6b'] | feat: add tests for node/heart.ts (#5122)
* refactor(heart): extract logic into heartbeatTimer fn
To make it easier to test, I extract heartbeatTimer into it's own
function.
* feat(testing): add tests for heart.ts
* fixup
* fixup!: remove unneeded heart call
* Update src/node/heart.ts
Co-authored-by... | [{'old_path': 'src/node/heart.ts', 'new_path': 'src/node/heart.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -33,17 +33,7 @@ export class Heart {\n if (typeof this.heartbeatTimer !== "undefined") {\n clearTimeout(this.heartbeatTimer)\n }\n- this.heartbeatTimer = setTimeout(() => {\n- this... | TypeScript |
683412cb016b935f4211c13ab6de95187a6d1490 | 116 | 2022-04-26 17:39:37+00:00 | 18,000 | ['18ff99693bfb4d77ccc94c1a21ba40aa50ac2f60'] | refactor: add timeout for race condition in heart test (#5131)
* refactor: add timeout for race condition in heart test
* fixup!: set mtime to 0 and check for update
* fixup!: use utimes directly instead of file open
* fixup!: remove import | [{'old_path': 'test/unit/node/heart.test.ts', 'new_path': 'test/unit/node/heart.test.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,5 @@\n import { logger } from "@coder/logger"\n-import { readFile, writeFile, stat } from "fs/promises"\n+import { readFile, writeFile, stat, utimes } from "fs/promises"\n ... | TypeScript |
a0b36147eaeeb5b8c4aa448247d269c70bae608d | 148 | 2022-04-26 19:33:51+00:00 | -3,600 | ['683412cb016b935f4211c13ab6de95187a6d1490'] | fix: listening on IPv6 address not possible (#5133)
Wrap IPv6 addresses in square brackets when making URL in ensureAddress,
fixing regression (#1582) | [{'old_path': 'src/node/app.ts', 'new_path': 'src/node/app.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -94,7 +94,8 @@ export const ensureAddress = (server: http.Server, protocol: string): URL | stri\n }\n \n if (typeof addr !== "string") {\n- return new URL(`${protocol}://${addr.address}:${addr.port}`... | TypeScript |
e3c8bd692ce00cee1108f6143f55af66430ce8e1 | 116 | 2022-04-26 20:09:53+00:00 | 18,000 | ['a0b36147eaeeb5b8c4aa448247d269c70bae608d'] | feat(cli): support true for CS_DISABLE_FILE_DOWNLOADS (#5134)
After some feedback, we realized it is more intuitive to disable file
downloads by setting the environment variable
`CS_DISABLE_FILE_DOWNLOADS` to `true` than `1`. This commit adds support
for both. | [{'old_path': 'src/node/cli.ts', 'new_path': 'src/node/cli.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -542,7 +542,7 @@ export async function setDefaults(cliArgs: UserProvidedArgs, configArgs?: Config\n args.password = process.env.PASSWORD\n }\n \n- if (process.env.CS_DISABLE_FILE_DOWNLOADS === "1") {... | TypeScript |
4e93db5b955d899af880126d2ff76376f3dcf1aa | 67 | 2022-04-27 10:10:48-05:00 | 18,000 | ['fc75db6edccabb429d093ffe532ab15b6c8ca1de'] | feat: relaunch on SIGUSR2 (#4979)
This is because Node uses SIGUSR1 to enable the debug listener so even
if you just want to restart code-server you end up enabling the debug
listener as well.
Opted to leave the SIGUSR1 handler in to avoid breaking existing
workflows even though it does mean even if you only wan... | [{'old_path': 'src/node/wrapper.ts', 'new_path': 'src/node/wrapper.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -203,8 +203,9 @@ class ChildProcess extends Process {\n \n /**\n * Parent process wrapper that spawns the child process and performs a handshake\n- * with it. Will relaunch the child if it receives... | TypeScript |
7027ec7d608aa41227ea95cdc565dfd32c881d16 | 116 | 2022-05-04 21:58:49+00:00 | 25,200 | ['4e93db5b955d899af880126d2ff76376f3dcf1aa'] | chore: upgrade Code to 1.66 (#5135)
* chore: upgrade Code to 1.66
* docs: update docs for Code upgrades
* fixup!: docs
* chore: update vscode submodule
* chore: update integration patch
* chore: update node-version patch
* chore: update github-auth patch
They completely changed how auth is handled... | [{'old_path': '.github/workflows/ci.yaml', 'new_path': '.github/workflows/ci.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -33,10 +33,10 @@ jobs:\n fetch-depth: 0\n submodules: true\n \n- - name: Install Node.js v14\n+ - name: Install Node.js v16\n uses: actions/setup-no... | TypeScript |
88e971c609d112693d3c81851e31a2c44e1d27e2 | 116 | 2022-05-04 16:05:48-07:00 | 25,200 | ['7027ec7d608aa41227ea95cdc565dfd32c881d16'] | refactor(heart): bind class methods and make beat async (#5142)
* feat: set up new test for beat twice
* refactor: make Heart.beat() async
This allows us to properly await heart.beat() in our tests and remove
the HACK I added before.
* refactor: bind heart methods .beat and .alive
This allows the function... | [{'old_path': 'src/node/heart.ts', 'new_path': 'src/node/heart.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,7 +9,10 @@ export class Heart {\n private heartbeatInterval = 60000\n public lastHeartbeat = 0\n \n- public constructor(private readonly heartbeatPath: string, private readonly isActive: () => P... | TypeScript |
ef0d76bc16fad89ae951a94d616d41f0ab3bed57 | 67 | 2022-05-04 18:32:12-05:00 | 18,000 | ['88e971c609d112693d3c81851e31a2c44e1d27e2'] | fix: patch telemetry (#5158)
This seems to have been dropped in the rewrite. | [{'old_path': 'patches/series', 'new_path': 'patches/series', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -18,3 +18,4 @@ service-worker.diff\n connection-type.diff\n sourcemaps.diff\n disable-downloads.diff\n+telemetry.diff\n'}, {'old_path': None, 'new_path': 'patches/telemetry.diff', 'type': <ModificationType.AD... | TypeScript |
66a364358a571deffaad27e4adf5c971db5d560a | 44 | 2022-05-06 09:57:19-05:00 | -28,800 | ['ef0d76bc16fad89ae951a94d616d41f0ab3bed57'] | chore: upgrade developmemt node version to v16 (#5167)
Co-authored-by: yufeng.freeman <yufeng.freeman@bytedance.com> | [{'old_path': '.node-version', 'new_path': '.node-version', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1 +1 @@\n-14\n+16\n'}, {'old_path': 'docs/CONTRIBUTING.md', 'new_path': 'docs/CONTRIBUTING.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -31,7 +31,7 @@ for [VS\n Code](https://github.com/Microsoft/vsc... | TypeScript |
5a5798e45f6bf79fccaaa1354af428cfe241178e | 116 | 2022-05-06 16:51:44+00:00 | 25,200 | ['66a364358a571deffaad27e4adf5c971db5d560a'] | fix(update): add OrEqual to update.checked test (#5171)
* fix(update): add OrEqual to update.checked test
* fixup!: change all instances to OrEqual
* fixup!: add missing equals
* fixup!: consistency | [{'old_path': 'test/unit/node/update.test.ts', 'new_path': 'test/unit/node/update.test.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -131,7 +131,8 @@ describe("update", () => {\n \n await expect(settings().read()).resolves.toEqual({ update })\n expect(isNaN(update.checked)).toEqual(false)\n- expect(... | TypeScript |
f735c87ac713c5c271c555579e432d5d6cb00831 | 116 | 2022-05-06 13:45:49-07:00 | 25,200 | ['5a5798e45f6bf79fccaaa1354af428cfe241178e'] | release: 4.4.0 (#5169)
* chore(release): bump version to 4.4.0
* chore: update CHANGELOG with v4.4.0
* chore: bump version to 2.5.0 in Chart.yaml | [{'old_path': 'CHANGELOG.md', 'new_path': 'CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -11,8 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0\n \n Code v99.99.999\n \n-### Added\n ### Changed\n+### Added\n ### Deprecated\n ### Removed\n ### Fixed\n@@ -20,6 +... | TypeScript |
6cf607eab9d2da592795a7f8e9b30854492c2e80 | 67 | 2022-05-06 16:57:22-05:00 | 18,000 | ['f735c87ac713c5c271c555579e432d5d6cb00831'] | fix: Docker push (#5175)
The action actually does not support wildcards but it does support * for
downloading all artifacts. | [{'old_path': '.github/workflows/docker.yaml', 'new_path': '.github/workflows/docker.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -44,7 +44,7 @@ jobs:\n with:\n repository: "coder/code-server"\n tag: v${{ steps.version.outputs.version }}\n- fileName: "*.deb"\n+ ... | TypeScript |