Search is not available for this dataset
hash
string
author
int32
committer_date
string
timezone
int64
parents
string
message
string
changes
string
language
string
c870398c86f244be9a0fcd2ec55555751023d0fd
29
2020-02-25 18:23:35-06:00
21,600
['f76c809f7d3f2b87925c9c143e8460ce1d474e42']
Switch to loose files For #1306.
[{'old_path': '.gitignore', 'new_path': '.gitignore', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,6 +3,6 @@\n build\n dist*\n out*\n-release\n+release*\n node_modules\n binaries\n'}, {'old_path': 'ci/build.ts', 'new_path': 'ci/build.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,14 +1,10 @@\n-import...
TypeScript
595ce6f5e38cec055f0b0529437acf604085e314
29
2020-02-26 14:25:12-06:00
21,600
['b1760c8d29bccb318af40caa38179e100a695654']
Update styling Just sort of winging it.
[{'old_path': 'src/browser/pages/error.css', 'new_path': 'src/browser/pages/error.css', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,20 +1,28 @@\n .error-display {\n box-sizing: border-box;\n- color: #fcfcfc;\n padding: 20px;\n text-align: center;\n }\n \n+.error-display > .header {\n+ font-size: 6rem;\...
TypeScript
082f25faf1992baf743c145d90ce63ee37d98683
29
2020-02-26 14:25:13-06:00
21,600
['595ce6f5e38cec055f0b0529437acf604085e314']
Add a note about external authentication Closes #1369.
[{'old_path': 'doc/FAQ.md', 'new_path': 'doc/FAQ.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -52,6 +52,9 @@ randomly generated password so you can use that. You can set the `PASSWORD` envi\n to use your own instead. If you want to handle authentication yourself, use `--auth none`\n to disable password authen...
TypeScript
75ca5b2b0b512f71c906550e5b0189600211b8f3
29
2020-02-26 14:25:14-06:00
21,600
['082f25faf1992baf743c145d90ce63ee37d98683']
Add gcs upload to CI
[{'old_path': '.travis.yml', 'new_path': '.travis.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -24,6 +24,9 @@ jobs:\n node_js: 12\n script: yarn && yarn vscode && travis_wait 60 ci/release.sh\n \n+before_deploy:\n+ - openssl aes-256-cbc -K $encrypted_0c1654c01c97_key -iv $encrypted_0c1654c01c97_...
TypeScript
a2639ac617b43f00ba756df39d40f0050271aec1
29
2020-02-26 14:48:08-06:00
21,600
['07fcf1be7ad69aaf23d0d640a50530b07a9bc4d4']
Add `yarn vscode` step to build instructions
[{'old_path': 'doc/CONTRIBUTING.md', 'new_path': 'doc/CONTRIBUTING.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -24,6 +24,7 @@ works internally.\n \n ```shell\n yarn\n+yarn vscode\n yarn build\n-node build/out/entry.js # Run the built JavaScript with Node.\n+node ./build/out/entry.js # Run the built JavaScrip...
TypeScript
b00f6bf078466f5815e0088c1aa2140eb88491c6
29
2020-02-26 14:57:07-06:00
21,600
['a2639ac617b43f00ba756df39d40f0050271aec1']
Improve error display when VS Code fails to load Was looking a bit janky with the style changes.
[{'old_path': 'src/node/app/vscode.ts', 'new_path': 'src/node/app/vscode.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -124,10 +124,12 @@ export class VscodeHttpProvider extends HttpProvider {\n try {\n return await this.getRoot(request, route)\n } catch (error) {\n- const me...
TypeScript
b5c425b3a61dacd43d2377f4de1fc76ec26e5887
29
2020-02-26 15:09:56-06:00
21,600
['b00f6bf078466f5815e0088c1aa2140eb88491c6']
Major version -> 3.0.0
[{'old_path': 'package.json', 'new_path': 'package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,7 +1,7 @@\n {\n "name": "code-server",\n "license": "MIT",\n- "version": "2.1.0",\n+ "version": "3.0.0",\n "scripts": {\n "clean": "ci/clean.sh",\n "vscode": "ci/vscode.sh",\n'}]
TypeScript
01710cf6ff2f4b449b9092c91defaad31912b2cf
29
2020-02-26 15:42:31-06:00
21,600
['b5c425b3a61dacd43d2377f4de1fc76ec26e5887']
Update download instructions We aren't providing binaries any longer.
[{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -37,11 +37,11 @@ Use [sshcode](https://github.com/codercom/sshcode) for a simple setup.\n \n [![Create a Droplet](./doc/assets/droplet.svg)](https://marketplace.digitalocean.com/apps/code-server?action=deploy)\n \n-###...
TypeScript
70ad2354bbafcf66c825741c71daef3f774a7350
29
2020-02-27 10:57:39-06:00
21,600
['01710cf6ff2f4b449b9092c91defaad31912b2cf']
Remove gif link for now
[{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -16,8 +16,6 @@ docker run -it -p 127.0.0.1:8080:8080 -v "$PWD:/home/coder/project" codercom/cod\n compilations, downloads, and more. Preserve battery life when you\'re on the go\n since all intensive computation ru...
TypeScript
21cfeb9da00769c9a36eccf9b5e87f2d0fe09303
29
2020-02-27 12:04:23-06:00
21,600
['fd65cadaea0388e26197c66400f29d2615a63cd2']
Add the ability to kill running VS Code instance
[{'old_path': 'src/browser/pages/error.css', 'new_path': 'src/browser/pages/error.css', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -26,3 +26,7 @@\n .error-display > .links > .link:hover {\n text-decoration: underline;\n }\n+\n+.error-display .success {\n+ color: green;\n+}\n'}, {'old_path': 'src/browser/pages...
TypeScript
0e3720169f405a6c6661ad20429cd271e4bcbae7
29
2020-02-27 12:58:40-06:00
21,600
['21cfeb9da00769c9a36eccf9b5e87f2d0fe09303']
Add spacing between items Also fix padding not being respected when blocks exceed container height.
[{'old_path': 'src/browser/pages/global.css', 'new_path': 'src/browser/pages/global.css', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,7 +1,6 @@\n html,\n body,\n-#root,\n-.center-container {\n+#root {\n height: 100%;\n width: 100%;\n }\n@@ -39,7 +38,9 @@ button {\n display: flex;\n flex-direction: colu...
TypeScript
963ebaca5b75da0ac13becf6d91afe960d8336ec
29
2020-02-27 16:37:00-06:00
21,600
['eef2ed0e786ebd49c6b1bd870dbe7e2662c9f004']
Register a service worker To make installing as a PWA possible. Fixes #1181.
[{'old_path': 'ci/build.ts', 'new_path': 'ci/build.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -339,7 +339,13 @@ class Builder {\n }\n \n private createBundler(out = "dist", commit?: string): Bundler {\n- return new Bundler(path.join(this.rootPath, "src/browser/pages/app.ts"), {\n+ return new Bundl...
TypeScript
0f87798ed6cf296b3836961b8d912b4a6b95af50
29
2020-02-28 10:49:43-06:00
21,600
['963ebaca5b75da0ac13becf6d91afe960d8336ec']
Don't write bad password back out to input Closes #1379.
[{'old_path': 'src/browser/pages/login.html', 'new_path': 'src/browser/pages/login.html', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -33,12 +33,9 @@\n <input class="user" type="text" autocomplete="username" />\n <input id="base" type="hidden" name="base" value="/" />\n <div cl...
TypeScript
a8914b025fd589d906423d67cadf9a0deb8023a0
29
2020-02-28 13:30:21-06:00
21,600
['0f87798ed6cf296b3836961b8d912b4a6b95af50']
Output code-server version on startup
[{'old_path': 'src/node/entry.ts', 'new_path': 'src/node/entry.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -52,6 +52,7 @@ const main = async (args: Args): Promise<void> => {\n \n ipcMain().onDispose(() => httpServer.dispose())\n \n+ logger.info(`code-server ${require("../../package.json").version}`)\n c...
TypeScript
88cab27165e8f778a4adfd1f1c819d67aba97091
29
2020-02-28 14:25:28-06:00
21,600
['a8914b025fd589d906423d67cadf9a0deb8023a0']
Compress when sending client-side extension tars
[{'old_path': 'ci/vscode.patch', 'new_path': 'ci/vscode.patch', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -119,7 +119,7 @@ index 2d8b725ff2..a8d93a17ca 100644\n unique-stream@^2.0.2:\n version "2.2.1"\n diff --git a/package.json b/package.json\n-index fde05321d2..1a7ed2fa47 100644\n+index fde05321d2..2427e7...
TypeScript
069c5230cd571333ded298e07a10e8c1035be141
29
2020-03-02 12:55:34-06:00
21,600
['c146457de423570474da590e6b50274959092f55']
Move VS Code to the root
[{'old_path': 'ci/build.ts', 'new_path': 'ci/build.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -353,7 +353,7 @@ class Builder {\n hmr: false,\n logLevel: 1,\n outDir: path.join(this.rootPath, out),\n- publicUrl: `/static-${commit || "development"}/dist`,\n+ publicUrl: `/...
TypeScript
ccd01c49b9ea1af6aafd25ff05c03768aeb85b1a
29
2020-03-02 15:01:24-06:00
21,600
['069c5230cd571333ded298e07a10e8c1035be141']
Integrate update notifications into VS Code
[{'old_path': 'ci/vscode.patch', 'new_path': 'ci/vscode.patch', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -444,10 +444,10 @@ index d0f6e6b18a..1966fd297d 100644\n -\n diff --git a/src/vs/server/browser/client.ts b/src/vs/server/browser/client.ts\n new file mode 100644\n-index 0000000000..3a62205b38\n+index 0000...
TypeScript
ecac0dd75164a94d17ad6170d0dd1c3ba935b71f
29
2020-03-02 17:22:23-06:00
21,600
['79b4c64a03d6f8e7c572ad585776c8f227ea7b7e']
Handle unexpected string errors Looks like sometimes VS Code throws strings. For example if ifconfig is missing.
[{'old_path': 'ci/vscode.patch', 'new_path': 'ci/vscode.patch', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -940,7 +940,7 @@ index 0000000000..eb62b87798\n +}\n diff --git a/src/vs/server/entry.ts b/src/vs/server/entry.ts\n new file mode 100644\n-index 0000000000..0d7feaa24e\n+index 0000000000..220a0f4223\n --- /...
TypeScript
77af2a5b0e606bec43edf153c1179525237e9bff
29
2020-03-02 18:04:27-06:00
21,600
['ecac0dd75164a94d17ad6170d0dd1c3ba935b71f']
Fix worker require paths when behind proxy
[{'old_path': 'ci/vscode.patch', 'new_path': 'ci/vscode.patch', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -3030,7 +3030,7 @@ index bbb72e9511..0785d3391d 100644\n -registerSingleton(IExtensionStoragePaths, class extends NotImplementedProxy(IExtensionStoragePaths) { whenReady = Promise.resolve(); });\n +register...
TypeScript
e0e019fbd5b55b93b05f32536cf736ef8c89b8e2
29
2020-03-02 18:24:35-06:00
21,600
['77af2a5b0e606bec43edf153c1179525237e9bff']
Fix mime type for compressed client-side extensions In Firefox using the gzip mime type will (probably correctly) cause it not to decompress while in Chromium it still will (incorrectly).
[{'old_path': 'src/node/http.ts', 'new_path': 'src/node/http.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -241,7 +241,7 @@ export abstract class HttpProvider {\n stream = compress\n headers["content-encoding"] = "gzip"\n }\n- return { stream, filePath, mime: "application/gzip", cache: true,...
TypeScript
8d934be6dc6af2f8cfd83f00c628d0ca6e245cf7
29
2020-03-03 13:10:32-06:00
21,600
['c54450941cfe88763c6b3cd1f23c4b5b22e9cc31']
Elaborate what won't work over an insecure domain Closes #997.
[{'old_path': 'ci/vscode.patch', 'new_path': 'ci/vscode.patch', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -444,7 +444,7 @@ index d0f6e6b18a..1966fd297d 100644\n -\n diff --git a/src/vs/server/browser/client.ts b/src/vs/server/browser/client.ts\n new file mode 100644\n-index 0000000000..1e6bca3b52\n+index 000000...
TypeScript
538e8d808554a7106775e4fd0f064287ffae07d1
29
2020-03-03 15:06:36-06:00
21,600
['2c4ca14d53cfc9c91ca1c93bba3c453fa2132f8f']
Store gcs key in Travis settings Instead of encrypted in the repository.
[{'old_path': '.travis.yml', 'new_path': '.travis.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -25,7 +25,7 @@ jobs:\n script: yarn && yarn vscode && travis_wait 60 ci/release.sh\n \n before_deploy:\n- - openssl aes-256-cbc -K $encrypted_0c1654c01c97_key -iv $encrypted_0c1654c01c97_iv -in ./ci/key.json...
TypeScript
ee4b939efa58301040a49837301539ce0db9c5ba
29
2020-03-03 15:07:58-06:00
21,600
['538e8d808554a7106775e4fd0f064287ffae07d1']
Fix zip step for Darwin
[{'old_path': 'ci/release.sh', 'new_path': 'ci/release.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -37,7 +37,7 @@ function package() {\n else\n mv ./build "./$archive_name"\n ext=".zip"\n- zip -r "release/$archive_name$ext" ./code-server\n+ zip -r "release/$archive_name$ext" "./$archive_name"...
TypeScript
ec55ed39ee86294a81ca967b4f0ef21d4d613e00
29
2020-03-03 16:01:22-06:00
21,600
['ee4b939efa58301040a49837301539ce0db9c5ba']
Fix json key decoding on Mac It seems the short flag in MacOS is -D, not -d. The long flag is the same. There are no other options with -d so I'm not sure why.
[{'old_path': '.travis.yml', 'new_path': '.travis.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -25,7 +25,7 @@ jobs:\n script: yarn && yarn vscode && travis_wait 60 ci/release.sh\n \n before_deploy:\n- - echo "$JSON_KEY" | base64 -d > ./ci/key.json\n+ - echo "$JSON_KEY" | base64 --decode > ./ci/key.js...
TypeScript
32f8f481b69743a6324cc95c2be89d4894ed0242
29
2020-03-03 16:19:51-06:00
21,600
['ec55ed39ee86294a81ca967b4f0ef21d4d613e00']
Use Centos 7 for building This will bring the libc requirements back down.
[{'old_path': 'ci/image/Dockerfile', 'new_path': 'ci/image/Dockerfile', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,10 +1,29 @@\n-FROM node:12.14.0\n+FROM centos:7\n \n-RUN apt-get update && apt-get install -y \\\n-\tlibxkbfile-dev \\\n-\tlibx11-dev \\\n-\tlibsecret-1-dev\n+RUN yum update -y \\\n+ && yum inst...
TypeScript
308a84e6ec1c2cf2eef6044d6da1d767a2801226
29
2020-03-04 13:12:03-06:00
21,600
['cc139acfd181f4d919cef34f38401a162b638f61']
Fix centos image for arm64
[{'old_path': 'ci/image/Dockerfile', 'new_path': 'ci/image/Dockerfile', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,10 +1,6 @@\n FROM centos:7\n \n-RUN yum update -y \\\n- && yum install -y epel-release centos-release-scl \\\n- && yum-config-manager --enable rhel-server-rhscl-7-rpms \\\n- && yum update -y \...
TypeScript
a442d3e3f9fee66a7a8df7cce1124048df4391d0
29
2020-03-04 15:22:32-06:00
21,600
['3e8a6f93a444c7930dbb60a0d92a81f0f434c0bb']
Make symlinking the entry script work
[{'old_path': 'ci/code-server.sh', 'new_path': 'ci/code-server.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,6 +1,6 @@\n #!/usr/bin/env sh\n # code-server.sh -- Run code-server with the bundled Node binary.\n \n-cd "$(dirname "$0")" || exit 1\n+cd "$(dirname "$(readlink -f "$0" || realpath "$0")")" || exit ...
TypeScript
744327ffd497821181fe6e0e2e3540cd189ea845
29
2020-03-04 16:02:25-06:00
21,600
['a442d3e3f9fee66a7a8df7cce1124048df4391d0']
Update release dockerfile to use a symlink
[{'old_path': 'ci/release-image/Dockerfile', 'new_path': 'ci/release-image/Dockerfile', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -26,11 +26,10 @@ RUN curl -SsL https://github.com/boxboat/fixuid/releases/download/v0.4/fixuid-0.\n \n RUN rm -rf /var/lib/apt/lists/*\n \n-COPY release/code-server*.tar.gz /tmp\n+CO...
TypeScript
1f43a673df346aafbbb108a4e02a1332a61c1f1b
29
2020-03-04 16:07:26-06:00
21,600
['744327ffd497821181fe6e0e2e3540cd189ea845']
Always build extensions on CI
[{'old_path': 'ci/build.ts', 'new_path': 'ci/build.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -148,7 +148,7 @@ class Builder {\n \n await this.task("building builtin extensions", async () => {\n const exists = await fs.pathExists(path.join(this.vscodeSourcePath, ".build/extensions"))\n- if (e...
TypeScript
4e6f6bc2cc9f6579414835b16d54ac4261fda681
29
2020-03-04 16:52:28-06:00
21,600
['7c65a54fcf641b8f4cfe90e40e92f0e2d88da9c6']
Fix .zip uploading to gcs as .tar.gz
[{'old_path': 'ci/release.sh', 'new_path': 'ci/release.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -44,9 +44,9 @@ function package() {\n echo "done (release/$archive_name)"\n \n mkdir -p "./release-upload/$VERSION"\n- cp "./release/$archive_name$ext" "./release-upload/$VERSION/$target-$arch.tar.gz"\n+ ...
TypeScript
8c47ba255aa634ebb23482ccd8f5f98a0ecf7525
29
2020-03-05 10:26:14-06:00
21,600
['4e6f6bc2cc9f6579414835b16d54ac4261fda681']
Preserve current working directory Fixes #1388.
[{'old_path': 'ci/code-server.sh', 'new_path': 'ci/code-server.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,6 +1,6 @@\n #!/usr/bin/env sh\n # code-server.sh -- Run code-server with the bundled Node binary.\n \n-cd "$(dirname "$(readlink -f "$0" || realpath "$0")")" || exit 1\n+dir="$(dirname "$(readlink -f...
TypeScript
04542c99fd57eab6c3def47a5c2170ee871e6d06
29
2020-03-05 10:38:13-06:00
21,600
['8c47ba255aa634ebb23482ccd8f5f98a0ecf7525']
Resolve passed-in directory Makes relative paths work correctly.
[{'old_path': 'src/node/app/vscode.ts', 'new_path': 'src/node/app/vscode.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -177,7 +177,7 @@ export class VscodeHttpProvider extends HttpProvider {\n [\n { url: route.query.workspace, workspace: true },\n { url: route.query.folder, workspace: fal...
TypeScript
1f6ff2f7631e0aa93233a54c2eb8b5baf46c87f3
29
2020-03-05 10:42:49-06:00
21,600
['04542c99fd57eab6c3def47a5c2170ee871e6d06']
Show --install-extension in help menu Also add --force so extensions can be updated without prompts. Closes #1392.
[{'old_path': 'src/node/cli.ts', 'new_path': 'src/node/cli.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -32,6 +32,7 @@ export interface Args extends VsArgs {\n readonly port?: number\n readonly socket?: string\n readonly version?: boolean\n+ readonly force?: boolean\n readonly "list-extensions"?: boo...
TypeScript
8c515029fd50f0f0ae987869d1e221b2234c033a
29
2020-03-05 11:18:05-06:00
21,600
['1f6ff2f7631e0aa93233a54c2eb8b5baf46c87f3']
Don't overwrite releases This makes them drafts again which is not what I wanted.
[{'old_path': '.travis.yml', 'new_path': '.travis.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -31,7 +31,6 @@ deploy:\n - provider: releases\n edge: true\n draft: true\n- overwrite: true\n tag_name: $TRAVIS_TAG\n target_commitish: $TRAVIS_COMMIT\n name: $TRAVIS_TAG\n'}]
TypeScript
c7e6e583871d5357b54e43f56c442f95f00831d7
29
2020-03-05 11:39:08-06:00
21,600
['8c515029fd50f0f0ae987869d1e221b2234c033a']
Output newlines in CI immediately Perhaps this is causing the output buffering issue with the arm builds.
[{'old_path': 'ci/build.ts', 'new_path': 'ci/build.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -34,7 +34,7 @@ class Builder {\n \n private async task<T>(message: string, fn: () => Promise<T>): Promise<T> {\n const time = Date.now()\n- this.log(`${message}...`, true)\n+ this.log(`${message}...`, !...
TypeScript
0b9a478289e6f15c2ab1f9345e3ece7b2eb29180
29
2020-03-05 15:49:37-06:00
21,600
['c7e6e583871d5357b54e43f56c442f95f00831d7']
Add connection type to websocket query parameters This allows external services to distinguish between them.
[{'old_path': 'ci/vscode.patch', 'new_path': 'ci/vscode.patch', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -442,6 +442,19 @@ index d0f6e6b18a..1966fd297d 100644\n -\n -\n -\n+diff --git a/src/vs/platform/remote/common/remoteAgentConnection.ts b/src/vs/platform/remote/common/remoteAgentConnection.ts\n+index eab85...
TypeScript
c8269fb54dd77302fb290219e0b4a4439b106a1e
29
2020-03-06 10:31:16-06:00
21,600
['0b9a478289e6f15c2ab1f9345e3ece7b2eb29180']
Add exec to startup script Removes an extra process. See #1388.
[{'old_path': 'ci/code-server.sh', 'new_path': 'ci/code-server.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,4 +3,4 @@\n \n dir="$(dirname "$(readlink -f "$0" || realpath "$0")")"\n \n-"$dir/node" "$dir/out/node/entry.js" "$@"\n+exec "$dir/node" "$dir/out/node/entry.js" "$@"\n'}]
TypeScript
8433a3d0813f7d905498931b1018b2583f92956c
100
2020-03-07 00:00:58+01:00
-3,600
['c8269fb54dd77302fb290219e0b4a4439b106a1e']
Combine all apt-get commands to really delete the cache from all layers
[{'old_path': 'ci/release-image/Dockerfile', 'new_path': 'ci/release-image/Dockerfile', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,10 +1,21 @@\n FROM debian:10\n \n-RUN apt-get update\n-RUN apt-get install -y curl\n+RUN apt-get update \\\n+ && apt-get install -y \\\n+ curl \\\n+ dumb-init \\\n+ htop ...
TypeScript
71f129162380d7da586086b440417715355960d2
8
2020-03-06 20:29:09-05:00
18,000
['c8269fb54dd77302fb290219e0b4a4439b106a1e']
verb agreement typo in FAQ dear owners, this is a simple copy-editing pull request. The issue regards verb-agreement. Thank you for your time, best, Dr. Matthew Jeffrey Abrams
[{'old_path': 'doc/FAQ.md', 'new_path': 'doc/FAQ.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -30,7 +30,7 @@ copy it to the extensions folder.\n \n VS Code Online is a closed source managed service by Microsoft and only runs on Azure.\n \n-code-server is open source and can be freely ran on any machine.\n+cod...
TypeScript
f83a57a0107032355c7e1c881a0ef1da13a729ce
12
2020-03-09 20:40:41+01:00
-3,600
['92cec80b0e0936416327ee9205a2e820e73fb630']
chore: update README link (as no longer redirects)
[{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -35,7 +35,7 @@ Use [sshcode](https://github.com/codercom/sshcode) for a simple setup.\n \n ### Digital Ocean\n \n-[![Create a Droplet](./doc/assets/droplet.svg)](https://marketplace.digitalocean.com/apps/code-server?ac...
TypeScript
26647c54c9b8b8d3f12a7ed06498a3bbb983ef53
29
2020-03-11 16:06:32-05:00
18,000
['253cf1c43861b6e673b0b39b12824cc98a87c54f']
Restore old folder query parameter behavior Fixes #1351.
[{'old_path': 'ci/vscode.patch', 'new_path': 'ci/vscode.patch', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -196,10 +196,39 @@ index 2c64061da7..c0ef8faedd 100644\n \t\t\t// Do nothing. If we can't read the file we have no\n \t\t\t// language pack config.\n diff --git a/src/vs/code/browser/workbench/workbench.t...
TypeScript
234244336801b83b2a20ae14adf09bd1116c6b47
29
2020-03-13 12:36:57-05:00
18,000
['26647c54c9b8b8d3f12a7ed06498a3bbb983ef53']
Set telemetry setting based on disable-telemetry flag By design the disable-telemetry flag does not affect extension telemetry, only the setting does, so disabling the setting when the flag is set should cause extensions to also stop sending telemetry. Fixes #1116.
[{'old_path': 'ci/vscode.patch', 'new_path': 'ci/vscode.patch', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -486,10 +486,10 @@ index eab8591492..26668701f7 100644\n \t\t\t\t\toptions.logService.error(`${logPrefix} socketFactory.connect() failed. Error:`);\n diff --git a/src/vs/server/browser/client.ts b/src/vs/s...
TypeScript
57de78e12a90f1b7e359e05f85579c68700e381a
29
2020-03-13 13:17:59-05:00
18,000
['234244336801b83b2a20ae14adf09bd1116c6b47']
Add show-versions flag and add help for list-extensions Closes #1417.
[{'old_path': 'src/node/cli.ts', 'new_path': 'src/node/cli.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -35,6 +35,7 @@ export interface Args extends VsArgs {\n readonly force?: boolean\n readonly "list-extensions"?: boolean\n readonly "install-extension"?: string[]\n+ readonly "show-versions"?: boolean...
TypeScript
a00fa85d7766fffa4ea306b82ef925557f01e54a
29
2020-03-13 13:23:30-05:00
18,000
['57de78e12a90f1b7e359e05f85579c68700e381a']
Qualify extensions in help output as VS Code extensions Also add a description for uninstall-extension and force.
[{'old_path': 'src/node/cli.ts', 'new_path': 'src/node/cli.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -101,11 +101,11 @@ const options: Options<Required<Args>> = {\n "builtin-extensions-dir": { type: "string", path: true },\n "extra-extensions-dir": { type: "string[]", path: true },\n "extra-builtin-e...
TypeScript
6cb228037b736a49303005647cd03a4d753d3b4a
29
2020-03-13 16:44:56-05:00
18,000
['a00fa85d7766fffa4ea306b82ef925557f01e54a']
Add base path to update endpoint from VS Code This will make it work regardless of what the current URL happens to be. Also move the telemetry setting into the options since we might as well make use of it seeing as how we have to parse it for the base path anyway.
[{'old_path': 'ci/vscode.patch', 'new_path': 'ci/vscode.patch', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -486,10 +486,10 @@ index eab8591492..26668701f7 100644\n \t\t\t\t\toptions.logService.error(`${logPrefix} socketFactory.connect() failed. Error:`);\n diff --git a/src/vs/server/browser/client.ts b/src/vs/s...
TypeScript
aeb6261189597a28f94cb209c87842f4f4b8be62
29
2020-03-13 17:42:10-05:00
18,000
['6cb228037b736a49303005647cd03a4d753d3b4a']
Update VS Code to 1.43.0
[{'old_path': 'ci/vscode.patch', 'new_path': 'ci/vscode.patch', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,8 +1,8 @@\n diff --git a/.gitignore b/.gitignore\n-index 160c42ed74..0d544c495c 100644\n+index e73dd4d9e8..e3192b3a0d 100644\n --- a/.gitignore\n +++ b/.gitignore\n-@@ -23,7 +23,6 @@ out-vscode-reh-web-m...
TypeScript
88f4b986c5162d73a0dc26abaced06b8ef9aab91
29
2020-03-16 11:01:46-05:00
18,000
['aeb6261189597a28f94cb209c87842f4f4b8be62']
Remove our env vars from the shell This enables developing code-server in code-server.
[{'old_path': 'ci/vscode.patch', 'new_path': 'ci/vscode.patch', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -179,6 +179,20 @@ index 5a631e0b39..4114bd9287 100644\n } else if (typeof process === 'object') {\n \t_isWindows = (process.platform === 'win32');\n \t_isMacintosh = (process.platform === 'darwin');\n+di...
TypeScript
d832f61d5b4e7019313bad6de4bd09ad7be5d69c
29
2020-03-16 12:04:09-05:00
18,000
['88f4b986c5162d73a0dc26abaced06b8ef9aab91']
Make client-side extensions work at any base
[{'old_path': 'ci/vscode.patch', 'new_path': 'ci/vscode.patch', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -819,7 +819,7 @@ index 0000000000..0d2e93edae\n +}\n diff --git a/src/vs/server/browser/worker.ts b/src/vs/server/browser/worker.ts\n new file mode 100644\n-index 0000000000..0ba93cc070\n+index 0000000000.....
TypeScript
db4a4f0f505a7bd3667a8594d0bd7ff8ec36e9c2
29
2020-03-16 15:14:51-05:00
18,000
['d192726e805a5ea608953354ca77ee8cda1647f7']
Don't ignore scripts for code-server prod yarn
[{'old_path': 'ci/build.ts', 'new_path': 'ci/build.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -135,7 +135,7 @@ class Builder {\n ])\n })\n \n- await this.copyDependencies("code-server", this.rootPath, this.buildPath, {\n+ await this.copyDependencies("code-server", this.rootPath, this.buildPa...
TypeScript
b52fbb4cb97e65cfb3122fe2ae536f3bdc365448
29
2020-03-16 15:14:54-05:00
18,000
['3463d56114afdcf421159b182043f23fc4624dee']
Catch error when openssl isn't installed
[{'old_path': 'lib/vscode', 'new_path': 'lib/vscode', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1 +1 @@\n-Subproject commit ae08d5460b5a45169385ff3fd44208f431992451\n+Subproject commit 78a4c91400152c0f27ba4d363eb56d2835f9903a\n'}, {'old_path': 'src/node/entry.ts', 'new_path': 'src/node/entry.ts', 'type': <Modi...
TypeScript
99dd2db97c4560ae4baf8bdac4fa7af2d6f75cb4
29
2020-03-16 15:14:55-05:00
18,000
['b52fbb4cb97e65cfb3122fe2ae536f3bdc365448']
Remove open in desktop button
[{'old_path': 'ci/vscode.patch', 'new_path': 'ci/vscode.patch', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -3101,7 +3101,7 @@ index 99394090da..4891e0fece 100644\n }\n \n diff --git a/src/vs/workbench/workbench.web.main.ts b/src/vs/workbench/workbench.web.main.ts\n-index a73f3a3e53..73509ffa21 100644\n+index a7...
TypeScript
89d78a592161ee6d6e6a12c9ee9fe1c564fc16e4
29
2020-03-16 15:19:06-05:00
18,000
['99dd2db97c4560ae4baf8bdac4fa7af2d6f75cb4']
Encode query params from open dialog Fixes #1424.
[{'old_path': 'ci/vscode.patch', 'new_path': 'ci/vscode.patch', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -210,7 +210,7 @@ index 2c64061da7..c0ef8faedd 100644\n \t\t\t// Do nothing. If we can\'t read the file we have no\n \t\t\t// language pack config.\n diff --git a/src/vs/code/browser/workbench/workbench.ts...
TypeScript
664ef17af893b844f12348e6567b0af1e497e7bb
98
2020-03-23 12:26:54+03:00
-10,800
['004004c04710cd8754480dd42c860d00ee9d8fea']
Fix documentation for build process
[{'old_path': 'doc/CONTRIBUTING.md', 'new_path': 'doc/CONTRIBUTING.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -26,5 +26,5 @@ works internally.\n yarn\n yarn vscode\n yarn build\n-node ./build/out/entry.js # Run the built JavaScript with Node.\n+node ./build/out/node/entry.js # Run the built JavaScript with ...
TypeScript
5887c1d33969dff5c4349a95a0c6b5b83833a7aa
98
2020-03-23 14:44:31+03:00
-10,800
['004004c04710cd8754480dd42c860d00ee9d8fea']
Returns back apple touch icon
[{'old_path': 'src/browser/pages/app.html', 'new_path': 'src/browser/pages/app.html', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -17,7 +17,7 @@\n href="{{BASE}}/static/{{COMMIT}}/src/browser/media/manifest.json"\n crossorigin="use-credentials"\n />\n- <link rel="apple-touch-icon" href="{{BASE}...
TypeScript
f5f29c012054f1ecc35b7c659012ac32a9959c9f
29
2020-03-24 16:05:07-05:00
18,000
['004004c04710cd8754480dd42c860d00ee9d8fea']
Set GitHub token when installing VS Code deps Should help with the ripgrep ratelimit issues.
[{'old_path': '.travis.yml', 'new_path': '.travis.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,7 +4,7 @@ jobs:\n include:\n - name: Test\n if: tag IS blank\n- script: ./ci/image/run.sh "yarn && yarn vscode && ./ci/ci.sh"\n+ script: ./ci/image/run.sh "yarn && GITHUB_TOKEN=3229b0eec0a1...
TypeScript
d1687c153343a8d46ec77410b226b65f8e2da1ba
29
2020-03-24 17:38:46-05:00
18,000
['f5f29c012054f1ecc35b7c659012ac32a9959c9f']
Catch error when SSH server fails to start
[{'old_path': 'src/node/entry.ts', 'new_path': 'src/node/entry.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -73,7 +73,11 @@ const main = async (args: Args): Promise<void> => {\n let sshPort = ""\n if (!args["disable-ssh"] && options.sshHostKey) {\n const sshProvider = httpServer.registerHttpProvider("...
TypeScript
0f066d30b4f6a78a55f895d310f379fe25844cb6
29
2020-03-25 14:04:36-05:00
18,000
['d1687c153343a8d46ec77410b226b65f8e2da1ba']
Add data-cfasync="false" to script tags This prevents Cloudflare's Rocket Loader from acting on them. Fixes #1451.
[{'old_path': 'src/browser/pages/app.html', 'new_path': 'src/browser/pages/app.html', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -22,7 +22,7 @@\n <meta id="coder-options" data-settings="{{OPTIONS}}" />\n </head>\n <body>\n- <script src="{{BASE}}/static/{{COMMIT}}/dist/register.js"></script>\n- <scr...
TypeScript
0a5687bacf192afad07e43fe5d4555cf766af8a4
29
2020-03-25 15:00:35-05:00
18,000
['27320465b71abae47a996fa28e664388f33b09e8']
Fix crash when unable to request an update
[{'old_path': 'src/node/app/update.ts', 'new_path': 'src/node/app/update.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -341,7 +341,7 @@ export class UpdateHttpProvider extends HttpProvider {\n const request = (uri: string): void => {\n logger.debug("Making request", field("uri", uri))\n c...
TypeScript
df1c34e29129e5e6ac3a600b7eb1dfb93a9c72a4
29
2020-03-27 12:03:01-05:00
18,000
['4a65b58772ff8a6fc822a8c875b9df8f4ae3b01d']
Overwrite GitHub releases again I was under the impression this was causing existing releases to become drafts again but that happens without this flag.
[{'old_path': '.travis.yml', 'new_path': '.travis.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -31,6 +31,7 @@ deploy:\n - provider: releases\n edge: true\n draft: true\n+ overwrite: true\n tag_name: $TRAVIS_TAG\n target_commitish: $TRAVIS_COMMIT\n name: $TRAVIS_TAG\n'}]
TypeScript
87ebf03eb7889595fbbd64ad2b03e784871e751a
29
2020-03-27 13:40:42-05:00
18,000
['df1c34e29129e5e6ac3a600b7eb1dfb93a9c72a4']
Skip vscode dependencies for test phase They aren't used so we can skip them.
[{'old_path': '.travis.yml', 'new_path': '.travis.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,7 +4,7 @@ jobs:\n include:\n - name: Test\n if: tag IS blank\n- script: ./ci/image/run.sh "yarn && GITHUB_TOKEN=3229b0eec0a1622d6d1d1e00fca5b626070f5a10 yarn vscode && ./ci/ci.sh"\n+ script...
TypeScript
7954656610419035a1d96af376e1a4b525706ad0
29
2020-03-27 16:58:50-05:00
18,000
['87ebf03eb7889595fbbd64ad2b03e784871e751a']
Set background color using VS Code theme
[{'old_path': 'ci/vscode.patch', 'new_path': 'ci/vscode.patch', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -493,10 +493,10 @@ index eab8591492..26668701f7 100644\n \t\t\t\t\toptions.logService.error(`${logPrefix} socketFactory.connect() failed. Error:`);\n diff --git a/src/vs/server/browser/client.ts b/src/vs/s...
TypeScript
12c3ccd6c7489dfd40a15fa7eb3fb7efc6889336
87
2020-03-28 14:29:04-07:00
25,200
['7954656610419035a1d96af376e1a4b525706ad0']
Peg yarn version to ensure deterministic builds "Yarn is fully deterministic as long as all your teammates are using the same Yarn version." (https://classic.yarnpkg.com/blog/2017/05/31/determinism/)
[{'old_path': 'ci/image/Dockerfile', 'new_path': 'ci/image/Dockerfile', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -15,7 +15,7 @@ RUN yum update -y && yum install -y \\\n RUN mkdir /usr/share/node && cd /usr/share/node \\\n && curl "https://nodejs.org/dist/v12.14.0/node-v12.14.0-linux-$(uname -m | sed \'s/86_/...
TypeScript
ce637d318d8ddd15255125a84eec2a6a4b204430
29
2020-03-30 17:43:08-05:00
18,000
['d8654b5a198398789095ad7ad2c79df48d3e0a42']
Add descriptions to SSH flags
[{'old_path': 'src/node/cli.ts', 'new_path': 'src/node/cli.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -98,8 +98,8 @@ const options: Options<Required<Args>> = {\n version: { type: "boolean", short: "v", description: "Display version information." },\n _: { type: "string[]" },\n \n- "disable-ssh": { type...
TypeScript
599670136dbcf3f352ab289ba563ec771596b52d
29
2020-03-30 17:43:09-05:00
18,000
['ce637d318d8ddd15255125a84eec2a6a4b204430']
Output commit along with the version
[{'old_path': 'package.json', 'new_path': 'package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,7 +1,7 @@\n {\n "name": "code-server",\n "license": "MIT",\n- "version": "3.0.1",\n+ "version": "3.0.2",\n "scripts": {\n "clean": "ci/clean.sh",\n "vscode": "ci/vscode.sh",\n'}, {'old_path': '...
TypeScript
6c104c016e61ae91a210052d27cf6baf59e17218
29
2020-03-30 17:43:10-05:00
18,000
['599670136dbcf3f352ab289ba563ec771596b52d']
Prevent exiting when an exception is uncaught
[{'old_path': 'src/node/entry.ts', 'new_path': 'src/node/entry.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -14,6 +14,13 @@ import { SshProvider } from "./ssh/server"\n import { generateCertificate, generatePassword, generateSshHostKey, hash, open } from "./util"\n import { ipcMain, wrap } from "./wrapper"\n ...
TypeScript
a4c0fd1fdc9ff59fc097f92f1cb2d3698833ce62
29
2020-03-30 17:43:11-05:00
18,000
['6c104c016e61ae91a210052d27cf6baf59e17218']
Run ssh server listen after http That way if they happen to conflict code-server doesn't crash.
[{'old_path': 'src/node/entry.ts', 'new_path': 'src/node/entry.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -79,17 +79,6 @@ const main = async (args: Args): Promise<void> => {\n ipcMain().onDispose(() => httpServer.dispose())\n \n logger.info(`code-server ${version} ${commit}`)\n-\n- let sshPort: number ...
TypeScript
26584f2060ab135a374fc2079265f625f13ab431
29
2020-04-01 13:41:05-05:00
18,000
['a4c0fd1fdc9ff59fc097f92f1cb2d3698833ce62']
Strip protocol from remote authority In Google cloud shell the host header is 127.0.0.1:8080 instead of the actual URL. This is what we write out to the HTML so VS Code can pick it up. However cloud shell rewrites this string when found in the HTML before serving it so it becomes https://8080-[...].appspot.com, result...
[{'old_path': 'ci/vscode.patch', 'new_path': 'ci/vscode.patch', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -248,7 +248,7 @@ index 2c64061da7..c0ef8faedd 100644\n \t\t\t// Do nothing. If we can\'t read the file we have no\n \t\t\t// language pack config.\n diff --git a/src/vs/code/browser/workbench/workbench.ts...
TypeScript
e480f6527e11344a7c69b7cd024bce9379cea7f0
29
2020-04-01 15:27:28-05:00
18,000
['26584f2060ab135a374fc2079265f625f13ab431']
Update VS Code to 1.43.2
[{'old_path': 'ci/vscode.patch', 'new_path': 'ci/vscode.patch', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -157,7 +157,7 @@ index 2d8b725ff2..a8d93a17ca 100644\n unique-stream@^2.0.2:\n version "2.2.1"\n diff --git a/package.json b/package.json\n-index 6e9b9dc0a0..49b14e536a 100644\n+index 29d3cb6677..d3788c...
TypeScript
37299abcc9233017af60b78e58e7ebed1f1c504d
29
2020-04-02 13:40:13-05:00
18,000
['e480f6527e11344a7c69b7cd024bce9379cea7f0']
Minor startup code improvements - Add type to HTTP options. - Fix certificate message always saying it was generated. - Dedent output not directly related to the HTTP server. - Remove unnecessary comma.
[{'old_path': 'src/node/entry.ts', 'new_path': 'src/node/entry.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,7 +9,7 @@ import { StaticHttpProvider } from "./app/static"\n import { UpdateHttpProvider } from "./app/update"\n import { VscodeHttpProvider } from "./app/vscode"\n import { Args, optionDescriptions...
TypeScript
13534fa0c0aa3d5e917919e97dc3f2730b9b453e
29
2020-04-02 13:40:14-05:00
18,000
['37299abcc9233017af60b78e58e7ebed1f1c504d']
Add proxy-domain flag This will be used for proxying ports.
[{'old_path': 'src/node/cli.ts', 'new_path': 'src/node/cli.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -39,6 +39,7 @@ export interface Args extends VsArgs {\n readonly "install-extension"?: string[]\n readonly "show-versions"?: boolean\n readonly "uninstall-extension"?: string[]\n+ readonly "proxy-dom...
TypeScript
77ad73d57953c83f00fb56712641595f75cc513b
29
2020-04-02 13:40:15-05:00
18,000
['13534fa0c0aa3d5e917919e97dc3f2730b9b453e']
Set domain on cookie This allows it to be used in subdomains.
[{'old_path': 'src/node/http.ts', 'new_path': 'src/node/http.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -526,9 +526,12 @@ export class HttpServer {\n "Set-Cookie": [\n `${payload.cookie.key}=${payload.cookie.value}`,\n `Path=${normalize(payload.cookie.path || "/...
TypeScript
90fd1f7dd1fe4a4b778ecc7ae3531943830a69e5
29
2020-04-02 13:40:16-05:00
18,000
['77ad73d57953c83f00fb56712641595f75cc513b']
Add proxy provider It'll be able to handle /proxy requests as well as subdomains.
[{'old_path': None, 'new_path': 'src/node/app/proxy.ts', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,83 @@\n+import * as http from "http"\n+import { HttpCode, HttpError } from "../../common/http"\n+import { AuthType, HttpProvider, HttpProviderOptions, HttpResponse, Route } from "../http"\n+\n+/**\n+ * Proxy ...
TypeScript
3a98d856a50f4013be066c270a1118cb37623553
29
2020-04-02 13:40:17-05:00
18,000
['90fd1f7dd1fe4a4b778ecc7ae3531943830a69e5']
Handle authentication with proxy The cookie will be set for the proxy domain so it'll work for all of its subdomains.
[{'old_path': 'src/node/app/proxy.ts', 'new_path': 'src/node/app/proxy.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,50 +1,52 @@\n import * as http from "http"\n import { HttpCode, HttpError } from "../../common/http"\n-import { AuthType, HttpProvider, HttpProviderOptions, HttpResponse, Route } from "../htt...
TypeScript
2086648c874173ea649cee70e56b392515619cd2
29
2020-04-02 13:40:18-05:00
18,000
['3a98d856a50f4013be066c270a1118cb37623553']
Only handle exact domain matches This simplifies the logic a bit.
[{'old_path': 'src/node/app/proxy.ts', 'new_path': 'src/node/app/proxy.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -6,8 +6,15 @@ import { HttpProvider, HttpProviderOptions, HttpProxyProvider, HttpResponse, Rou\n * Proxy HTTP provider.\n */\n export class ProxyHttpProvider extends HttpProvider implements Ht...
TypeScript
c0dd29c59183461c3f2fbb32813690346a08bb6a
29
2020-04-02 13:40:20-05:00
18,000
['8aa5675ba2668602ddb09d4a942607e7bdd8a5f7']
Fix domains with ports & localhost subdomains
[{'old_path': 'src/node/app/proxy.ts', 'new_path': 'src/node/app/proxy.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -61,7 +61,9 @@ export class ProxyHttpProvider extends HttpProvider implements HttpProxyProvider\n current = domain\n }\n })\n- return current || host\n+ // Setting the do...
TypeScript
737a8f5965b2150f86d120135bef26fb6e3e6f48
29
2020-04-02 13:40:21-05:00
18,000
['c0dd29c59183461c3f2fbb32813690346a08bb6a']
Catch proxy errors Otherwise they'll crash code-server.
[{'old_path': 'src/node/app/proxy.ts', 'new_path': 'src/node/app/proxy.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,3 +1,4 @@\n+import { logger } from "@coder/logger"\n import * as http from "http"\n import proxy from "http-proxy"\n import * as net from "net"\n@@ -21,6 +22,7 @@ export class ProxyHttpProvid...
TypeScript
561b6343c8cc478f6997728a538374db221fdd8b
29
2020-04-02 13:40:23-05:00
18,000
['e68d72c4d6dbee4d1c72a928a5051bbd24099b7e']
Ensure a trailing slash on subpath proxy
[{'old_path': 'doc/FAQ.md', 'new_path': 'doc/FAQ.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -83,7 +83,7 @@ Now you can browse to `<port>.coder.com`. Note that this uses the host header so\n ensure your reverse proxy forwards that information if you are using one.\n \n ### Sub-paths\n-Just browse to `/proxy/...
TypeScript
fd339a74333e63f6ea9aa9ec5c0945e35ec1d9dd
29
2020-04-02 13:40:24-05:00
18,000
['561b6343c8cc478f6997728a538374db221fdd8b']
Include query parameters when proxying
[{'old_path': 'doc/FAQ.md', 'new_path': 'doc/FAQ.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -66,10 +66,12 @@ You can use [Let's Encrypt](https://letsencrypt.org/) to get an SSL certificate\n for free.\n \n ## How do I access web services?\n+\n code-server is capable of proxying to any port using either a su...
TypeScript
e7e7b0ffb7c8273125c9661aeae04ffb85fcdd5a
29
2020-04-02 13:40:25-05:00
18,000
['fd339a74333e63f6ea9aa9ec5c0945e35ec1d9dd']
Fix redirects through subpath proxy
[{'old_path': 'src/browser/pages/home.html', 'new_path': 'src/browser/pages/home.html', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -17,7 +17,7 @@\n href="{{BASE}}/static/{{COMMIT}}/src/browser/media/manifest.json"\n crossorigin="use-credentials"\n />\n- <link rel="apple-touch-icon" href="{{BAS...
TypeScript
411c61fb028f0a4714f4747c419f43f5dfc48fe8
29
2020-04-02 13:40:26-05:00
18,000
['74a0bacdcf6cb4785c10c3b8c4fad80563229f95']
Create helper for determining if route is the root
[{'old_path': 'src/node/app/api.ts', 'new_path': 'src/node/app/api.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -43,8 +43,7 @@ export class ApiHttpProvider extends HttpProvider {\n \n public async handleRequest(route: Route, request: http.IncomingMessage): Promise<HttpResponse> {\n this.ensureAuthentica...
TypeScript
498becd11fbaaed4802214ba2374103448e982dd
29
2020-04-02 13:40:27-05:00
18,000
['411c61fb028f0a4714f4747c419f43f5dfc48fe8']
Use route.fullPath when adding trailing slash There's no need to specially construct the path.
[{'old_path': 'src/node/app/proxy.ts', 'new_path': 'src/node/app/proxy.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -49,14 +49,14 @@ export class ProxyHttpProvider extends HttpProvider implements HttpProxyProvider\n }\n \n // Ensure there is a trailing slash so relative paths work correctly.\n- con...
TypeScript
aaa6c279a116c22c5f06d52521de14f9aafbe588
29
2020-04-02 13:40:28-05:00
18,000
['498becd11fbaaed4802214ba2374103448e982dd']
Use Set for proxy domains
[{'old_path': 'src/node/app/proxy.ts', 'new_path': 'src/node/app/proxy.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -17,7 +17,7 @@ export class ProxyHttpProvider extends HttpProvider implements HttpProxyProvider\n /**\n * Proxy domains are stored here without the leading `*.`\n */\n- public readonly ...
TypeScript
a5d1d3b90e2379c3f64232f6da58afb05ade1f75
29
2020-04-02 13:40:29-05:00
18,000
['aaa6c279a116c22c5f06d52521de14f9aafbe588']
Move proxy logic into main HTTP server This makes the code much more internally consistent (providers just return payloads, include the proxy provider).
[{'old_path': 'src/node/app/proxy.ts', 'new_path': 'src/node/app/proxy.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,46 +1,12 @@\n-import { logger } from "@coder/logger"\n import * as http from "http"\n-import proxy from "http-proxy"\n-import * as net from "net"\n-import * as querystring from "querystring"\...
TypeScript
5fc00acc3946359e530401e0ae349a60138178bf
29
2020-04-02 14:48:15-05:00
18,000
['e480f6527e11344a7c69b7cd024bce9379cea7f0']
Fix incorrect reporting that an update failed
[{'old_path': 'ci/vscode.patch', 'new_path': 'ci/vscode.patch', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -512,10 +512,10 @@ index eab8591492..26668701f7 100644\n \t\t\t\t\toptions.logService.error(`${logPrefix} socketFactory.connect() failed. Error:`);\n diff --git a/src/vs/server/browser/client.ts b/src/vs/s...
TypeScript
d1445a8135d45fa46535e863e5de5e534fbcf759
29
2020-04-02 16:21:48-05:00
18,000
['5fc00acc3946359e530401e0ae349a60138178bf']
Back up code-server directory when updating
[{'old_path': 'src/node/app/update.ts', 'new_path': 'src/node/app/update.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -221,8 +221,13 @@ export class UpdateHttpProvider extends HttpProvider {\n targetPath = path.resolve(__dirname, "../../../")\n }\n \n- logger.debug("Replacing files", field(...
TypeScript
9c6581273ea1992bcfa929eddb3226fa411a21e6
29
2020-04-02 17:20:25-05:00
18,000
['d1445a8135d45fa46535e863e5de5e534fbcf759']
Show proper error when an update fails
[{'old_path': 'ci/vscode.patch', 'new_path': 'ci/vscode.patch', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -512,7 +512,7 @@ index eab8591492..26668701f7 100644\n \t\t\t\t\toptions.logService.error(`${logPrefix} socketFactory.connect() failed. Error:`);\n diff --git a/src/vs/server/browser/client.ts b/src/vs/ser...
TypeScript
ca998240a0a203d155a39182892bdd7fc6e49c5f
22
2020-04-03 13:09:32-05:00
-19,800
['d2a31477c76d82dbc40ee74cc1d3e954b8852c1b']
Fix typo in FAQ (#1489)
[{'old_path': 'doc/FAQ.md', 'new_path': 'doc/FAQ.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -19,7 +19,7 @@ As a result, Coder has created its own marketplace for open source extensions. I\n GitHub for VS Code extensions and building them. It's not perfect but getting better by the day with\n more and more e...
TypeScript
aefef5b0e81ea1c15939c1f3b0a52c29eaa7f75e
89
2020-04-06 22:23:14+00:00
0
['ca998240a0a203d155a39182892bdd7fc6e49c5f']
Send report issues to code-server repo
[{'old_path': 'ci/vscode.patch', 'new_path': 'ci/vscode.patch', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -170,6 +170,19 @@ index 29d3cb6677..d3788cb1ab 100644\n "applicationinsights": "1.0.8",\n "chokidar": "3.2.3",\n "graceful-fs": "4.2.3",\n+diff --git a/product.json b/product.json\n+index 759...
TypeScript
a5c35af81b335412522a8c25a75b1c4379d631ef
29
2020-04-07 15:18:19-05:00
18,000
['b78bdaf46e372ba394b3b5bb514f2d07ce797398']
Fix encoding issues with folder and workspace params The raw value is now passed back to VS Code so it can do the parsing with its own URI class rather than trying to parse using Node's url module first since that has no guarantee of working the same way. It also lets us keep the vscode-remote bit internal to VS Code....
[{'old_path': 'ci/vscode.patch', 'new_path': 'ci/vscode.patch', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -261,16 +261,32 @@ index 2c64061da7..c0ef8faedd 100644\n \t\t\t// Do nothing. If we can\'t read the file we have no\n \t\t\t// language pack config.\n diff --git a/src/vs/code/browser/workbench/workbench....
TypeScript
3b39482420755985f713eea4af090d6885f53c19
29
2020-04-07 17:49:50-05:00
18,000
['a5c35af81b335412522a8c25a75b1c4379d631ef']
Document workspace and folder behavior Also fixed a type issue.
[{'old_path': 'ci/vscode.patch', 'new_path': 'ci/vscode.patch', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -261,7 +261,7 @@ index 2c64061da7..c0ef8faedd 100644\n \t\t\t// Do nothing. If we can\'t read the file we have no\n \t\t\t// language pack config.\n diff --git a/src/vs/code/browser/workbench/workbench.ts...
TypeScript
a288351ad4b28f0ba1697a4eb8d171c51ddfd127
29
2020-04-08 11:54:18-05:00
18,000
['363cdd02df34e251f3102734a79497cd96324abb']
Respond when proxy errors Otherwise the request will just hang.
[{'old_path': 'src/node/http.ts', 'new_path': 'src/node/http.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -490,7 +490,10 @@ export class HttpServer {\n } else {\n this.server = http.createServer(this.onRequest)\n }\n- this.proxy.on("error", (error) => logger.warn(error.message))\n+ this.pr...
TypeScript
28e91ba70cd70fa9adf3f2e3e3b87631b5667ecf
29
2020-04-13 16:14:40-05:00
18,000
['5aded14b87e017d32d080b686515f6a26be455f1']
Fix domain issues when setting the cookie Fixes #1507.
[{'old_path': 'package.json', 'new_path': 'package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,7 +1,7 @@\n {\n "name": "code-server",\n "license": "MIT",\n- "version": "3.0.2",\n+ "version": "3.1.1",\n "scripts": {\n "clean": "ci/clean.sh",\n "vscode": "ci/vscode.sh",\n'}, {'old_path': '...
TypeScript
29b6115c77aea7eb36e37c9b0e365feff096d6f4
89
2020-04-14 17:22:52-05:00
18,000
['28e91ba70cd70fa9adf3f2e3e3b87631b5667ecf']
Adds dev container and docs (#1499)
[{'old_path': None, 'new_path': 'ci/dev-image/Dockerfile', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,13 @@\n+FROM node:12\n+\n+RUN apt-get update && apt-get install -y \\\n+ curl \\\n+ iproute2 \\\n+ vim \\\n+ iptables \\\n+ net-tools \\\n+ libsecret-1-dev \\\n+ libx11-dev \\\n+ lib...
TypeScript
974d4cb8fce7c8ca87ec1b1a170944b9bed2eef0
29
2020-04-16 11:56:46-05:00
18,000
['29b6115c77aea7eb36e37c9b0e365feff096d6f4']
Allow specifying a workspace on the command line Fixes #1535.
[{'old_path': 'doc/FAQ.md', 'new_path': 'doc/FAQ.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -139,8 +139,8 @@ code-server tries the following in order:\n \n 1. The `workspace` query parameter.\n 2. The `folder` query parameter.\n-3. The directory passed on the command line.\n-4. The last opened workspace or ...
TypeScript
c7753f2cf9624da4a1b32b8257d6137045abca58
55
2020-04-16 14:57:41-04:00
14,400
['974d4cb8fce7c8ca87ec1b1a170944b9bed2eef0']
Update docker one liner to forward UID/GID Closes #1425
[{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -6,7 +6,7 @@ remote server, accessible through the browser.\n Try it out:\n \n ```bash\n-docker run -it -p 127.0.0.1:8080:8080 -v "$PWD:/home/coder/project" codercom/code-server\n+docker run -it -p 127.0.0.1:8080:8080 ...
TypeScript
27ba64c7e4c27ea08c3856b543be11a38c4879ca
29
2020-04-17 15:16:10-05:00
18,000
['c7753f2cf9624da4a1b32b8257d6137045abca58']
Improve request error handling See #1532 for more context. - Errored JSON requests will get back the error in JSON instead of using the status text. This seems better to me because it seems more correct to utilize the response body over hijacking the status text. The caller is expecting JSON anyway. Worst of al...
[{'old_path': 'ci/vscode.patch', 'new_path': 'ci/vscode.patch', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -541,10 +541,10 @@ index eab8591492..26668701f7 100644\n \t\t\t\t\toptions.logService.error(`${logPrefix} socketFactory.connect() failed. Error:`);\n diff --git a/src/vs/server/browser/client.ts b/src/vs/s...
TypeScript
ee14db20f10228c45696d21cf58732736f7577d4
29
2020-04-20 18:10:07-05:00
18,000
['27ba64c7e4c27ea08c3856b543be11a38c4879ca']
Allow data: in CSP for font-src Closes #1530.
[{'old_path': 'src/browser/pages/app.html', 'new_path': 'src/browser/pages/app.html', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -8,7 +8,7 @@\n />\n <meta\n http-equiv="Content-Security-Policy"\n- content="style-src \'self\' \'unsafe-inline\'; manifest-src \'self\'; img-src \'self\' data:;"\n+...
TypeScript
dcde596002b9789e09db627e2c48f8e732965e0d
29
2020-04-20 18:55:14-05:00
18,000
['ee14db20f10228c45696d21cf58732736f7577d4']
Document debugging process Closes #1465.
[{'old_path': '.github/issue_template.md', 'new_path': '.github/issue_template.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,5 +2,8 @@\n Please file all questions and support requests at https://www.reddit.com/r/codeserver/\n The issue tracker is only for bugs.\n \n+Please see https://github.com/cdr/code-se...
TypeScript
caa299b60dc4d11d4ad1e9250fd9630e42578b7b
29
2020-04-21 14:25:27-05:00
18,000
['dcde596002b9789e09db627e2c48f8e732965e0d']
Update VS Code to 1.44.2
[{'old_path': 'ci/vscode.patch', 'new_path': 'ci/vscode.patch', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -11,7 +11,7 @@ index e73dd4d9e8..e3192b3a0d 100644\n build/node_modules\n coverage/\n diff --git a/.yarnrc b/.yarnrc\n-index 7808166004..1e16cde724 100644\n+index 7808166004..c877697068 100644\n --- a/.ya...
TypeScript
401f08db6391c0f4cb6f357bc0684335459c65a9
55
2020-04-22 17:49:02-04:00
14,400
['caa299b60dc4d11d4ad1e9250fd9630e42578b7b']
Fix code-server.sh script on macOS
[{'old_path': 'ci/code-server.sh', 'new_path': 'ci/code-server.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,6 +1,18 @@\n #!/usr/bin/env sh\n-# code-server.sh -- Run code-server with the bundled Node binary.\n+# Runs code-server with the bundled Node binary.\n \n-dir="$(dirname "$(readlink -f "$0" || realpa...
TypeScript