Search is not available for this dataset
hash
string
author
int32
committer_date
string
timezone
int64
parents
string
message
string
changes
string
language
string
4ffecd641dec6765ebeb1070d94b8ace9a2d03fc
67
2021-07-13 12:28:40-05:00
18,000
['3339853c26cf5b0f85b3619dac666e38c1d9efcd']
Check for bashisms in install script
[{'old_path': '.github/workflows/scripts.yml', 'new_path': '.github/workflows/scripts.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -20,8 +20,11 @@ jobs:\n - name: Checkout repo\n uses: actions/checkout@v2\n \n- - name: Install bats\n- run: apk add bats\n+ - name: Install test u...
TypeScript
52579f182d420849693039b72523ddd601fdd246
57
2021-07-15 02:45:10+05:30
-19,800
['ddee4f748c693c26b19af964994907c7eeef6828']
chore(release): bump version to 3.11.0
[{'old_path': 'ci/helm-chart/Chart.yaml', 'new_path': 'ci/helm-chart/Chart.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -20,4 +20,4 @@ version: 1.0.3\n # This is the version number of the application being deployed. This version number should be\n # incremented each time you make changes to the application....
TypeScript
8608d8ec74e91ae84dce21df12feddcf23ae59d8
67
2021-07-16 17:39:49-05:00
18,000
['52579f182d420849693039b72523ddd601fdd246']
Fix Docker push It seems we need to use `docker import` with the output from `docker buildx` rather than `docker load` like we were doing when we used `docker save`.
[{'old_path': 'ci/steps/push-docker-manifest.sh', 'new_path': 'ci/steps/push-docker-manifest.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,6 +1,27 @@\n #!/usr/bin/env bash\n set -euo pipefail\n \n+# Import and push the Docker image for the provided arch.\n+push() {\n+ local arch=$1\n+ local tag="codercom/...
TypeScript
3c0799fa59e9a23eaee1b14f25b8aa104c7e6d9f
67
2021-07-16 17:39:50-05:00
18,000
['8608d8ec74e91ae84dce21df12feddcf23ae59d8']
Skip npm publish if already published This helps make the publish workflow idempotent.
[{'old_path': 'ci/steps/publish-npm.sh', 'new_path': 'ci/steps/publish-npm.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -5,6 +5,14 @@ main() {\n cd "$(dirname "$0")/../.."\n source ./ci/lib.sh\n \n+ # npm view won\'t exit with non-zero so we have to check the output.\n+ local hasVersion\n+ hasVersion=$...
TypeScript
4cfa384bb45263358a61d1969ad0d5fa9a28ff57
67
2021-07-16 17:39:51-05:00
18,000
['3c0799fa59e9a23eaee1b14f25b8aa104c7e6d9f']
Skip brew if already published
[{'old_path': 'ci/steps/brew-bump.sh', 'new_path': 'ci/steps/brew-bump.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -19,10 +19,10 @@ main() {\n echo "Adding Homebrew/homebrew-core as $(upstream)"\n git remote add upstream https://github.com/Homebrew/homebrew-core.git\n \n- echo "Fetching upstream commits...
TypeScript
a32df56f9925dae139620eda67e59c8978889c3b
67
2021-07-16 17:39:52-05:00
18,000
['4cfa384bb45263358a61d1969ad0d5fa9a28ff57']
Skip Docker if already pushed
[{'old_path': 'ci/steps/push-docker-manifest.sh', 'new_path': 'ci/steps/push-docker-manifest.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,6 +1,17 @@\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=$...
TypeScript
9ef6680adc919b69d68e1e580779d307c2463819
67
2021-07-16 17:39:53-05:00
18,000
['a32df56f9925dae139620eda67e59c8978889c3b']
Fix incorrect version var in artifact script
[{'old_path': 'ci/lib.sh', 'new_path': 'ci/lib.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -62,7 +62,7 @@ get_artifacts_url() {\n artifacts_url=$(gh api "$workflow_runs_url" | jq -r ".workflow_runs[] | select(.head_branch == \\"$version_branch\\") | .artifacts_url" | head -n 1)\n if [[ -z "$artifacts_url...
TypeScript
589982f027e0f8fe9b1446a59212f78ac79760cc
67
2021-07-16 18:25:54-05:00
18,000
['f720b6358362d9431aadb6a46be285cc0547e3c7']
Fix incorrect manifest build I mistakenly thought they were for each arch but it's for the version and latest which makes a *lot* more sense.
[{'old_path': 'ci/steps/push-docker-manifest.sh', 'new_path': 'ci/steps/push-docker-manifest.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -12,25 +12,15 @@ function version_exists() {\n fi\n }\n \n-# Import and push the Docker image for the provided arch.\n+# Import and push the Docker image for the provided...
TypeScript
7cfd149cd3446cec1a110068dfddb916f5fd3544
67
2021-07-19 10:15:09-05:00
18,000
['f9f3f38578cdcbc32247a65a957969dd8b27d855']
Add "plus" verbiage back to login limits There was some confusion with the "and" since it can be interpreted that you can only try logging in twelve times per hour in total but actually you get two attempts per minute and then twelve per hour on top of that.
[{'old_path': 'docs/FAQ.md', 'new_path': 'docs/FAQ.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -391,7 +391,8 @@ machine with few limitations.\n \n ## Does code-server have any security login validation?\n \n-code-server supports setting a single password and limits logins to two per minute and twelve per hou...
TypeScript
2d022b828d3f65b1ac2a0cfeb476c8f19375fb6e
116
2021-07-19 16:47:30-07:00
25,200
['f96bcdc91ef2eb24504afb0a3cb94ea97a90f14b']
chore: update codecov to 3.8.3
[{'old_path': 'package.json', 'new_path': 'package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -57,7 +57,7 @@\n "@typescript-eslint/parser": "^4.7.0",\n "audit-ci": "^4.0.0",\n "browserify": "^17.0.0",\n- "codecov": "^3.8.1",\n+ "codecov": "^3.8.3",\n "doctoc": "^2.0.0",\n "eslint...
TypeScript
9d6a15435254dce51648056a99863fef69a788b7
124
2021-07-20 09:25:57-05:00
18,000
['475ae45853d2cfa869b71b1b238306022bba3934']
chore: update header from Self signed certificates to Accessing Web Services
[{'old_path': 'docs/guide.md', 'new_path': 'docs/guide.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -8,8 +8,8 @@\n - [Using Let's Encrypt with NGINX](#using-lets-encrypt-with-nginx)\n - [Using a self-signed certificate](#using-a-self-signed-certificate)\n - [External authentication](#external-authenticati...
TypeScript
d71649acb4d204e29e799e132c318056d448cefc
76
2021-07-21 19:09:02+08:00
-28,800
['0f451524f9589a65cf5d4324aca7e76e37e007bf']
Fix "serviceWorker.js" path
[{'old_path': 'src/browser/register.ts', 'new_path': 'src/browser/register.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -5,7 +5,7 @@ export async function registerServiceWorker(): Promise<void> {\n const options = getOptions()\n logger.level = options.logLevel\n \n- const path = normalize(`${options.csSt...
TypeScript
5c61318592d3ef818b033343b4a38728c6bddbb6
116
2021-07-21 11:11:59-07:00
25,200
['0f451524f9589a65cf5d4324aca7e76e37e007bf']
refactor: only accept string in pathToFsPath CodeQL caught a path where we were passing in req.query.path to pathToFsPath, which may not have been a string. So we refactored some things to ensure we only pass it a string which also let us change the parameter type to string instead of string | string[].
[{'old_path': 'src/node/routes/vscode.ts', 'new_path': 'src/node/routes/vscode.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -63,9 +63,10 @@ router.get("/", async (req, res) => {\n * TODO: Might currently be unused.\n */\n router.get("/resource(/*)?", ensureAuthenticated, async (req, res) => {\n- if (typeof...
TypeScript
6e33dccb403c651fa733282863fcebd69907f138
116
2021-07-21 11:12:00-07:00
25,200
['5c61318592d3ef818b033343b4a38728c6bddbb6']
feat: add tests for isFile
[{'old_path': 'test/unit/node/util.test.ts', 'new_path': 'test/unit/node/util.test.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,6 +1,9 @@\n import * as cp from "child_process"\n+import * as path from "path"\n+import { promises as fs } from "fs"\n import { generateUuid } from "../../../src/common/util"\n im...
TypeScript
cb778d6f36cc797de53de543d0198f3c4144a4aa
116
2021-07-21 11:14:00-07:00
25,200
['0f451524f9589a65cf5d4324aca7e76e37e007bf']
chore: turn off patch requirment for codecov
[{'old_path': '.github/codecov.yml', 'new_path': '.github/codecov.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -6,6 +6,7 @@ coverage:\n precision: 2\n round: down\n range: "70...100"\n+ patch: off\n \n parsers:\n gcov:\n'}]
TypeScript
da4f87a7dcae52123969440332132636718b784a
116
2021-07-21 11:15:00-07:00
25,200
['cb778d6f36cc797de53de543d0198f3c4144a4aa']
chore: update codecov range 40-70
[{'old_path': '.github/codecov.yml', 'new_path': '.github/codecov.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -5,7 +5,7 @@ codecov:\n coverage:\n precision: 2\n round: down\n- range: "70...100"\n+ range: "40...70"\n patch: off\n \n parsers:\n'}]
TypeScript
7ac015ed80fb32f0588d40ebd9b60066a3249d5c
116
2021-07-21 11:15:17-07:00
25,200
['da4f87a7dcae52123969440332132636718b784a']
chore: increase jest coverage threshold to 60
[{'old_path': 'package.json', 'new_path': 'package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -148,7 +148,7 @@\n ],\n "coverageThreshold": {\n "global": {\n- "lines": 40\n+ "lines": 60\n }\n },\n "modulePathIgnorePatterns": [\n'}]
TypeScript
dfc88e3e6377e1fd27ca061038a4969bee54403b
177
2021-07-21 14:32:16-04:00
14,400
['0f451524f9589a65cf5d4324aca7e76e37e007bf']
chore: Update dependency requirements. Fix node version manager.
[{'old_path': None, 'new_path': '.node-version', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1 @@\n+14\n'}, {'old_path': None, 'new_path': '.nvmrc', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1 @@\n+.node-version\n\\ No newline at end of file\n'}, {'old_path': 'docs/CONTRIBUTING.md', 'new_path': 'doc...
TypeScript
911cb034f5f9c3b2d274c4b7ed4144c787d29b3b
116
2021-07-21 15:30:54-07:00
25,200
['670f0a152f1717c21b6ce1fd00b2bdae7c14101c']
feat: add registerRequireOnSelf on function
[{'old_path': 'src/browser/pages/vscode.ts', 'new_path': 'src/browser/pages/vscode.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,10 +1,8 @@\n-import { getOptions } from "../../common/util"\n+import { getOptions, Options } from "../../common/util"\n import "../register"\n \n-const options = getOptions()\n-\n...
TypeScript
8ca876259181e9b529250ddfb46281ef6468dd0b
71
2021-07-22 19:10:24+00:00
0
['7b8cd25c0c48b6a1799587ebbc9b09d6af7988f3']
chore: add docs manifest
[{'old_path': None, 'new_path': 'docs/manifest.json', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,90 @@\n+{\n+ "versions": [\n+ "v3.11.0", "v3.10.2"\n+ ],\n+ "routes": [\n+ {\n+ "title": "Home",\n+ "description": "Learn how to install and run code-server.",\n+ "path": "./README.md",\n...
TypeScript
be0e5de7eb816233a9d0064b0c7fd4bddcfcc1b6
71
2021-07-22 19:22:53+00:00
0
['8ca876259181e9b529250ddfb46281ef6468dd0b']
chore: fix json format
[{'old_path': 'docs/manifest.json', 'new_path': 'docs/manifest.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,7 +1,5 @@\n {\n- "versions": [\n- "v3.11.0", "v3.10.2"\n- ],\n+ "versions": ["v3.11.0", "v3.10.2"],\n "routes": [\n {\n "title": "Home",\n'}]
TypeScript
67e9eca94237d75557499724bcba133d3fc9fe90
116
2021-07-23 15:07:23-07:00
25,200
['7b8cd25c0c48b6a1799587ebbc9b09d6af7988f3']
feat: add tests for shouldEnableProxy
[{'old_path': 'src/node/proxy_agent.ts', 'new_path': 'src/node/proxy_agent.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -62,7 +62,7 @@ function newProxyAgent(inVSCode: boolean): http.Agent {\n \n // If they have $NO_PROXY set to example.com then this check won't work!\n // But that's drastically unlikely.\n-f...
TypeScript
162f70ac1a075e96467e44c7065a1fbd4a236211
116
2021-07-26 10:55:08-07:00
25,200
['5b5a1f4f971d0445359dfa92e1d5e40dab0e220c']
docs(install): add uninstall instructions
[{'old_path': 'docs/install.md', 'new_path': 'docs/install.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -15,6 +15,11 @@\n - [Raspberry Pi](#raspberry-pi)\n - [Termux](#termux)\n - [Cloud providers](#cloud-providers)\n+- [Uninstall](#uninstall)\n+ - [install.sh](#installsh-1)\n+ - [Homebrew](#homebrew)\n+ -...
TypeScript
85d8c14b920bbe7291075bc03c09c915b8ec9cd3
116
2021-07-26 11:21:30-07:00
25,200
['67e9eca94237d75557499724bcba133d3fc9fe90']
refactor: use Teffen's solution for useEnv
[{'old_path': 'test/unit/helpers.test.ts', 'new_path': 'test/unit/helpers.test.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,5 @@\n import { promises as fs } from "fs"\n-import { tmpdir } from "../../test/utils/helpers"\n+import { tmpdir, useEnv } from "../../test/utils/helpers"\n \n /**\n * This file...
TypeScript
16f2bbd00761d518944fadf586a1009a7859097c
70
2021-07-27 21:55:34+00:00
0
['36be0b724dd2d4816e57000914cdaacf3079f264']
chore(deps): update minor dependency updates
[{'old_path': '.github/workflows/ci.yaml', 'new_path': '.github/workflows/ci.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -448,7 +448,7 @@ jobs:\n \n - name: Run Trivy vulnerability scanner in image mode\n # Commit SHA for v0.0.17\n- uses: aquasecurity/trivy-action@ac8de07fd168680dd0331...
TypeScript
7a6ec202ba4306d1cc3a8048cb61fa8787eeea38
116
2021-07-29 09:48:40-07:00
25,200
['7a5c45720913e069f69989ee97681d1a9b822a06']
refactor: match /test/unit structure to /src
[{'old_path': 'ci/dev/test-unit.sh', 'new_path': 'ci/dev/test-unit.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,7 +3,7 @@ set -euo pipefail\n \n main() {\n cd "$(dirname "$0")/../.."\n- cd test/unit/test-plugin\n+ cd test/unit/node/test-plugin\n make -s out/index.js\n # We must keep jest in a sub-d...
TypeScript
0283c35225e396320af400af0eb558282f1c077f
98
2021-07-29 09:54:33-07:00
14,400
['7a5c45720913e069f69989ee97681d1a9b822a06']
docs(install): fix link to helm readme (#3869)
[{'old_path': 'docs/install.md', 'new_path': 'docs/install.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -234,7 +234,7 @@ alternative](https://hub.docker.com/r/linuxserver/code-server).\n \n ## Helm\n \n-You can install code-server via [Helm](../ci/helm-chart/README.md).\n+You can install code-server via [Helm...
TypeScript
93c89ba0e8ba09871222079d6de7082d6a183d89
58
2021-07-29 23:31:46+05:30
-19,800
['0283c35225e396320af400af0eb558282f1c077f']
fix(ci): build+push image in release flow (#3838)
[{'old_path': '.github/workflows/ci.yaml', 'new_path': '.github/workflows/ci.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -402,73 +402,6 @@ jobs:\n - name: Remove release packages and test artifacts\n run: rm -rf ./release-packages ./test/test-results\n \n- # Builds both amd64 and arm64 image...
TypeScript
42cfa4a7cad79984a72af652d81f38780d796246
116
2021-07-29 15:16:28-07:00
25,200
['7e43f7d6b01ae98360c099c6c99274b05f58b229']
feat: add tests for proxy
[{'old_path': 'test/unit/node/proxy.test.ts', 'new_path': 'test/unit/node/proxy.test.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,9 @@\n import bodyParser from "body-parser"\n import * as express from "express"\n+import * as nodeFetch from "node-fetch"\n+import * as http from "http"\n+import { HttpCod...
TypeScript
9137816e33977259ce798d6d2d25ced7fe64ca11
116
2021-07-29 15:17:04-07:00
25,200
['42cfa4a7cad79984a72af652d81f38780d796246']
feat: add getAvailablePort helper function
[{'old_path': 'test/unit/helpers.test.ts', 'new_path': 'test/unit/helpers.test.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,5 @@\n import { promises as fs } from "fs"\n-import { tmpdir, useEnv } from "../../test/utils/helpers"\n+import { getAvailablePort, tmpdir, useEnv } from "../../test/utils/helper...
TypeScript
d9df02e807a6110a75e70c3b67d703e3ad6803cc
67
2021-07-30 11:03:48-07:00
18,000
['ff3b188864202ac0f01b27f4beba43489a8727ef']
Remove Dependabot (#3880) We use Renovate now.
[{'old_path': '.github/dependabot.yml', 'new_path': None, 'type': <ModificationType.DELETE: 4>, 'diff': '@@ -1,32 +0,0 @@\n-version: 2\n-updates:\n- - package-ecosystem: "github-actions"\n- directory: "/"\n- schedule:\n- interval: "daily"\n- time: "11:00"\n- ignore:\n- # GitHub always delivers ...
TypeScript
afb8662d4db079eb206ea2c882ed6cec51f46546
67
2021-07-30 18:32:22+00:00
18,000
['d9df02e807a6110a75e70c3b67d703e3ad6803cc']
Query artifacts by branch name (#3881) This way workflows will still work even if there have been enough runs to push the version branch run off the first page.
[{'old_path': 'ci/lib.sh', 'new_path': 'ci/lib.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -57,8 +57,8 @@ arch() {\n # https://developer.github.com/v3/actions/workflow-runs/#list-workflow-runs\n get_artifacts_url() {\n local artifacts_url\n- local workflow_runs_url="repos/:owner/:repo/actions/workflows/ci...
TypeScript
379486ac386327f973f1a34ad529bb5cb1f4790e
70
2021-08-03 11:14:49-04:00
0
['afb8662d4db079eb206ea2c882ed6cec51f46546']
fix(deps): update dependency ws to v8
[{'old_path': 'package.json', 'new_path': 'package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -103,7 +103,7 @@\n "semver": "^7.1.3",\n "split2": "^3.2.2",\n "tar-fs": "^2.0.0",\n- "ws": "^7.2.0",\n+ "ws": "^8.0.0",\n "xdg-basedir": "^4.0.0",\n "yarn": "^1.22.4"\n },\n'}, {'old_...
TypeScript
570cb6983281abbad617a8bbc9e1aa6a3d0048b5
116
2021-08-03 18:37:13-04:00
25,200
['379486ac386327f973f1a34ad529bb5cb1f4790e']
docs: note about installation logs to bug report
[{'old_path': '.github/ISSUE_TEMPLATE/bug-report.md', 'new_path': '.github/ISSUE_TEMPLATE/bug-report.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -62,6 +62,11 @@ Additionally, collecting core dumps (you may need to enable them first) if\n code-server crashes can be helpful.\n -->\n \n+<!--\n+If you're having ...
TypeScript
dbb8cfb31554d1cb202cff8701064fe7793c7e76
116
2021-08-04 12:28:03-07:00
25,200
['570cb6983281abbad617a8bbc9e1aa6a3d0048b5']
chore: bump tar with resolutions
[{'old_path': 'package.json', 'new_path': 'package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -79,7 +79,8 @@\n "postcss": "^8.2.1",\n "browserslist": "^4.16.5",\n "safe-buffer": "^5.1.1",\n- "vfile-message": "^2.0.2"\n+ "vfile-message": "^2.0.2",\n+ "argon2/@mapbox/node-pre-gyp/tar": ...
TypeScript
99503fb5463266805dd965dc20255a22f13862f2
116
2021-08-05 16:26:05-07:00
25,200
['56f0c4e1937272579d1423233c4ea46da702e8a9']
fix(lib/vscode): patch authority in asWebviewUri We do this because resources in webviews don't load properly when the port is used in the resource uri. We're not sure why this is happening but adding this fix to get webviews working like before.
[{'old_path': 'lib/vscode/src/vs/workbench/api/common/shared/webview.ts', 'new_path': 'lib/vscode/src/vs/workbench/api/common/shared/webview.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -55,9 +55,12 @@ export function asWebviewUri(\n \t\t});\n \t}\n \n+\t// NOTE@coder: Add the port separately because if the p...
TypeScript
73380379dab0461a19729bd4087abf9985169b93
98
2021-08-06 10:53:28-07:00
14,400
['f75edc26b7a7f9f26ec7750be899933b04b2ce2c']
chore(ci): replace playwright action (#3910)
[{'old_path': '.github/workflows/ci.yaml', 'new_path': '.github/workflows/ci.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -352,8 +352,8 @@ jobs:\n with:\n node-version: "14"\n \n- - name: Install playwright\n- uses: microsoft/playwright-github-action@v1\n+ - name: Install ...
TypeScript
8c70dfa387742a622c5ad31c915d4503cf8413b3
66
2021-08-06 11:19:53-07:00
25,200
['73380379dab0461a19729bd4087abf9985169b93']
docs: make --link docs separate entry link to --link docs from README to separate docs entry
[{'old_path': 'docs/README.md', 'new_path': 'docs/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -53,20 +53,9 @@ code-server.\n We also have an in-depth [setup and\n configuration](https://coder.com/docs/code-server/v3.11.0/guide) guide.\n \n-### code-server --link\n+## TLS and authentication (beta)\n \n...
TypeScript
911af4075f111f5c47700fbc731978bb65941a56
116
2021-08-06 12:17:30-07:00
25,200
['73380379dab0461a19729bd4087abf9985169b93']
chore(release): bump version to 3.11.1
[{'old_path': 'ci/helm-chart/Chart.yaml', 'new_path': 'ci/helm-chart/Chart.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -20,4 +20,4 @@ version: 1.0.3\n # This is the version number of the application being deployed. This version number should be\n # incremented each time you make changes to the application....
TypeScript
b22ebd83edcf369a700f35546e68034d190f17b2
116
2021-08-09 11:25:17-07:00
25,200
['fb1176664f94d55b3ed885cd92eaf4112358017e']
chore: fix docs version to only use latest
[{'old_path': 'docs/manifest.json', 'new_path': 'docs/manifest.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,5 @@\n {\n- "versions": ["v3.11.1", "v3.11.0"],\n+ "versions": ["v3.11.1"],\n "routes": [\n {\n "title": "Home",\n'}]
TypeScript
741b834b640be0103cd86e76bac7ce4ea5bb2572
58
2021-08-10 00:05:31+05:30
-19,800
['fb1176664f94d55b3ed885cd92eaf4112358017e']
feat(ci): armv7 cross builds (#3892)
[{'old_path': '.github/workflows/ci.yaml', 'new_path': '.github/workflows/ci.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -234,23 +234,32 @@ jobs:\n # It is not feasible to cross-compile with CentOS.\n \n # Cross-compile notes: To compile native dependencies for arm64,\n- # we install the aarch64 cross...
TypeScript
9d8365913f5be374504a50326c1ec2e6cd4acfce
116
2021-08-09 11:55:06-07:00
25,200
['741b834b640be0103cd86e76bac7ce4ea5bb2572']
fix: remove symlink_asar from build-release step
[{'old_path': 'ci/build/build-release.sh', 'new_path': 'ci/build/build-release.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -98,10 +98,6 @@ EOF\n # yarn to fetch node_modules if necessary without build scripts running.\n # We cannot use --no-scripts because we still want dependent package scripts to run.\...
TypeScript
3c4e720fe57cde584ab9774e6e456899956b275e
116
2021-08-10 11:08:49-07:00
25,200
['cde28a0a0e29381fa5a631da092f7065bde35ccf']
chore: fix path-parse vulnerability
[{'old_path': 'package.json', 'new_path': 'package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -80,7 +80,8 @@\n "browserslist": "^4.16.5",\n "safe-buffer": "^5.1.1",\n "vfile-message": "^2.0.2",\n- "argon2/@mapbox/node-pre-gyp/tar": "^6.1.3"\n+ "argon2/@mapbox/node-pre-gyp/tar": "^6.1.3",...
TypeScript
f94e433930f9d40537d8a474d8a3d93c12e8243e
129
2021-08-11 11:18:37-04:00
10,800
['316c3aa999fef8d92fd39018901a9fe5c26e129e']
fix(readme): tls docs path
[{'old_path': 'docs/README.md', 'new_path': 'docs/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -55,7 +55,7 @@ configuration](https://coder.com/docs/code-server/v3.11.1/guide) guide.\n \n ## TLS and authentication (beta)\n \n-To add TLS and authentication out of the box, use [code-server --link](https:/...
TypeScript
cee0e85e5ecb21a00a210f885251735ce6576400
71
2021-08-11 18:33:03+00:00
10,800
['f94e433930f9d40537d8a474d8a3d93c12e8243e']
chore: add docs preview workflow (#3958)
[{'old_path': None, 'new_path': '.github/workflows/docs-preview.yaml', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,86 @@\n+name: Docs preview\n+\n+on:\n+ pull_request:\n+ branches:\n+ - main\n+\n+permissions:\n+ actions: none\n+ checks: none\n+ contents: read\n+ deployments: none\n+ issues: non...
TypeScript
bffb009ecd99fc7bb4eef84c82e034e9882675e5
116
2021-08-11 13:49:25-07:00
25,200
['cee0e85e5ecb21a00a210f885251735ce6576400']
fix: add symlink to npmignore
[{'old_path': 'ci/steps/publish-npm.sh', 'new_path': 'ci/steps/publish-npm.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -20,6 +20,10 @@ main() {\n download_artifact npm-package ./release-npm-package\n # https://github.com/actions/upload-artifact/issues/38\n tar -xzf release-npm-package/package.tar.gz\n+...
TypeScript
234b8ade595bd3bb08ef2929559dcb2a2a104056
70
2021-08-17 03:11:47+00:00
0
['30dc47df9ef0644d047a1e9999d63bc458606555']
chore(deps): update debian docker tag to v11
[{'old_path': 'ci/release-image/Dockerfile', 'new_path': 'ci/release-image/Dockerfile', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,4 +1,4 @@\n-FROM debian:10\n+FROM debian:11\n \n RUN apt-get update \\\n && apt-get install -y \\\n'}]
TypeScript
59d659c56fd15f48b35af683c65f5166f8ffa010
70
2021-08-17 20:53:22+00:00
0
['30dc47df9ef0644d047a1e9999d63bc458606555']
chore(deps): update aquasecurity/trivy-action commit hash to 8eccb55
[{'old_path': '.github/workflows/ci.yaml', 'new_path': '.github/workflows/ci.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -420,7 +420,7 @@ jobs:\n uses: actions/checkout@v2\n - name: Run Trivy vulnerability scanner in repo mode\n #Commit SHA for v0.0.17\n- uses: aquasecurity/tri...
TypeScript
d4ca5a415a94fbbe826a365caaa1f3181103526e
143
2021-08-22 12:36:41-05:00
18,000
['30dc47df9ef0644d047a1e9999d63bc458606555']
clean up npm docs and add Windows 10 instructions
[{'old_path': 'docs/install.md', 'new_path': 'docs/install.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -99,27 +99,16 @@ _exact_ same commands presented in the rest of this document.\n We recommend installing with `yarn` or `npm` when:\n \n 1. You aren't using a machine with `amd64` or `arm64`.\n-2. You're on...
TypeScript
7c05069272660a4860dc3c3256a96f2ed4a55190
143
2021-08-22 13:39:03-05:00
18,000
['0f598e651b54493d1a3ab754273da1106679eeb1']
add instructions for --link
[{'old_path': 'docs/install.md', 'new_path': 'docs/install.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -230,7 +230,7 @@ You can install code-server via [Helm](https://github.com/cdr/code-server/blob/m\n We currently do not publish windows releases (see [#1397](https://github.com/cdr/code-server/issues/1397))...
TypeScript
44b532fb8bc105d0ed22cf4adb7ca1f1166d6802
143
2021-08-23 11:06:34-05:00
18,000
['dae730e64dee042c3f6b72658098c44adc234dfc']
Update docs/npm.md Co-authored-by: Katie Horne <katie@coder.com>
[{'old_path': 'docs/npm.md', 'new_path': 'docs/npm.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -90,7 +90,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) as...
TypeScript
2bfc793631a717dad41bccddea5bcc2626482d5a
143
2021-08-23 11:06:44-05:00
18,000
['44b532fb8bc105d0ed22cf4adb7ca1f1166d6802']
Update docs/npm.md Co-authored-by: Katie Horne <katie@coder.com>
[{'old_path': 'docs/npm.md', 'new_path': 'docs/npm.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -103,7 +103,7 @@ For help and additional troubleshooting, see [#1397](https://github.com/cdr/code\n \n ## Installing\n \n-After adding the dependencies for your OS, install code-server package globally:\n+After add...
TypeScript
dfa63ec37a21d3855088d114a345116bada5905a
143
2021-08-23 19:23:45-05:00
18,000
['2bfc793631a717dad41bccddea5bcc2626482d5a']
Update docs/install.md Co-authored-by: Jonathan Yu <jonathan@coder.com>
[{'old_path': 'docs/install.md', 'new_path': 'docs/install.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -228,7 +228,7 @@ You can install code-server via [Helm](https://github.com/cdr/code-server/blob/m\n \n ## Windows\n \n-We currently do not publish Windows releases (see [#1397](https://github.com/cdr/code-s...
TypeScript
5b6b1dddadba5f82b97699e092564a9bb2e6f052
116
2021-08-24 11:54:46-07:00
25,200
['1d8806fc425fd5aaf4ac622f2a4d2d33c67b097b']
fix(docs): use latest instead of version in links
[{'old_path': 'docs/README.md', 'new_path': 'docs/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -30,7 +30,7 @@ There are three ways to get started:\n automates most of the process. The script uses the system package manager if\n possible.\n 2. Manually [installing\n- code-server](https://coder.c...
TypeScript
6f8dba723249ff0d7508d52085f0e5bd3ae2f7ce
116
2021-08-24 15:16:01-07:00
25,200
['1d8806fc425fd5aaf4ac622f2a4d2d33c67b097b']
docs: add how to change port
[{'old_path': 'docs/FAQ.md', 'new_path': 'docs/FAQ.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -29,6 +29,7 @@\n - [What's the difference between code-server and VS Code Codespaces?](#whats-the-difference-between-code-server-and-vs-code-codespaces)\n - [Does code-server have any security login validation?](#d...
TypeScript
5b6db905bbe87dcc909fb41d116226087d35364d
116
2021-08-24 15:25:04-07:00
25,200
['1d8806fc425fd5aaf4ac622f2a4d2d33c67b097b']
docs: add note about npm logging
[{'old_path': 'docs/npm.md', 'new_path': 'docs/npm.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -12,6 +12,7 @@\n - [Installing](#installing)\n - [Troubleshooting](#troubleshooting)\n - [Issues with Node.js after version upgrades](#issues-with-nodejs-after-version-upgrades)\n+ - [Debugging install issues wi...
TypeScript
ea1b3a724527a6a103844d328d888966e52dcffc
119
2021-08-24 15:30:04-07:00
25,200
['1d8806fc425fd5aaf4ac622f2a4d2d33c67b097b']
chore: add example for parameter/value to Helm Values (#4020)
[{'old_path': 'ci/helm-chart/values.yaml', 'new_path': 'ci/helm-chart/values.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -57,8 +57,18 @@ ingress:\n \n # Optional additional arguments\n extraArgs: []\n-# - --allow-http\n-# - --no-auth\n+ # These are the arguments normally passed to code-server; run\n+ #...
TypeScript
8cf98eaafb83d21a703acd7b822f78db49e2c98c
116
2021-08-24 15:47:52-07:00
25,200
['d0ca3aec207b097b4f2234f616811e65c574c0cc']
docs: add proxying a vue app
[{'old_path': 'docs/guide.md', 'new_path': 'docs/guide.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -14,6 +14,7 @@\n - [Using a subpath](#using-a-subpath)\n - [Stripping `/proxy/<port>` from the request path](#stripping-proxyport-from-the-request-path)\n - [Proxying to create a React app](#proxying-to-c...
TypeScript
fa6e86d0384db66e3356bd05245318a830cdea5b
116
2021-08-24 16:35:13-07:00
25,200
['1284aa30028556b432f9c03bd14abdf38f0877fa']
docs: fix typos and wording in npm
[{'old_path': 'docs/npm.md', 'new_path': 'docs/npm.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -136,7 +136,7 @@ A step-by-step example of how you might do this is:\n \n ### Debugging install issues with npm\n \n-Unfortunately, `yarn` swallows all logs on `yarn global add` so instead you can install with `npm...
TypeScript
f0d3e024913e35b773f3cc9ef8718ba4542d0f48
116
2021-08-24 16:38:12-07:00
25,200
['e5a9df322ee3676d248ec945867c71e6a165b087']
docs: add note about external domain in requirements
[{'old_path': 'docs/requirements.md', 'new_path': 'docs/requirements.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -53,3 +53,4 @@ Notes:\n \n - To lower costs, you can shut down your server when you're not using it.\n - We recommend using the `gcloud cli` to avoid using the GCP Dashboard if possible.\n+- For s...
TypeScript
bc3fb5e22ff2e4ed7fa68b1d8d746b83924f6daf
116
2021-08-25 09:04:26-04:00
25,200
['3e55e5e1dfcaf8ce84fd62890c4048cecf78b642']
refactor: move helm README to docs/helm.md
[{'old_path': 'ci/helm-chart/README.md', 'new_path': None, 'type': <ModificationType.DELETE: 4>, 'diff': '@@ -1,162 +0,0 @@\n-# code-server\n-\n-![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?...
TypeScript
8cf694930cba84c16e5e95e3736b05b68bf02928
116
2021-08-25 10:20:37-07:00
25,200
['bc3fb5e22ff2e4ed7fa68b1d8d746b83924f6daf']
refactor: update image in readme
[{'old_path': 'docs/README.md', 'new_path': 'docs/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -5,7 +5,7 @@\n Run [VS Code](https://github.com/Microsoft/vscode) on any machine anywhere and\n access it in the browser.\n \n-![Screenshot](./assets/screenshot.png)\n+![Screenshot](./assets/screenshot.svg)\n...
TypeScript
f2bef942f70a994704eaaf3ab2be0f14470c4ecd
116
2021-08-25 11:00:00-07:00
25,200
['c913386dc8b6d3d9a1a9b751ff0e2d4f0ef2dbfe']
docs(guide): clarify login limits
[{'old_path': 'docs/guide.md', 'new_path': 'docs/guide.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -34,7 +34,7 @@ testing, but it doesn't work if you want to access code-server from a different\n machine.\n \n > **Rate limits:** code-server rate limits password authentication attempts to\n-> two per minute a...
TypeScript
6c6446fc97df71f992c2053bf4c3ad6159e766b0
71
2021-08-26 19:24:43+00:00
10,800
['e2a7ffbaf44c8d65a0fc5d0686a1c811d5e0d03f']
Add check docs (#4047)
[{'old_path': '.github/workflows/docs-preview.yaml', 'new_path': '.github/workflows/docs-preview.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -61,6 +61,14 @@ jobs:\n VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}\n CODE_SERVER_DOCS_MAIN_BRANCH: ${{ github.event.pull_request.head.sha }}\n \n+ ...
TypeScript
dbd1a22b7cbfb8bf8164ed5a92b9a15dc941f2ca
116
2021-08-26 16:30:22-07:00
25,200
['6c6446fc97df71f992c2053bf4c3ad6159e766b0']
feat: add stale bot config
[{'old_path': None, 'new_path': '.github/stale.yml', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,12 @@\n+# Number of days of inactivity before an issue becomes stale\n+daysUntilStale: 180\n+# Number of days of inactivity before a stale issue is closed\n+daysUntilClose: 5\n+# Label to apply when stale.\n+stal...
TypeScript
607c9b2e5613789186c5975e762b466315a32858
116
2021-08-27 10:21:00-07:00
25,200
['b5afb0594c78c4f229676204e326bc773a5e9b8a']
fix: remove stale label action from ranger
[{'old_path': '.github/ranger.yml', 'new_path': '.github/ranger.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -15,10 +15,6 @@ labels:\n "squash when passing": merge\n "rebase when passing": merge\n "merge when passing": merge\n- stale:\n- action: close\n- delay: 7 days\n- comment: "⚠️ This iss...
TypeScript
efbfe060cdba9a01ee3d7a48b0f6c862ca8e91f8
116
2021-08-27 11:16:12-07:00
25,200
['b5afb0594c78c4f229676204e326bc773a5e9b8a']
docs(guide): add ssh into code-server on vs code
[{'old_path': 'docs/guide.md', 'new_path': 'docs/guide.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -15,6 +15,9 @@\n - [Stripping `/proxy/<port>` from the request path](#stripping-proxyport-from-the-request-path)\n - [Proxying to create a React app](#proxying-to-create-a-react-app)\n - [Proxying to a Vu...
TypeScript
bd1e9b3843901ee7d223ff1690871e08d3cd00da
116
2021-08-30 10:32:56-07:00
25,200
['c0d62da127714fd57c51253750824094edaa1ec6']
docs: add troubleshooting section for documentation
[{'old_path': 'docs/MAINTAINING.md', 'new_path': 'docs/MAINTAINING.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -12,6 +12,8 @@\n - [Changelog](#changelog)\n - [Releases](#releases)\n - [Publishing a release](#publishing-a-release)\n+- [Documentation](#documentation)\n+ - [Troubleshooting](#troubleshootin...
TypeScript
79b4e4780d9753cdcbe0130abe176c574cf3f189
116
2021-08-30 15:12:28-07:00
25,200
['c0d62da127714fd57c51253750824094edaa1ec6']
feat: add full test coverage browser/vscode
[{'old_path': 'src/browser/pages/vscode.ts', 'new_path': 'src/browser/pages/vscode.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -24,13 +24,13 @@ type NlsConfiguration = {\n * Helper function to create the path to the bundle\n * for getNlsConfiguration.\n */\n-export function createBundlePath(_resolvedLangu...
TypeScript
ccb30efd54245a5a20ce4e9f5ea7c7032d228640
70
2021-08-30 22:22:36+00:00
0
['c0d62da127714fd57c51253750824094edaa1ec6']
chore(deps): update dependency eslint-plugin-prettier to v4
[{'old_path': 'package.json', 'new_path': 'package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -63,7 +63,7 @@\n "eslint-config-prettier": "^8.1.0",\n "eslint-import-resolver-alias": "^1.1.2",\n "eslint-plugin-import": "^2.18.2",\n- "eslint-plugin-prettier": "^3.1.0",\n+ "eslint-plugin-pre...
TypeScript
2c1aed239504305be7d4b516154045cebda4ceae
116
2021-09-07 14:51:16-07:00
25,200
['b4c5dc548e2b2d1aeb444d580d98f1813ece6d24']
fix: update tar version with resolution
[{'old_path': 'docs/guide.md', 'new_path': 'docs/guide.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -454,10 +454,12 @@ Web Interface http://127.0.0.1:4040\n Forwarding tcp://0.tcp.ngrok.io:19028 -> localhost:22\n ```\n \n-Copy the forwarded link `0.tcp.ngrok.io` and remember...
TypeScript
b32b4edf3d1167f87cb3f4aaf1acd3d5378cefb3
11
2021-09-08 11:11:20-05:00
-28,800
['0529f52b9d72b7909fbdc07bc66c07a441a91efd']
fix: run postinstall script explicitly with bash (#4116) Currently, Windows default script-shell (cmd) fails to run the postinstall script. This commit fixes the problem by running postinstall.sh explicitly with the default bash executable of the OS. Related: #1397
[{'old_path': 'ci/build/build-release.sh', 'new_path': 'ci/build/build-release.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -48,7 +48,7 @@ bundle_code_server() {\n {\n "commit": "$(git rev-parse HEAD)",\n "scripts": {\n- "postinstall": "./postinstall.sh"\n+ "postinstall": "bash ./postinsta...
TypeScript
b00afbc0349576028fb4055460144e57cf2073c4
127
2021-09-08 12:50:36-05:00
18,000
['b32b4edf3d1167f87cb3f4aaf1acd3d5378cefb3']
Resolve remote authority to initialize tunnel API (#4105) * Resolve remote authority to initialize tunnel API * Fix linting * Add comment
[{'old_path': 'lib/vscode/src/vs/workbench/services/extensions/browser/extensionService.ts', 'new_path': 'lib/vscode/src/vs/workbench/services/extensions/browser/extensionService.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,7 +9,7 @@ import { IWorkbenchExtensionEnablementService, IWebExtensionsScannerServi...
TypeScript
7a735014bb068d22fb21313b7563bc4c2238ff5a
67
2021-09-08 15:00:34-05:00
18,000
['b00afbc0349576028fb4055460144e57cf2073c4']
Push latest Docker tag along with version tag (#4120)
[{'old_path': 'ci/release-image/docker-bake.hcl', 'new_path': 'ci/release-image/docker-bake.hcl', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -12,6 +12,9 @@ group "default" {\n \n target "code-server" {\n dockerfile = "ci/release-image/Dockerfile"\n- tags = ["docker.io/codercom/code-server:${VERSION}"]\n+ ...
TypeScript
293d11330ec6cd25daf7cdf4655e7f2fca5d0395
116
2021-09-09 16:28:46-07:00
25,200
['7a735014bb068d22fb21313b7563bc4c2238ff5a']
fix(lib/vscode): update axios to 0.21.2
[{'old_path': 'lib/vscode/extensions/github-authentication/package.json', 'new_path': 'lib/vscode/extensions/github-authentication/package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -96,6 +96,9 @@\n "@types/node-fetch": "^2.5.7",\n "@types/uuid": "8.0.0"\n },\n+ "resolutions": {\n+ "axios": ...
TypeScript
5f81e29591e54571dedfde6f733d2378c56e355e
116
2021-09-09 16:32:25-07:00
25,200
['293d11330ec6cd25daf7cdf4655e7f2fca5d0395']
fix(lib/vscode): upgrade pac-resolver, path-parse
[{'old_path': 'lib/vscode/extensions/github-authentication/package.json', 'new_path': 'lib/vscode/extensions/github-authentication/package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -97,7 +97,7 @@\n "@types/uuid": "8.0.0"\n },\n "resolutions": {\n- "axios": "0.21.2"\n+ "axios": "^0.21.2"\n ...
TypeScript
458474f11fc8f90a85b2bb1ae325dfbcb2fca97b
116
2021-09-09 16:42:38-07:00
25,200
['5f81e29591e54571dedfde6f733d2378c56e355e']
fix(lib/vscode): upgrade yargs-parser
[{'old_path': 'lib/vscode/package.json', 'new_path': 'lib/vscode/package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -221,6 +221,7 @@\n "glob-parent": "^5.1.2",\n "tar": "^6.1.9",\n "pac-resolver": "^5.0.0",\n- "path-parse": "^1.0.7"\n+ "path-parse": "^1.0.7",\n+ "yargs-parser": "^13.1...
TypeScript
592d9bcbdaf89484d4db3e72af3dde9c20c24a84
116
2021-09-09 17:54:20-07:00
25,200
['8a1c129dd11da3177d51fc73b7d0f4f5ef07ba38']
fix(lib/vscode): update csp in webview to allow ports With #3895, we caused a regression where the Content-Security-Policy prevented images in the previewer to not work due to the ports in the resource URI. This modifies the CSP in the webview to make sure images are not blocked by CSP. I assume once we upgrade VS C...
[{'old_path': 'lib/vscode/src/vs/workbench/api/common/shared/webview.ts', 'new_path': 'lib/vscode/src/vs/workbench/api/common/shared/webview.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -24,7 +24,10 @@ export const webviewResourceBaseHost = \'vscode-webview.net\';\n \n export const webviewRootResourceAuthorit...
TypeScript
a10df0ca2e0d5d8b405f6b577adb331090da6cb5
116
2021-09-09 17:58:17-07:00
25,200
['8a1c129dd11da3177d51fc73b7d0f4f5ef07ba38']
fix(docs): use png screenshot instead of svg
[{'old_path': 'docs/README.md', 'new_path': 'docs/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -5,7 +5,7 @@\n Run [VS Code](https://github.com/Microsoft/vscode) on any machine anywhere and\n access it in the browser.\n \n-![Screenshot](./assets/screenshot.svg)\n+![Screenshot](./assets/screenshot.png)\n...
TypeScript
09440563ca53d2590c39b0891aae79da810e6778
116
2021-09-09 17:58:36-07:00
25,200
['8a1c129dd11da3177d51fc73b7d0f4f5ef07ba38']
feat: add tests for src/node/app.ts This adds a couple tests for ensureAddress.
[{'old_path': 'src/node/app.ts', 'new_path': 'src/node/app.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -69,10 +69,10 @@ export const createApp = async (args: DefaultedArgs): Promise<[Express, Express,\n export const ensureAddress = (server: http.Server): string => {\n const addr = server.address()\n if (...
TypeScript
ca617df135e78833f93c8320cb2d2cf8bba809f5
32
2021-09-11 18:40:47+05:30
-19,800
['bc3acb071e5393944627e16b2b54dc296a17d2d6']
[Security] Fix ReDoS Fix potential ReDoS
[{'old_path': 'src/node/util.ts', 'new_path': 'src/node/util.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -20,7 +20,7 @@ export interface Paths {\n \n // From https://github.com/chalk/ansi-regex\n const pattern = [\n- "[\\\\u001B\\\\u009B][[\\\\]()#;?]*(?:(?:(?:[a-zA-Z\\\\d]*(?:;[-a-zA-Z\\\\d\\\\/#&.:=?%@~_]...
TypeScript
8c2e566b72f2ef16704fbd268a98114fd008b062
129
2021-09-12 14:55:06-03:00
10,800
['ff34097a1f4dcaed1736a753cdf54df3fadd1cca']
docs(): create code sharing docs
[{'old_path': None, 'new_path': 'docs/collaboration.md', 'type': <ModificationType.ADD: 1>, 'diff': "@@ -0,0 +1,29 @@\n+# Collaboration\n+\n+You can use code server to collaborate with other developers in real time.\n+\n+## Code sharing using Duckly\n+\n+[Duckly](https://duckly.com/) allows you to share your code in re...
TypeScript
c43cb5b24dcf5446a37e5f63ab99f810bba99f46
129
2021-09-12 15:00:47-03:00
10,800
['8c2e566b72f2ef16704fbd268a98114fd008b062']
ci(docs): fix formatting
[{'old_path': 'docs/collaboration.md', 'new_path': 'docs/collaboration.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -17,11 +17,13 @@ You can use code server to collaborate with other developers in real time.\n Duckly uses an extension to provide real time sharing features\n \n 1. Install the Duckly extension ...
TypeScript
0de9c07f0a57ac64ff449d1190441fb1449f8ce4
129
2021-09-13 11:08:27-03:00
10,800
['c43cb5b24dcf5446a37e5f63ab99f810bba99f46']
Apply suggestions from @bpmct's code review Co-authored-by: Ben Potter <me@bpmct.net>
[{'old_path': 'docs/collaboration.md', 'new_path': 'docs/collaboration.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,6 +1,6 @@\n # Collaboration\n \n-You can use code server to collaborate with other developers in real time.\n+With third-party extensions, you can use code-server to collaborate with other de...
TypeScript
14c96164b2023cf9ad63f055a9cca631de66bd69
116
2021-09-13 13:51:18-07:00
25,200
['bc3acb071e5393944627e16b2b54dc296a17d2d6']
fix(codecov): use status > patch correctly
[{'old_path': '.github/codecov.yml', 'new_path': '.github/codecov.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -6,6 +6,7 @@ coverage:\n precision: 2\n round: down\n range: "40...70"\n+ status:\n patch: off\n \n parsers:\n'}]
TypeScript
7be9972dd5fa622be0cd692badf3fc8e24feba65
129
2021-09-13 18:12:29-03:00
10,800
['0de9c07f0a57ac64ff449d1190441fb1449f8ce4']
fix(docs): update collaboration svg icon
[{'old_path': 'docs/manifest.json', 'new_path': 'docs/manifest.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -52,7 +52,7 @@\n {\n "title": "Collaboration",\n "description": "How to setup real time collaboration using code server.",\n- "icon": "<svg viewBox=\\"0 0 16 16\\" xmlns=\\"http:/...
TypeScript
f885b2967510c45e06a1acb06f5eb86933c75345
177
2021-09-15 14:54:33-04:00
14,400
['28ba59ab3caf7fc3ab8bdfdab64d97c7ed2b0125']
Add vscode via vendor package. - Use yarn for vscode vendoring. - Grab hash from package.
[{'old_path': '.github/codeql-config.yml', 'new_path': '.github/codeql-config.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,4 +1 @@\n name: "code-server CodeQL config"\n-\n-paths-ignore:\n- - lib/vscode\n'}, {'old_path': '.github/workflows/ci.yaml', 'new_path': '.github/workflows/ci.yaml', 'type': <Modifi...
TypeScript
c861a1d7968aef62fb93b39e9c88a6a71c21c9fb
177
2021-09-15 14:54:33-04:00
14,400
['f2e65daca3432b5e94635c464181a54f037ab213']
Enable cache on vendor assets.
[{'old_path': '.github/workflows/ci.yaml', 'new_path': '.github/workflows/ci.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -112,14 +112,16 @@ jobs:\n id: cache-yarn\n uses: actions/cache@v2\n with:\n- path: "**/node_modules"\n- key: yarn-build-${{ hashFiles(\'**/yarn...
TypeScript
7f2b1dcd22a886319e5dd40424c248560d9b75fc
177
2021-09-15 14:54:33-04:00
14,400
['c861a1d7968aef62fb93b39e9c88a6a71c21c9fb']
Fix outdated selector. Add debug info.
[{'old_path': 'test/e2e/browser.test.ts', 'new_path': 'test/e2e/browser.test.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -8,7 +8,7 @@ describe("browser", true, () => {\n firefox: "Firefox",\n webkit: "Safari",\n }\n- const userAgent = await codeServerPage.page.evaluate("navigator.userAgent...
TypeScript
f93784998127b940827bcaf3de61e0ba3ef87d2e
177
2021-09-15 14:54:33-04:00
14,400
['7f2b1dcd22a886319e5dd40424c248560d9b75fc']
Disable CI caching during build.
[{'old_path': '.github/workflows/ci.yaml', 'new_path': '.github/workflows/ci.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -108,20 +108,21 @@ jobs:\n with:\n node-version: "14"\n \n- - name: Fetch dependencies from cache\n- id: cache-yarn\n- uses: actions/cache@v2\n- ...
TypeScript
798dc0baf284416dbbf951e4ef596beeab6cb6c4
177
2021-09-15 15:54:06-04:00
14,400
['c8f0d3e32d1b75401c0ce118b98d862d0a228345']
chore(release): bump version to 3.12.0
[{'old_path': 'ci/helm-chart/Chart.yaml', 'new_path': 'ci/helm-chart/Chart.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -20,4 +20,4 @@ version: 1.0.3\n # This is the version number of the application being deployed. This version number should be\n # incremented each time you make changes to the application....
TypeScript
b37ff28a0a582aee84a8f961755d0cb40a4081db
67
2021-09-16 19:59:37+00:00
18,000
['798dc0baf284416dbbf951e4ef596beeab6cb6c4']
Export NFPM_CONFIG (#4187) Otherwise envsubst does not have access to it. Also print the nfpm config head for debugging.
[{'old_path': 'ci/build/build-packages.sh', 'new_path': 'ci/build/build-packages.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -59,14 +59,20 @@ get_nfpm_arch() {\n release_nfpm() {\n local nfpm_config\n \n+ export NFPM_ARCH\n+\n PKG_FORMAT="deb"\n NFPM_ARCH="$(get_nfpm_arch)"\n nfpm_config="$(envsubst...
TypeScript
ddd09454df87af15e094306b01fa99120a21d898
116
2021-09-16 13:58:18-07:00
25,200
['b37ff28a0a582aee84a8f961755d0cb40a4081db']
fix(security): update set-value
[{'old_path': 'test/package.json', 'new_path': 'test/package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -19,6 +19,7 @@\n "wtfnode": "^0.9.0"\n },\n "resolutions": {\n- "argon2/@mapbox/node-pre-gyp/tar": "^6.1.9"\n+ "argon2/@mapbox/node-pre-gyp/tar": "^6.1.9",\n+ "set-value": "^4.0.1"\n ...
TypeScript
7925f887763deb6f83c7949b66d22d4d362bc797
116
2021-09-16 17:39:33-04:00
25,200
['b37ff28a0a582aee84a8f961755d0cb40a4081db']
fix: comment out logout.test.ts
[{'old_path': 'test/e2e/logout.test.ts', 'new_path': 'test/e2e/logout.test.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,11 +1,12 @@\n-import { describe, test, expect } from "./baseFixture"\n+// NOTE@jsjoeio commenting out until we can figure out what\'s wrong\n+// import { describe, test, expect } from "./...
TypeScript
3c61d96d4fb63af50754027e032cac0bd32a0578
177
2021-09-16 20:55:51-04:00
14,400
['7925f887763deb6f83c7949b66d22d4d362bc797']
Bump vscode. - Fix issue where yarn lock cannot be updated in development.
[{'old_path': 'ci/dev/postinstall.sh', 'new_path': 'ci/dev/postinstall.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,14 +4,14 @@ set -euo pipefail\n main() {\n cd "$(dirname "$0")/../.."\n \n- echo \'Installing code-server test dependencies...\'\n+ echo "Installing code-server test dependencies..."\n \n...
TypeScript
6a692487c872c23d39efa7938210b2326d8ef866
116
2021-09-17 16:07:03-07:00
25,200
['0609a1b2bdef5a454184f0b5a1f7582e4c446a6d']
feat: add test for get_nfpm_arch
[{'old_path': 'ci/build/arch-override.json', 'new_path': None, 'type': <ModificationType.DELETE: 4>, 'diff': '@@ -1,8 +0,0 @@\n-{\n- "rpm": {\n- "armv7l": "armhfp"\n- },\n- "deb": {\n- "armv7l": "armhf"\n- }\n-}\n'}, {'old_path': None, 'new_path': 'ci/build/build-lib.sh', 'type': <ModificationType.ADD: 1>, 'd...
TypeScript
a3cea88f51032ac7462a30c6719ef9948d88bf27
116
2021-09-20 10:57:31-07:00
25,200
['4f3c8a556e8e2d840a7d8785e6aead231afc2d07']
feat: add tests for src/node/app.ts
[{'old_path': 'src/node/app.ts', 'new_path': 'src/node/app.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -6,6 +6,7 @@ import http from "http"\n import * as httpolyglot from "httpolyglot"\n import * as util from "../common/util"\n import { DefaultedArgs } from "./cli"\n+import { isNodeJSErrnoException } from "....
TypeScript
30ade712bf20924644ece85bbc4db3a22fa6a168
116
2021-09-20 14:53:09-07:00
25,200
['92d0d28dd7cea42f808e060b01208aa6939e8646']
feat: add tests for shouldRunVsCodeCli
[{'old_path': 'test/unit/node/cli.test.ts', 'new_path': 'test/unit/node/cli.test.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,7 +3,14 @@ import { promises as fs } from "fs"\n import * as net from "net"\n import * as os from "os"\n import * as path from "path"\n-import { Args, parse, setDefaults, shouldOpen...
TypeScript
76f405424225a3d8be0a5480f1883b02d622c5ec
116
2021-09-21 11:20:03-07:00
25,200
['92d0d28dd7cea42f808e060b01208aa6939e8646']
fix(ci): upgrade runner to ubuntu-18.04
[{'old_path': '.github/workflows/ci.yaml', 'new_path': '.github/workflows/ci.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -244,10 +244,14 @@ jobs:\n # so we just build with "native"/x86_64 node, then download arm64/armv7l node\n # and then put it in our release. We can\'t smoke test the cross build this...
TypeScript
f84757507bb2a417c5e1e1efac09ec28e22c106c
116
2021-09-21 11:48:20-07:00
25,200
['a673cf283340c4dcde2e6177d22a68a04d396d6a']
feat: add tests for bindAddrFromArgs
[{'old_path': 'src/node/cli.ts', 'new_path': 'src/node/cli.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -594,7 +594,11 @@ interface Addr {\n port: number\n }\n \n-function bindAddrFromArgs(addr: Addr, args: Args): Addr {\n+/**\n+ * This function creates the bind address\n+ * using the CLI args.\n+ */\n+expo...
TypeScript