Search is not available for this dataset
hash string | author int32 | committer_date string | timezone int64 | parents string | message string | changes string | language string |
|---|---|---|---|---|---|---|---|
d0d5461a67c1ba0fceff571ec90c772c26e01b83 | 55 | 2020-04-27 09:27:45-04:00 | 14,400 | ['8608ae2f08ef1d4cc8ab2bc1d90633b018a4f41b'] | Remove SSH server
Closes #1502 | [{'old_path': 'src/node/cli.ts', 'new_path': 'src/node/cli.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -31,8 +31,6 @@ export interface Args extends VsArgs {\n readonly open?: boolean\n readonly port?: number\n readonly socket?: string\n- readonly "ssh-host-key"?: string\n- readonly "disable-ssh"?: bo... | TypeScript |
6074ca275b95402b8b09c8f4c7ec6f3dcdd8960d | 29 | 2020-04-27 17:15:37-05:00 | 18,000 | ['8608ae2f08ef1d4cc8ab2bc1d90633b018a4f41b'] | Fill out some missing browser environment values
Pass the user data dir to the browser environment service then derive
all the paths we can based off that path like the global storage path
which the vim extension uses to store history (otherwise it gets stored
in the working directory from when code-server was spawned... | [{'old_path': 'ci/vscode.patch', 'new_path': 'ci/vscode.patch', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -229,7 +229,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 |
af28885ea677586b1447698870efbafff15a2ef4 | 55 | 2020-04-28 14:19:24-04:00 | 14,400 | ['f21ba53609bf99b8295ebd43b2a55fab8d3c085d'] | Deprecate --host and --port in favour of --bind-addr | [{'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/release-image/Dockerfile', 'new_path': 'ci/release-image/Dockerfile', 'type': <ModificationType.MODIFY: 5>, 'd... | TypeScript |
5accf3fe5fe8f3430cf06f95adff18c4107756f7 | 55 | 2020-04-28 14:21:08-04:00 | 14,400 | ['f21ba53609bf99b8295ebd43b2a55fab8d3c085d'] | Add basic rate limiting to login endpoint
Closes #1320 | [{'old_path': '.eslintrc.yaml', 'new_path': '.eslintrc.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -21,3 +21,4 @@ extends:\n rules:\n # For overloads.\n no-dupe-class-members: off\n+ "@typescript-eslint/no-use-before-define": off\n'}, {'old_path': 'doc/FAQ.md', 'new_path': 'doc/FAQ.md', 'type': <Modif... | TypeScript |
30aefe19b58dfc2d187b1df50b73d97938e9be94 | 55 | 2020-04-28 14:50:08-04:00 | 14,400 | ['37184f456c2f59a5741721928a8ef52767d7bf70'] | Update issue template to mention check against regular VS Code | [{'old_path': '.github/issue_template.md', 'new_path': '.github/issue_template.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -6,4 +6,6 @@ Please see https://github.com/cdr/code-server/blob/master/doc/FAQ.md#how-do-i-de\n and include any logging information relevant to the issue.\n \n Please search for existing... | TypeScript |
a96606e589397deca42910602dc33130dc387f9d | 55 | 2020-04-28 18:29:25-04:00 | 14,400 | ['30aefe19b58dfc2d187b1df50b73d97938e9be94'] | Fix mention of host/port in docs | [{'old_path': 'src/node/cli.ts', 'new_path': 'src/node/cli.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -99,7 +99,7 @@ const options: Options<Required<Args>> = {\n host: { type: "string", description: "" },\n port: { type: "number", description: "" },\n \n- socket: { type: "string", path: true, descripti... | TypeScript |
4cfd7c50adbe2c8e053972976ae2436574bc46a6 | 29 | 2020-04-28 17:57:54-05:00 | 18,000 | ['a96606e589397deca42910602dc33130dc387f9d'] | Remove unused class
I managed to lose this deletion in a merge. | [{'old_path': 'src/browser/socket.ts', 'new_path': None, 'type': <ModificationType.DELETE: 4>, 'diff': '@@ -1,204 +0,0 @@\n-import { field, logger, Logger } from "@coder/logger"\n-import { Emitter } from "../common/emitter"\n-import { generateUuid } from "../common/util"\n-\n-const decoder = new TextDecoder("utf8")\n-e... | TypeScript |
a2b69c8f3f6a891945e2ef68ce095b0bd046f9b1 | 29 | 2020-04-28 17:57:55-05:00 | 18,000 | ['4cfd7c50adbe2c8e053972976ae2436574bc46a6'] | Fix inconsistencies in log flags and env var
- Fix priority to match the commented behavior.
- Ignore bogus LOG_LEVEL values. | [{'old_path': 'src/node/cli.ts', 'new_path': 'src/node/cli.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -213,7 +213,7 @@ export const parse = (argv: string[]): Args => {\n ;(args[key] as OptionalString) = new OptionalString(value)\n break\n default: {\n- if (!Object.values... | TypeScript |
86dc38e69fd08c12918973a4c2294d75d58f5660 | 29 | 2020-04-28 17:57:56-05:00 | 18,000 | ['a2b69c8f3f6a891945e2ef68ce095b0bd046f9b1'] | Allow extensions of any kind
This enables vscode-icons among others. | [{'old_path': 'ci/vscode.patch', 'new_path': 'ci/vscode.patch', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3088,6 +3088,36 @@ index 4728f3e510..2e38804ac2 100644\n +\treadonly extraExtensionPaths: string[]\n +\treadonly extraBuiltinExtensionPaths: string[]\n }\n+diff --git a/src/vs/workbench/services/extension... | TypeScript |
f3edb1cc5fee535712bb36ab3bb82301fd214939 | 29 | 2020-04-29 11:43:13-05:00 | 18,000 | ['86dc38e69fd08c12918973a4c2294d75d58f5660'] | Update node to latest lts (12.16.3) and update deps | [{'old_path': 'ci/image/Dockerfile', 'new_path': 'ci/image/Dockerfile', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -13,7 +13,7 @@ RUN yum update -y && yum install -y \\\n libx11-devel\n \n RUN mkdir /usr/share/node && cd /usr/share/node \\\n- && curl "https://nodejs.org/dist/v12.14.0/node-v12.14.0-linux-$(una... | TypeScript |
1ff35f177de2bfc0b1c50f135f878066c7e7bdfb | 29 | 2020-04-29 12:13:44-05:00 | 18,000 | ['f3edb1cc5fee535712bb36ab3bb82301fd214939'] | Remove transformer file
Also remove some unused imports that were causing build errors (they
were left over from the fix that allowed installing any extension kind). | [{'old_path': 'ci/vscode.patch', 'new_path': 'ci/vscode.patch', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -50,10 +50,10 @@ index 7a2320d828..5768890636 100644\n yarnInstallBuildDependencies(); // node modules for watching, specific to host node version, not electron\n diff --git a/coder.js b/coder.js\n new fil... | TypeScript |
870cf4f3febc17b13c4c2442bc76d43726a8da70 | 29 | 2020-04-29 12:39:42-05:00 | 18,000 | ['1ff35f177de2bfc0b1c50f135f878066c7e7bdfb'] | Fix yarn.lock
Things got really out of whack when trying to update dependencies
earlier. | [{'old_path': 'yarn.lock', 'new_path': 'yarn.lock', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1079,11 +1079,6 @@ abab@^2.0.0:\n resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.3.tgz#623e2075e02eb2d3f2475e49f99c91846467907a"\n integrity sha512-tsFzPpcttalNjFBCFMqsKYQcWxxen1pgJR56by//QwvJc4/OUS3kPOOtt... | TypeScript |
fd36a99a4c78669970ebc4eb05768293b657716f | 29 | 2020-04-29 15:22:11-05:00 | 18,000 | ['4b09746c37d3a3b49a2ce07ceeed6ccff853749f'] | Update vscode patch notes and bump 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.1.2",\n+ "version": "3.2.0",\n "scripts": {\n "clean": "ci/clean.sh",\n "vscode": "ci/vscode.sh",\n'}, {'old_path': '... | TypeScript |
81411b2af9b088cefb460c719c0abe4bbcefd5d3 | 29 | 2020-05-01 12:54:48-05:00 | 18,000 | ['c4b620d69e687f067a8d3d27cc6a390ffe1a1b47'] | Fix highlighted scmviewlet items in Firefox
Fixes #1549. | [{'old_path': 'ci/vscode.patch', 'new_path': 'ci/vscode.patch', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -3023,6 +3023,25 @@ index 2a7844da48..2812092983 100644\n \t\t\tthis._filenameKey.set(value ? basename(value) : null);\n \t\t\tthis._langIdKey.set(value ? this._modeService.getModeIdByFilepathOrFirstLine(... | TypeScript |
1898dea3145cd54f02ee9b2b505f48c19ce4663e | 55 | 2020-05-04 22:41:21-04:00 | 14,400 | ['81411b2af9b088cefb460c719c0abe4bbcefd5d3'] | Unset $PASSWORD after grabbing it
Closes #1583 | [{'old_path': 'src/node/entry.ts', 'new_path': 'src/node/entry.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -90,6 +90,7 @@ const main = async (args: Args): Promise<void> => {\n } else {\n logger.info(" - No authentication")\n }\n+ delete process.env.PASSWORD\n \n if (httpServer.protocol === "https... | TypeScript |
6a2662eeee5f75dbdeba98642ea3d226a6f9d7c9 | 29 | 2020-05-05 12:33:08-05:00 | 18,000 | ['a64f80d2d44dad7fb7b97b2945f6d825d14660dd'] | Remove node-pty
This was for the ssh server we removed. | [{'old_path': 'package.json', 'new_path': 'package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -54,7 +54,6 @@\n "http-proxy": "^1.18.0",\n "httpolyglot": "^0.1.2",\n "limiter": "^1.1.5",\n- "node-pty": "^0.9.0",\n "pem": "^1.14.2",\n "safe-compare": "^1.1.4",\n "semver": "^7.1.3"... | TypeScript |
0a2f06b296b7c0f25d4cd4821b18a9f9f5b0ee4c | 29 | 2020-05-05 12:33:08-05:00 | 18,000 | ['6a2662eeee5f75dbdeba98642ea3d226a6f9d7c9'] | Update diff command in readme | [{'old_path': 'src/node/app/README.md', 'new_path': 'src/node/app/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -39,7 +39,7 @@ If functionality doesn't depend on code from VS Code then it should be moved\n into code-server otherwise it should be in the patch.\n \n To generate a new patch, **stage all th... | TypeScript |
4875f6aa8770d959c85bf3d35fa5c259c4b7557e | 29 | 2020-05-05 12:33:09-05:00 | 18,000 | ['0a2f06b296b7c0f25d4cd4821b18a9f9f5b0ee4c'] | Update VS Code to fix infinite refresh
Fixes #1581. | [{'old_path': 'ci/vscode.patch', 'new_path': 'ci/vscode.patch', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -11,12 +11,12 @@ index e73dd4d9e8..e3192b3a0d 100644\n build/node_modules\n coverage/\n diff --git a/.yarnrc b/.yarnrc\n-index 7808166004..a7300dbfb9 100644\n+index d86b284e83..a7300dbfb9 100644\n --- a/.... | TypeScript |
be032cf735707680e333eeb87ebdcb2837658030 | 55 | 2020-05-06 20:25:52-04:00 | 14,400 | ['4875f6aa8770d959c85bf3d35fa5c259c4b7557e'] | Add NPM package, debs, rpms and refactor CI/build process
Closes many issues that I'll prune after adding more docs
for users. | [{'old_path': '.dockerignore', 'new_path': '.dockerignore', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,2 +1,3 @@\n **\n-!release\n+!release-github\n+!ci\n'}, {'old_path': '.gitignore', 'new_path': '.gitignore', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,9 +1,9 @@\n-*.tsbuildinfo\n+.tsbuildinfo\n .ca... | TypeScript |
1a375a44e05861055b66fa61f6970785e4a073dd | 55 | 2020-05-06 20:32:11-04:00 | 14,400 | ['be032cf735707680e333eeb87ebdcb2837658030'] | Disable ARM64 releases as ARM on Travis is very unreliable | [{'old_path': '.travis.yml', 'new_path': '.travis.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -12,13 +12,17 @@ jobs:\n if: tag IS present\n script: ./ci/steps/linux-release.sh\n install: null\n- - name: Linux Release\n- if: tag IS present\n- arch: arm64\n- script: |\n- ... | TypeScript |
193a45113c520094bb82871f88d803220c070d45 | 55 | 2020-05-07 00:17:06-04:00 | 14,400 | ['3e7582880efe85c71d93ed90760e5bb154e28dc5'] | Add back ARM with GH Actions | [{'old_path': None, 'new_path': '.github/workflows/ci.yaml', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,15 @@\n+name: ci\n+\n+on: [push, pull_request]\n+\n+jobs:\n+ arm64-release:\n+ name: linux-arm64-release\n+ runs-on: [Linux, ARM64]\n+ steps:\n+ - uses: actions/checkout@v1\n+ - run: .... | TypeScript |
0ec1c69c0635c0ee5c209b5f1198fde1acfaf321 | 55 | 2020-05-07 23:13:28-04:00 | 14,400 | ['193a45113c520094bb82871f88d803220c070d45'] | Switch fully to GH Actions | [{'old_path': '.github/workflows/ci.yaml', 'new_path': '.github/workflows/ci.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,13 +3,60 @@ name: ci\n on: [push, pull_request]\n \n jobs:\n- arm64-release:\n- name: linux-arm64-release\n- runs-on: [Linux, ARM64]\n+ test:\n+ runs-on: ubuntu-latest\n ... | TypeScript |
bc453b5f0d62135d221264379eaba7933c3eebff | 55 | 2020-05-08 00:09:24-04:00 | 14,400 | ['0ec1c69c0635c0ee5c209b5f1198fde1acfaf321'] | Switch to a single job to build the npm package
The architecture specific jobs pull it in and then build releases.
Much faster! | [{'old_path': '.github/workflows/ci.yaml', 'new_path': '.github/workflows/ci.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -12,7 +12,7 @@ jobs:\n with:\n args: ./ci/steps/test.sh\n \n- linux-amd64:\n+ release:\n runs-on: ubuntu-latest\n steps:\n - uses: actions/checkout@v1\n... | TypeScript |
6282cd7e7b84c4de32c7a38f68ee9db208e35a71 | 55 | 2020-05-08 01:04:24-04:00 | 14,400 | ['bc453b5f0d62135d221264379eaba7933c3eebff'] | Simplify packaging and improve scripts
Much better test now as well. | [{'old_path': '.dockerignore', 'new_path': '.dockerignore', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,3 +1,3 @@\n **\n-!release-github\n+!release-packages\n !ci\n'}, {'old_path': '.github/workflows/ci.yaml', 'new_path': '.github/workflows/ci.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -32,18 +32... | TypeScript |
7c7f62d3f3377058169945f60109f0592502031d | 55 | 2020-05-08 16:45:59-04:00 | 14,400 | ['231e31656a5f5db42d1306631f79dadd75f2e680'] | Fixes for CI from @code-asher's review | [{'old_path': '.github/workflows/ci.yaml', 'new_path': '.github/workflows/ci.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -81,6 +81,7 @@ jobs:\n - run: ./ci/steps/release-static.sh\n env:\n # Otherwise we get rate limited when fetching the ripgrep binary.\n+ # For whatever r... | TypeScript |
95ac0ddfb7d4f612c154489b32cd72f5728290af | 29 | 2020-05-12 13:49:37-05:00 | 18,000 | ['2e31e8f0c9b96bdf56f50bec9a0be1153d17c722'] | Fix paths for Windows
- Fix vscode-remote-resource, #1397.
- Fix double slash on webview, was causing images not to load.
- Fix client-side tar paths. | [{'old_path': 'ci/dev/vscode.patch', 'new_path': 'ci/dev/vscode.patch', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -167,17 +167,19 @@ index 91b3b92678..f76f2c1548 100644\n \t"extensionAllowedProposedApi": [\n \t\t"ms-vscode.vscode-js-profile-table",\n diff --git a/src/vs/base/common/network.ts b/src/vs/base/co... | TypeScript |
c5179c2a06b6e7f47ac1244b2f75db0a0a6f4e0e | 55 | 2020-05-12 19:59:53-04:00 | 14,400 | ['95ac0ddfb7d4f612c154489b32cd72f5728290af'] | Add support for a YAML config file | [{'old_path': 'package.json', 'new_path': 'package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -33,6 +33,7 @@\n "@types/adm-zip": "^0.4.32",\n "@types/fs-extra": "^8.0.1",\n "@types/http-proxy": "^1.17.4",\n+ "@types/js-yaml": "^3.12.3",\n "@types/mocha": "^5.2.7",\n "@types/node": "... | TypeScript |
00d164b67fa5597fea53e9e982eb5fd1a4d80dbd | 55 | 2020-05-12 19:59:54-04:00 | 14,400 | ['c5179c2a06b6e7f47ac1244b2f75db0a0a6f4e0e'] | Add default config file and improve config/data directory detection | [{'old_path': 'doc/FAQ.md', 'new_path': 'doc/FAQ.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -168,10 +168,8 @@ code-server crashes can be helpful.\n ### Where is the data directory?\n \n If the `XDG_DATA_HOME` environment variable is set the data directory will be\n-`$XDG_DATA_HOME/code-server`. Otherwise th... | TypeScript |
e02d94ad2f668c3a13efda64f6457b2be1cf6237 | 55 | 2020-05-12 19:59:54-04:00 | 14,400 | ['4f67f4e096ecda9d39da35616b677c7c8fd5eb2d'] | Allow password authentication in the config file | [{'old_path': 'src/node/cli.ts', 'new_path': 'src/node/cli.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -23,6 +23,7 @@ export class OptionalString extends Optional<string> {}\n export interface Args extends VsArgs {\n readonly config?: string\n readonly auth?: AuthType\n+ readonly password?: string\n r... | TypeScript |
28edf4af2ede33bfbd9222028c27ba82cc0a9396 | 55 | 2020-05-12 19:59:54-04:00 | 14,400 | ['d288131a33330c8f2720bed4c1e15ceb43292a9d'] | Add systemd user service to .deb and .rpm | [{'old_path': 'ci/README.md', 'new_path': 'ci/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -78,6 +78,8 @@ You can disable minification by setting `MINIFY=`.\n - Used to configure [nfpm](https://github.com/goreleaser/nfpm) to generate .deb and .rpm\n - [./build/code-server-nfpm.sh](./build/code-server... | TypeScript |
d6ea9d78f6e5ae21a7c2fdc0c8f2b1998d01f2c8 | 55 | 2020-05-12 19:59:54-04:00 | 14,400 | ['28edf4af2ede33bfbd9222028c27ba82cc0a9396'] | Configuration file bug fixes based on @code-asher's review | [{'old_path': 'doc/FAQ.md', 'new_path': 'doc/FAQ.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -168,8 +168,10 @@ code-server crashes can be helpful.\n ### Where is the data directory?\n \n If the `XDG_DATA_HOME` environment variable is set the data directory will be\n-`$XDG_DATA_HOME/code-server`. Otherwise th... | TypeScript |
1e432b25eac8c1a1c49ece51ae0b3639078ed6e2 | 55 | 2020-05-12 19:59:54-04:00 | 14,400 | ['d6ea9d78f6e5ae21a7c2fdc0c8f2b1998d01f2c8'] | Comment on hash(password) | [{'old_path': 'src/node/entry.ts', 'new_path': 'src/node/entry.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -47,6 +47,7 @@ const main = async (cliArgs: Args): Promise<void> => {\n auth: args.auth,\n commit,\n host: host,\n+ // The hash does not add any actual security but we do it for obfuscati... | TypeScript |
524b0205e99b302cc5e334774433be576e26074d | 55 | 2020-05-12 19:59:55-04:00 | 14,400 | ['1e432b25eac8c1a1c49ece51ae0b3639078ed6e2'] | Workaround for GH Actions ruining file permissions | [{'old_path': 'ci/steps/publish-npm.sh', 'new_path': 'ci/steps/publish-npm.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -10,6 +10,8 @@ main() {\n fi\n \n download_artifact npm-package ./release\n+ # https://github.com/actions/upload-artifact/issues/38\n+ chmod +x $(grep -rl '^#!/.\\+' release)\n yarn ... | TypeScript |
c0d6eb4664107ad58b690dff71f248461f9511ad | 55 | 2020-05-12 19:59:55-04:00 | 14,400 | ['524b0205e99b302cc5e334774433be576e26074d'] | Improve password handling
- Error out if auth is enabled but no password is passed in
- Indicate password location on login page | [{'old_path': '.eslintrc.yaml', 'new_path': '.eslintrc.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -22,6 +22,7 @@ rules:\n # For overloads.\n no-dupe-class-members: off\n "@typescript-eslint/no-use-before-define": off\n+ "@typescript-eslint/no-non-null-assertion": off\n \n settings:\n # Does not w... | TypeScript |
41d625abb6cd77e7e8b6cb955c328ffa310ca586 | 55 | 2020-05-12 21:26:36-04:00 | 14,400 | ['8626bed4ef7ad2643b6b336a0210bd9d0da3e373'] | Revamp README.md with new installation options | [{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,47 +1,94 @@\n # code-server\n \n-`code-server` is [VS Code](https://github.com/Microsoft/vscode) running on a\n-remote server, accessible through the browser.\n+Run [VS Code](https://github.com/Microsoft/vscode) on ... | TypeScript |
4aae5eaeca524cb952f1a63980e48af5e4846f0a | 55 | 2020-05-12 21:26:36-04:00 | 14,400 | ['41d625abb6cd77e7e8b6cb955c328ffa310ca586'] | CI fixes
- Splits up test into fmt, lint and test
- Fixes bug in build-packages.sh
- Minor README.md fixes | [{'old_path': '.github/workflows/ci.yaml', 'new_path': '.github/workflows/ci.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,6 +3,24 @@ name: ci\n on: [push, pull_request]\n \n jobs:\n+ fmt:\n+ runs-on: ubuntu-latest\n+ steps:\n+ - uses: actions/checkout@v1\n+ - name: Run ./ci/steps/fmt.sh\... | TypeScript |
502c262c82bf802ffe5eef0eabc9d1c8d90d38d7 | 55 | 2020-05-12 21:26:37-04:00 | 14,400 | ['4aae5eaeca524cb952f1a63980e48af5e4846f0a'] | Mention update of versions in README install examples | [{'old_path': 'ci/README.md', 'new_path': 'ci/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -10,7 +10,7 @@ Any file and directory added into this tree should be documented here.\n \n Make sure you have `$GITHUB_TOKEN` set and [hub](https://github.com/github/hub) installed.\n \n-1. Update the version of ... | TypeScript |
a346c6d565e77a83b6a874802b0163ee57e1e4dd | 55 | 2020-05-12 23:11:31-04:00 | 14,400 | ['502c262c82bf802ffe5eef0eabc9d1c8d90d38d7'] | Document npm module install dependencies | [{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -28,13 +28,16 @@ sudo systemctl enable --now code-server\n \n ```bash\n curl -sSOL https://github.com/cdr/code-server/releases/download/3.3.0/code-server-3.3.0-amd64.rpm\n-sudo dnf install code-server-3.3.0-amd64.rpm\n... | TypeScript |
1739b21600dd826ad88840f7aa3ed9a6cc625de8 | 55 | 2020-05-13 02:35:11-04:00 | 14,400 | ['a346c6d565e77a83b6a874802b0163ee57e1e4dd'] | Bundle VS Code node_modules to avoid yarn dependency
Many random bizarre issues otherwise.
Also includes misc improvements to docs and scripts. | [{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -65,7 +65,7 @@ all file system operations occur as your user outside the container.\n ### Self contained releases\n \n We publish self contained archives for every release on [github](https://github.com/cdr/code-server... | TypeScript |
b3ae4d67d3bd3ed7b22b102b16ecd440391ddcb5 | 55 | 2020-05-13 04:17:34-04:00 | 14,400 | ['d30f3dbdf7c2b0f0501a85b466eda8ac588483a7'] | Hide bundled node_modules to prevent them from being ignored | [{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -20,7 +20,7 @@ For a proper setup and walkthrough, please see [./doc/guide.md](./doc/guide.md).\n ```bash\n curl -sSOL https://github.com/cdr/code-server/releases/download/3.3.0/code-server_3.3.0_amd64.deb\n sudo dpkg ... | TypeScript |
f475767c2bedf4c2adf6e5f71c84cbccbe3f68e8 | 55 | 2020-05-14 05:59:20-04:00 | 14,400 | ['a0a77e379ecd7b929850d28ec445cd5778f8d228'] | Rename darwin releases to macos | [{'old_path': 'ci/lib.sh', 'new_path': 'ci/lib.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -27,6 +27,8 @@ os() {\n if echo "$ldd_output" | grep -iq musl; then\n os="alpine"\n fi\n+ elif [[ $os == "darwin" ]]; then\n+ os="macos"\n fi\n echo "$os"\n }\n'}] | TypeScript |
5651201643633c42d7c3bb75abfe5c027de65e24 | 55 | 2020-05-14 06:12:33-04:00 | 14,400 | ['f475767c2bedf4c2adf6e5f71c84cbccbe3f68e8'] | Copy old macOS data directory if applicable | [{'old_path': 'src/node/cli.ts', 'new_path': 'src/node/cli.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,6 +1,7 @@\n import { field, Level, logger } from "@coder/logger"\n import * as fs from "fs-extra"\n import yaml from "js-yaml"\n+import * as os from "os"\n import * as path from "path"\n import { Args as... | TypeScript |
c69346a9a73995f50dd0c0cdf25d61dd93451670 | 55 | 2020-05-14 18:35:35-04:00 | 14,400 | ['5651201643633c42d7c3bb75abfe5c027de65e24'] | Add FAQ entry on the config file | [{'old_path': 'doc/FAQ.md', 'new_path': 'doc/FAQ.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -17,6 +17,7 @@\n - [How does code-server decide what workspace or folder to open?](#how-does-code-server-decide-what-workspace-or-folder-to-open)\n - [How do I debug issues with code-server?](#how-do-i-debug-issues-w... | TypeScript |
d7234029e672496b9b01d7c19a8396359e8a3f5e | 55 | 2020-05-14 20:27:36-04:00 | 14,400 | ['10b06cae1026b502fc0c342317012013000ede13'] | Use /usr/local instead of /opt in self contained release example | [{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -79,8 +79,9 @@ Add the code-server `bin` directory to your `$PATH` to easily execute it without\n Here is an example script for installing and using a self-contained code-server release on Linux:\n \n ```bash\n-curl -s... | TypeScript |
40778b15ca19178c63ea97c5ae1f93bfb08d466d | 55 | 2020-05-14 22:33:12-04:00 | 14,400 | ['d7234029e672496b9b01d7c19a8396359e8a3f5e'] | Add code-server version into VS Code about
Closes #1506 | [{'old_path': 'ci/build/npm-postinstall.sh', 'new_path': 'ci/build/npm-postinstall.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,8 +2,6 @@\n set -eu\n \n main() {\n- cd lib/vscode\n-\n case "${npm_config_user_agent-}" in npm*)\n # We are running under npm.\n if [ "${npm_config_unsafe_perm-}" != "... | TypeScript |
89c5a4dfeab6d87a3454dc2e0ee40fefc64ebc5a | 55 | 2020-05-14 22:33:12-04:00 | 14,400 | ['d4b3d21dceb3cacd9a13d2cc8f89f55fa36d31e7'] | Set --frozen-lockfile with yarn when necessary | [{'old_path': 'ci/build/build-release.sh', 'new_path': 'ci/build/build-release.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -69,7 +69,7 @@ EOF\n ) > "$VSCODE_OUT_PATH/product.json"\n \n pushd "$VSCODE_OUT_PATH"\n- yarn --production --ignore-scripts\n+ yarn --production --frozen-lockfile --ignore-scripts... | TypeScript |
73b2ff09458bf43419983aeab8196f3723ebaba0 | 55 | 2020-05-14 22:33:12-04:00 | 14,400 | ['89c5a4dfeab6d87a3454dc2e0ee40fefc64ebc5a'] | $PORT should always override port in --bind-addr | [{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -53,14 +53,17 @@ code-server\n \n ```bash\n brew install code-server\n-brew service start code-server\n+brew services start code-server\n # Now visit http://127.0.0.1:8080. Your password is in ~/.config/code-server/con... | TypeScript |
611cde72020bb931c7ff81c6b327295e149ab8f4 | 55 | 2020-05-14 22:33:13-04:00 | 14,400 | ['181bad95630cb521bbf0196210f314da58b5ceb7'] | Fix spelling of Multi-tenancy in FAQ | [{'old_path': 'doc/FAQ.md', 'new_path': 'doc/FAQ.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -10,7 +10,7 @@\n - [How do I securely access web services?](#how-do-i-securely-access-web-services)\n - [Sub-domains](#sub-domains)\n - [Sub-paths](#sub-paths)\n-- [Multi Tenancy](#multi-tenancy)\n+- [Multi-tenan... | TypeScript |
d56381666a30cfac54c448a01da1097db5ea20c0 | 55 | 2020-05-16 10:01:26-04:00 | 14,400 | ['611cde72020bb931c7ff81c6b327295e149ab8f4'] | Use .tar.gz for macOS releases
No good reason to use .zip, was just confusion on my part. | [{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -72,7 +72,7 @@ docker run -it -p 127.0.0.1:8080:8080 \\\n \n ### Self contained releases\n \n-We publish self contained archives for every release on [github](https://github.com/cdr/code-server/releases).\n+We publish ... | TypeScript |
aee2599904baf33478d663294faaac87c93085b7 | 55 | 2020-05-16 16:59:26-04:00 | 14,400 | ['d56381666a30cfac54c448a01da1097db5ea20c0'] | Push docker manifest in CI for multi arch image | [{'old_path': '.github/workflows/ci.yaml', 'new_path': '.github/workflows/ci.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -106,3 +106,43 @@ jobs:\n with:\n name: release-packages\n path: ./release-packages\n+\n+ docker-amd64:\n+ runs-on: ubuntu-latest\n+ needs: linux-amd64... | TypeScript |
6a25b3bfa072edf079096d59d8ec29005d938264 | 55 | 2020-05-17 16:53:08-04:00 | 14,400 | ['aee2599904baf33478d663294faaac87c93085b7'] | Document structure better
Closes #1648 | [{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,8 +1,8 @@\n # code-server\n \n-Run [VS Code](https://github.com/Microsoft/vscode) on any machine anywhere and access it through the browser.\n+Run [VS Code](https://github.com/Microsoft/vscode) on any machine anywhe... | TypeScript |
e0dbd8f74a9674ed01e1f08cef81a4cebac1b599 | 55 | 2020-05-17 16:59:09-04:00 | 14,400 | ['6a25b3bfa072edf079096d59d8ec29005d938264'] | Rename self contained release to static release | [{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -70,7 +70,7 @@ docker run -it -p 127.0.0.1:8080:8080 \\\n codercom/code-server:latest\n ```\n \n-### Self contained releases\n+### Static releases\n \n We publish self contained `.tar.gz` archives for every release o... | TypeScript |
3a1e3bc596346fd1980520959b8b01037d5a0f64 | 55 | 2020-05-17 17:55:28-04:00 | 14,400 | ['e0dbd8f74a9674ed01e1f08cef81a4cebac1b599'] | Final revisions for the docs before release
:rocket: | [{'old_path': 'ci/build/code-server.service', 'new_path': 'ci/build/code-server.service', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -8,4 +8,4 @@ ExecStart=/usr/bin/code-server\n Restart=always\n \n [Install]\n-WantedBy=multi-user.target\n+WantedBy=default.target\n'}, {'old_path': 'doc/guide.md', 'new_path': 'do... | TypeScript |
65325eef89bd4ac4114d5de50a2d34f3381c7b18 | 55 | 2020-05-17 20:27:45-04:00 | 14,400 | ['2421cab4793eec5bbcde15939e1fae98439a23e1'] | Clarify location of config file in FAQ | [{'old_path': 'doc/FAQ.md', 'new_path': 'doc/FAQ.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -229,6 +229,8 @@ and no TLS. Any flags passed to `code-server` will take priority over the config\n \n The `--config` flag or `$CODE_SERVER_CONFIG` can be used to change the config file's location.\n \n+The default l... | TypeScript |
783dfe0a149e347f7dee0d56d59a006f8c93e56a | 55 | 2020-05-17 20:32:04-04:00 | 14,400 | ['b9f43c354237b32b445e9f283ed7abbfa520f8c3'] | Fix typo in installation docs | [{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -18,7 +18,7 @@ For a full setup and walkthrough, please see [./doc/guide.md](./doc/guide.md).\n ### Debian, Ubuntu\n \n ```bash\n-curl -sSOL https://github.com/cdr/code-server/releases/download/3.3.0/code-server_3.3.0_... | TypeScript |
094ca2ad97a43f7d60b47ac058c3e5459cb7148d | 55 | 2020-05-17 20:39:45-04:00 | 14,400 | ['c33a4651c93c746247ec4d3d4d5828bfc504e35a'] | Link to all other docs in guide.md
I expect people will frequently link to it. | [{'old_path': 'doc/guide.md', 'new_path': 'doc/guide.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -18,7 +18,11 @@\n This guide demonstrates how to setup and use code-server.\n To reiterate, code-server lets you run VS Code on a remote server and then access it via a browser.\n \n-See [README.md](../README.md)... | TypeScript |
59f0128d275015187ae3ab649cc0d34c0fbb7faf | 55 | 2020-05-17 21:11:52-04:00 | 14,400 | ['761c2035c71d8fc77b13ccbbd1b7d42b6a14e571'] | Shorten static release script horizontally | [{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -84,7 +84,8 @@ Add the code-server `bin` directory to your `$PATH` to easily execute `code-serv\n Here is an example script for installing and using a static `code-server` release on Linux:\n \n ```bash\n-curl -sSL htt... | TypeScript |
8a3466e86ffd19231c23eb504e1a046df66422e3 | 55 | 2020-05-17 22:47:23-04:00 | 14,400 | ['59f0128d275015187ae3ab649cc0d34c0fbb7faf'] | More grammar fixes for FAQ | [{'old_path': 'doc/FAQ.md', 'new_path': 'doc/FAQ.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -192,7 +192,7 @@ Once this is done, replicate the issue you're having then collect logging\n information from the following places:\n \n 1. stdout\n-2. The most recently created directory in the `~/.local/share/code-... | TypeScript |
47d50c91632cdd2a8cb58daa99cbd96f214f2cb2 | 55 | 2020-05-18 00:38:55-04:00 | 14,400 | ['8a3466e86ffd19231c23eb504e1a046df66422e3'] | Downgrade CI to Debian 8 for glibc 2.19
Closes #1656 | [{'old_path': '.github/workflows/ci.yaml', 'new_path': '.github/workflows/ci.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -75,7 +75,7 @@ jobs:\n name: npm-package\n path: ./release\n - name: Run ./ci/steps/release-static.sh\n- uses: ./ci/container\n+ uses: ./ci/contai... | TypeScript |
04cd74cad0714f73c544855464fd44db5ab333b8 | 55 | 2020-05-18 13:14:29-04:00 | 14,400 | ['7b1edd5ad4c7ce7937118c788d2a913e279b0d86'] | Add more info to issue template
Closes #1655 | [{'old_path': '.github/issue_template.md', 'new_path': '.github/issue_template.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -8,4 +8,11 @@ and include any logging information relevant to the issue.\n Please search for existing issues before filing.\n \n Please ensure you cannot reproduce on VS Code before fili... | TypeScript |
f5ac262a2ff4677f25c0429a15480d8cda6a3be1 | 55 | 2020-05-18 13:20:13-04:00 | 14,400 | ['04cd74cad0714f73c544855464fd44db5ab333b8'] | Indicat how to get version in issue template | [{'old_path': '.github/issue_template.md', 'new_path': '.github/issue_template.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -15,4 +15,4 @@ Please fill in the issue template or we will close your issue!\n - Web Browser: \n - Local OS:\n - Remote OS:\n-- code-server version: \n+- `code-server --version`: \n'}] | TypeScript |
e4ddffd0e2d23e90d418c0d6fccd9dc1d3465da2 | 55 | 2020-05-18 13:56:53-04:00 | 14,400 | ['f5ac262a2ff4677f25c0429a15480d8cda6a3be1'] | Workaround for GH Actions stripping permissions
Closes #1665 | [{'old_path': '.github/workflows/ci.yaml', 'new_path': '.github/workflows/ci.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -42,7 +42,7 @@ jobs:\n uses: actions/upload-artifact@v2\n with:\n name: npm-package\n- path: ./release\n+ path: ./release-npm-package\n \n l... | TypeScript |
f7f11ad6c275ae2b8287ca68274b2591e069f9ef | 29 | 2020-05-18 15:06:11-05:00 | 18,000 | ['0c2381f4ff484a2a3a6ba149d00ddcbe0dffb9e5'] | Fix paths from Windows client to non-Windows server
Fixes #1659
Fixes #1642 | [{'old_path': 'ci/dev/vscode.patch', 'new_path': 'ci/dev/vscode.patch', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -248,19 +248,17 @@ index 1e16cde724..0000000000\n -target "12.4.0"\n -runtime "node"\n diff --git a/src/vs/base/common/network.ts b/src/vs/base/common/network.ts\n-index e4546b2cf6..9df12239fb 10064... | TypeScript |
ce9d14d55e3e997ab104ce443e3edd4c6aea1230 | 55 | 2020-05-18 17:34:22-04:00 | 14,400 | ['eccee531429718a4d34180b3a1c7bff49976a555'] | Pin to vscode 1.45.1
1.46 isn't released yet and has bugs.
Closes #1667 | [{'old_path': 'ci/dev/vscode.patch', 'new_path': 'ci/dev/vscode.patch', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -3083,11 +3083,11 @@ index afdd6bf398..1633daf93d 100644\n \t\t\treturn storagePath;\n \n diff --git a/src/vs/workbench/api/worker/extHostExtensionService.ts b/src/vs/workbench/api/worker/extHostE... | TypeScript |
5f94d5a6871b0cf86f8927158f2fa1750d0f5ca3 | 55 | 2020-05-18 18:11:52-04:00 | 14,400 | ['d6b1d0c7ffd6ba438fe3673293cf9f4a0690f7f6'] | Release v3.3.1
This release fixes bugs introduced with the release of v3.3.0
- We've reverted to VS Code 1.45.1 due to bugs in 1.46 #1667
- Accessing code-server from a web browser on Windows has been fixed #1642
- Search in project has been fixed #1665
- The glibc requirement on static releases has been lowered to v... | [{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -18,8 +18,8 @@ For a full setup and walkthrough, please see [./doc/guide.md](./doc/guide.md).\n ### Debian, Ubuntu\n \n ```bash\n-curl -sSOL https://github.com/cdr/code-server/releases/download/v3.3.0/code-server_3.3.0... | TypeScript |
6f1309795e1cb930edba68cdc7c3dcaa01da0ab3 | 55 | 2020-05-18 21:37:16-04:00 | 14,400 | ['5f94d5a6871b0cf86f8927158f2fa1750d0f5ca3'] | Rebuild all node_modules on npm install
Stuff like ripgrep needs to be refetched so we cannot bundle
node_modules at all. | [{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -73,7 +73,7 @@ docker run -it -p 127.0.0.1:8080:8080 \\\n ### Static Releases\n \n We publish self contained `.tar.gz` archives for every release on [github](https://github.com/cdr/code-server/releases).\n-They bundle ... | TypeScript |
9858af9014a00d9d5054c33830b23e10ef146586 | 55 | 2020-05-19 00:17:23-04:00 | 14,400 | ['aa872701481ad371f25a6cc7042ca1e55d05e782'] | Mention yarn as another installation option | [{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -33,18 +33,19 @@ systemctl --user enable --now code-server\n # Now visit http://127.0.0.1:8080. Your password is in ~/.config/code-server/config.yaml\n ```\n \n-### npm\n+### yarn, npm\n \n-We recommend installing from... | TypeScript |
520d8e66a8dbba3e7ebca1b3e21d71509ed6e396 | 55 | 2020-05-19 00:24:49-04:00 | 14,400 | ['aa872701481ad371f25a6cc7042ca1e55d05e782'] | Add blank screen problem with iPad to FAQ | [{'old_path': 'doc/FAQ.md', 'new_path': 'doc/FAQ.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -18,6 +18,7 @@\n - [How do I debug issues with code-server?](#how-do-i-debug-issues-with-code-server)\n - [Heartbeat File](#heartbeat-file)\n - [How does the config file work?](#how-does-the-config-file-work)\n+- [Bl... | TypeScript |
8053ec6872d1f456ce721342966fb67605dd1ff7 | 55 | 2020-05-19 00:41:27-04:00 | 14,400 | ['aa872701481ad371f25a6cc7042ca1e55d05e782'] | Allow user-data-dir and extension-dir in config.yaml
Closes #1676 | [{'old_path': 'src/node/cli.ts', 'new_path': 'src/node/cli.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -152,12 +152,12 @@ export const optionDescriptions = (): string[] => {\n )\n }\n \n-export const parse = async (\n+export const parse = (\n argv: string[],\n opts?: {\n configFile: string\n },\n... | TypeScript |
25ea76ebc9aa4161bc4742233a9762033b662406 | 55 | 2020-05-19 13:46:19-04:00 | 14,400 | ['f4c97abe917c2c0eafdf0ad6566bb6cfff0d45ee'] | Improve clarity in guide and fix typo in FAQ | [{'old_path': 'doc/FAQ.md', 'new_path': 'doc/FAQ.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -108,7 +108,7 @@ only to HTTP requests.\n You can use [Let's Encrypt](https://letsencrypt.org/) to get an SSL certificate\n for free.\n \n-Again, Please follow [./guide.md](./guide.md) for our recommendations on sett... | TypeScript |
971217c4e6ebc016396bd106f2750b922d37dc41 | 55 | 2020-05-19 22:44:45-04:00 | 14,400 | ['078571d267c9377e170c3356b8b6afd1e3b431b5'] | Add Architecture to issue template | [{'old_path': '.github/issue_template.md', 'new_path': '.github/issue_template.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -15,4 +15,5 @@ Please fill in the issue template or we will close your issue!\n - Web Browser:\n - Local OS:\n - Remote OS:\n+- Remote Architecture:\n - `code-server --version`:\n'}] | TypeScript |
1ee407bf0cc1533a80aa4d6bc8a0b402ba0e6b3a | 55 | 2020-05-19 22:47:34-04:00 | 14,400 | ['971217c4e6ebc016396bd106f2750b922d37dc41'] | Clarify language in issue template | [{'old_path': '.github/issue_template.md', 'new_path': '.github/issue_template.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -7,9 +7,11 @@ and include any logging information relevant to the issue.\n \n Please search for existing issues before filing.\n \n-Please ensure you cannot reproduce on VS Code before f... | TypeScript |
0d207f4f9a748c9d1a52f1cf7343889e6edb264d | 55 | 2020-05-20 09:21:22-04:00 | 14,400 | ['2064e88e06b4e1b1f5bd80d45dfebbd35b9096ac'] | Update AUR docs
Closes #1634 | [{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -33,21 +33,22 @@ systemctl --user enable --now code-server\n # Now visit http://127.0.0.1:8080. Your password is in ~/.config/code-server/config.yaml\n ```\n \n-### Arch\n-\n-We publish code-server releases to the our ... | TypeScript |
3ddf242c65806209685cab8ba0881fd7116e094f | 55 | 2020-05-20 10:37:31-04:00 | 14,400 | ['2064e88e06b4e1b1f5bd80d45dfebbd35b9096ac'] | Make automatic updates on v3.2.0 work again
Only for linux amd64 users which is the majority of our userbase. | [{'old_path': 'ci/build/build-packages.sh', 'new_path': 'ci/build/build-packages.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -8,22 +8,30 @@ main() {\n cd "$(dirname "${0}")/../.."\n source ./ci/lib.sh\n \n- local release_name="code-server-$VERSION-$OS-$ARCH"\n mkdir -p release-packages\n \n+ release_... | TypeScript |
608cefa8cd694d1a1accc29f9d3d21750a35388c | 7 | 2020-05-20 15:26:23-07:00 | 25,200 | ['521ac7d91f1d1107fa100898969e7b902740414a'] | Update CONTRIBUTING.md
It is not mentioned that the "release" script requires "jq" to be installed on the system to build code-server releases | [{'old_path': 'doc/CONTRIBUTING.md', 'new_path': 'doc/CONTRIBUTING.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -10,6 +10,7 @@ Differences:\n \n - We require a minimum of node v12 but later versions should work.\n - We use [fnpm](https://github.com/goreleaser/nfpm) to build `.deb` and `.rpm` packages.\n+- We ... | TypeScript |
3445a55c2be0bc93f1c41fb8dd3460bfe40604e9 | 55 | 2020-05-21 11:56:41-04:00 | 14,400 | ['0559d4d870c19f14311d307683b3b5d7203da137'] | Add issue template for extension request
Closes #1696 | [{'old_path': None, 'new_path': '.github/ISSUE_TEMPLATE/bug-report.md', 'type': <ModificationType.ADD: 1>, 'diff': "@@ -0,0 +1,29 @@\n+---\n+name: Bug report\n+about: Report a bug and help us improve\n+title: ''\n+labels: ''\n+assignees: ''\n+\n+---\n+\n+<!--\n+Please see https://github.com/cdr/code-server/blob/master/... | TypeScript |
c9afd01b60a1de0b8857b27ac9adef8bd766f823 | 55 | 2020-05-21 11:59:04-04:00 | 14,400 | ['81a4dd7d890df119895e33593aaaad896615881f'] | Update FAQ for extension request template | [{'old_path': 'doc/FAQ.md', 'new_path': 'doc/FAQ.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -53,7 +53,8 @@ point to the .vsix file.\n \n See below for installing an extension from the cli.\n \n-Feel free to file an issue to add a missing extension to the marketplace.\n+To request an extension for the code-s... | TypeScript |
9a8c06d09defe36510f0dd2494783a651f02a39b | 33 | 2020-05-24 15:08:05+01:00 | -3,600 | ['c8b58a0f70f768d17221cf313a332d2c23ddd318'] | Fixed grammar error
Removed apostrophe used for pluralization
server's -> servers | [{'old_path': 'doc/FAQ.md', 'new_path': 'doc/FAQ.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -142,7 +142,7 @@ Just browse to `/proxy/<port>/`.\n \n ## Multi-tenancy\n \n-If you want to run multiple code-server's on shared infrastructure, we recommend using virtual\n+If you want to run multiple code-servers o... | TypeScript |
9d0dcf3c44ff59171044c6fcdd3538da83e0cbc8 | 55 | 2020-05-27 14:28:40-04:00 | 14,400 | ['3140a0cb15bcb1c60bf26f5b3b7aab7333352ae3'] | Fix extension install path for CLI
Closes #1713 | [{'old_path': 'src/node/entry.ts', 'new_path': 'src/node/entry.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -43,8 +43,6 @@ const main = async (cliArgs: Args): Promise<void> => {\n }\n }\n \n- args = await setDefaults(args)\n-\n logger.info(`Using user-data-dir ${humanPath(args["user-data-dir"])}`)\n ... | TypeScript |
96eeb9fea025e54f41a1c931d79fb241deba0884 | 55 | 2020-05-27 15:48:22-04:00 | 14,400 | ['2ba8fee6054cb6212c6ff6d40c2f103574e5da6b'] | Fix install instructions for SUSE
Closes #1699 | [{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -18,17 +18,17 @@ For a full setup and walkthrough, please see [./doc/guide.md](./doc/guide.md).\n ### Debian, Ubuntu\n \n ```bash\n-curl -sSOL https://github.com/cdr/code-server/releases/download/v3.3.1/code-server_3.3... | TypeScript |
510d84898c4ecfca8df9787653507cd5cc08c8de | 55 | 2020-05-27 15:48:22-04:00 | 14,400 | ['0129e002e8d5f2a6d19ae72fe70705c1208dc0dd'] | install.sh: Add our own flag parser
Fully supports long opts! | [{'old_path': '.github/ISSUE_TEMPLATE/bug-report.md', 'new_path': '.github/ISSUE_TEMPLATE/bug-report.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,10 +1,9 @@\n ---\n name: Bug report\n about: Report a bug and help us improve\n-title: \'\'\n-labels: \'\'\n-assignees: \'\'\n-\n+title: ""\n+labels: ""\n+assign... | TypeScript |
c80b2748e18971ce117890c8d0d83244e3d418e1 | 55 | 2020-05-27 15:48:22-04:00 | 14,400 | ['510d84898c4ecfca8df9787653507cd5cc08c8de'] | install.sh: Fixes from @code-asher's review | [{'old_path': 'install.sh', 'new_path': 'install.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -49,9 +49,9 @@ echo_latest_version() {\n echo_static_postinstall() {\n echo\n cat << EOF\n-Static release has been installed into $STATIC_INSTALL_PREFIX/code-server-$VERSION\n+Static release has been installed in... | TypeScript |
e0172d09536adf237aa93f7033cd8dd8c0fbc072 | 55 | 2020-05-27 15:48:22-04:00 | 14,400 | ['c80b2748e18971ce117890c8d0d83244e3d418e1'] | Minor fixes for install.sh and bundle in libstdc++
Closes #1706 | [{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -29,6 +29,8 @@ curl -fsSL https://code-server.dev/install.sh | sh\n ```\n $ curl -fsSL https://code-server.dev/install.sh | sh -s -- --dry-run --help\n \n+$0 [--dry-run] [--version X.X.X] [--static <install-prefix>=~/... | TypeScript |
a40dabbd22cf99669865754265bdd46c7c2f0963 | 55 | 2020-05-27 15:48:22-04:00 | 14,400 | ['e0172d09536adf237aa93f7033cd8dd8c0fbc072'] | Add install script to docs | [{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -17,71 +17,21 @@ For a full setup and walkthrough, please see [./doc/guide.md](./doc/guide.md).\n \n ## Install\n \n-You can easily and securely install code-server with our install script on any Linux or macOS machine... | TypeScript |
f1174759707a8f04c31f39d8f7c5dd3a1699fcbe | 55 | 2020-05-27 15:48:22-04:00 | 14,400 | ['a40dabbd22cf99669865754265bdd46c7c2f0963'] | install.md: Add https://github.com/linuxserver/docker-code-server
See https://github.com/cdr/code-server/issues/1337#issuecomment-632131384 | [{'old_path': 'doc/guide.md', 'new_path': 'doc/guide.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -93,7 +93,6 @@ curl -fsSL https://code-server.dev/install.sh | sh\n \n Docs on the install script, manual installation and docker instructions are at [./doc/install.md](./doc/install.md).\n \n-\n ## 3. Expose cod... | TypeScript |
e55d3e49e1ec3a92f9ed858d65d61ea3a045e357 | 55 | 2020-05-27 15:48:22-04:00 | 14,400 | ['ac9b57c07e37320086801904577156ad2d765233'] | Bundle in libicu on macOS
Closes #1710
Also reported in #1640 | [{'old_path': 'ci/build/build-static-release.sh', 'new_path': 'ci/build/build-static-release.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -20,6 +20,10 @@ main() {\n if [[ $OS == "linux" ]]; then\n bundle_dynamic_lib libstdc++\n bundle_dynamic_lib libgcc_s\n+ elif [[ $OS == "macos" ]]; then\n+ bu... | TypeScript |
c51d94d8a9309ed7b0c72e2440b090bb75a696d3 | 55 | 2020-05-27 15:48:22-04:00 | 14,400 | ['e9101a2421d2a888d40277a1b6a4e9364b6283af'] | Document PWA
Closes #1726 | [{'old_path': 'doc/FAQ.md', 'new_path': 'doc/FAQ.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -248,6 +248,17 @@ Please give\n [this wonderful blogpost](https://sandstorm.io/news/2015-09-24-is-curl-bash-insecure-pgp-verified-install) by\n [sandstorm.io](https://sandstorm.io) a read.\n \n+## How do I make my ke... | TypeScript |
eb17a293e5b5c6776f6de59928304012b65e3657 | 55 | 2020-05-27 15:48:22-04:00 | 14,400 | ['c51d94d8a9309ed7b0c72e2440b090bb75a696d3'] | Document Microsoft's Remote extensions
Closes #1681 | [{'old_path': 'doc/FAQ.md', 'new_path': 'doc/FAQ.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -20,6 +20,8 @@\n - [How does the config file work?](#how-does-the-config-file-work)\n - [Blank screen on iPad?](#blank-screen-on-ipad)\n - [Isn't an install script piped into sh insecure?](#isnt-an-install-script-pip... | TypeScript |
33bca2d141069b25c51437655429c236b9d433e2 | 55 | 2020-05-27 15:48:22-04:00 | 14,400 | ['eb17a293e5b5c6776f6de59928304012b65e3657'] | Adjust nfpm config for bindir removal
See https://github.com/goreleaser/nfpm/pull/142#issuecomment-634427333 | [{'old_path': 'ci/build/build-packages.sh', 'new_path': 'ci/build/build-packages.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -21,7 +21,7 @@ main() {\n fi\n fi\n \n- if [[ $OSTYPE == linux* ]]; then\n+ if [[ $OS == "linux" ]]; then\n release_nfpm\n fi\n }\n@@ -48,7 +48,7 @@ release_gcp() {\n # G... | TypeScript |
665ca017a1b0dfeff414e983ec2a41fb7ed23537 | 55 | 2020-05-27 15:48:22-04:00 | 14,400 | ['33bca2d141069b25c51437655429c236b9d433e2'] | Fixes from @code-asher's godly review | [{'old_path': 'ci/dev/lint.sh', 'new_path': 'ci/dev/lint.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,7 +9,7 @@ main() {\n tsc --noEmit\n # See comment in ./ci/container/Dockerfile\n if [[ ! ${CI-} ]]; then\n- shellcheck -e SC2046,SC2164,SC2154,SC1091 $(git ls-files "*.sh")\n+ shellcheck -e SC2... | TypeScript |
fa45fd0e3141175852a7551333c802e94a538218 | 55 | 2020-05-27 15:57:18-04:00 | 14,400 | ['665ca017a1b0dfeff414e983ec2a41fb7ed23537'] | Rename static releases to binary releases
More clear as discussed in PR. | [{'old_path': '.gitignore', 'new_path': '.gitignore', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,7 +4,7 @@ dist*\n out*\n release/\n release-npm-package/\n-release-static/\n+release-binary/\n release-packages/\n release-gcp/\n release-images/\n'}, {'old_path': 'ci/README.md', 'new_path': 'ci/README.md', 'type... | TypeScript |
f71d8875d0bd26ae15eaf20a0daf5cd99eaf7f21 | 55 | 2020-05-27 16:39:17-04:00 | 14,400 | ['06c26a22cd7a3273a834e7473fc6144cd9affac7'] | Rename binary release to standalone | [{'old_path': '.gitignore', 'new_path': '.gitignore', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,7 +4,7 @@ dist*\n out*\n release/\n release-npm-package/\n-release-binary/\n+release-standalone/\n release-packages/\n release-gcp/\n release-images/\n'}, {'old_path': 'ci/README.md', 'new_path': 'ci/README.md', '... | TypeScript |
29e5c4a29346eb3a9062628a1ba4d67117b1a726 | 55 | 2020-05-27 16:48:11-04:00 | 14,400 | ['f71d8875d0bd26ae15eaf20a0daf5cd99eaf7f21'] | Clarify npm docs in install.md | [{'old_path': 'doc/CONTRIBUTING.md', 'new_path': 'doc/CONTRIBUTING.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -51,13 +51,13 @@ yarn --production\n node .\n ```\n \n-Now you can build the packages with:\n+Now you can build release packages with:\n \n ```\n yarn release:standalone\n+# The standalone release i... | TypeScript |
af398c49fd652bf99705ba92e0a5fb34375ace52 | 55 | 2020-05-27 17:01:33-04:00 | 14,400 | ['29e5c4a29346eb3a9062628a1ba4d67117b1a726'] | Workaround lack of builtin in /bin/sh | [{'old_path': 'install.sh', 'new_path': 'install.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -13,7 +13,7 @@ usage() {\n "\n fi\n \n- cat << EOF\n+ cath << EOF\n Installs code-server for Linux and macOS.\n It tries to use the system package manager if possible.\n After successful installation it explains ... | TypeScript |
8dfac0fb65074babdfabf35214c60579ecdc7031 | 55 | 2020-05-27 20:45:11-04:00 | 14,400 | ['90caca333651646620699b4c62920a198f36cf4f'] | More questions in the FAQ
Closes #1732 | [{'old_path': 'doc/FAQ.md', 'new_path': 'doc/FAQ.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -3,6 +3,7 @@\n # FAQ\n \n - [Questions?](#questions)\n+- [How can I reuse my VS Code configuration?](#how-can-i-reuse-my-vs-code-configuration)\n - [What's the deal with extensions?](#whats-the-deal-with-extensions)\... | TypeScript |
c7cad402b4a21c2983298e7e75332f8d7f3717c5 | 55 | 2020-05-27 21:39:19-04:00 | 14,400 | ['8dfac0fb65074babdfabf35214c60579ecdc7031'] | Cleanup FAQ
Prominently explain how code-server is different from VS Code
Closes #1718 | [{'old_path': '.github/issue_template.md', 'new_path': '.github/issue_template.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,4 +1,4 @@\n <!--\n Please file all questions and support requests at https://www.reddit.com/r/codeserver/\n-The issue tracker is only for bugs.\n+The issue tracker is only for bugs an... | TypeScript |
9a3b9fcac23e6bd7f01e46bae94ea7c017bbc0f7 | 55 | 2020-06-02 17:22:24-04:00 | 14,400 | ['b88163392c0f2f8ce3d4b404c0b6c72e75920495'] | Fix install script to trim leading v from version
Updates #1746 | [{'old_path': 'install.sh', 'new_path': 'install.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -62,7 +62,8 @@ EOF\n echo_latest_version() {\n # https://gist.github.com/lukechilds/a83e1d7127b78fef38c2914c4ececc3c#gistcomment-2758860\n version="$(curl -fsSLI -o /dev/null -w "%{url_effective}" https://github.... | TypeScript |
2c2a6498afe6588e1c2221d2fc2d748a5589c919 | 55 | 2020-06-03 15:45:16-04:00 | 14,400 | ['7ab47b3d833436f9107a529069ae77efae840378'] | Parse config file in entry
This way setting --data-dir and --extension-dir in the config file
will work for --install--extension and whatnot. | [{'old_path': 'src/node/entry.ts', 'new_path': 'src/node/entry.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -31,11 +31,7 @@ try {\n const version = pkg.version || "development"\n const commit = pkg.commit || "development"\n \n-const main = async (cliArgs: Args): Promise<void> => {\n- const configArgs = await... | TypeScript |
206f195c1cbb08f6c9d610876fb7d9e397f44a97 | 55 | 2020-06-03 15:45:16-04:00 | 14,400 | ['2c2a6498afe6588e1c2221d2fc2d748a5589c919'] | Minor grammar fixes in FAQ | [{'old_path': 'doc/FAQ.md', 'new_path': 'doc/FAQ.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -47,14 +47,15 @@ However, it is not entirely equivalent to Microsoft's VS Code.\n \n While the core of VS Code is open source, the marketplace and many published Microsoft extensions are not.\n \n-Not only are they c... | TypeScript |
02a77b528ba0fcc2df9d72a7e5312e405c407bbd | 55 | 2020-06-03 15:45:16-04:00 | 14,400 | ['206f195c1cbb08f6c9d610876fb7d9e397f44a97'] | Support recursive symlinks in release script
See
https://github.com/cdr/code-server/issues/1746#issuecomment-637830396 | [{'old_path': 'ci/build/code-server.sh', 'new_path': 'ci/build/code-server.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,26 +1,40 @@\n #!/bin/sh\n+set -eu\n \n # This script is intended to be bundled into the standalone releases.\n # Runs code-server with the bundled node binary.\n \n-# More complicated tha... | TypeScript |