Search is not available for this dataset
hash string | author int32 | committer_date string | timezone int64 | parents string | message string | changes string | language string |
|---|---|---|---|---|---|---|---|
11d793296805253a2f4d289f5e7741fe3bcfbfa4 | 55 | 2020-06-03 15:45:16-04:00 | 14,400 | ['02a77b528ba0fcc2df9d72a7e5312e405c407bbd'] | Stop bundling libraries in release
- Instead we now use CentOS 7 for the static build to guarantee
that we only depend on libc v2.17
- For macOS we now pull in a static node binary and bundle that instead. | [{'old_path': '.github/workflows/ci.yaml', 'new_path': '.github/workflows/ci.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -55,7 +55,7 @@ jobs:\n name: npm-package\n path: ./release-npm-package\n - name: Run ./ci/steps/release-packages.sh\n- uses: ./ci/container\n+ use... | TypeScript |
bdb670e8523b534fe6119e1e83d30f3d9e076811 | 55 | 2020-06-03 15:45:16-04:00 | 14,400 | ['11d793296805253a2f4d289f5e7741fe3bcfbfa4'] | Rename container and release-container to images and release-image | [{'old_path': '.github/workflows/ci.yaml', 'new_path': '.github/workflows/ci.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -8,7 +8,7 @@ jobs:\n steps:\n - uses: actions/checkout@v1\n - name: Run ./ci/steps/fmt.sh\n- uses: ./ci/container\n+ uses: ./ci/images/debian:8\n wi... | TypeScript |
5815b4a0c0dbb75e9f4d8df8f524bfe764acfea0 | 55 | 2020-06-03 15:45:16-04:00 | 14,400 | ['bdb670e8523b534fe6119e1e83d30f3d9e076811'] | Rename dev/container -> dev/image | [{'old_path': None, 'new_path': '.ignore', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1 @@\n+lib\n'}, {'old_path': 'ci/README.md', 'new_path': 'ci/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -40,7 +40,7 @@ Make sure you have `$GITHUB_TOKEN` set and [hub](https://github.com/github/hub)\n \n T... | TypeScript |
d4ef7c14120733d58a22888ccebaa6fad706cc96 | 55 | 2020-06-03 15:45:16-04:00 | 14,400 | ['5815b4a0c0dbb75e9f4d8df8f524bfe764acfea0'] | Remove colons from image filenames | [{'old_path': '.github/workflows/ci.yaml', 'new_path': '.github/workflows/ci.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -8,7 +8,7 @@ jobs:\n steps:\n - uses: actions/checkout@v1\n - name: Run ./ci/steps/fmt.sh\n- uses: ./ci/images/debian:8\n+ uses: ./ci/images/debian8\n ... | TypeScript |
85ad7e4fb408ebe1c7dbf57fa9fad271e5df4363 | 55 | 2020-06-03 15:45:17-04:00 | 14,400 | ['cb9c5b2d4946656234a2b11b1807a4593853b56b'] | Remove duplicate log
Also confirmed that #1750 is fixed. | [{'old_path': 'src/node/cli.ts', 'new_path': 'src/node/cli.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -348,7 +348,9 @@ export async function readConfigFile(configPath?: string): Promise<Args> {\n logger.info(`Wrote default config file to ${humanPath(configPath)}`)\n }\n \n+ if (!process.env.CODE_SERV... | TypeScript |
ab081cd522d52a422ea5742aef36a99a31fdc86c | 55 | 2020-06-03 15:45:17-04:00 | 14,400 | ['e2789608b2a7d2262ea3f5aaf299264cc66e650f'] | Add warning when using outdated code-server script | [{'old_path': 'ci/build/code-server.sh', 'new_path': 'ci/build/code-server.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -5,31 +5,32 @@ set -eu\n # Runs code-server with the bundled node binary.\n \n _realpath() {\n- if [ "$(uname)" = "Linux" ]; then\n- readlink -f "$1"\n- return\n- fi\n+ # See https:... | TypeScript |
4cf81d88a7d4a328805340725569347fa862ac79 | 55 | 2020-06-04 05:33:27-04:00 | 14,400 | ['79d1e179f865c7c764c2619070e926faa1bb2053'] | Always create globalStorageHome
Closes #1693 | [{'old_path': 'ci/dev/vscode.patch', 'new_path': 'ci/dev/vscode.patch', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -212,7 +212,7 @@ index 0000000000..0170b47241\n +\tcommon.minifyTask("out-vscode")\n +));\n diff --git a/package.json b/package.json\n-index 4c7342cbd8..4c287f6c1a 100644\n+index d150d539ae..3307841... | TypeScript |
ac2bf56ebc58e93523e911f18f3e33a5d39b1afb | 55 | 2020-06-04 07:25:32-04:00 | 14,400 | ['06b387fe98f93dceab989b4bdf1396c41035cb2a'] | Explain $SERVICE_URL and $ITEM_URL in more detail
Closes #1762 | [{'old_path': 'doc/FAQ.md', 'new_path': 'doc/FAQ.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -78,8 +78,15 @@ point to the .vsix file.\n \n See below for installing an extension from the cli.\n \n-If you have your own custom marketplace, it is possible to point code-server to it by setting\n-`$SERVICE_URL` an... | TypeScript |
59694fb72e3feddd035897fb9dc72a0a9164765f | 55 | 2020-06-04 07:30:41-04:00 | 14,400 | ['ac2bf56ebc58e93523e911f18f3e33a5d39b1afb'] | FAQ: Explain differences compared to Theia
Closes #1756 | [{'old_path': 'doc/FAQ.md', 'new_path': 'doc/FAQ.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -6,6 +6,7 @@\n - [How can I reuse my VS Code configuration?](#how-can-i-reuse-my-vs-code-configuration)\n - [Differences compared to VS Code?](#differences-compared-to-vs-code)\n - [How can I request a missing extens... | TypeScript |
7958cc7e29ec47c6e3ee09f15fd8cddda4ca1442 | 55 | 2020-06-04 18:23:01-04:00 | 14,400 | ['88c76d4794cfce84ad6fb84d88c9f61d16a63225'] | install.sh: Print creation of CACHE_DIR | [{'old_path': 'install.sh', 'new_path': 'install.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -170,7 +170,6 @@ main() {\n fi\n \n CACHE_DIR="$(echo_cache_dir)"\n- mkdir -p "$CACHE_DIR"\n \n if [ "$METHOD" = standalone ]; then\n install_standalone\n@@ -234,10 +233,11 @@ fetch() {\n FILE="$2"\n \n ... | TypeScript |
3a37add48db7860d67f0442ce8d0c1d94ae2265e | 62 | 2020-06-04 23:42:10-07:00 | 25,200 | ['7958cc7e29ec47c6e3ee09f15fd8cddda4ca1442'] | Update --data-dir flag to --user-data-dir
Update --data-dir flag to --user-data-dir | [{'old_path': 'doc/FAQ.md', 'new_path': 'doc/FAQ.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -38,7 +38,7 @@ The issue tracker is **only** for bugs and features.\n \n The very popular [Settings Sync](https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync) extension works.\n \n-You can als... | TypeScript |
69b8096eb37f82900afba61d530a7e7a7b3cd6f4 | 55 | 2020-06-09 18:13:20-04:00 | 14,400 | ['7958cc7e29ec47c6e3ee09f15fd8cddda4ca1442'] | Mention we're hiring in the README.md | [{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -50,6 +50,16 @@ See [./doc/FAQ.md](./doc/FAQ.md).\n \n See [./doc/CONTRIBUTING.md](./doc/CONTRIBUTING.md).\n \n+## Hiring\n+\n+We're looking for an engineer to help maintain code-server and\n+help innvoate on open sour... | TypeScript |
3d9e3b87172bdde2650cffbb12688d2f2d9e9d74 | 55 | 2020-06-13 11:14:32-04:00 | 14,400 | ['264abed82c49319dd813dfb2128401da69c7ce7e'] | Add FreeBSD support to install script | [{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -20,7 +20,7 @@ For a full setup and walkthrough, please see [./doc/guide.md](./doc/guide.md).\n \n ### Quick Install\n \n-We have a [script](./install.sh) to install code-server for Linux and macOS.\n+We have a [script... | TypeScript |
5a6411fa491f7b8220321b87388836df7dc12222 | 55 | 2020-06-22 00:57:24-04:00 | 14,400 | ['3da6c561b83d2a4c57f3c471ba93b82845a22acc'] | Make our funding situation clear in Hiring section | [{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -52,8 +52,10 @@ See [./doc/CONTRIBUTING.md](./doc/CONTRIBUTING.md).\n \n ## Hiring\n \n-We're looking for an engineer to help maintain code-server and\n-innovate on open source.\n+We ([@cdr](https://github.com/cdr)) ar... | TypeScript |
609c7ef4ec8fbff2792ec928a069851233c4c4a5 | 55 | 2020-06-22 00:57:40-04:00 | 14,400 | ['5a6411fa491f7b8220321b87388836df7dc12222'] | Fix bad $PATH when building MacOS
The previous release mistakenly distributed the wrong version
of node...
Very sad.
See https://github.com/cdr/code-server/issues/1710#issuecomment-646472716 | [{'old_path': 'ci/steps/release-packages.sh', 'new_path': 'ci/steps/release-packages.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -6,7 +6,7 @@ main() {\n \n if [[ $OSTYPE == darwin* ]]; then\n curl -L https://nodejs.org/dist/v14.4.0/node-v14.4.0-darwin-x64.tar.gz | tar -xz\n- PATH="$PATH:node-v14.4.0... | TypeScript |
364f9dd854ee5ec5ca3ea44cbb84f0f3664de340 | 55 | 2020-06-23 07:58:28-04:00 | 14,400 | ['7e1aebe009d33b5ccbf0c1b9998bd7e374040417'] | Ask for resume/github re hiring | [{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -60,7 +60,7 @@ We're well funded. We've raised a total of \\$46 million!\n Our main office is in Austin, Texas. Remote is ok as long as\n you're in Canada, the US, Australia or the UK.\n \n-Please get in [touch](mailto... | TypeScript |
1b7d4b5a181ce5b142a9db2164b7e24ef5ba6951 | 29 | 2020-06-24 11:40:17-05:00 | 18,000 | ['364f9dd854ee5ec5ca3ea44cbb84f0f3664de340'] | Initialize config and use correct settings path
Fixes #1829. | [{'old_path': 'ci/dev/vscode.patch', 'new_path': 'ci/dev/vscode.patch', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1462,7 +1462,7 @@ index 0000000000..0a9c95d50e\n +}\n diff --git a/src/vs/server/node/channel.ts b/src/vs/server/node/channel.ts\n new file mode 100644\n-index 0000000000..23058670f3\n+index 000000... | TypeScript |
a9425310795ec7665029aadef042637f3191770b | 27 | 2020-06-25 15:33:55-05:00 | 18,000 | ['cc9c9e9db5810ec500bdd5475d28ec987c9c4577'] | Update remote location restrictions in README | [{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -56,7 +56,7 @@ We ([@cdr](https://github.com/cdr)) are looking for a engineers to help maintain\n code-server, innovate on open source and streamline dev workflows.\n \n Our main office is in Austin, Texas. Remote is o... | TypeScript |
ebef18d6262b310953293860ab2a55f3bee3d112 | 29 | 2020-06-30 16:41:47-05:00 | 18,000 | ['a9425310795ec7665029aadef042637f3191770b'] | Fix connections sticking around indefinitely
For some reason it only affects the extension host socket (something to
do with passing it via IPC?) but I changed both just to be sure.
Fixes #1795. | [{'old_path': 'ci/dev/vscode.patch', 'new_path': 'ci/dev/vscode.patch', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1811,7 +1811,7 @@ index 0000000000..1166835371\n +}\n diff --git a/src/vs/server/node/connection.ts b/src/vs/server/node/connection.ts\n new file mode 100644\n-index 0000000000..23934687de\n+index ... | TypeScript |
96af9761b7007d7e9b0e6f99d039e1baa29168ae | 74 | 2020-07-06 10:45:09+02:00 | -7,200 | ['9ff0e455c366449b2ba02674d878303fb967ef36'] | Add Nginx instructions to guide
Added Nginx instructions for people who prefer to use this instead of Caddy | [{'old_path': 'doc/guide.md', 'new_path': 'doc/guide.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -244,6 +244,25 @@ To avoid the warnings, you can use [mkcert](https://mkcert.dev) to create a self\n trusted by your OS and then pass it into `code-server` via the `cert` and `cert-key` config\n fields.\n \n+### ... | TypeScript |
a06522f2546f4e3e9bc44f2c179664cfbeecc927 | 29 | 2020-07-07 17:01:23-05:00 | 18,000 | ['9ff0e455c366449b2ba02674d878303fb967ef36'] | Update VS Code to 1.46.1 | [{'old_path': 'ci/dev/vscode.patch', 'new_path': 'ci/dev/vscode.patch', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -12,49 +12,25 @@ index e73dd4d9e8..e3192b3a0d 100644\n coverage/\n diff --git a/.yarnrc b/.yarnrc\n deleted file mode 100644\n-index d86b284e83..0000000000\n+index 1406d749d7..0000000000\n --- a/.y... | TypeScript |
641b36be6a6939fc120a4b16a9f6fc9183df8ccb | 29 | 2020-07-09 17:04:11-05:00 | 18,000 | ['e858a4f4c7f30898d0a884015f34353b354a04ad'] | Update VS Code to 1.47.0 | [{'old_path': 'ci/dev/vscode.patch', 'new_path': 'ci/dev/vscode.patch', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -12,12 +12,12 @@ index e73dd4d9e8..e3192b3a0d 100644\n coverage/\n diff --git a/.yarnrc b/.yarnrc\n deleted file mode 100644\n-index 1406d749d7..0000000000\n+index 135e10442a..0000000000\n --- a/.y... | TypeScript |
81d25dd048e4e8bdb0568da4b907e30c93f59b96 | 29 | 2020-07-21 11:31:27-05:00 | 18,000 | ['19d14d24143158b64300a8ea805986b1a49d1adc'] | Add missing bootstrap-node.js to final build
Fixes #1884. | [{'old_path': 'ci/dev/vscode.patch', 'new_path': 'ci/dev/vscode.patch', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -144,10 +144,10 @@ index cb88d37ade..6b3253af0a 100644\n const cp = require(\'child_process\');\n diff --git a/coder.js b/coder.js\n new file mode 100644\n-index 0000000000..ce7d4f175f\n+index 0000... | TypeScript |
de8e9804adb6b6917040a03fa585a0d51332f006 | 29 | 2020-07-21 13:16:44-05:00 | 18,000 | ['81d25dd048e4e8bdb0568da4b907e30c93f59b96'] | Update to VS Code 1.47.2 | [{'old_path': 'ci/dev/vscode.patch', 'new_path': 'ci/dev/vscode.patch', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -218,7 +218,7 @@ index 0000000000..88b720ceee\n +\tcommon.minifyTask("out-vscode")\n +));\n diff --git a/package.json b/package.json\n-index 3729a85589..88742d99fc 100644\n+index 86e3d5140d..2e52256... | TypeScript |
90eec91f9c11996d26c2d5bedd1e1cd510ccb074 | 55 | 2020-07-22 14:16:53-04:00 | 14,400 | ['d3164fc9109de764af5f800e9cf5897bec2d2f8a'] | Add .github/lock.yml
Too many people comment on super old issues. | [{'old_path': None, 'new_path': '.github/lock.yml', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,38 @@\n+# Configuration for Lock Threads - https://github.com/dessant/lock-threads-app\n+\n+# Number of days of inactivity before a closed issue or pull request is locked\n+daysUntilLock: 90\n+\n+# Skip issues and... | TypeScript |
bc78e16146f67e2531aba91b8c7260357ba61194 | 55 | 2020-07-22 16:05:39-04:00 | 14,400 | ['3764d296c678e5ce8b97ea196d0f42412b0ab453'] | doc/guide: Improve nginx docs (#1902)
Made it a full alternative to caddy, just so we don't ever have to explain how to configure Nginx again. | [{'old_path': 'doc/guide.md', 'new_path': 'doc/guide.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -10,6 +10,7 @@\n - [SSH forwarding](#ssh-forwarding)\n - [Let's Encrypt](#lets-encrypt)\n - [Self Signed Certificate](#self-signed-certificate)\n+ - [NGINX](#nginx)\n - [Change the password?](#change-the... | TypeScript |
2819fd51e2318a6324b8d43a1f18096435e4f916 | 29 | 2020-07-27 12:00:42-05:00 | 18,000 | ['638ab7c5573fe27f2849cc3ae84ef49b33b84c7d'] | Remove unused endpoints
- dashboard
- app api | [{'old_path': 'ci/build/build-code-server.sh', 'new_path': 'ci/build/build-code-server.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -21,7 +21,6 @@ main() {\n --public-url "/static/$(git rev-parse HEAD)/dist" \\\n --out-dir dist \\\n $([[ $MINIFY ]] || echo --no-minify) \\\n- src/browser/pages/a... | TypeScript |
e8f6d3005539761f2849d131ed5c843cdb636cd0 | 29 | 2020-07-27 12:00:48-05:00 | 18,000 | ['2819fd51e2318a6324b8d43a1f18096435e4f916'] | Make providers endpoint-agnostic
A provider can now be registered on multiple endpoints (or potentially
moved if needed). | [{'old_path': 'src/node/app/proxy.ts', 'new_path': 'src/node/app/proxy.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -24,7 +24,7 @@ export class ProxyHttpProvider extends HttpProvider {\n const port = route.base.replace(/^\\//, "")\n return {\n proxy: {\n- base: `${this.options.base}/${por... | TypeScript |
5ba650bb6fe746b36e2d46f7f3f1d6162442f5ca | 13 | 2020-07-28 20:14:52+08:00 | -28,800 | ['638ab7c5573fe27f2849cc3ae84ef49b33b84c7d'] | feat: persist route query to local
Provide a way for the shell script running in the docker container to get the url query. | [{'old_path': 'src/node/app/vscode.ts', 'new_path': 'src/node/app/vscode.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -134,6 +134,7 @@ export class VscodeHttpProvider extends HttpProvider {\n return { redirect: "/login", query: { to: this.options.base } }\n }\n try {\n+ this... | TypeScript |
8021385ac41d1c62ceec57da0e964a524a705e4d | 81 | 2020-07-29 13:37:19-04:00 | 18,000 | ['638ab7c5573fe27f2849cc3ae84ef49b33b84c7d'] | Add enterprise context (#1923) | [{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -60,7 +60,6 @@ you're in North America or Europe.\n \n Please get in [touch](mailto:jobs@coder.com) with your resume/github if interested.\n \n-## Enterprise\n+## For Organizations\n \n-Visit [our website](https://code... | TypeScript |
554b6d6fcf219afdbb9c6cef5393c492d401b73f | 29 | 2020-07-29 18:48:02-05:00 | 18,000 | ['e8f6d3005539761f2849d131ed5c843cdb636cd0'] | Remove apply portion of update endpoint
It can still be used to check for updates but will not apply them.
For now also remove the update check loop in VS Code since it's
currently unused (update check is hardcoded off right now) and won't
work anyway since it also applies the update which now won't work. In
the futu... | [{'old_path': 'ci/dev/vscode.patch', 'new_path': 'ci/dev/vscode.patch', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -679,10 +679,10 @@ index eab8591492..26668701f7 100644\n \t\t\t\t\toptions.logService.error(`${logPrefix} socketFactory.connect() failed. Error:`);\n diff --git a/src/vs/server/browser/client.ts b/... | TypeScript |
c67d31580fdbc0fb2c58a7ce2c20d05e097d519d | 29 | 2020-07-29 18:48:05-05:00 | 18,000 | ['58bd7008b47b537d94236c8f5b821f42063060da'] | Include details if any in JSON requests | [{'old_path': 'src/common/http.ts', 'new_path': 'src/common/http.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,7 +9,7 @@ export enum HttpCode {\n }\n \n export class HttpError extends Error {\n- public constructor(message: string, public readonly code: number) {\n+ public constructor(message: string, publ... | TypeScript |
7c2ca7d03e30448f095e340f9d478db96c070f03 | 29 | 2020-07-29 18:48:06-05:00 | 18,000 | ['c67d31580fdbc0fb2c58a7ce2c20d05e097d519d'] | Add the ability to prepend to the proxy path
This is for applications like Jupyter that aren't base path agnostic. | [{'old_path': 'src/node/app/proxy.ts', 'new_path': 'src/node/app/proxy.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -24,7 +24,7 @@ export class ProxyHttpProvider extends HttpProvider {\n const port = route.base.replace(/^\\//, "")\n return {\n proxy: {\n- base: `${route.providerBase}/${po... | TypeScript |
b6e791f7d0341df8c7f843a82f89d6f69cc4f771 | 46 | 2020-07-30 16:54:02+08:00 | -28,800 | ['5ba650bb6fe746b36e2d46f7f3f1d6162442f5ca'] | refactor: write route.query via settings.write
I added a shallow parameter, because the query should not be extends, but should be replaced directly. | [{'old_path': 'src/node/app/vscode.ts', 'new_path': 'src/node/app/vscode.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -134,7 +134,6 @@ export class VscodeHttpProvider extends HttpProvider {\n return { redirect: "/login", query: { to: this.options.base } }\n }\n try {\n- this... | TypeScript |
e86c0664386cf05dcd739a2d36daff5b3af176c4 | 29 | 2020-07-30 12:14:31-05:00 | 18,000 | ['c581bca29dbd91913f712d4c5ff9e1094df1cb97'] | Add helper functions to make some code clearer | [{'old_path': 'src/common/util.ts', 'new_path': 'src/common/util.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -33,6 +33,13 @@ export const normalize = (url: string, keepTrailing = false): string => {\n return url.replace(/\\/\\/+/g, "/").replace(/\\/+$/, keepTrailing ? "/" : "")\n }\n \n+/**\n+ * Remove lea... | TypeScript |
ecb9bb2428b60fd40b9f58a341e57ab291d2b0de | 46 | 2020-07-31 12:25:20+08:00 | -28,800 | ['b6e791f7d0341df8c7f843a82f89d6f69cc4f771'] | refactor: write `lastVisited` and `query` at the same time
In addition, the `settings.write` method now uses shallow merge by default | [{'old_path': 'src/node/app/vscode.ts', 'new_path': 'src/node/app/vscode.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -183,14 +183,9 @@ export class VscodeHttpProvider extends HttpProvider {\n }),\n ])\n \n- let promise = Promise.resolve()\n- if (startPath) {\n- promise = settings.write({... | TypeScript |
50ed29e0f04d1222edda13fa2c821eef7e1c65a2 | 29 | 2020-07-31 10:49:40-05:00 | 18,000 | ['638ab7c5573fe27f2849cc3ae84ef49b33b84c7d'] | Move rimraf to prod deps in extensions
The postinstall uses rimraf so it needs to exist in the final build. | [{'old_path': 'ci/build/npm-postinstall.sh', 'new_path': 'ci/build/npm-postinstall.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -35,8 +35,7 @@ vscode_yarn() {\n cd lib/vscode\n yarn --production --frozen-lockfile\n cd extensions\n- # Cannot use --production here. The postinstall here uses a dev depende... | TypeScript |
b63cf192b57af22002fa0e2fa272b624d4e90a26 | 29 | 2020-07-31 10:49:45-05:00 | 18,000 | ['50ed29e0f04d1222edda13fa2c821eef7e1c65a2'] | Remove broken symlinks in extensions node modules
The broken symlinks cause nfpm to fail. | [{'old_path': 'ci/dev/vscode.patch', 'new_path': 'ci/dev/vscode.patch', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -237,6 +237,20 @@ index 7c668c9744..0778f4f7db 100644\n - "rimraf": "^3.0.2"\n }\n }\n+diff --git a/extensions/postinstall.js b/extensions/postinstall.js\n+index da4fa3e9d0..50f3e1144f 100644... | TypeScript |
486652abafa9c8bba8f31dbb0481f4c2b61d6e66 | 29 | 2020-07-31 14:06:49-05:00 | 18,000 | ['5370f7876df6f5ff2f14d9e41a5985b67fd115bb'] | Update standalone test to account for timestamp
The updated logger outputs timestamps now. | [{'old_path': 'ci/build/test-standalone-release.sh', 'new_path': 'ci/build/test-standalone-release.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -15,7 +15,7 @@ main() {\n ./release-standalone/bin/code-server --extensions-dir "$EXTENSIONS_DIR" --install-extension ms-python.python\n local installed_extension... | TypeScript |
1c8eede1aa3f8110f9f63695bac462236f46f781 | 29 | 2020-07-31 14:08:00-05:00 | 18,000 | ['486652abafa9c8bba8f31dbb0481f4c2b61d6e66'] | Add missing types to release
code-server exports its types but they weren't complete since it imports
ipc.d.ts and that wasn't being included. | [{'old_path': 'ci/build/build-release.sh', 'new_path': 'ci/build/build-release.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -21,6 +21,10 @@ main() {\n rsync README.md "$RELEASE_PATH"\n rsync LICENSE.txt "$RELEASE_PATH"\n rsync ./lib/vscode/ThirdPartyNotices.txt "$RELEASE_PATH"\n+\n+ # Keep these types ... | TypeScript |
42467b3e6668bd1296c9a413e5b7e16eb8720046 | 29 | 2020-07-31 17:42:49-05:00 | 18,000 | ['361e7103ea3c6ffa8881c3a166ce391f129b9e04'] | Watch plugin and restart when it changes | [{'old_path': 'ci/dev/watch.ts', 'new_path': 'ci/dev/watch.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -37,6 +37,7 @@ class Watcher {\n \n const vscode = cp.spawn("yarn", ["watch"], { cwd: this.vscodeSourcePath })\n const tsc = cp.spawn("tsc", ["--watch", "--pretty", "--preserveWatchOutput"], { cwd: ... | TypeScript |
4dd2c86ccaa50fd84fb42bf27177f859668f941f | 55 | 2020-08-04 10:11:55-04:00 | 14,400 | ['486652abafa9c8bba8f31dbb0481f4c2b61d6e66'] | FAQ: Demonstrate how to switch the marketplace | [{'old_path': 'doc/FAQ.md', 'new_path': 'doc/FAQ.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -86,9 +86,20 @@ If you have your own marketplace that implements the VS Code Extension Gallery A\n point code-server to it by setting `$SERVICE_URL` and `$ITEM_URL`. These correspond directly\n to `serviceUrl` and `i... | TypeScript |
c78d164948321468c8d84d6bff197d4e32872cc2 | 51 | 2020-08-05 12:48:41-04:00 | 14,400 | ['4dd2c86ccaa50fd84fb42bf27177f859668f941f'] | Fix nfpm typo (#1943) | [{'old_path': 'doc/CONTRIBUTING.md', 'new_path': 'doc/CONTRIBUTING.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -19,7 +19,7 @@ Please refer to [VS Code's prerequisites](https://github.com/Microsoft/vscode/wi\n Differences:\n \n - We require a minimum of node v12 but later versions should work.\n-- We use [fnp... | TypeScript |
fd36f8c16890761471ce3956b7696211980bc686 | 29 | 2020-08-05 13:00:33-05:00 | 18,000 | ['42467b3e6668bd1296c9a413e5b7e16eb8720046'] | Use error log level for plugin load failure | [{'old_path': 'src/node/plugin.ts', 'new_path': 'src/node/plugin.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -28,7 +28,7 @@ const loadPlugin = async (pluginPath: string, httpServer: HttpServer, args: Args\n if (error.code !== "MODULE_NOT_FOUND") {\n logger.warn(error.message)\n } else {\n- ... | TypeScript |
10c2b956ac7db27c5096710dd0757f8e53854ce9 | 29 | 2020-08-05 13:00:35-05:00 | 18,000 | ['543d64268d3db34764e0fe8b7a716974e8720bfd'] | Remove leading slash trim in base resolver
It's not necessary since we return early if the path starts with a
slash. | [{'old_path': 'src/common/util.ts', 'new_path': 'src/common/util.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -48,7 +48,7 @@ export const resolveBase = (base?: string): string => {\n if (!base || base.startsWith("/")) {\n return base || ""\n }\n- const parts = location.pathname.replace(/^\\//g, "").s... | TypeScript |
3badf6bf7b8183f1490d6eab83127b68e47f616c | 29 | 2020-08-05 13:00:36-05:00 | 18,000 | ['10c2b956ac7db27c5096710dd0757f8e53854ce9'] | Use ?? for base default | [{'old_path': 'src/common/util.ts', 'new_path': 'src/common/util.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -46,7 +46,7 @@ export const trimSlashes = (url: string): string => {\n export const resolveBase = (base?: string): string => {\n // After resolving the base will either start with / or be an empty s... | TypeScript |
934c8d4eb61939f63978efd66a1a83e11383c47b | 29 | 2020-08-05 13:00:37-05:00 | 18,000 | ['9b979ac869a783a507a158400e77c84044bd73e0'] | Clarify exported types and ipc.d.ts | [{'old_path': 'ci/build/build-release.sh', 'new_path': 'ci/build/build-release.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -22,7 +22,9 @@ main() {\n rsync LICENSE.txt "$RELEASE_PATH"\n rsync ./lib/vscode/ThirdPartyNotices.txt "$RELEASE_PATH"\n \n- # Keep these types since code-server\'s exported types u... | TypeScript |
6e27869c090c9dae5f73daf6b1a3f722c545202f | 51 | 2020-08-09 00:06:18-05:00 | 18,000 | ['c78d164948321468c8d84d6bff197d4e32872cc2'] | Add str param to plural util
Adds a str param to common/util::plural for pluralizing a string.
Applies plural to entry.ts. | [{'old_path': 'src/common/util.ts', 'new_path': 'src/common/util.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -16,7 +16,11 @@ export const split = (str: string, delimiter: string): [string, string] => {\n return index !== -1 ? [str.substring(0, index).trim(), str.substring(index + 1)] : [str, ""]\n }\n \n-e... | TypeScript |
a0ff2014c36c521200fc57247d38987b63223d6a | 51 | 2020-08-10 21:41:46-05:00 | 18,000 | ['8d03c22cb0964523df1d951d0d1590ad06c87f58'] | Add Callback type
Adds a reusable Callback type that is applied to emitter.ts for improved
readability/simplicity. | [{'old_path': 'src/common/emitter.ts', 'new_path': 'src/common/emitter.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,19 +1,21 @@\n+import { Callback } from "./types"\n+\n export interface Disposable {\n dispose(): void\n }\n \n export interface Event<T> {\n- (listener: (value: T) => void): Disposable\n+ ... | TypeScript |
de568d446beba423c0e4787ec22401fcdeb76394 | 29 | 2020-08-13 17:06:32-05:00 | 18,000 | ['7d02f34f716517719bf95b9b18c592cd780b96d2'] | Add cookie domain debug logs
To help debug login issues. | [{'old_path': 'src/node/http.ts', 'new_path': 'src/node/http.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -868,6 +868,7 @@ export class HttpServer {\n // isn\'t setting the host header to match the access domain.\n host === "localhost"\n ) {\n+ logger.debug("no valid cookie doman", field(... | TypeScript |
751a5ea3ad6bec3e32201a37cfccdc0c2f31f462 | 29 | 2020-08-13 17:10:54-05:00 | 18,000 | ['de568d446beba423c0e4787ec22401fcdeb76394'] | Move login JS to a separate file
Mostly so the base URL resolution code can be shared. | [{'old_path': 'ci/build/build-code-server.sh', 'new_path': 'ci/build/build-code-server.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -21,6 +21,7 @@ main() {\n --public-url "." \\\n --out-dir dist \\\n $([[ $MINIFY ]] || echo --no-minify) \\\n+ src/browser/login.ts \\\n src/browser/register.t... | TypeScript |
d6d24966be4cf51b2860751db9e4842ca7cc4038 | 29 | 2020-08-13 17:10:59-05:00 | 18,000 | ['751a5ea3ad6bec3e32201a37cfccdc0c2f31f462'] | Move vscode JS to a separate file
Mostly to match everything else. | [{'old_path': 'ci/build/build-code-server.sh', 'new_path': 'ci/build/build-code-server.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -21,9 +21,10 @@ main() {\n --public-url "." \\\n --out-dir dist \\\n $([[ $MINIFY ]] || echo --no-minify) \\\n- src/browser/login.ts \\\n src/browser/register.... | TypeScript |
f7790c9719d0948fcb2c94e62fb4c1646200d6aa | 29 | 2020-08-13 17:11:34-05:00 | 18,000 | ['150d37868a1f9923ae05d78231d671af10835cd3'] | Remove unused deep merge code | [{'old_path': 'src/node/settings.ts', 'new_path': 'src/node/settings.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,6 +1,6 @@\n import * as fs from "fs-extra"\n import * as path from "path"\n-import { extend, paths } from "./util"\n+import { paths } from "./util"\n import { logger } from "@coder/logger"\n im... | TypeScript |
0dcf469725cd02e5cc084eda8135c8e1293e9458 | 29 | 2020-08-13 18:08:35-05:00 | 18,000 | ['7d02f34f716517719bf95b9b18c592cd780b96d2'] | Add @version information to --help
This mimics a recent change in VS Code's help. See #1965. | [{'old_path': 'src/node/cli.ts', 'new_path': 'src/node/cli.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -125,7 +125,11 @@ const options: Options<Required<Args>> = {\n "extra-builtin-extensions-dir": { type: "string[]", path: true },\n "list-extensions": { type: "boolean", description: "List installed VS C... | TypeScript |
74910ffcdf0d2cebb3af930bf0072d0a99f0b627 | 29 | 2020-08-17 14:17:55-05:00 | 18,000 | ['3c90b1e32771b87c30164a2bcc498a5ee5c12ae7'] | Hotswap on SIGUSR1 (#1970) | [{'old_path': 'src/node/wrapper.ts', 'new_path': 'src/node/wrapper.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -32,7 +32,7 @@ export class IpcMain {\n public readonly onMessage = this._onMessage.event\n private readonly _onDispose = new Emitter<NodeJS.Signals | undefined>()\n public readonly onDispose ... | TypeScript |
c6f054ad6f4dcb24d4a70525e9aeca5b395ca83b | 29 | 2020-08-18 16:34:59-05:00 | 18,000 | ['74910ffcdf0d2cebb3af930bf0072d0a99f0b627'] | Fix watch exiting if no plugin | [{'old_path': 'ci/dev/watch.ts', 'new_path': 'ci/dev/watch.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -37,7 +37,9 @@ class Watcher {\n \n const vscode = cp.spawn("yarn", ["watch"], { cwd: this.vscodeSourcePath })\n const tsc = cp.spawn("tsc", ["--watch", "--pretty", "--preserveWatchOutput"], { cwd: ... | TypeScript |
c8ce380f104f70e526813f5d197510670c561bf8 | 0 | 2020-08-20 10:55:03-04:00 | -36,000 | ['c6f054ad6f4dcb24d4a70525e9aeca5b395ca83b'] | instanceIp --> username@instanceIp (#1921)
* instanceIp --> username@instanceIp
* [user]@<instance-ip>
Co-authored-by: Anmol Sethi <hi@nhooyr.io>
Co-authored-by: Anmol Sethi <hi@nhooyr.io> | [{'old_path': 'doc/guide.md', 'new_path': 'doc/guide.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -134,13 +134,13 @@ Restart `code-server` with (assuming you followed the guide):\n systemctl --user restart code-server\n ```\n \n-Now forward local port 8080 to `127.0.0.1:8080` on the remote instance.\n+Now for... | TypeScript |
98d8d848a588eba140aa12dc75fae1a6bf793e48 | 55 | 2020-08-25 12:13:11-04:00 | 14,400 | ['c8ce380f104f70e526813f5d197510670c561bf8'] | Switch from subreddit to GitHub discussions for support (#1993) | [{'old_path': None, 'new_path': '.github/ISSUE_TEMPLATE/config.yml', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,5 @@\n+blank_issues_enabled: false\n+contact_links:\n+ - name: Question\n+ url: https://github.com/cdr/code-server/discussions/new?category_id=22503114\n+ about: Ask the community for help\... | TypeScript |
e237589f2e0b6a46db9da6fe3aaaaae4ed700e18 | 29 | 2020-08-25 13:06:41-05:00 | 18,000 | ['98d8d848a588eba140aa12dc75fae1a6bf793e48'] | Update VS Code to 1.48.0 (#1982) | [{'old_path': 'ci/dev/vscode.patch', 'new_path': 'ci/dev/vscode.patch', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,11 +1,11 @@\n diff --git a/.gitignore b/.gitignore\n-index e73dd4d9e8..e3192b3a0d 100644\n+index 0fe46b6ead..e545e004ce 100644\n --- a/.gitignore\n +++ b/.gitignore\n-@@ -24,7 +24,6 @@ out-vscode... | TypeScript |
e8ac0d33f9f08033f2d970dd54f47f58709db03d | 55 | 2020-08-26 07:08:02-04:00 | 14,400 | ['e237589f2e0b6a46db9da6fe3aaaaae4ed700e18'] | Document release branches (#1995)
* Document release branches
* Update doc/CONTRIBUTING.md
Co-authored-by: Asher <ash@coder.com>
Co-authored-by: Asher <ash@coder.com> | [{'old_path': '.github/pull_request_template.md', 'new_path': '.github/pull_request_template.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,4 +1,6 @@\n <!--\n Please link to the issue this PR solves.\n If there is no existing issue, please first create one unless the fix is minor.\n+\n+Please make sure the b... | TypeScript |
6539dd4dbeebdfe16f9d97a0940f441efb4f020f | 55 | 2020-08-26 07:50:51-04:00 | 14,400 | ['e8ac0d33f9f08033f2d970dd54f47f58709db03d'] | Upgrade to latest typescript
Otherwise the build keeps failing for me as tsc won't compile anymore.
Not sure why things work on CI/for asher but I don't think this will
cause any additional issues. | [{'old_path': 'package.json', 'new_path': 'package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -56,7 +56,7 @@\n "stylelint": "^13.0.0",\n "stylelint-config-recommended": "^3.0.0",\n "ts-node": "^8.4.1",\n- "typescript": "3.7.2"\n+ "typescript": "4.0.2"\n },\n "resolutions": {\n "@... | TypeScript |
5c6cd11836a18312acabe18bffdea3aed06b7358 | 55 | 2020-08-26 10:33:59-04:00 | 14,400 | ['6539dd4dbeebdfe16f9d97a0940f441efb4f020f'] | Fix clean.sh
tsc doesn't check if the output exists when incremental is true.
i.e if I delete the out directory, but keep the tsbuildinfo and
try to rebuild, nothing happens cause it thinks everything is
up to date I guess...
With this change, yarn clean will now remove the tsbuildinfo correctly
so things work as ex... | [{'old_path': 'ci/build/clean.sh', 'new_path': 'ci/build/clean.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -5,16 +5,15 @@ main() {\n cd "$(dirname "${0}")/../.."\n source ./ci/lib.sh\n \n- rm -Rf \\\n+ rm -rf \\\n out \\\n release \\\n release-standalone \\\n release-packages \\\n r... | TypeScript |
ce2eaf2f104a8ba680b1c28ef57e964727c188ec | 29 | 2020-08-26 10:18:47-05:00 | 18,000 | ['5c6cd11836a18312acabe18bffdea3aed06b7358'] | Update to VS Code 1.48.2 (#2000) | [{'old_path': 'ci/dev/vscode.patch', 'new_path': 'ci/dev/vscode.patch', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -226,7 +226,7 @@ index da4fa3e9d0..50f3e1144f 100644\n \n function processLib() {\n diff --git a/package.json b/package.json\n-index e52e3ff548..2f3b55398b 100644\n+index 226f51a1ec..5c4e5af5f6 10... | TypeScript |
a730bec6f48ffd85168d458c95a20e2844e62746 | 55 | 2020-08-26 11:54:50-04:00 | 14,400 | ['ce2eaf2f104a8ba680b1c28ef57e964727c188ec'] | Ship with node 12 (#1998)
See #1894
See #1892
See #1810 | [{'old_path': 'ci/images/centos7/Dockerfile', 'new_path': 'ci/images/centos7/Dockerfile', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,9 +1,10 @@\n FROM centos:7\n \n+ARG NODE_VERSION=v12.18.3\n RUN ARCH="$(uname -m | sed \'s/86_64/64/; s/aarch64/arm64/\')" && \\\n- curl -fsSL "https://nodejs.org/dist/v14.4.... | TypeScript |
312a4d584ccbbab93f76f1824cdbadf1b83e93ad | 55 | 2020-08-26 13:00:10-04:00 | 14,400 | ['a730bec6f48ffd85168d458c95a20e2844e62746'] | doc: Improve docker example to mount in $HOME for easy config access
I'm surprised no one has asked any questions about this. | [{'old_path': 'doc/install.md', 'new_path': 'doc/install.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -174,7 +174,13 @@ code-server\n # It will also mount your current directory into the container as `/home/coder/project`\n # and forward your UID/GID so that all file system operations occur as your user outsi... | TypeScript |
536ccc0f1073be26b281add63e670165ba7a7d4e | 55 | 2020-08-26 13:29:42-04:00 | 14,400 | ['312a4d584ccbbab93f76f1824cdbadf1b83e93ad'] | doc: Simplify build process docs (#2004)
Much easier for users to use our CI scripts instead of each individual
yarn step. | [{'old_path': 'doc/CONTRIBUTING.md', 'new_path': 'doc/CONTRIBUTING.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -60,26 +60,45 @@ reset VS Code then run `yarn vscode:patch`.\n \n ## Build\n \n+You can build with:\n+\n+```shell\n+./ci/steps/release.sh\n+```\n+\n+Run your build with:\n+\n+```\n+cd release\n+yarn... | TypeScript |
6cc91869d3e57d0134f3322925c62742ce8cbda8 | 55 | 2020-08-26 13:54:42-04:00 | 14,400 | ['bf09c294ccc565302692de31661e1dd9c4bb6bc2'] | doc: Update npm docs for debian sid
There is no python package anymore, you have to explicitly
pick which version of python to install and we need to inform
npm of the executable name. | [{'old_path': 'doc/npm.md', 'new_path': 'doc/npm.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -21,7 +21,9 @@ sudo apt-get install -y \\\n pkg-config \\\n libx11-dev \\\n libxkbfile-dev \\\n- libsecret-1-dev\n+ libsecret-1-dev \\\n+ python3\n+npm config set python python3\n ```\n \n ## Fedora, CentOS,... | TypeScript |
c80d093dc4e0469e0d295f9cfac6dcd4d0b4e6c6 | 55 | 2020-08-26 13:59:41-04:00 | 14,400 | ['6cc91869d3e57d0134f3322925c62742ce8cbda8'] | Update dependencies in package.json
See #1898 and #1905 | [{'old_path': 'package.json', 'new_path': 'package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -73,6 +73,7 @@\n "limiter": "^1.1.5",\n "pem": "^1.14.2",\n "rotating-file-stream": "^2.1.1",\n+ "safe-buffer": "^5.1.1",\n "safe-compare": "^1.1.4",\n "semver": "^7.1.3",\n "tar": "^6.... | TypeScript |
eebb8bb314bdcc96cb600e0a279a829d1dedf0d3 | 29 | 2020-08-26 14:18:40-05:00 | 18,000 | ['6cc91869d3e57d0134f3322925c62742ce8cbda8'] | Add proposed API flag (#2002)
Co-authored-by: giddyuptiger <65830808+giddyuptiger@users.noreply.github.com> | [{'old_path': 'ci/dev/vscode.patch', 'new_path': 'ci/dev/vscode.patch', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1267,10 +1267,10 @@ index 0000000000..56331ff1fc\n +require(\'../../bootstrap-amd\').load(\'vs/server/entry\');\n diff --git a/src/vs/server/ipc.d.ts b/src/vs/server/ipc.d.ts\n new file mode 100644... | TypeScript |
3912e9e3337ed77d06bffc9d6a87a774a276a33d | 55 | 2020-08-27 11:04:43-04:00 | 14,400 | ['ebbb1187da7f17e3909b088452022843b1b5f3ce'] | Downgrade node types to v12 | [{'old_path': 'package.json', 'new_path': 'package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -30,11 +30,11 @@\n },\n "main": "out/node/entry.js",\n "devDependencies": {\n- "@types/fs-extra": "^9.0.1",\n+ "@types/fs-extra": "^8.0.1",\n "@types/http-proxy": "^1.17.4",\n "@types/js-yaml"... | TypeScript |
a839da34d778ac9a3535dec5ec4dfedaac9d80da | 29 | 2020-08-27 11:33:34-05:00 | 18,000 | ['eebb8bb314bdcc96cb600e0a279a829d1dedf0d3'] | Remove custom offline text (#2007)
We need the handler to be recognized as a PWA but we can just let the
original offline browser message show instead of our own message.
See #1925 and #1979. | [{'old_path': 'src/browser/serviceWorker.ts', 'new_path': 'src/browser/serviceWorker.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -8,17 +8,6 @@ self.addEventListener("activate", (event: any) => {\n event.waitUntil((self as any).clients.claim())\n })\n \n-self.addEventListener("fetch", (event: any) => {\n- ... | TypeScript |
255fa37e1d058cce917eb75c2da20c2c806a52c2 | 55 | 2020-08-27 13:20:21-04:00 | 14,400 | ['864a9e7bd6e87376df2a59f37f3e8943eab626e7'] | Bundle systemd system unit
systemd's user units are buggy on certain versions
and do not linger by default.
Closes #1771
Closes #1673
Closes #1882
Closes #1861 | [{'old_path': None, 'new_path': 'ci/build/code-server-user.service', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,11 @@\n+[Unit]\n+Description=code-server\n+After=network.target\n+\n+[Service]\n+Type=exec\n+ExecStart=/usr/bin/code-server\n+Restart=always\n+\n+[Install]\n+WantedBy=default.target\n'}, {'old_pat... | TypeScript |
ceb2265b14fd0f99fed5204296c13daafe8f6688 | 16 | 2020-08-27 13:06:21-05:00 | 25,200 | ['221e95ee89b09c2776c1b9e00dadb9f5486c5690'] | Allow opening files, folders, and workspaces in existing code-server from CLI (#1994)
Add initial support for opening files / folders in running code-server instance.
Current limitations:
- unable to open a file in a new window, only folders
- unable to use addMode feature
- others... | [{'old_path': 'ci/dev/vscode.patch', 'new_path': 'ci/dev/vscode.patch', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,5 @@\n diff --git a/.gitignore b/.gitignore\n-index 0fe46b6ead..e545e004ce 100644\n+index 0fe46b6eadc..e545e004cef 100644\n --- a/.gitignore\n +++ b/.gitignore\n @@ -25,7 +25,6 @@ out-vscode... | TypeScript |
4c4a7413a1a0c71ca0ceafc10919fdf61c8d5832 | 55 | 2020-08-27 14:20:56-04:00 | 14,400 | ['221e95ee89b09c2776c1b9e00dadb9f5486c5690'] | docker: Allow passing $DOCKER_USER to set the username in the container
Needs to be reflected in the documentation and the dockerhub description now.
Closes #881 | [{'old_path': 'ci/release-image/Dockerfile', 'new_path': 'ci/release-image/Dockerfile', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -35,9 +35,10 @@ RUN ARCH="$(dpkg --print-architecture)" && \\\n printf "user: coder\\ngroup: coder\\n" > /etc/fixuid/config.yml\n \n COPY release-packages/code-server*.deb /tmp/\... | TypeScript |
4b7c2ea3228f02eda59ccb6ead7b91fd567337f0 | 55 | 2020-08-27 14:20:56-04:00 | 14,400 | ['4c4a7413a1a0c71ca0ceafc10919fdf61c8d5832'] | Use static version of node for all builds, not just darwin
This way, building a standalone release locally and putting it in the
release contianer for testing is less likely to break. | [{'old_path': 'ci/build/clean.sh', 'new_path': 'ci/build/clean.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -13,7 +13,8 @@ main() {\n release-gcp \\\n release-images \\\n dist \\\n- .cache\n+ .cache \\\n+ node-*\n \n pushd lib/vscode\n git clean -xffd\n'}, {'old_path': 'ci/steps/relea... | TypeScript |
1558ff6daceb20566b545d122ff06d405785d177 | 55 | 2020-08-27 15:39:24-04:00 | 14,400 | ['ceb2265b14fd0f99fed5204296c13daafe8f6688'] | Streamline dev container workflow (#2014) | [{'old_path': 'ci/dev/image/Dockerfile', 'new_path': None, 'type': <ModificationType.DELETE: 4>, 'diff': '@@ -1,13 +0,0 @@\n-FROM node:12\n-\n-RUN apt-get update && apt-get install -y \\\n- curl \\\n- iproute2 \\\n- vim \\\n- iptables \\\n- net-tools \\\n- libsecret-1-dev \\\n- libx11-dev \\\n- ... | TypeScript |
ce8577b1c315de1b81e978327075409bca217d48 | 29 | 2020-08-27 15:04:37-05:00 | 18,000 | ['d8d5908d85c7a66492c3c30ae755961589b4547d'] | Remove open-in flag (#2013) | [{'old_path': 'package.json', 'new_path': 'package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -26,7 +26,7 @@\n "lint": "./ci/dev/lint.sh",\n "test": "./ci/dev/test.sh",\n "ci": "./ci/dev/ci.sh",\n- "watch": "NODE_OPTIONS=--max_old_space_size=32384 ts-node ./ci/dev/watch.ts"\n+ "watch": "... | TypeScript |
3f508e5e125f02fc7d0ef88daf225a44b3dd88f6 | 105 | 2020-08-28 12:21:00-04:00 | 25,200 | ['ce8577b1c315de1b81e978327075409bca217d48'] | Escape $ inside the systemctl doc string (#2018) | [{'old_path': 'install.sh', 'new_path': 'install.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -84,7 +84,7 @@ echo_systemd_postinstall() {\n echoh\n cath << EOF\n To have systemd start code-server now and restart on boot:\n- sudo systemctl enable --now code-server@$USER\n+ sudo systemctl enable --now cod... | TypeScript |
ada69969ac839b6133d6589854c5422f31855273 | 55 | 2020-08-28 18:39:51-04:00 | 14,400 | ['3f508e5e125f02fc7d0ef88daf225a44b3dd88f6'] | Link to code-server job listing (#2019) | [{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -60,6 +60,9 @@ you're in North America or Europe.\n \n Please get in [touch](mailto:jobs@coder.com) with your resume/github if interested.\n \n+We're also hiring someone specifically to help maintain code-server.\n+See... | TypeScript |
de41646fc402b968ca6d555fdf2da7de9554d28a | 55 | 2020-08-31 05:22:52-04:00 | 14,400 | ['882a2bfd5a7aa9842d95bf8825828d5046ee2227'] | Fix path of systemd system service in nfpm | [{'old_path': 'ci/build/code-server.service', 'new_path': 'ci/build/code-server@.service', 'type': <ModificationType.RENAME: 3>, 'diff': ''}, {'old_path': 'ci/build/nfpm.yaml', 'new_path': 'ci/build/nfpm.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -12,7 +12,7 @@ homepage: "https://github.com/cdr/code-serve... | TypeScript |
75c8fdeed2b1dc0c69993d2e95a11df9db349827 | 60 | 2020-08-31 10:29:12-05:00 | 14,400 | ['de41646fc402b968ca6d555fdf2da7de9554d28a'] | Added /healthz JSON response for heartbeat data. #1940 (#1984) | [{'old_path': None, 'new_path': 'src/node/app/health.ts', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,32 @@\n+import * as http from "http"\n+import { HttpCode, HttpError } from "../../common/http"\n+import { HttpProvider, HttpResponse, Route, Heart, HttpProviderOptions } from "../http"\n+\n+/**\n+ * Check th... | TypeScript |
617cd38c715cea5fb88e4e7b9132fe311dc56223 | 29 | 2020-08-31 11:10:12-05:00 | 18,000 | ['75c8fdeed2b1dc0c69993d2e95a11df9db349827'] | Fix my bad conflict resolution from the github ui | [{'old_path': 'src/node/entry.ts', 'new_path': 'src/node/entry.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,7 +3,7 @@ import * as cp from "child_process"\n import { promises as fs } from "fs"\n import http from "http"\n import * as path from "path"\n-import { CliMessage } from "../../lib/vscode/src/vs/serv... | TypeScript |
34f8c77a0309013742ac5b90ef6eb61d64791fb1 | 76 | 2020-09-02 21:05:57+01:00 | -3,600 | ['d33df756629f137d77c4c10f161c3b398cc2b561'] | Change service default to ClusterIP and add helmignore | [{'old_path': None, 'new_path': 'charts/code-server/.helmignore', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,23 @@\n+# Patterns to ignore when building packages.\n+# This supports shell glob matching, relative path matching, and\n+# negation (prefixed with !). Only one pattern per line.\n+.DS_Store\n+# Comm... | TypeScript |
341cb342b25a316a2dcc68ecd98c4d9f7cac7cdb | 76 | 2020-09-02 21:53:52+01:00 | -3,600 | ['34f8c77a0309013742ac5b90ef6eb61d64791fb1'] | Patch helm chart to stable with v3.5.0 | [{'old_path': 'charts/code-server/templates/_helpers.tpl', 'new_path': 'charts/code-server/templates/_helpers.tpl', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -31,6 +31,26 @@ Create chart name and version as used by the chart label.\n {{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | t... | TypeScript |
559d05bb7b5e1654e99dc7fb004be97fe8297758 | 76 | 2020-09-02 22:02:37+01:00 | -3,600 | ['341cb342b25a316a2dcc68ecd98c4d9f7cac7cdb'] | Update readme and service port | [{'old_path': 'charts/code-server/README.md', 'new_path': 'charts/code-server/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,7 @@\n # code-server\n \n+  | [{'old_path': 'ci/README.md', 'new_path': 'ci/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -18,13 +18,15 @@ Make sure you have `$GITHUB_TOKEN` set and [hub](https://github.com/github/hub)\n 1. Update in `package.json`\n 2. Update in [./doc/install.md](../doc/install.md)\n 2. GitHub actions will g... | TypeScript |
3761f7bd519181e412f2add37d073f5b1218d766 | 29 | 2020-09-03 13:57:46-05:00 | 18,000 | ['ceceef1dae81e0a396d196ed9023d6f5ea453ffa'] | Patch VS Code to wait for storage write (#2049)
VS Code has a short delay before writing storage (probably to queue up
rapid changes). In the web version of VS Code this happens on the client
which means if the page is reloaded before the delay expires the write
never happens.
Storage updates are already promise... | [{'old_path': 'ci/dev/vscode.patch', 'new_path': 'ci/dev/vscode.patch', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -696,6 +696,49 @@ index 2185bb5228c..35463ca6520 100644\n \t\t\t(err: any, socket: ISocket | undefined) => {\n \t\t\t\tif (err || !socket) {\n \t\t\t\t\toptions.logService.error(`${logPrefix} soc... | TypeScript |
4a250be79afb1ffb1b1be0c035830543a725a370 | 29 | 2020-09-03 14:32:51-05:00 | 18,000 | ['3761f7bd519181e412f2add37d073f5b1218d766'] | Use --full-index for patch
This should eliminate potential noise in the diffs for the patch since
different versions seem to default to different hash lengths. | [{'old_path': 'ci/dev/diff-vscode.sh', 'new_path': 'ci/dev/diff-vscode.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -6,7 +6,7 @@ main() {\n \n cd ./lib/vscode\n git add -A\n- git diff HEAD > ../../ci/dev/vscode.patch\n+ git diff HEAD --full-index > ../../ci/dev/vscode.patch\n }\n \n main "$@"\n'}, {'old... | TypeScript |
9fb318cf15191f2766c39e5d1eb549ff11ca1487 | 55 | 2020-09-03 18:38:40-04:00 | 14,400 | ['4a250be79afb1ffb1b1be0c035830543a725a370'] | docker: Fix $DOCKER_USER (#2057)
We do not try renaming $HOME anymore as there is no good way
to do it.
We also only try to convert if the user hasn't been changed.
Finally I added usage to the docker docs in install.md
Closes #2056 | [{'old_path': 'ci/release-image/Dockerfile', 'new_path': 'ci/release-image/Dockerfile', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -39,6 +39,9 @@ COPY ci/release-image/entrypoint.sh /usr/bin/entrypoint.sh\n RUN dpkg -i /tmp/code-server*$(dpkg --print-architecture).deb && rm /tmp/code-server*.deb\n \n EXPOSE 8080... | TypeScript |
7991e09bbc6bbbbb461c11281b45585b32bbcb6b | 55 | 2020-09-04 06:30:15-04:00 | 14,400 | ['9fb318cf15191f2766c39e5d1eb549ff11ca1487'] | Skip update tests (#2059)
We don't use auto updating anymore and the tests are randomly failing
so just disabling for now. | [{'old_path': 'test/update.test.ts', 'new_path': 'test/update.test.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -8,6 +8,7 @@ import { SettingsProvider, UpdateSettings } from "../src/node/settings"\n import { tmpdir } from "../src/node/util"\n \n describe("update", () => {\n+ return\n let version = "1.0.0"\... | TypeScript |
e44e574ce106b75907acbbe6125713826f0110ec | 29 | 2020-09-04 10:10:40-05:00 | 18,000 | ['7991e09bbc6bbbbb461c11281b45585b32bbcb6b'] | Fix language packs (#2058)
* Fix incorrect nls.json fetch
When moving this out of the HTML I didn't remove {{BASE}}.
* Fix language package installation
Updates #2046. | [{'old_path': 'ci/dev/vscode.patch', 'new_path': 'ci/dev/vscode.patch', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3204,10 +3204,23 @@ index c28b14774005509f58dddd2dec25547bac85e09f..6090200d9c3671fc1239880dbd060a01\n \t\treturn false;\n \t}\n diff --git a/src/vs/workbench/services/extensionManagement/common/... | TypeScript |
0a2328c1f6bc047186cd71575d16d7ed523f3446 | 29 | 2020-09-08 13:59:01-05:00 | 18,000 | ['e44e574ce106b75907acbbe6125713826f0110ec'] | Don't require auth for healthz (#2055)
* Don't require authentication for healthz endpoint
* Add FAQ entry for /healthz | [{'old_path': 'doc/FAQ.md', 'new_path': 'doc/FAQ.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -19,6 +19,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 |
fef619aef8dc0479fb36f98fe434915082b0be46 | 29 | 2020-09-08 14:06:41-05:00 | 18,000 | ['0a2328c1f6bc047186cd71575d16d7ed523f3446'] | Fix incorrect login script src path | [{'old_path': 'src/browser/pages/login.html', 'new_path': 'src/browser/pages/login.html', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -47,5 +47,5 @@\n </div>\n </body>\n <script data-cfasync="false" src="{{CS_STATIC_BASE}}/dist/register.js"></script>\n- <script data-cfasync="false" src="{{CS_STATIC_BASE}... | TypeScript |
938b4606855c48bf36a6bd0c6b8b99c222c7e879 | 29 | 2020-09-09 12:05:04-05:00 | 18,000 | ['fef619aef8dc0479fb36f98fe434915082b0be46'] | Add trailing slash to service worker scope
This will ensure it always matches or is underneath the allowed service
worker scope.
Fixes #2076. | [{'old_path': 'src/browser/register.ts', 'new_path': 'src/browser/register.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -10,7 +10,7 @@ if ("serviceWorker" in navigator) {\n const path = normalize(`${options.csStaticBase}/dist/serviceWorker.js`)\n navigator.serviceWorker\n .register(path, {\n- sco... | TypeScript |
ffe6a663aa1c3e634e97cd200d1a7a6abab500bf | 29 | 2020-09-09 12:05:44-05:00 | 18,000 | ['938b4606855c48bf36a6bd0c6b8b99c222c7e879'] | Add /vscode to nls fetch
A plugin may modify the root endpoint which will make /resource no
longer work so always use /vscode/resource instead. | [{'old_path': 'src/browser/pages/vscode.ts', 'new_path': 'src/browser/pages/vscode.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -17,7 +17,7 @@ try {\n }\n // FIXME: Only works if path separators are /.\n const path = nlsConfig._resolvedLanguagePackCoreLocation + "/" + bundle.replace(/\\//g, ... | TypeScript |
e998dc1e82209631c8b17e794a3f743060f5feb4 | 37 | 2020-09-10 18:01:39-05:00 | 25,200 | ['ffe6a663aa1c3e634e97cd200d1a7a6abab500bf'] | Minor readme grammar fixes (#2074) | [{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -11,7 +11,7 @@ Run [VS Code](https://github.com/Microsoft/vscode) on any machine anywhere and a\n - Develop on a Linux machine and pick up from any device with a web browser.\n - **Server-powered**\n - Take advanta... | TypeScript |
cc5ed1eb5768e481f5c7a42c908b45bc03afced1 | 55 | 2020-09-11 11:49:22-04:00 | 14,400 | ['e998dc1e82209631c8b17e794a3f743060f5feb4'] | Allow installing extensions from the CLI while $VSCODE_IPC_HOOK_CLI
Closes #2083 | [{'old_path': 'src/node/entry.ts', 'new_path': 'src/node/entry.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -166,6 +166,28 @@ async function entry(): Promise<void> {\n console.log(version, commit)\n }\n process.exit(0)\n+ } else if (args["list-extensions"] || args["install-extension"] || args["... | TypeScript |
9d87c5328cbf3d23c5f4926e4eca5eb4aeb5f34e | 29 | 2020-09-14 17:34:48-05:00 | 18,000 | ['cc5ed1eb5768e481f5c7a42c908b45bc03afced1'] | Add robots.txt (#2080)
Closes #1886. | [{'old_path': 'ci/build/build-release.sh', 'new_path': 'ci/build/build-release.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -37,6 +37,7 @@ bundle_code_server() {\n rsync src/browser/media/ "$RELEASE_PATH/src/browser/media"\n mkdir -p "$RELEASE_PATH/src/browser/pages"\n rsync src/browser/pages/*.html "$R... | TypeScript |
8b5deac92b339b621b5a6b6219180003d1c38196 | 29 | 2020-09-30 11:57:23-05:00 | 18,000 | ['9d87c5328cbf3d23c5f4926e4eca5eb4aeb5f34e'] | Fix 80 getting dropped from bind-addr | [{'old_path': 'src/node/cli.ts', 'new_path': 'src/node/cli.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -401,7 +401,10 @@ export async function readConfigFile(configPath?: string): Promise<Args> {\n \n function parseBindAddr(bindAddr: string): [string, number] {\n const u = new URL(`http://${bindAddr}`)\n- ... | TypeScript |