Search is not available for this dataset
hash
string
author
int32
committer_date
string
timezone
int64
parents
string
message
string
changes
string
language
string
c11d5fe9e6a52e80b85c2d95299af4c22d276e8e
29
2019-08-12 14:27:11-05:00
18,000
['90e8714e7149daf47aa09321d64a04ffd9266ee2']
Fix error when passing empty extra extension dir flag
[{'old_path': 'scripts/vscode.patch', 'new_path': 'scripts/vscode.patch', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -234,7 +234,7 @@ index a6c9eb9d11..3f8995b727 100644\n +\textraBuiltinExtensionPaths: string[];\n }\n diff --git a/src/vs/platform/environment/node/environmentService.ts b/src/vs/platform/environ...
TypeScript
2470081789ea95f0a594cf462395ce1e9cbbb3a7
29
2019-08-12 15:39:04-05:00
18,000
['c11d5fe9e6a52e80b85c2d95299af4c22d276e8e']
Exit when pipe closes This allows piping to things like `head` without SIGPIPE errors.
[{'old_path': 'src/cli.ts', 'new_path': 'src/cli.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -229,6 +229,12 @@ const main = async(): Promise<boolean | void | void[]> => {\n \treturn startCli() || new WrapperProcess().start();\n };\n \n+// It\'s possible that the pipe has closed (for example if you run code-s...
TypeScript
83f86a45b6e2f5e5d44fe2e71638dcdd091a0ac8
29
2019-08-14 10:25:31-05:00
18,000
['45ad7f020a509066e2345b6cf36b8bcd0b723a41']
Load language bundles on the client
[{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -119,8 +119,9 @@ Our changes include:\n - Change a regular expression used for mnemonics so it works on Firefox.\n - Make it possible for us to load code on the client.\n - Modify the build process to include our code....
TypeScript
a48c2fb119375efba1ab18160b2ea680d30bd4cc
29
2019-08-15 14:30:41-05:00
18,000
['07ec4ca63e5a735315a6cb71f8379556b481924c']
Handle webview service worker resource requests
[{'old_path': 'src/channel.ts', 'new_path': 'src/channel.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -166,7 +166,15 @@ export class FileProviderChannel implements IServerChannel, IDisposable {\n \t\t// HACK: for now assume /out is relative to the build (used for the\n \t\t// walkthrough content).\n \t\tif (r...
TypeScript
72fe124e30caaf4048349a6d208f9f610c533d95
29
2019-08-15 15:40:02-05:00
18,000
['a48c2fb119375efba1ab18160b2ea680d30bd4cc']
Fix loading resources in webviews Fixes #901.
[{'old_path': 'scripts/vscode.patch', 'new_path': 'scripts/vscode.patch', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1033,7 +1033,7 @@ index 0d2d53003b..03489411bb 100644\n \t\t\tgroup: \'5_update\',\n \t\t\tcommand: {\n diff --git a/src/vs/workbench/contrib/webview/browser/pre/index.html b/src/vs/workbench/c...
TypeScript
d1662d76586de9f7ecb0ea6d42a37efb0b62221b
29
2019-08-15 15:41:04-05:00
18,000
['72fe124e30caaf4048349a6d208f9f610c533d95']
Ensure service workers are supported before use Fixes #909.
[{'old_path': 'scripts/vscode.patch', 'new_path': 'scripts/vscode.patch', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -757,14 +757,18 @@ index 622bb7889b..66dd4b0bbc 100644\n \n self.addEventListener('message', event => {\n diff --git a/src/vs/workbench/contrib/resources/browser/resourceServiceWorkerClient.ts b...
TypeScript
f61a0ae78a6902b594a8061ff22760f769fbe635
29
2019-08-15 16:02:14-05:00
18,000
['d1662d76586de9f7ecb0ea6d42a37efb0b62221b']
Set unexpected error handler on startup Fixes #911.
[{'old_path': 'src/cli.ts', 'new_path': 'src/cli.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,6 @@\n import * as cp from "child_process";\n import * as os from "os";\n+import { setUnexpectedErrorHandler } from "vs/base/common/errors";\n import { main as vsCli } from "vs/code/node/cliProcessMain";\n im...
TypeScript
6737384d27f70f6dbc5cfcd1f87301ca6c27fa1f
29
2019-08-15 17:28:02-05:00
18,000
['f61a0ae78a6902b594a8061ff22760f769fbe635']
Handle existing query when opening folder
[{'old_path': 'scripts/vscode.patch', 'new_path': 'scripts/vscode.patch', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -583,20 +583,21 @@ index ede771a03e..bb40fcdd6b 100644\n \t\t\tif (!userDataProvider) {\n \t\t\t\tconst remoteUserDataUri = this.getRemoteUserDataUri();\n diff --git a/src/vs/workbench/browser/w...
TypeScript
b4e1a62cb4e37df043f0e7a07fdfaad6ddb5e67b
29
2019-08-16 15:06:59-05:00
18,000
['6737384d27f70f6dbc5cfcd1f87301ca6c27fa1f']
Fix tasks Fixes #898.
[{'old_path': 'scripts/vscode.patch', 'new_path': 'scripts/vscode.patch', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -60,7 +60,7 @@ index 99bd930a91..319c4bd3c3 100644\n ];\n \n diff --git a/src/vs/base/browser/dom.ts b/src/vs/base/browser/dom.ts\n-index fa12f62900..a4c72fee8e 100644\n+index fa12f62900..509e76...
TypeScript
19541c27ff49edeb1d4c3cf7b4735fabf191e98e
93
2019-08-19 22:18:17+02:00
-7,200
['8c39e085f487deb479260acb018724377ee894e8']
refs #914: Helm chart
[{'old_path': None, 'new_path': 'deployment/chart/Chart.yaml', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,5 @@\n+apiVersion: v1\n+appVersion: "1.0"\n+description: A Helm chart for code-server\n+name: code-server\n+version: 1.0.0\n'}, {'old_path': None, 'new_path': 'deployment/chart/README.md', 'type': <Modi...
TypeScript
ce3b7dfb1ee60b9a20f63891e6ae6b9db1cfc5e9
29
2019-08-19 16:59:36-05:00
18,000
['b4e1a62cb4e37df043f0e7a07fdfaad6ddb5e67b']
Use readlink -f if realpath isn't available
[{'old_path': 'scripts/tasks.bash', 'new_path': 'scripts/tasks.bash', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -190,12 +190,21 @@ function binary-task() {\n \tlog "Binary: ${buildPath}/${binaryName}"\n }\n \n+function absolute-path() {\n+\tlocal relative="${1}"; shift\n+\tif command -v realpath &> /dev/null ; ...
TypeScript
e53d6bce681dfe5d00e8a3a2231b9c9ab6761a8c
29
2019-08-19 17:02:02-05:00
18,000
['ce3b7dfb1ee60b9a20f63891e6ae6b9db1cfc5e9']
Forward GitHub token to docker build if it exists
[{'old_path': 'scripts/ci.bash', 'new_path': 'scripts/ci.bash', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -5,6 +5,7 @@ set -euo pipefail\n function docker-build() {\n \tlocal target="${TARGET:-}"\n \tlocal image="codercom/nbin-${target}"\n+\tlocal token="${GITHUB_TOKEN:-}"\n \tif [[ "${target}" == "linux" ]] ; ...
TypeScript
b9fc40409a3223e306e7657c467cadd68e8496ae
29
2019-08-19 17:17:38-05:00
18,000
['e53d6bce681dfe5d00e8a3a2231b9c9ab6761a8c']
Forward minify environment variable to Docker build
[{'old_path': 'scripts/ci.bash', 'new_path': 'scripts/ci.bash', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -6,6 +6,7 @@ function docker-build() {\n \tlocal target="${TARGET:-}"\n \tlocal image="codercom/nbin-${target}"\n \tlocal token="${GITHUB_TOKEN:-}"\n+\tlocal minify="${MINIFY:-}"\n \tif [[ "${target}" == "l...
TypeScript
615948c73fd9eca56fe7672a77b5b4acd04f5411
93
2019-08-20 15:00:59+02:00
-7,200
['19541c27ff49edeb1d4c3cf7b4735fabf191e98e']
refs #914: Fix identation for args and vars
[{'old_path': 'deployment/chart/templates/deployment.yaml', 'new_path': 'deployment/chart/templates/deployment.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -56,6 +56,9 @@ spec:\n runAsUser: {{ .Values.securityContext.runAsUser }}\n {{- end }}\n env:\n+ {{- if .Values.e...
TypeScript
534600c1ff026b60260738b66a89af7c9fb7a68d
29
2019-08-20 19:16:44-05:00
18,000
['b9fc40409a3223e306e7657c467cadd68e8496ae']
Don't error when scanning nonexistent extension dir
[{'old_path': 'scripts/vscode.patch', 'new_path': 'scripts/vscode.patch', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -278,7 +278,7 @@ index 9373b22383..a98ff4723c 100644\n \tconstructor(private _args: ParsedArgs, private _execPath: string) {\n \t\tif (!process.env['VSCODE_LOGS']) {\n diff --git a/src/vs/platfo...
TypeScript
ccc4f87ada788920d933448d5711ea15d5b7929c
29
2019-08-20 19:46:39-05:00
18,000
['534600c1ff026b60260738b66a89af7c9fb7a68d']
Don't package for release if we don't need to
[{'old_path': '.travis.yml', 'new_path': '.travis.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -18,6 +18,7 @@ matrix:\n - VSCODE_VERSION="1.37.0" MAJOR_VERSION="2" VERSION="$MAJOR_VERSION.$TRAVIS_BUILD_NUMBER"\n before_install:\n - if [[ "$TRAVIS_BRANCH" == "master" ]]; then export MINIFY="true"; fi\n+...
TypeScript
c2be0ec71bd64a7c6200ab9ad8835376299b603c
29
2019-08-21 10:29:37-05:00
18,000
['ccc4f87ada788920d933448d5711ea15d5b7929c']
Fix Firefox when using extensions that insert styles
[{'old_path': 'scripts/vscode.patch', 'new_path': 'scripts/vscode.patch', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -761,7 +761,7 @@ index 622bb7889b..66dd4b0bbc 100644\n \n self.addEventListener('message', event => {\n diff --git a/src/vs/workbench/contrib/resources/browser/resourceServiceWorkerClient.ts b/s...
TypeScript
80050d0d9d8fd11061e9694cc8474fe36b214df6
29
2019-08-21 12:45:09-05:00
18,000
['c2be0ec71bd64a7c6200ab9ad8835376299b603c']
Detect target automatically This removes the potential for a bad build because the native Node modules currently can only be built on the target system, so specifying a target for something other than the system your are building on will not work.
[{'old_path': 'scripts/ci.bash', 'new_path': 'scripts/ci.bash', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -26,7 +26,7 @@ function docker-build() {\n \n \tfunction docker-exec() {\n \t\tlocal command="${1}" ; shift\n-\t\tlocal args="\'${vscodeVersion}\' \'${codeServerVersion}\' \'${target}\'"\n+\t\tlocal args="\...
TypeScript
c19223b7fe79008cd7140f3a3f2bc0aae20292a2
29
2019-08-21 12:45:10-05:00
18,000
['80050d0d9d8fd11061e9694cc8474fe36b214df6']
Fix error when building without first running yarn
[{'old_path': 'scripts/tasks.bash', 'new_path': 'scripts/tasks.bash', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -56,7 +56,7 @@ function prepend-loader() {\n # Copy code-server into VS Code then build it.\n function build-code-server() {\n \tcopy-server\n-\tyarn gulp compile-build --max-old-space-size=32384\n+\t...
TypeScript
950dad9489d988a6f705d80f6a088fbcc77c8cde
29
2019-08-21 14:13:26-05:00
18,000
['c19223b7fe79008cd7140f3a3f2bc0aae20292a2']
Simplify getting the absolute path during build
[{'old_path': 'scripts/tasks.bash', 'new_path': 'scripts/tasks.bash', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -190,21 +190,12 @@ function binary-task() {\n \tlog "Binary: ${buildPath}/${binaryName}"\n }\n \n-function absolute-path() {\n-\tlocal relative="${1}"; shift\n-\tif command -v realpath &> /dev/null ; ...
TypeScript
ddd5a9ae79b905fef7b50db226ca8e149d2d069f
29
2019-08-21 17:02:31-05:00
18,000
['950dad9489d988a6f705d80f6a088fbcc77c8cde']
Update data and extension paths to match version one To ensure users don't lose their extensions when updating.
[{'old_path': 'src/cli.ts', 'new_path': 'src/cli.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,6 @@\n import * as cp from "child_process";\n import * as os from "os";\n+import * as path from "path";\n import { setUnexpectedErrorHandler } from "vs/base/common/errors";\n import { main as vsCli } from "vs...
TypeScript
4800ec6392ef1e3334e25e9f1971ac38633507d7
29
2019-08-22 12:15:23-05:00
18,000
['3e2d12a2245b2650982940b6183bdaeb85ece027']
Fix playground when behind a proxy with a sub-path It gets the web URL for the file yet uses the file service to load it, so having a sub-path causes it not to be found on disk (the sub-path obviously only means anything for the web server and isn't on disk).
[{'old_path': 'scripts/vscode.patch', 'new_path': 'scripts/vscode.patch', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1117,6 +1117,19 @@ index 63585fc25c..f49b63e024 100644\n \t\t\t// apply default script\n \t\t\tif (options.allowScripts) {\n \t\t\t\tconst defaultScript = newDocument.createElement(\'script\')...
TypeScript
c4fd72587583cb9432714556e666b50ddbff46ef
29
2019-08-22 16:30:22-05:00
18,000
['4800ec6392ef1e3334e25e9f1971ac38633507d7']
Fix built-in Typescript when bundled Fixes #641.
[{'old_path': 'scripts/tasks.bash', 'new_path': 'scripts/tasks.bash', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -96,6 +96,7 @@ function build-code-server() {\n \n \tprepend-loader "out/vs/server/main.js"\n \tprepend-loader "out/bootstrap-fork.js"\n+\tprepend-loader "extensions/node_modules/typescript/lib/tsserv...
TypeScript
78b6b3afdfaf7e1f475015287d98163473be6edd
29
2019-08-23 13:44:14-05:00
18,000
['c4fd72587583cb9432714556e666b50ddbff46ef']
Add check for missing reconnection token This means something is misconfigured.
[{'old_path': 'src/server.ts', 'new_path': 'src/server.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -266,7 +266,7 @@ export abstract class Server {\n \t\t\tawait this.preHandleWebSocket(request, socket);\n \t\t} catch (error) {\n \t\t\tsocket.destroy();\n-\t\t\tconsole.error(error);\n+\t\t\tconsole.error(erro...
TypeScript
830ccfe2453f09bbdfa6bacd143bfa0b1f566f5c
29
2019-08-23 14:54:39-05:00
18,000
['78b6b3afdfaf7e1f475015287d98163473be6edd']
Fix toggling and hiding the menu bar
[{'old_path': 'scripts/vscode.patch', 'new_path': 'scripts/vscode.patch', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -572,6 +572,36 @@ index cf1d6b5b60..be8fdb32f7 100644\n \t\t}\n \n \t\t// Make the window active to handle the drop properly within\n+diff --git a/src/vs/workbench/browser/layout.ts b/src/vs/wo...
TypeScript
d33b2d2af9ce87b789e256ed16b94ddc81ff13f3
29
2019-08-27 14:03:27-05:00
18,000
['830ccfe2453f09bbdfa6bacd143bfa0b1f566f5c']
Fix web view sometimes not loading correctly Fixes #929.
[{'old_path': 'scripts/vscode.patch', 'new_path': 'scripts/vscode.patch', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1109,7 +1109,7 @@ index 0d2d53003b..03489411bb 100644\n \t\t\tgroup: \'5_update\',\n \t\t\tcommand: {\n diff --git a/src/vs/workbench/contrib/webview/browser/pre/index.html b/src/vs/workbench/c...
TypeScript
a3ee7c96a06d034e5fc107022fd04ecfb2e7b5da
29
2019-08-27 14:26:54-05:00
18,000
['d33b2d2af9ce87b789e256ed16b94ddc81ff13f3']
Don't open cwd by default Fixes #889. Previous it would use the cwd. In some cases that's the path of where the binary is located which is a weird place to open.
[{'old_path': 'src/server.ts', 'new_path': 'src/server.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -490,7 +490,7 @@ export class MainServer extends Server {\n \t\tconst locale = environment.args.locale || await getLocaleFromConfig(environment.userDataPath);\n \t\tconst cwd = process.env.VSCODE_CWD || process...
TypeScript
c9ce9ebb2e1d23bf44e78b49f700aa9eba835c78
29
2019-08-28 16:40:29-05:00
18,000
['a3ee7c96a06d034e5fc107022fd04ecfb2e7b5da']
Fix spawns against Node For example some code tries to run -e against the binary but that fails since we inject our entry file every time the binary is invoked. Fixes #932.
[{'old_path': 'main.js', 'new_path': 'main.js', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1 +1,7 @@\n+// Once our entry file is loaded we no longer need nbin to bypass normal Node\n+// execution. We can still shim the fs into the binary even when bypassing. This\n+// will ensure for example that a spawn like `...
TypeScript
b901043bfc61a3baffdb518dc2a690224e71ee1f
29
2019-08-29 19:11:11-05:00
18,000
['624a4c08b9786aad3061ac8ff2f5c1a497514771']
Target a recent commit for VS Code This is so we can try out the web worker extension host.
[{'old_path': '.travis.yml', 'new_path': '.travis.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -8,14 +8,14 @@ matrix:\n - os: linux\n dist: trusty\n env:\n- - VSCODE_VERSION="1.37.0" MAJOR_VERSION="2" VERSION="$MAJOR_VERSION.$TRAVIS_BUILD_NUMBER" TARGET="linux"\n+ - VSCODE_VERSION="20dd80...
TypeScript
a26844ea45150ea65c367f8a03aae845f37a1eb5
29
2019-09-04 11:47:50-05:00
18,000
['da7d8b04a88c4b57e702591ce4717e3c38d01717']
Add package.json for publishing API types
[{'old_path': 'src/api.ts', 'new_path': 'src/api.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,4 +1,5 @@\n import * as vscode from "vscode";\n+import { CoderApi, VSCodeApi } from "../typings/api";\n import { createCSSRule } from "vs/base/browser/dom";\n import { Emitter, Event } from "vs/base/common/event";...
TypeScript
44000459da47aa804ef4bf9d92251c5f81eda730
29
2019-09-05 15:26:35-05:00
18,000
['9d8906d2509ccb45bb077dd96dbb14ef5e876137']
Add environment variable for telemetry endpoint
[{'old_path': 'src/insights.ts', 'new_path': 'src/insights.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,6 @@\n import * as appInsights from "applicationinsights";\n import * as https from "https";\n+import * as http from "http";\n import * as os from "os";\n \n export class TelemetryClient implements ...
TypeScript
116480137693fa4182072dfad0fe5c7a7e6d0779
29
2019-09-09 16:41:04-05:00
18,000
['12e608468b32d92ed26e6915ce0f8f4c405b5927']
Keep a maximum number of connections instead of a timeout There's no way to actually know if those clients have gone away, so it seems it might be better to base it on whether the user has connected again with new clients to determine if the old clients are now invalid.
[{'old_path': 'src/connection.ts', 'new_path': 'src/connection.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -12,47 +12,53 @@ import { uriTransformerPath } from "vs/server/src/util";\n import { IExtHostReadyMessage } from "vs/workbench/services/extensions/common/extensionHostProtocol";\n \n export abstract cla...
TypeScript
0e1fed3c24f2be627ee64f5a7204be78b25beb13
29
2019-09-10 11:29:48-05:00
18,000
['e9fce801a0ee18f8612f1e2fa09687ca30f76020']
Make CI script work independently from your cwd
[{'old_path': 'scripts/ci.bash', 'new_path': 'scripts/ci.bash', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -59,6 +59,8 @@ function local-build() {\n \n # Build code-server in the CI.\n function main() {\n+\tcd "$(dirname "${0}")/.."\n+\n \tlocal codeServerVersion="${VERSION:-}"\n \tlocal vscodeVersion="${VSCODE_...
TypeScript
51a82655a925646a05a39a883c7b556fd8bc63d7
31
2019-09-12 10:12:39-05:00
-28,800
['ed3e9d31f4bb25c740d19e8f4a707cb24cbfc556']
[README] Add volume flag for persisting configs (#969) Fixes GH-965
[{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -8,7 +8,7 @@\n \n Try it out:\n ```bash\n-docker run -it -p 127.0.0.1:8443:8443 -v "${PWD}:/home/coder/project" codercom/code-server --allow-http --no-auth\n+docker run -it -p 127.0.0.1:8443:8443 -v "${HOME}/.local/sha...
TypeScript
64cc2895f3e2c978ffa0b9b157174e7811fb9d45
31
2019-09-12 10:27:22-05:00
-28,800
['51a82655a925646a05a39a883c7b556fd8bc63d7']
[doc/self-hosted] make XFO same origin in docs (#970) As reported in GH-962, this breaks VSCode's extension details view. Might need further triage if its also a v2 internal issue.
[{'old_path': 'doc/self-hosted/index.md', 'new_path': 'doc/self-hosted/index.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -148,7 +148,7 @@ server {\n # real_ip_header CF-Connecting-IP;\n \n # Other security options.\n- add_header X-Frame-Options DENY;\n+ add_header X-Frame-Options SAMEORIGIN;\n add_he...
TypeScript
8643bdc9d7dce4a2b3e734bedb91336dbd00e64c
31
2019-09-13 00:48:09+08:00
-28,800
['5b51999df71a3c4f726ccabc380b294e9cb352de']
fix further conflicts in README.md Signed-off-by: Ayane Satomi <chinodesuuu@gmail.com>
[{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -18,12 +18,6 @@ docker run -it -p 127.0.0.1:8080:8080 -v "$PWD:/home/coder/project" codercom/cod\n ![Screenshot](/doc/assets/ide.gif)\n \n ## Getting Started\n-<<<<<<< HEAD\n-=======\n-\n-[![Create a Droplet](./doc/ass...
TypeScript
cb0f9c58d234badc0a501c7dee2d7d57ac97eac4
31
2019-09-13 00:51:29+08:00
-28,800
['8643bdc9d7dce4a2b3e734bedb91336dbd00e64c']
re-add GH-969 I somehow deleted it during the conflict resolution Signed-off-by: Ayane Satomi <chinodesuuu@gmail.com>
[{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -5,7 +5,7 @@ remote server, accessible through the browser.\n \n Try it out:\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
f8635a124f71ea63097b27d671def5749396a0ed
29
2019-09-12 12:17:16-05:00
18,000
['c3c50e9a6a34f15e2fe8d6f5b7568547253f387f']
Add tar endpoint This will be used to load extensions into the browser using requirefs.
[{'old_path': 'package.json', 'new_path': 'package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -17,6 +17,7 @@\n "@coder/nbin": "^1.2.0",\n "@types/pem": "^1.9.5",\n "@types/safe-compare": "^1.1.0",\n+ "@types/tar-fs": "^1.16.1",\n "@types/tar-stream": "^1.6.1",\n "nodemon": "^1.19.1"...
TypeScript
46d16811b9c05565679e80cd5bd5f6eee26e3c02
29
2019-09-12 12:18:20-05:00
18,000
['f8635a124f71ea63097b27d671def5749396a0ed']
Add missing VS Code version to release tag & name
[{'old_path': '.travis.yml', 'new_path': '.travis.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -30,9 +30,9 @@ deploy:\n provider: releases\n file_glob: true\n draft: true\n- tag_name: "$VERSION"\n+ tag_name: "$VERSION-vsc$VSCODE_VERSION"\n target_commitish: "$TRAVIS_COMMIT"\n- name: "$VERSION"\n+ ...
TypeScript
398bc2ff41406a8616bf72001ddb61fd38024d5f
29
2019-09-12 15:38:53-05:00
18,000
['ae1126d43f263b9ab0cae129e041c3e671934da4']
Try travis_wait to fix long minify task in MacOS
[{'old_path': '.travis.yml', 'new_path': '.travis.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -20,7 +20,7 @@ before_install:\n - if [[ "$TRAVIS_BRANCH" == "master" ]]; then export MINIFY="true"; fi\n - if [[ "$TRAVIS_BRANCH" == "master" ]]; then export PACKAGE="true"; fi\n script:\n-- scripts/ci.bash\n+- tr...
TypeScript
7353be413ca4530761b3fd8a451a8bc7f01b3c7d
29
2019-09-12 16:17:18-05:00
18,000
['398bc2ff41406a8616bf72001ddb61fd38024d5f']
Add missing VS Code version to git tag
[{'old_path': '.travis.yml', 'new_path': '.travis.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -22,10 +22,10 @@ before_install:\n script:\n - travis_wait 30 scripts/ci.bash\n before_deploy:\n-- echo "$VERSION" "$TRAVIS_COMMIT"\n+- echo "$VERSION-vsc$VSCODE_VERSION" "$TRAVIS_COMMIT"\n - git config --local use...
TypeScript
dbe5f23e21a51ba0fc54c57e80eb12bc2737cb35
29
2019-09-12 17:24:59-05:00
18,000
['7353be413ca4530761b3fd8a451a8bc7f01b3c7d']
Fix Docker image not building It seems to copy the entire directory to the second container for some reason and runs out of space.
[{'old_path': '.dockerignore', 'new_path': '.dockerignore', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,3 +9,4 @@ doc\n LICENSE\n README.md\n node_modules\n+release\n\\ No newline at end of file\n'}, {'old_path': 'Dockerfile', 'new_path': 'Dockerfile', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -16,7 +1...
TypeScript
0bbaa9763be832c7e83df0fc13585098da201e85
29
2019-09-13 10:17:27-05:00
18,000
['dbe5f23e21a51ba0fc54c57e80eb12bc2737cb35']
Add back Digital Ocean button
[{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -18,6 +18,7 @@ docker run -it -p 127.0.0.1:8080:8080 -v "${HOME}/.local/share/code-server:/home\n ![Screenshot](/doc/assets/ide.gif)\n \n ## Getting Started\n+\n ### Run over SSH\n Use [sshcode](https://github.com/code...
TypeScript
8b1cdaa4a168b85c4e62112c0be23ac8659e2a6a
29
2019-09-13 10:20:35-05:00
18,000
['0bbaa9763be832c7e83df0fc13585098da201e85']
Nbin is no longer a global dependency
[{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -47,7 +47,6 @@ arguments when launching code-server with Docker. See\n - If you also plan on developing, set the `OUT` environment variable. Otherwise\n it will build in this directory which will cause issues because...
TypeScript
48a97abe1dd24c702cdf79fd773053d4470b13b7
29
2019-09-13 10:42:59-05:00
18,000
['0ff8a11c7f187d22f8f6246c3069a3ae357416c2']
Fix Firefox scrolling Fixes #976.
[{'old_path': 'scripts/vscode.patch', 'new_path': 'scripts/vscode.patch', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -57,27 +57,27 @@ index 6bb695db68..ecbabe5dc8 100644\n }\n -\n diff --git a/src/vs/base/browser/mouseEvent.ts b/src/vs/base/browser/mouseEvent.ts\n-index 4c7295e3b9..fc9694a18b 100644\n+index 4c7...
TypeScript
1bd5eca73d0491ca5a8f66035af62a00ee5bc904
29
2019-09-13 11:24:15-05:00
18,000
['48a97abe1dd24c702cdf79fd773053d4470b13b7']
Don't terminate extension host on a timeout We will clean it up on our end if necessary. This allows reconnections after any length of time.
[{'old_path': 'scripts/vscode.patch', 'new_path': 'scripts/vscode.patch', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1032,37 +1032,18 @@ index 7c3b6ae53e..18dec6effa 100644\n \n \tget webviewResourceRoot(): string {\n diff --git a/src/vs/workbench/services/extensions/node/extensionHostProcessSetup.ts b/src/vs...
TypeScript
bb46e80d44304eb6bff94a9f4ee5516baffb598d
29
2019-09-13 13:07:50-05:00
18,000
['1bd5eca73d0491ca5a8f66035af62a00ee5bc904']
Fix extensions that try to load from node_modules.asar Should allow manual installation of bracket pair colorizer 2: #544.
[{'old_path': 'scripts/vscode.patch', 'new_path': 'scripts/vscode.patch', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1032,15 +1032,30 @@ index 7c3b6ae53e..18dec6effa 100644\n \n \tget webviewResourceRoot(): string {\n diff --git a/src/vs/workbench/services/extensions/node/extensionHostProcessSetup.ts b/src/vs...
TypeScript
0141ded35db94a1d84941dd433999e95e2a7b17d
31
2019-09-16 15:05:25-05:00
-28,800
['bb46e80d44304eb6bff94a9f4ee5516baffb598d']
[doc/quickstart] add init docs (#981) Add init docs so people have an idea what to do when starting up a service. Resolves GH-947
[{'old_path': 'doc/quickstart.md', 'new_path': 'doc/quickstart.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -55,3 +55,62 @@ server {\n \n </VirtualHost>\n ```\n+\n+### Run automatically at startup\n+\n+In some cases you might need to run code-server automatically once the host starts. You may use your local i...
TypeScript
5c163998100e63da7a1dd0fa6e992a0985a65f4d
29
2019-09-16 15:05:44-05:00
18,000
['0141ded35db94a1d84941dd433999e95e2a7b17d']
Fix accessing versioned resource using file service Fixes #986.
[{'old_path': 'src/channel.ts', 'new_path': 'src/channel.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -164,8 +164,8 @@ export class FileProviderChannel implements IServerChannel, IDisposable {\n \n \tprivate transform(resource: UriComponents): URI {\n \t\t// Used for walkthrough content.\n-\t\tif (resource.pa...
TypeScript
6a864f9f4736063931a0a5fab9d83973a68cf722
29
2019-09-16 15:05:45-05:00
18,000
['5c163998100e63da7a1dd0fa6e992a0985a65f4d']
Make websocket upgrade check case-insensitive Fixes #925.
[{'old_path': 'doc/quickstart.md', 'new_path': 'doc/quickstart.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -46,13 +46,8 @@ server {\n RewriteRule /(.*) http://localhost:8080/$1 [P,L]\n \n ProxyRequests off\n-\n- RequestHeader set X-Forwarded-Proto https\n- RequestHeader set X-Forwarded-Port 4...
TypeScript
ef069d9b0eaad87eb3031487b0ec1a5d726c4d2d
29
2019-09-16 18:04:41-05:00
18,000
['6a864f9f4736063931a0a5fab9d83973a68cf722']
Update nbin The latest version contains a fix for passing null options when reading a file. Fixes #544.
[{'old_path': 'package.json', 'new_path': 'package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -14,7 +14,7 @@\n "patch:apply": "yarn ensure-in-vscode && cd ../../../ && git apply ./src/vs/server/scripts/vscode.patch"\n },\n "devDependencies": {\n- "@coder/nbin": "^1.2.0",\n+ "@coder/nbin": "^...
TypeScript
a2ee6c8e73c3d1030f03e74f08969b13594d6e13
29
2019-09-17 11:26:59-05:00
18,000
['ef069d9b0eaad87eb3031487b0ec1a5d726c4d2d']
Don't build on tags
[{'old_path': '.travis.yml', 'new_path': '.travis.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,29 +3,42 @@ node_js:\n - 10.16.0\n services:\n - docker\n-matrix:\n- include:\n- - os: linux\n- dist: trusty\n- env:\n- - VSCODE_VERSION="1.38.1" MAJOR_VERSION="2" VERSION="$MAJOR_VERSION.$TRAVI...
TypeScript
b8c3d96fcd4cebf4d7b30d75376576aac97c3b24
73
2019-09-17 11:55:05-05:00
-7,200
['a2ee6c8e73c3d1030f03e74f08969b13594d6e13']
Auto docker building and deploy in travis CI (#521) * made spacing for travis yaml consistent in file * cleaned up .travis.yml and moved some code into a script * checking if i can get travis to build this * travis * fixed an if statement * fixed travis.yml file * replaced my name with codercom
[{'old_path': '.travis.yml', 'new_path': '.travis.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -19,20 +19,28 @@ jobs:\n dist: trusty\n env: TARGET="linux"\n if: tag IS blank\n+ script: scripts/ci.bash\n - name: "Alpine build"\n os: linux\n dist: trusty\n env: TARG...
TypeScript
7eececead690fba79602dd90144c10376846f0c0
29
2019-09-17 12:27:32-05:00
18,000
['b8c3d96fcd4cebf4d7b30d75376576aac97c3b24']
Use v2 tag for Docker example
[{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -5,7 +5,7 @@ remote server, accessible through the browser.\n \n Try it out:\n ```bash\n-docker run -it -p 127.0.0.1:8080:8080 -v "${HOME}/.local/share/code-server:/home/coder/.local/share/code-server" -v "$PWD:/home/c...
TypeScript
38519273961c5658853af8773c152006993ac7b3
29
2019-09-17 12:31:40-05:00
18,000
['7eececead690fba79602dd90144c10376846f0c0']
Push latest v2 Docker image as well
[{'old_path': '.travis.yml', 'new_path': '.travis.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -36,7 +36,7 @@ jobs:\n if: branch == master AND tag IS blank\n script:\n - echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin hub.docker.com\n- - docker build -...
TypeScript
7b5d6d186b0e969411c6ec94a6cc755366f86def
29
2019-09-17 13:17:38-05:00
18,000
['38519273961c5658853af8773c152006993ac7b3']
Fix some CI issues - Don't error if trying to tag and the tag already exists. - Add the build arguments to the Docker build. - Set an environment variable for the Docker build rather than using - the username because the username always exists (on master anyway).
[{'old_path': '.travis.yml', 'new_path': '.travis.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -8,6 +8,7 @@ before_install:\n - export MAJOR_VERSION="2"\n - export VSCODE_VERSION="1.38.1"\n - export VERSION="$MAJOR_VERSION.$TRAVIS_BUILD_NUMBER"\n+ - export TAG="$VERSION-vsc$VSCODE_VERSION"\n - if [[...
TypeScript
d0a08f6dd77398efdfb1b5218592132d377cf8a2
29
2019-09-17 13:42:14-05:00
18,000
['7b5d6d186b0e969411c6ec94a6cc755366f86def']
Pass GITHUB_TOKEN through to Docker build Also, back to drafts.
[{'old_path': '.travis.yml', 'new_path': '.travis.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -36,7 +36,7 @@ jobs:\n dist: trusty\n env: DOCKER_BUILD="true"\n if: branch == master AND tag IS blank\n- script: docker build --build-arg codeServerVersion="$VERSION" --build-arg vscodeVersi...
TypeScript
17c5173d8b531c8444681817a1cbab3f31c19e7b
29
2019-09-17 14:00:51-05:00
18,000
['d0a08f6dd77398efdfb1b5218592132d377cf8a2']
Use --build-arg for GitHub token
[{'old_path': '.travis.yml', 'new_path': '.travis.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -36,7 +36,7 @@ jobs:\n dist: trusty\n env: DOCKER_BUILD="true"\n if: branch == master AND tag IS blank\n- script: docker build -e GITHUB_TOKEN="$GITHUB_TOKEN" --build-arg codeServerVersion="$...
TypeScript
1252eb6a8a94550f9576d09fb3d5660f8abdf71a
29
2019-09-17 14:39:21-05:00
18,000
['4733c31a2f8e6b425c3428978b814c29c2c91b8a']
Don't use a sequence for Docker deploy Travis deploy scripts can't be sequences yet.
[{'old_path': '.travis.yml', 'new_path': '.travis.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -46,6 +46,7 @@ before_deploy:\n - git config --local user.name "$USER_NAME"\n - git config --local user.email "$USER_EMAIL"\n - if ! git tag "$TAG" "$TRAVIS_COMMIT" ; then echo "$TAG already exists"; fi\n+ -...
TypeScript
d36526b1c8a1cc0c090b1421cb1e35a8b714fa80
29
2019-09-17 14:45:03-05:00
18,000
['1252eb6a8a94550f9576d09fb3d5660f8abdf71a']
Move DOCKER_BUILD check into deploy script
[{'old_path': '.travis.yml', 'new_path': '.travis.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -46,7 +46,7 @@ before_deploy:\n - git config --local user.name "$USER_NAME"\n - git config --local user.email "$USER_EMAIL"\n - if ! git tag "$TAG" "$TRAVIS_COMMIT" ; then echo "$TAG already exists"; fi\n- -...
TypeScript
6f08b135408543198319a7669b32f76b9edae80b
29
2019-09-17 14:59:01-05:00
18,000
['d36526b1c8a1cc0c090b1421cb1e35a8b714fa80']
Fix 404 when logging into Docker
[{'old_path': '.travis.yml', 'new_path': '.travis.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -46,7 +46,7 @@ before_deploy:\n - git config --local user.name "$USER_NAME"\n - git config --local user.email "$USER_EMAIL"\n - if ! git tag "$TAG" "$TRAVIS_COMMIT" ; then echo "$TAG already exists"; fi\n- -...
TypeScript
53818b0e364c5d325194f2f6f9bff9c63a744da3
29
2019-09-17 15:12:58-05:00
18,000
['6f08b135408543198319a7669b32f76b9edae80b']
Use conditional instead of inline if
[{'old_path': '.travis.yml', 'new_path': '.travis.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -67,10 +67,11 @@ deploy:\n \n - provider: script\n skip_cleanup: true\n- script: if [[ -n "$DOCKER_BUILD" ]] ; then docker push codercom/code-server:"$VERSION" && docker push codercom/code-server:v2 ; fi\n...
TypeScript
42f7b5d12bc2685f5acd516648a6649e3eaae37e
29
2019-09-17 15:25:17-05:00
18,000
['53818b0e364c5d325194f2f6f9bff9c63a744da3']
Still using the wrong tag for Docker
[{'old_path': '.travis.yml', 'new_path': '.travis.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -36,7 +36,7 @@ jobs:\n dist: trusty\n env: DOCKER_BUILD="true"\n if: branch == master AND tag IS blank\n- script: docker build --build-arg githubToken="$GITHUB_TOKEN" --build-arg codeServerVe...
TypeScript
22058c5f861d6f39bc42a768d5cb65ffdf696ed1
31
2019-09-18 13:21:38-05:00
-28,800
['616bdb35f344166b1fd27c629cb08d639b512028']
[README] add Requirements section (#1000) * [README] add Requirements section This is based user feedback and testing. This may expand if need be Signed-off-by: Ayane Satomi <chinodesuuu@gmail.com> * [README] raised the bar a bit more Apparently we were targeting GLIBC 2.17 Signed-off-by: Ayane Satomi <...
[{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -18,6 +18,15 @@ docker run -it -p 127.0.0.1:8080:8080 -v "${HOME}/.local/share/code-server:/home\n ![Screenshot](/doc/assets/ide.gif)\n \n ## Getting Started\n+\n+### Requirements\n+\n+- Minimum GLIBC version of 2.17 a...
TypeScript
6135630fc0c04b90608e4bd4cd0e54da93489eb4
29
2019-09-23 16:57:46-05:00
18,000
['22058c5f861d6f39bc42a768d5cb65ffdf696ed1']
Fix not being able to change language while code-server is running See #948. Only applies if code-server already tried to load a language.
[{'old_path': 'scripts/vscode.patch', 'new_path': 'scripts/vscode.patch', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -132,6 +132,19 @@ index 07759dffe5..9148d7c1f0 100644\n } else if (typeof process === \'object\') {\n \t_isWindows = (process.platform === \'win32\');\n \t_isMacintosh = (process.platform === \...
TypeScript
7812f6b75ad7dc53dceb9a5488e291b702d4a917
29
2019-09-23 16:57:48-05:00
18,000
['637e58f255342221699f92b044ed0c32f9dcf5f0']
Fix uncaught errors when extracting zips Fixes #966.
[{'old_path': 'src/marketplace.ts', 'new_path': 'src/marketplace.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -79,52 +79,55 @@ export const buffer = (targetPath: string, filePath: string): Promise<Buffer> =>\n };\n \n const extractAssets = async (tarPath: string, match: RegExp, callback: (path: string, data: ...
TypeScript
65caa26d40777131d8b95f71bc3de2a4da6d0e43
29
2019-09-23 16:57:48-05:00
18,000
['7812f6b75ad7dc53dceb9a5488e291b702d4a917']
Pass log level to extension host
[{'old_path': 'src/connection.ts', 'new_path': 'src/connection.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -123,6 +123,7 @@ export class ExtensionHostConnection extends Connection {\n \t\t\t\t\tVSCODE_EXTHOST_WILL_SEND_SOCKET: "true",\n \t\t\t\t\tVSCODE_HANDLES_UNCAUGHT_ERRORS: "true",\n \t\t\t\t\tVSCODE_LOG...
TypeScript
134040fea385c19cd00aa98b9b07c5d6a104fee8
70
2019-09-27 09:39:29-05:00
18,000
['65caa26d40777131d8b95f71bc3de2a4da6d0e43']
Update extensions section of readme
[{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,6 +4,7 @@\n remote server, accessible through the browser.\n \n Try it out:\n+\n ```bash\n docker run -it -p 127.0.0.1:8080:8080 -v "${HOME}/.local/share/code-server:/home/coder/.local/share/code-server" -v "$PWD:/h...
TypeScript
d7d3368cc298f7d874d23ac69e1d63e171b5838f
112
2019-09-30 10:30:33-05:00
14,400
['134040fea385c19cd00aa98b9b07c5d6a104fee8']
update yaml tag to v2 (#1034) Signed-off-by: yeya24 <yb532204897@gmail.com>
[{'old_path': 'doc/examples/kubernetes.aws.yaml', 'new_path': 'doc/examples/kubernetes.aws.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -58,7 +58,7 @@ spec:\n app: code-server\n spec:\n containers:\n- - image: codercom/code-server\n+ - image: codercom/code-server:v2\n ima...
TypeScript
846dcbb94728c7eed90b8c10a53ed6a0fcabee1f
106
2019-09-30 11:19:46-05:00
-28,800
['d7d3368cc298f7d874d23ac69e1d63e171b5838f']
[doc/quickstart] use version from GH-379 (#1012) This is the same PR but with some fixes for v2. Co-Authored-by: nwtnsqrd <30381446+nwtnsqrd@users.noreply.github.com> Signed-off-by: Ayane Satomi <chinodesuuu@gmail.com>
[{'old_path': 'doc/quickstart.md', 'new_path': 'doc/quickstart.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -59,27 +59,23 @@ In some cases you might need to run code-server automatically once the host star\n \n ```ini\n [Unit]\n-\n-Description=VSCode in a browser\n-\n+Description=Code Server IDE\n After=netwo...
TypeScript
548d095611bf047241c3e6d224de930907630e69
29
2019-10-04 18:14:19-05:00
18,000
['846dcbb94728c7eed90b8c10a53ed6a0fcabee1f']
Add support for running extensions in the browser
[{'old_path': 'main.js', 'new_path': 'main.js', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,4 +4,4 @@\n // while still allowing us to access files within the binary.\n process.env.NBIN_BYPASS = true;\n \n-require("../../bootstrap-amd").load("vs/server/src/cli");\n+require("../../bootstrap-amd").load("vs/server...
TypeScript
4290cffe3bd3aed94d9780ab20a4119ce01ec5a6
29
2019-10-07 11:59:09-05:00
18,000
['548d095611bf047241c3e6d224de930907630e69']
Update packages for in-browser extensions
[{'old_path': 'package.json', 'new_path': 'package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -27,8 +27,8 @@\n },\n "dependencies": {\n "@coder/logger": "^1.1.8",\n- "@coder/node-browser": "^1.0.0",\n- "@coder/requirefs": "^1.0.3",\n+ "@coder/node-browser": "^1.0.1",\n+ "@coder/require...
TypeScript
e1e3f32643a88ac3803921dbdcc70521e6ca63c7
52
2019-10-07 12:55:02-05:00
25,200
['4290cffe3bd3aed94d9780ab20a4119ce01ec5a6']
Add missing PWA icon (#1060) - Copy old icon back into repository - Update path to icon from manifest file - Add link metadata tag for iOS PWA icon to workbench.html - Add link metadata tag for iOS PWA icon to login page
[{'old_path': 'scripts/vscode.patch', 'new_path': 'scripts/vscode.patch', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -146,10 +146,10 @@ index 3ae24454cb..d637d02855 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/...
TypeScript
ea9c511db851b45e6a27d6dfaacbe9a89340205c
29
2019-10-08 16:23:39-05:00
18,000
['e1e3f32643a88ac3803921dbdcc70521e6ca63c7']
Check major version when getting latest version
[{'old_path': 'src/node/update.ts', 'new_path': 'src/node/update.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -37,9 +37,17 @@ export class UpdateService extends AbstractUpdateService {\n \t\tsuper(null, configurationService, environmentService, requestService, logService);\n \t}\n \n-\tpublic async isLatestVe...
TypeScript
1c50b5285e8c3dfc19b8a105de9e78db632ad18b
29
2019-10-10 15:36:56-05:00
18,000
['ea9c511db851b45e6a27d6dfaacbe9a89340205c']
Resolve bundling issues with node-browser
[{'old_path': 'package.json', 'new_path': 'package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -27,8 +27,8 @@\n },\n "dependencies": {\n "@coder/logger": "^1.1.8",\n- "@coder/node-browser": "^1.0.1",\n- "@coder/requirefs": "^1.0.5",\n+ "@coder/node-browser": "^1.0.5",\n+ "@coder/require...
TypeScript
4ae2c81157334e1a7b90c09943a1c34bff83a8ea
29
2019-10-11 14:26:20-05:00
18,000
['ae43e2016f514d68a5482784a11600e4822a98f6']
Remember last workspace or directory
[{'old_path': 'src/node/server.ts', 'new_path': 'src/node/server.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -445,6 +445,15 @@ export abstract class Server {\n \t}\n }\n \n+interface StartPath {\n+\tpath?: string[] | string;\n+\tworkspace?: boolean;\n+}\n+\n+interface Settings {\n+\tlastVisited?: StartPath;\...
TypeScript
bdd11f741b50daace3d49398f69247b11c1204bc
29
2019-10-18 18:20:02-05:00
18,000
['56ce780522ad1203d06cfece3b7eff455ec5d4fe']
Update to 1.39.2 Also too the opportunity to rewrite the build script since there was a change in the build steps (mainly how the product JSON is inserted) and to get the build changes out of the patch. It also no longer relies on external caching (we'll want to do this within CI instead).
[{'old_path': '.gitignore', 'new_path': '.gitignore', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,3 +1,4 @@\n node_modules\n build\n release\n+binaries\n'}, {'old_path': '.travis.yml', 'new_path': '.travis.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -6,7 +6,7 @@ services:\n \n before_install:\n -...
TypeScript
88cef85f6251434fe0856a62f162aab5ab9c6e77
29
2019-10-18 18:40:10-05:00
18,000
['bdd11f741b50daace3d49398f69247b11c1204bc']
Add dependencies required for running build script They were getting pulled from VS Code which doesn't work if you are running a build in a clean repo.
[{'old_path': 'package.json', 'new_path': 'package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -6,7 +6,7 @@\n "postinstall": "rm -rf node_modules/@types/node",\n "start": "yarn runner ensure-in-vscode && nodemon --watch ../../../out --verbose ../../../out/vs/server/main.js",\n "watch": "yarn ru...
TypeScript
4cd2f2cd5251f9f1ea1409730058d21c5a320ae9
29
2019-10-18 19:10:55-05:00
18,000
['88cef85f6251434fe0856a62f162aab5ab9c6e77']
Simplify build and development steps
[{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -58,17 +58,13 @@ arguments when launching code-server with Docker. See\n \n ### Build\n \n-- If you also plan on developing, set the `OUT` environment variable. Otherwise\n- it will build in this directory which will ...
TypeScript
fdb2308c6275df9f8f2fd39707ce60e30b188158
29
2019-10-21 10:56:27-05:00
18,000
['4cd2f2cd5251f9f1ea1409730058d21c5a320ae9']
Update path to built binary in Dockerfile
[{'old_path': 'Dockerfile', 'new_path': 'Dockerfile', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -17,7 +17,7 @@ COPY . .\n RUN yarn \\\n \t&& MINIFY=true GITHUB_TOKEN="${githubToken}" yarn build "${vscodeVersion}" "${codeServerVersion}" \\\n \t&& yarn binary "${vscodeVersion}" "${codeServerVersion}" \\\n-\t&& mv...
TypeScript
5aa2abaf9f4938bb1474b125962680d51838c66f
29
2019-10-21 11:06:09-05:00
18,000
['fdb2308c6275df9f8f2fd39707ce60e30b188158']
Cache VS Code in CI
[{'old_path': '.travis.yml', 'new_path': '.travis.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -30,7 +30,7 @@ jobs:\n - name: "MacOS build"\n os: osx\n if: tag IS blank\n- script: travis_wait 30 scripts/ci.bash\n+ script: travis_wait 40 scripts/ci.bash\n - name: "Docker build"\n...
TypeScript
82e2b8a1698ece678f732a1d60f359997ac311ed
29
2019-10-21 11:16:47-05:00
18,000
['5aa2abaf9f4938bb1474b125962680d51838c66f']
Move source to its own directory This matches how the rest of the build is organized but also hopefully solves an issue where the VS Code directory is empty because we try to cache it directly and Travis might be creating it.
[{'old_path': '.gitignore', 'new_path': '.gitignore', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,3 +2,4 @@ node_modules\n build\n release\n binaries\n+source\n'}, {'old_path': '.travis.yml', 'new_path': '.travis.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -76,4 +76,4 @@ deploy:\n cache:\n yarn: ...
TypeScript
2458cde498b6465f2f60158ed414d9c5c9c34222
29
2019-10-21 12:25:18-05:00
18,000
['82e2b8a1698ece678f732a1d60f359997ac311ed']
Update source & build paths in Dockerfile
[{'old_path': 'Dockerfile', 'new_path': 'Dockerfile', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -17,9 +17,9 @@ COPY . .\n RUN yarn \\\n \t&& MINIFY=true GITHUB_TOKEN="${githubToken}" yarn build "${vscodeVersion}" "${codeServerVersion}" \\\n \t&& yarn binary "${vscodeVersion}" "${codeServerVersion}" \\\n-\t&& mv...
TypeScript
ece840834d24d2df9cc184aeaaeb968590e848ff
29
2019-10-21 15:02:41-05:00
18,000
['76f6ff4145b5de781646d98a2871685c4102ee2e']
Move login page to browser directory Fixes it not being included in the optimized build as well as making it more consistent.
[{'old_path': 'scripts/build.ts', 'new_path': 'scripts/build.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -261,7 +261,7 @@ class Builder {\n \t\t\t\t\t\tfs.remove(path.join(finalServerPath, "node_modules")).then(() => {\n \t\t\t\t\t\t\treturn fs.copy(path.join(serverPath, "node_modules"), path.join(finalServe...
TypeScript
3ff83eda455ee364982b22a3e9a61b6d673d3839
29
2019-10-22 10:49:00-05:00
18,000
['f133b00851c6c05aedaf78ff139443a46cd8d036']
Ensure VS Code dependencies and built-in extensions exist Fixes #1087.
[{'old_path': 'scripts/build.ts', 'new_path': 'scripts/build.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -158,9 +158,8 @@ class Builder {\n \t\t});\n \n \t\t// Download and prepare VS Code if necessary (should be cached by CI).\n-\t\tconst exists = fs.existsSync(vscodeSourcePath);\n-\t\tif (exists) {\n-\t\t\...
TypeScript
14a0cd3ffd8f728f743db638bfb2ea8e2476d26f
29
2019-10-22 11:26:46-05:00
18,000
['3ff83eda455ee364982b22a3e9a61b6d673d3839']
Remove build files in source They aren't used in subsequent files and just slow down CI since it has to extract from the cache and then package the changes.
[{'old_path': 'scripts/build.ts', 'new_path': 'scripts/build.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -303,8 +303,16 @@ class Builder {\n \t\t\t]);\n \t\t});\n \n-\t\t// This is so it doesn\'t get cached along with VS Code (no point).\n-\t\tawait this.task("Removing copied server", () => fs.remove(serverP...
TypeScript
cc7585bbc2aa35bad0074fa9f579a19e54132dc6
29
2019-10-22 11:39:00-05:00
18,000
['14a0cd3ffd8f728f743db638bfb2ea8e2476d26f']
Port onigasm fix for PHP
[{'old_path': 'scripts/build.ts', 'new_path': 'scripts/build.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -341,19 +341,25 @@ class Builder {\n \t\t\t]);\n \t\t});\n \n-\t\t// TODO: fix onigasm dep\n-\t\t// # onigasm 2.2.2 has a bug that makes it broken for PHP files so use 2.2.1.\n-\t\t// # https://github.com...
TypeScript
a6e4f967373068e5fc6b565b66c653610ff9b7e9
29
2019-10-22 16:09:27-05:00
18,000
['cc7585bbc2aa35bad0074fa9f579a19e54132dc6']
Fix webview html being excluded Also skip the workbench html since we have our own.
[{'old_path': 'scripts/optimize.js', 'new_path': 'scripts/optimize.js', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -23,15 +23,14 @@ const vscodeResources = [\n \t"out-build/vs/server/main.js",\n \t"out-build/vs/server/src/node/uriTransformer.js",\n \t"!out-build/vs/server/doc/**",\n-\t"out-build/vs/code/browser/...
TypeScript
7f07b8f66ce0ccc47c0c277b4ee0b35520272112
29
2019-10-22 18:43:21-05:00
18,000
['faae03da6b3e14dd57fc3c62c6bae0c5523f8f06']
Push Docker using Linux build Instead of doing a separate redundant build. The main problem was that the files weren't being cached. There is probably a better way of solving this but this seems to be the simplest for now.
[{'old_path': '.travis.yml', 'new_path': '.travis.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -18,7 +18,7 @@ jobs:\n - name: "Linux build"\n os: linux\n dist: trusty\n- env: TARGET="linux"\n+ env: TARGET="linux" PUSH_DOCKER="true"\n if: tag IS blank\n script: scripts/ci...
TypeScript
ff99a1d768bf42602dd19cb98447e80ecdcda15d
29
2019-10-23 11:49:17-05:00
18,000
['7f07b8f66ce0ccc47c0c277b4ee0b35520272112']
Add security section to readme See #1062.
[{'old_path': '.travis.yml', 'new_path': '.travis.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -61,7 +61,7 @@ deploy:\n \n - provider: script\n skip_cleanup: true\n- script: docker build -f ./scripts/ci.dockerfile --build-arg -t codercom/code-server:"$TAG" -t codercom/code-server:v2 . && docker push...
TypeScript
eea9c1618ca0e0d64250a612e2319525882b5393
29
2019-10-23 13:12:11-05:00
18,000
['f1b38e4e48b38b2d6f428d46f8a60a2b81aecbbb']
Move client-side extension code out of patch
[{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -174,14 +174,14 @@ Our changes include:\n - Allow multiple extension directories (both user and built-in).\n - Modify the loader, websocket, webview, service worker, and asset requests to\n use the URL of the page as...
TypeScript
91f49e1efd67d1c3923228e2d0eb0b5286db90a1
29
2019-10-23 13:34:00-05:00
18,000
['eea9c1618ca0e0d64250a612e2319525882b5393']
Set SHELL to /bin/bash in Docker Fixes #1081, fixes #918.
[{'old_path': 'Dockerfile', 'new_path': 'Dockerfile', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -38,7 +38,8 @@ RUN apt-get update && apt-get install -y \\\n RUN locale-gen en_US.UTF-8\n # We cannot use update-locale because docker will not use the env variables\n # configured in /etc/default/locale so we need t...
TypeScript
e7945bea94b5c35f2c3475a9344212c900d4adb1
29
2019-10-24 12:35:26-05:00
18,000
['91f49e1efd67d1c3923228e2d0eb0b5286db90a1']
Enable password authentication by default Fixes #1062.
[{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -73,9 +73,9 @@ yarn binary ${vscodeVersion} ${codeServerVersion} # Or you can package it into a\n ## Security\n \n ### Authentication\n-To enable built-in password authentication use `code-server --auth password`. By\n...
TypeScript
95693fb58ed64bd154a8743914309629dd9532da
29
2019-10-24 14:35:25-05:00
18,000
['e7945bea94b5c35f2c3475a9344212c900d4adb1']
Handle /webview/vscode-resource/file urls See #1103.
[{'old_path': 'src/node/server.ts', 'new_path': 'src/node/server.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -523,8 +523,8 @@ export class MainServer extends Server {\n \t\t\t\t}\n \t\t\t\tbreak;\n \t\t\tcase "/webview":\n-\t\t\t\tif (requestPath.indexOf("/vscode-resource") === 0) {\n-\t\t\t\t\treturn this.g...
TypeScript
9c40466b4baaa8ff64107f5adad290dabf6d9266
106
2019-10-24 16:07:44-05:00
-28,800
['95693fb58ed64bd154a8743914309629dd9532da']
Add Google Cloud quick-launch button (#1069)
[{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -8,6 +8,7 @@ Try it out:\n ```bash\n docker run -it -p 127.0.0.1:8080:8080 -v "${HOME}/.local/share/code-server:/home/coder/.local/share/code-server" -v "$PWD:/home/coder/project" codercom/code-server:v2\n ```\n+[![Run...
TypeScript
4be178d234c3e26f60ce5955b2fd375b62cb23bb
29
2019-10-24 16:09:02-05:00
18,000
['9c40466b4baaa8ff64107f5adad290dabf6d9266']
Move Google Cloud button to match Digital Ocean
[{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -8,7 +8,6 @@ Try it out:\n ```bash\n docker run -it -p 127.0.0.1:8080:8080 -v "${HOME}/.local/share/code-server:/home/coder/.local/share/code-server" -v "$PWD:/home/coder/project" codercom/code-server:v2\n ```\n-[![Run...
TypeScript
d81d5f499f09bc887db2fb9bb35e0222bf48d80c
29
2019-10-24 16:45:22-05:00
18,000
['4be178d234c3e26f60ce5955b2fd375b62cb23bb']
Remove Cloud Run button Unfortunately it doesn't allow websockets so it's not working.
[{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -46,10 +46,6 @@ arguments when launching code-server with Docker. See\n \n [![Create a Droplet](./doc/assets/droplet.svg)](https://marketplace.digitalocean.com/apps/code-server?action=deploy)\n \n-### Google Cloud\n-\n...
TypeScript
b8e6369fbeb6764bb3a00dd1245e7b5be748d22e
29
2019-10-25 11:01:42-05:00
18,000
['d81d5f499f09bc887db2fb9bb35e0222bf48d80c']
Fix empty --cert not generating self-signed certificate Fixes #1101.
[{'old_path': 'src/node/cli.ts', 'new_path': 'src/node/cli.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -101,11 +101,8 @@ const startVscode = async (): Promise<void | void[]> => {\n \t\toptions.password = await generatePassword();\n \t}\n \n-\tif (!options.certKey && typeof options.certKey !== "undefined") {\...
TypeScript
58f7f5b769505f4ea58dd4694bb61a52f1fc7b66
29
2019-10-25 12:04:43-05:00
18,000
['b8e6369fbeb6764bb3a00dd1245e7b5be748d22e']
Properly fix blank --cert flag See #1109.
[{'old_path': 'scripts/vscode.patch', 'new_path': 'scripts/vscode.patch', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -87,7 +87,7 @@ index 990755c4f3..06449bb9cb 100644\n +\textraBuiltinExtensionPaths: string[];\n }\n diff --git a/src/vs/platform/environment/node/argv.ts b/src/vs/platform/environment/node/argv.t...
TypeScript
168ccb0dfceeaa78d83f2a6c3d3c518b169803ba
29
2019-10-25 13:12:04-05:00
18,000
['58f7f5b769505f4ea58dd4694bb61a52f1fc7b66']
Prevent cache changes when patch updates
[{'old_path': '.travis.yml', 'new_path': '.travis.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -30,7 +30,7 @@ jobs:\n - name: "MacOS build"\n os: osx\n if: tag IS blank\n- script: travis_wait 40 scripts/ci.bash\n+ script: travis_wait 60 scripts/ci.bash\n \n git:\n depth: 3\n'}, {'...
TypeScript