Search is not available for this dataset
hash string | author int32 | committer_date string | timezone int64 | parents string | message string | changes string | language string |
|---|---|---|---|---|---|---|---|
ef6c1bd46a230cc2084b7066ac33b8997b8b1abb | 116 | 2021-02-12 16:22:32-07:00 | 25,200 | ['ba9196968bdeaf0654ccf281aae61794b4bad6ad'] | chore: update code coverage badge | [{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,6 +1,6 @@\n # code-server · [](https://github.com/cdr/code-server/discussions) [... | TypeScript |
a5ac1cce835fe7a5f629ccd94a60ea2452c825c8 | 116 | 2021-02-12 16:22:32-07:00 | 25,200 | ['ef6c1bd46a230cc2084b7066ac33b8997b8b1abb'] | docs(ci): update code coverage instructions | [{'old_path': 'ci/README.md', 'new_path': 'ci/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -49,8 +49,9 @@ Make sure you have `$GITHUB_TOKEN` set and [hub](https://github.com/github/hub)\n \n Currently, we run a command to manually generate the code coverage shield. Follow these steps:\n \n-1. Run `yarn... | TypeScript |
0e3d1265d01f4ee3f2239afe3459d5d41f2980ff | 116 | 2021-02-12 16:22:32-07:00 | 25,200 | ['28e351c982cc5798a574e4eb8043def8001e525f'] | docs(ci): update release | [{'old_path': 'ci/README.md', 'new_path': 'ci/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -28,6 +28,7 @@ Make sure you have `$GITHUB_TOKEN` set and [hub](https://github.com/github/hub)\n 3. Run `yarn release:github-draft` to create a GitHub draft release from the template with\n the updated version... | TypeScript |
fc6d123da59a4e5a675ac8e080f66e032ba01a1b | 116 | 2021-02-12 16:22:32-07:00 | 25,200 | ['0e3d1265d01f4ee3f2239afe3459d5d41f2980ff'] | feat: update release template w/doc and dev | [{'old_path': 'ci/build/release-github-draft.sh', 'new_path': 'ci/build/release-github-draft.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -26,6 +26,13 @@ installations.\n ## Bug Fixes\n - ⭐ Summarize bug fixes here with references to issues\n \n+## Documentation\n+ - ⭐ Summarize doc changes here with refer... | TypeScript |
b86c45f76e99051eb72f6c03da5601ca063b3224 | 143 | 2021-02-16 00:43:10-05:00 | 18,000 | ['3fc556d4d538f54f6f6994eca71cc47d44d7752b'] | add Azure, Heroku to install docs | [{'old_path': 'docs/install.md', 'new_path': 'docs/install.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,5 +1,6 @@\n <!-- START doctoc generated TOC please keep comment here to allow auto update -->\n <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->\n+\n # Install\n \n - [Upgrading](#upgrad... | TypeScript |
59ba78c0281f18fb4b645fb20b41d56072516edb | 67 | 2021-02-16 15:01:45-06:00 | 21,600 | ['7b28284a0913e395190583d51f98448acce613d3'] | Force shutdown sockets during tests | [{'old_path': 'test/httpserver.ts', 'new_path': 'test/httpserver.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,6 @@\n import * as express from "express"\n import * as http from "http"\n+import * as net from "net"\n import * as nodeFetch from "node-fetch"\n import Websocket from "ws"\n import * as util ... | TypeScript |
2d8b785fb896724cd0d2400452063845fc7b9267 | 67 | 2021-02-16 15:01:46-06:00 | 21,600 | ['7f80d152d3c298ca0c4d89a47efa985ce81d571c'] | Fix health socket not getting client messages
Forgot to resume. Went ahead and did the same for the test plugin
although it only sends messages and doesn't receive any. | [{'old_path': 'src/node/routes/health.ts', 'new_path': 'src/node/routes/health.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -13,8 +13,8 @@ router.get("/", (req, res) => {\n export const wsRouter = WsRouter()\n \n wsRouter.ws("/", async (req) => {\n- wss.handleUpgrade(req, req.socket, req.head, (ws) => {\n- ... | TypeScript |
43d0d8e919538bdc375d2421e300390c561cb7fe | 116 | 2021-02-18 10:54:45-07:00 | 25,200 | ['02f9af173164c77e318790bbe8f8785ebb47549b'] | fix: update link in extensions helper | [{'old_path': 'lib/vscode/src/vs/workbench/contrib/extensions/browser/extensionsViewlet.ts', 'new_path': 'lib/vscode/src/vs/workbench/contrib/extensions/browser/extensionsViewlet.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -476,7 +476,7 @@ export class ExtensionsViewPaneContainer extends ViewPaneContainer im... | TypeScript |
8302d2fe8ee92236f6aeeadc31a8594d6d2e2d63 | 116 | 2021-02-18 11:21:27-07:00 | 25,200 | ['43d0d8e919538bdc375d2421e300390c561cb7fe'] | fix(vscode): update links in welcome page | [{'old_path': 'lib/vscode/src/vs/workbench/contrib/welcome/page/browser/vs_code_welcome_page.ts', 'new_path': 'lib/vscode/src/vs/workbench/contrib/welcome/page/browser/vs_code_welcome_page.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -38,9 +38,9 @@ export default () => `\n \t\t\t\t\t\t<li><a href="https://git... | TypeScript |
271c260a364741078c5d56afb99dc85880fe9b37 | 56 | 2021-02-22 13:32:50-06:00 | -3,600 | ['7e399b949077ebea4b1cd3a851f4258ac5f4badb'] | Fix terminal process leak when closing the window. (#2723) | [{'old_path': 'lib/vscode/src/vs/server/node/channel.ts', 'new_path': 'lib/vscode/src/vs/server/node/channel.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -575,17 +575,17 @@ class Terminal {\n \t\t// type: 'orphan?';\n \t}\n \n-\tpublic dispose() {\n+\tpublic async dispose() {\n \t\tlogger.debug('Terminal disp... | TypeScript |
c2f1a2dace23a6b7f84fe441f16e748b61f214ff | 116 | 2021-02-22 13:41:08-07:00 | 25,200 | ['f0b5a571551557e8451e661ca46f3034178eb6ce'] | feat: add test for login page | [{'old_path': None, 'new_path': 'test/goHome.test.ts', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,50 @@\n+import { chromium, Page, Browser, BrowserContext } from "playwright"\n+\n+// NOTE: this is hard-coded and passed as an environment variable\n+// See the test job in ci.yml\n+const PASSWORD = "e45432jklf... | TypeScript |
d7e41a3187b8f6c8aa58411fbfbd33df4b11b59f | 116 | 2021-02-22 13:41:08-07:00 | 25,200 | ['c2f1a2dace23a6b7f84fe441f16e748b61f214ff'] | fix: increase test timeout to 30000 | [{'old_path': 'package.json', 'new_path': 'package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -145,6 +145,7 @@\n },\n "modulePathIgnorePatterns": [\n "<rootDir>/release"\n- ]\n+ ],\n+ "testTimeout": 30000\n }\n }\n'}] | TypeScript |
3033c8f9a23383ad701d3252a0d02315cadc2ef1 | 116 | 2021-02-22 13:41:08-07:00 | 25,200 | ['d7e41a3187b8f6c8aa58411fbfbd33df4b11b59f'] | feat: add test to visit go home in app menu | [{'old_path': '.github/workflows/ci.yaml', 'new_path': '.github/workflows/ci.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -24,6 +24,9 @@ jobs:\n test:\n needs: linux-amd64\n runs-on: ubuntu-latest\n+ env:\n+ PASSWORD: e45432jklfdsab\n+ CODE_SERVER_ADDRESS: http://localhost:8080\n ... | TypeScript |
34c6ec4c071a8a1470684fd32dd88d4e7ca584f4 | 116 | 2021-02-22 13:41:09-07:00 | 25,200 | ['3033c8f9a23383ad701d3252a0d02315cadc2ef1'] | feat: add globalSetup for testing | [{'old_path': 'package.json', 'new_path': 'package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -146,6 +146,7 @@\n "modulePathIgnorePatterns": [\n "<rootDir>/release"\n ],\n- "testTimeout": 30000\n+ "testTimeout": 30000,\n+ "globalSetup": "<rootDir>/test/globalSetup.ts"\n }\n }\n'},... | TypeScript |
9eba2bd4fd980a1afd818b7478600a2b36f7497c | 116 | 2021-02-22 13:41:09-07:00 | 25,200 | ['34c6ec4c071a8a1470684fd32dd88d4e7ca584f4'] | fix(ci): update test job to use bin | [{'old_path': '.github/workflows/ci.yaml', 'new_path': '.github/workflows/ci.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -40,7 +40,7 @@ jobs:\n - uses: microsoft/playwright-github-action@v1\n - name: Install dependencies and run tests\n run: |\n- node ./release-packages/code-se... | TypeScript |
236717ee986acb1e6d46b7786e0772f805bdbc9e | 116 | 2021-02-22 13:41:09-07:00 | 25,200 | ['9eba2bd4fd980a1afd818b7478600a2b36f7497c'] | fix: update modulePathIgnorePatterns for jest | [{'old_path': 'package.json', 'new_path': 'package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -147,6 +147,12 @@\n "<rootDir>/release"\n ],\n "testTimeout": 30000,\n- "globalSetup": "<rootDir>/test/globalSetup.ts"\n+ "globalSetup": "<rootDir>/test/globalSetup.ts",\n+ "modulePathIgnor... | TypeScript |
ffdbf3a730c339d5db3b05a8c25efd19a98087bd | 116 | 2021-02-22 13:41:09-07:00 | 25,200 | ['236717ee986acb1e6d46b7786e0772f805bdbc9e'] | feat: add test/videos & /screenshots to gitignore | [{'old_path': '.gitignore', 'new_path': '.gitignore', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -16,3 +16,5 @@ node-*\n .home\n coverage\n **/.DS_Store\n+test/videos\n+test/screenshots\n'}, {'old_path': 'package.json', 'new_path': 'package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -152,7 +152,10 ... | TypeScript |
9e3c8bd93d2478d16f5dda59e1a67820646493fe | 116 | 2021-02-22 13:41:09-07:00 | 25,200 | ['ffdbf3a730c339d5db3b05a8c25efd19a98087bd'] | feat: add step to upload test videos | [{'old_path': '.github/workflows/ci.yaml', 'new_path': '.github/workflows/ci.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -43,6 +43,11 @@ jobs:\n ./release-packages/code-server*-linux-amd64/bin/code-server --home $CODE_SERVER_ADDRESS/healthz &\n yarn --frozen-lockfile\n yarn te... | TypeScript |
e077f2d97fc988b00650d365cad210bc4d846675 | 116 | 2021-02-22 13:41:09-07:00 | 25,200 | ['9e3c8bd93d2478d16f5dda59e1a67820646493fe'] | refactor: update test script to check env var | [{'old_path': 'ci/dev/test.sh', 'new_path': 'ci/dev/test.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -10,7 +10,18 @@ main() {\n # include our source files.\n cd "$OLDPWD"\n # We use the same environment variables set in ci.yml in the test job\n- CS_DISABLE_PLUGINS=true PASSWORD=e45432jklfdsab CODE_SER... | TypeScript |
b02d2fb3ccabbbb941d06e6606a7abb8113e98a9 | 116 | 2021-02-22 13:41:10-07:00 | 25,200 | ['e077f2d97fc988b00650d365cad210bc4d846675'] | feat: add cookie utils for e2e tests | [{'old_path': 'src/common/util.ts', 'new_path': 'src/common/util.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -120,3 +120,39 @@ export function logError(prefix: string, err: any): void {\n logger.error(`${prefix}: ${err}`)\n }\n }\n+\n+// Borrowed from playwright\n+export interface Cookie {\n+ name: st... | TypeScript |
2dc56ad4d775d6604b0719a000bed543bd1634db | 116 | 2021-02-22 13:41:10-07:00 | 25,200 | ['b02d2fb3ccabbbb941d06e6606a7abb8113e98a9'] | refactor: manually add cookie goHome | [{'old_path': 'test/goHome.test.ts', 'new_path': 'test/goHome.test.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,4 +1,6 @@\n-import { chromium, Page, Browser, BrowserContext } from "playwright"\n+import { chromium, Page, Browser, BrowserContext, Cookie } from "playwright"\n+import { createCookieIfDoesntExis... | TypeScript |
d0eece3d8ff5b3eff7e86752a73e16d85b52ee50 | 116 | 2021-02-22 13:41:10-07:00 | 25,200 | ['2dc56ad4d775d6604b0719a000bed543bd1634db'] | refactor: add note to test.sh about --home | [{'old_path': 'ci/dev/test.sh', 'new_path': 'ci/dev/test.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -17,7 +17,8 @@ main() {\n echo " \\$PASSWORD"\n echo " \\$CODE_SERVER_ADDRESS"\n echo -e "\\n"\n- echo "Please make sure you have code-server running locally."\n+ echo "Please make sure yo... | TypeScript |
06af8b3202de28a318cd806ca9d558af801fa53e | 116 | 2021-02-22 13:41:10-07:00 | 25,200 | ['d0eece3d8ff5b3eff7e86752a73e16d85b52ee50'] | refactor: update goHome location in test | [{'old_path': 'test/goHome.test.ts', 'new_path': 'test/goHome.test.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -35,7 +35,6 @@ describe("login", () => {\n // otherwise if it doesn\'t exist, it will create it\n // hence the name maybeUpdatedCookies\n const maybeUpdatedCookies = createCookieIfDoesnt... | TypeScript |
38d7718feb32d27c540d6f94ba753cf4a2bcc3eb | 116 | 2021-02-22 13:41:10-07:00 | 25,200 | ['06af8b3202de28a318cd806ca9d558af801fa53e'] | refactor: use promises for goHome test | [{'old_path': 'ci/dev/test.sh', 'new_path': 'ci/dev/test.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,8 +9,7 @@ main() {\n # information. We must also run it from the root otherwise coverage will not\n # include our source files.\n cd "$OLDPWD"\n- # We use the same environment variables set in ci.ym... | TypeScript |
3fa460c24436eff0d1b1b6e6252473327424141b | 116 | 2021-02-22 13:41:10-07:00 | 25,200 | ['38d7718feb32d27c540d6f94ba753cf4a2bcc3eb'] | refactor: create helpers.ts & add Cookie | [{'old_path': 'src/common/util.ts', 'new_path': 'src/common/util.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,4 +1,5 @@\n import { logger, field } from "@coder/logger"\n+import { Cookie } from "../../test/helpers"\n \n export interface Options {\n base: string\n@@ -121,21 +122,6 @@ export function logErr... | TypeScript |
5857b250797e292190343bae0709d8b36f44948c | 116 | 2021-02-22 13:41:10-07:00 | 25,200 | ['3fa460c24436eff0d1b1b6e6252473327424141b'] | chore: add todo regarding storage and cookies e2e | [{'old_path': 'test/goHome.test.ts', 'new_path': 'test/goHome.test.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -42,6 +42,12 @@ describe("go home", () => {\n // this will return the cookies with no changes\n // otherwise if it doesn\'t exist, it will create it\n // hence the name maybeUpdatedCooki... | TypeScript |
b0fd55463bda2855e3e7f53f7c12b2ecaf71257d | 116 | 2021-02-22 13:41:11-07:00 | 25,200 | ['5857b250797e292190343bae0709d8b36f44948c'] | refactor: add constants.ts with PASSWORD, etc | [{'old_path': None, 'new_path': 'test/constants.ts', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,3 @@\n+export const CODE_SERVER_ADDRESS = process.env.CODE_SERVER_ADDRESS || "http://localhost:8080"\n+export const PASSWORD = process.env.PASSWORD || "e45432jklfdsab"\n+export const STORAGE = process.env.STORAGE... | TypeScript |
d61bbc4c4fc8131dcfcddf85d24528caa9052daf | 116 | 2021-02-22 13:41:11-07:00 | 25,200 | ['b0fd55463bda2855e3e7f53f7c12b2ecaf71257d'] | refactor(goHome): check url, remove timeout | [{'old_path': 'test/goHome.test.ts', 'new_path': 'test/goHome.test.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,14 +3,6 @@ import { createCookieIfDoesntExist } from "../src/common/util"\n import { hash } from "../src/node/util"\n import { CODE_SERVER_ADDRESS, PASSWORD, STORAGE } from "./constants"\n \n-asy... | TypeScript |
6d4f814f849513e7a65f1d400f72ce7d86b25528 | 67 | 2021-02-22 13:41:11-07:00 | 21,600 | ['d61bbc4c4fc8131dcfcddf85d24528caa9052daf'] | Close context before browser
This seems to resolve a warning about a process being forcefully exited. | [{'old_path': 'test/goHome.test.ts', 'new_path': 'test/goHome.test.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -53,8 +53,8 @@ describe("go home", () => {\n // Remove password from local storage\n await context.clearCookies()\n \n- await browser.close()\n await context.close()\n+ await brows... | TypeScript |
6685b3a4ff534d4f11c2bde9408d984482a766f3 | 67 | 2021-02-22 13:41:11-07:00 | 21,600 | ['ef7e7271b65e940fe49868ca306d1a053132b4e2'] | Move wtfnode setup to global setup
I think Jest provides separate console methods for each test so when the
socket tests finish Jest complains that a test keeps trying to output. | [{'old_path': 'test/globalSetup.ts', 'new_path': 'test/globalSetup.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,6 +3,7 @@\n // ensuring that we\'re logged in before we run any tests\n import { chromium } from "playwright"\n import { CODE_SERVER_ADDRESS, PASSWORD } from "./constants"\n+import * as wtfnode f... | TypeScript |
47a05c998a2a81d7d6ef9ce876dcfd8e0c26a0d8 | 67 | 2021-02-22 13:41:12-07:00 | 21,600 | ['6685b3a4ff534d4f11c2bde9408d984482a766f3'] | Gate wtfnode behind WTF_NODE env var
After thinking about it some more it's probably mostly only useful to
see the output when the tests are hanging. Otherwise there's a lot of
noise about Jest child processes and pipes. | [{'old_path': 'package.json', 'new_path': 'package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -143,9 +143,6 @@\n "lines": 40\n }\n },\n- "modulePathIgnorePatterns": [\n- "<rootDir>/release"\n- ],\n "testTimeout": 30000,\n "globalSetup": "<rootDir>/test/globalSetup.ts",... | TypeScript |
e0acb08d94279f2bf30431c188a9d9132d185f08 | 116 | 2021-02-22 13:44:43-07:00 | 25,200 | ['271c260a364741078c5d56afb99dc85880fe9b37'] | feat: add basic test for emitter | [{'old_path': None, 'new_path': 'test/emitter.test.ts', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,52 @@\n+import { Emitter } from "../src/common/emitter"\n+\n+describe("emitter", () => {\n+ describe("Emitter", () => {\n+ it("should return an Emitter", async () => {\n+ const HELLO_WORLD = "HELLO_WO... | TypeScript |
325a1d8181415459a3531745bae43446252498a7 | 116 | 2021-02-22 13:44:43-07:00 | 25,200 | ['e0acb08d94279f2bf30431c188a9d9132d185f08'] | feat: add test for catching errors in Emitter | [{'old_path': 'test/emitter.test.ts', 'new_path': 'test/emitter.test.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,8 +1,24 @@\n+// Note: we need to import logger from the root\n+// because this is the logger used in logError in ../src/common/util\n+import { logger } from "../node_modules/@coder/logger"\n im... | TypeScript |
69ca92f0b2e077335ca34dd9e15001a86511cf58 | 116 | 2021-02-24 13:49:34-07:00 | 25,200 | ['19e5609c5f4a7ae09214d54f0548777f6f9d7b96'] | chore: remove old reset-vscode script | [{'old_path': 'ci/dev/reset-vscode.sh', 'new_path': None, 'type': <ModificationType.DELETE: 4>, 'diff': '@@ -1,12 +0,0 @@\n-#!/usr/bin/env bash\n-set -euo pipefail\n-\n-main() {\n- cd "$(dirname "$0")/../.."\n-\n- cd ./lib/vscode\n- git add -A\n- git reset --hard\n-}\n-\n-main "$@"\n'}] | TypeScript |
977c579c02a5245b307544a49608db8989959de5 | 116 | 2021-02-25 10:19:24-07:00 | 25,200 | ['69ca92f0b2e077335ca34dd9e15001a86511cf58'] | feat: add update-vscode.sh script | [{'old_path': None, 'new_path': 'ci/dev/update-vscode.sh', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,59 @@\n+#!/usr/bin/env bash\n+set -euo pipefail\n+\n+main() {\n+ cd "$(dirname "$0")/../.."\n+\n+ # Check if the remote exists\n+ # if it doesn\'t, we add it\n+ if ! git config remote.vscode.url > /dev/... | TypeScript |
a2b24321c02d8a4ca15231fea4a76f9d193b5889 | 98 | 2021-02-25 12:20:44-06:00 | 18,000 | ['19e5609c5f4a7ae09214d54f0548777f6f9d7b96'] | chore: Format docs (#2774)
See also: #2771 | [{'old_path': 'docs/FAQ.md', 'new_path': 'docs/FAQ.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,7 +4,7 @@\n \n - [Questions?](#questions)\n - [iPad Status?](#ipad-status)\n-- [Community Projects (awesome-code-server)](#awesome-code-server)\n+- [Community projects (awesome-code-server)](#community-projects-... | TypeScript |
c94697da98c8c19b5141336461c9c0dcc2b8678e | 116 | 2021-02-25 11:35:23-07:00 | 25,200 | ['eae5d8c8071e2afc334eef15c2b7f3b348d03c8c'] | fix: resolve conflicts in .gitignore | [{'old_path': 'lib/vscode/.gitignore', 'new_path': 'lib/vscode/.gitignore', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -5,32 +5,9 @@ Thumbs.db\n node_modules/\n .build/\n extensions/**/dist/\n-<<<<<<< HEAD\n-out/\n-out-build/\n-out-editor/\n-out-editor-src/\n-out-editor-build/\n-out-editor-esm/\n-out-editor-esm-... | TypeScript |
2c5c48525e21ca5799213f0efc47807c48e10ad9 | 116 | 2021-02-25 11:36:01-07:00 | 25,200 | ['c94697da98c8c19b5141336461c9c0dcc2b8678e'] | fix: resolve conflicts in .eslintignore | [{'old_path': 'lib/vscode/.eslintignore', 'new_path': 'lib/vscode/.eslintignore', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -14,9 +14,6 @@\n **/extensions/**/build/**\n **/extensions/markdown-language-features/media/**\n **/extensions/typescript-basics/test/colorize-fixtures/**\n-<<<<<<< HEAD\n+**/extensions/**... | TypeScript |
7bf1fd979e93444f0687f89d45f36e2594f55d03 | 116 | 2021-02-25 11:41:34-07:00 | 25,200 | ['2c5c48525e21ca5799213f0efc47807c48e10ad9'] | fix: resolve conflicts in yarn.lock | [{'old_path': 'lib/vscode/yarn.lock', 'new_path': 'lib/vscode/yarn.lock', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -145,12 +145,6 @@\n lodash "^4.17.13"\n to-fast-properties "^2.0.0"\n \n-<<<<<<< HEAD\n-"@coder/logger@1.1.16":\n- version "1.1.16"\n- resolved "https://registry.yarnpkg.com/@coder/logge... | TypeScript |
262963c9ecda02b351e75e8ba4113c0f6cc84ca4 | 116 | 2021-02-25 11:42:42-07:00 | 25,200 | ['7bf1fd979e93444f0687f89d45f36e2594f55d03'] | fix: resolve conflict in extensionHostProcessSetup.ts
From what I can tell, they added these `performance.mark` calls. Not sure
exactly what they do, but my guess is they're supposed to help with measuring
extension performance? | [{'old_path': 'lib/vscode/src/vs/workbench/services/extensions/node/extensionHostProcessSetup.ts', 'new_path': 'lib/vscode/src/vs/workbench/services/extensions/node/extensionHostProcessSetup.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -313,12 +313,9 @@ function connectToRenderer(protocol: IMessagePassingProt... | TypeScript |
f255cdb2ccda2df95ea60157067181f6122ab31b | 116 | 2021-02-25 11:44:37-07:00 | 25,200 | ['262963c9ecda02b351e75e8ba4113c0f6cc84ca4'] | fix: update text for Extension Host | [{'old_path': 'lib/vscode/src/vs/workbench/services/extensions/browser/extensionService.ts', 'new_path': 'lib/vscode/src/vs/workbench/services/extensions/browser/extensionService.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -87,11 +87,7 @@ export class ExtensionService extends AbstractExtensionService impleme... | TypeScript |
3fd6187503e4c770538bb3f4e7e0b7ea4595fd60 | 116 | 2021-02-25 11:46:25-07:00 | 25,200 | ['f255cdb2ccda2df95ea60157067181f6122ab31b'] | fix: update import in extensionsViewlet | [{'old_path': 'lib/vscode/src/vs/workbench/contrib/extensions/browser/extensionsViewlet.ts', 'new_path': 'lib/vscode/src/vs/workbench/contrib/extensions/browser/extensionsViewlet.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -27,11 +27,7 @@ import { IProgressService, ProgressLocation } from 'vs/platform/progre... | TypeScript |
b9526167253c50b64b4a4b29e5de0add32bffc34 | 116 | 2021-02-25 11:47:02-07:00 | 25,200 | ['3fd6187503e4c770538bb3f4e7e0b7ea4595fd60'] | fix: resolve conflict browserSocketFactory | [{'old_path': 'lib/vscode/src/vs/platform/remote/browser/browserSocketFactory.ts', 'new_path': 'lib/vscode/src/vs/platform/remote/browser/browserSocketFactory.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -208,12 +208,8 @@ export class BrowserSocketFactory implements ISocketFactory {\n \t}\n \n \tconnect(host:... | TypeScript |
a5edbcb6b6f8788e367451891b61795e912ac15f | 67 | 2021-02-25 12:48:03-06:00 | 21,600 | ['7dbb72a9c18d58cc1af232bee039cee8195fbad1'] | Add reviewer group as a codeowner (#2777) | [{'old_path': '.github/CODEOWNERS', 'new_path': '.github/CODEOWNERS', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1 +1,3 @@\n+* @cdr/code-server-reviewers\n+\n ci/helm-chart @Matthew-Beckett @alexgorbatchev\n'}] | TypeScript |
9e61540840ce4321f98c1843ffea2310c96af580 | 116 | 2021-02-25 11:52:27-07:00 | 25,200 | ['b9526167253c50b64b4a4b29e5de0add32bffc34'] | fix: resolve conflicts in package.json
I hope this was done correctly.
It upgraded a few packages, we left out the electron packages and it added two
resolutions. | [{'old_path': 'lib/vscode/package.json', 'new_path': 'lib/vscode/package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -75,14 +75,10 @@\n "native-is-elevated": "0.4.1",\n "native-keymap": "2.2.1",\n "native-watchdog": "1.3.0",\n-<<<<<<< HEAD\n- "node-pty": "0.10.0-beta17",\n+ "node-pty": "0... | TypeScript |
ce1a8c89dd97d6b2e086d84bf4b099d3a62ecad8 | 116 | 2021-02-25 11:57:35-07:00 | 25,200 | ['9e61540840ce4321f98c1843ffea2310c96af580'] | fix: postinstall.js conflicts
Again, hope this was correct.
It looks like they moved around a few lines here.
If there are issues with dependencies not installing, check here. | [{'old_path': 'lib/vscode/build/npm/postinstall.js', 'new_path': 'lib/vscode/build/npm/postinstall.js', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -38,13 +38,11 @@ function yarnInstall(location, opts) {\n \n for (let dir of dirs) {\n \n-<<<<<<< HEAD\n // NOTE@coder: Skip these dependencies since we don\'t use th... | TypeScript |
2bd9b6e1bf438a14ddacfc4414043f8c67015e14 | 116 | 2021-02-25 11:59:25-07:00 | 25,200 | ['ce1a8c89dd97d6b2e086d84bf4b099d3a62ecad8'] | fix: update web.main.ts
Looks like they added two lines in the open method.
1. Logging for workbench configuration
2. Window - creating a BrowserWindow | [{'old_path': 'lib/vscode/src/vs/workbench/browser/web.main.ts', 'new_path': 'lib/vscode/src/vs/workbench/browser/web.main.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -39,12 +39,8 @@ import { BufferLogService } from 'vs/platform/log/common/bufferLog';\n import { FileLogService } from 'vs/platform/log/common/... | TypeScript |
40d0c883415592ce6ae207eb3e9fb561408fb04c | 116 | 2021-02-25 12:02:35-07:00 | 25,200 | ['2bd9b6e1bf438a14ddacfc4414043f8c67015e14'] | fix: extHostExtensionService
Looks like they modified the function signature for _loadCommonJSModule.
I believe the first param is now the extensionId or null. Probably for logging
reason guessing. | [{'old_path': 'lib/vscode/src/vs/workbench/api/common/extHostExtensionService.ts', 'new_path': 'lib/vscode/src/vs/workbench/api/common/extHostExtensionService.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -369,11 +369,7 @@ export abstract class AbstractExtHostExtensionService extends Disposable impleme\n \n \t... | TypeScript |
f214235e2d88095490706c5d6fb9fec046990eb1 | 116 | 2021-02-25 12:08:12-07:00 | 25,200 | ['40d0c883415592ce6ae207eb3e9fb561408fb04c'] | fix: resolve conflicts in build/lib/node.ts
It looks like they added a few more variables and cleaned this file up.
I removed the yarn and yarnRc stuff. Hope that doesn't break anything. | [{'old_path': 'lib/vscode/build/lib/node.ts', 'new_path': 'lib/vscode/build/lib/node.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -6,21 +6,12 @@\n import * as path from \'path\';\n \n const root = path.dirname(path.dirname(__dirname));\n-<<<<<<< HEAD\n const version = process.versions.node;\n-const node = pro... | TypeScript |
077af0511e6bd0f3815c3fe428d3e439619d560f | 98 | 2021-02-25 13:08:54-06:00 | 18,000 | ['a5edbcb6b6f8788e367451891b61795e912ac15f'] | fix: Responsive Sign In Page (#2770) | [{'old_path': 'src/browser/pages/login.css', 'new_path': 'src/browser/pages/login.css', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,4 +1,6 @@\n body {\n+ min-height: 568px;\n+ min-width: 320px;\n overflow: auto;\n }\n \n@@ -15,6 +17,12 @@ body {\n width: 100%;\n }\n \n+@media (max-width: 600px) {\n+ .lo... | TypeScript |
bf4779991e1167040a74cfdd8849c6a041040742 | 98 | 2021-02-25 13:09:21-06:00 | 18,000 | ['077af0511e6bd0f3815c3fe428d3e439619d560f'] | docs: Update contributing requirements (#2775)
Resolves: #2771 | [{'old_path': 'docs/CONTRIBUTING.md', 'new_path': 'docs/CONTRIBUTING.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -35,8 +35,9 @@ There are several differences, however. You must:\n - Use Node.js version 12.x (or greater)\n - Have [yarn](https://classic.yarnpkg.com/en/) installed (which is used to install JS p... | TypeScript |
502323a9c8bc6c7a203ba9badd71c2a81d2e2fb5 | 116 | 2021-02-25 12:19:21-07:00 | 25,200 | ['f214235e2d88095490706c5d6fb9fec046990eb1'] | fix: conflicts with remoteAgentConnection
As Asher pointed out, looks like it makes #2381 obsolete.
Hope this all works. | [{'old_path': 'lib/vscode/src/vs/platform/remote/common/remoteAgentConnection.ts', 'new_path': 'lib/vscode/src/vs/platform/remote/common/remoteAgentConnection.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -86,23 +86,6 @@ export interface ISocketFactory {\n \tconnect(host: string, port: number, query: string, c... | TypeScript |
ccf2fe2a2e694edeac587c558e9149e3cc1bfd9e | 116 | 2021-02-25 12:23:14-07:00 | 25,200 | ['502323a9c8bc6c7a203ba9badd71c2a81d2e2fb5'] | fix: conflicts in remote.ts
Looks like they modified a few of the cases related to Reconnection. | [{'old_path': 'lib/vscode/src/vs/workbench/contrib/remote/browser/remote.ts', 'new_path': 'lib/vscode/src/vs/workbench/contrib/remote/browser/remote.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -833,25 +833,6 @@ class RemoteAgentConnectionStatusListener extends Disposable implements IWorkben\n \t\t\t\t}\n \t\... | TypeScript |
6a6ab7241408e43c3060713dd472eb1e311f610e | 116 | 2021-02-25 12:25:28-07:00 | 25,200 | ['ccf2fe2a2e694edeac587c558e9149e3cc1bfd9e'] | fix: resolve conflicts in eslintrc.json
It looks like they turned some eslint warnings on. Or we had them off and I
turned them on. They also added a new target which had the name monaco in it. | [{'old_path': 'lib/vscode/.eslintrc.json', 'new_path': 'lib/vscode/.eslintrc.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,1014 +1,4 @@\n {\n-<<<<<<< HEAD\n- "root": true,\n- "parser": "@typescript-eslint/parser",\n- "parserOptions": {\n- "ecmaVersion": 6,\n- "sourceType": "module"\... | TypeScript |
1b9ed6eea394a602c6b94eefda2d30c8e38272fd | 116 | 2021-02-25 12:31:20-07:00 | 25,200 | ['6a6ab7241408e43c3060713dd472eb1e311f610e'] | chore: update yarn.lock for vscode | [{'old_path': 'lib/vscode/yarn.lock', 'new_path': 'lib/vscode/yarn.lock', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -145,6 +145,11 @@\n lodash "^4.17.13"\n to-fast-properties "^2.0.0"\n \n+"@coder/logger@1.1.16":\n+ version "1.1.16"\n+ resolved "https://registry.yarnpkg.com/@coder/logger/-/logger-1.1.... | TypeScript |
169b51e4536100397d4ed4a49b4886d99182e46b | 116 | 2021-02-25 12:32:05-07:00 | 25,200 | ['1b9ed6eea394a602c6b94eefda2d30c8e38272fd'] | chore: run yarn fmt | [{'old_path': 'ci/dev/update-vscode.sh', 'new_path': 'ci/dev/update-vscode.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -49,7 +49,6 @@ main() {\n # To read about these flags, visit the docs: https://cli.github.com/manual/gh_pr_create\n gh pr create --base master --title "feat(vscode): update to version $V... | TypeScript |
38f555e21840e1d30d9afb4a2ddfe3696ef2eba6 | 116 | 2021-02-25 12:40:49-07:00 | 25,200 | ['169b51e4536100397d4ed4a49b4886d99182e46b'] | chore: fix lint issues in update-vscode | [{'old_path': 'ci/dev/update-vscode.sh', 'new_path': 'ci/dev/update-vscode.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -15,10 +15,10 @@ main() {\n \n # Ask which version we should update to\n # In the future, we\'ll automate this and grab the latest version automatically\n- read -p "What version of VSCo... | TypeScript |
c6e6f8e2b38feb2b316f419ccafa1354cb4eb52a | 116 | 2021-02-25 12:41:01-07:00 | 25,200 | ['38f555e21840e1d30d9afb4a2ddfe3696ef2eba6'] | chore: add missing semicolon in channel.ts | [{'old_path': 'lib/vscode/src/vs/server/node/channel.ts', 'new_path': 'lib/vscode/src/vs/server/node/channel.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -303,7 +303,7 @@ export class ExtensionEnvironmentChannel implements IServerChannel {\n \t\t\t\t\t\t\tconst newPath = extension.extensionLocation.fsPath;\n ... | TypeScript |
ad89ffaa59f52c6f9faab045474ee3e49262bc8d | 98 | 2021-02-25 13:55:55-06:00 | 21,600 | ['bf4779991e1167040a74cfdd8849c6a041040742'] | docs(contributing): Update links | [{'old_path': 'docs/CONTRIBUTING.md', 'new_path': 'docs/CONTRIBUTING.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -121,10 +121,10 @@ node ./release\n \n The `code-server` script serves an HTTP API for login and starting a remote VS Code process.\n \n-The CLI code is in [./src/node](./src/node) and the HTTP ro... | TypeScript |
b7e112a78db3f31d70bca16251fee7c2cfbc88c7 | 116 | 2021-02-25 16:43:45-07:00 | 25,200 | ['e002f144238f15c7b7a14c743384522dec4d74c5'] | chore: reorder package.json lib/vscode | [{'old_path': 'lib/vscode/package.json', 'new_path': 'lib/vscode/package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -109,10 +109,10 @@\n "@types/gulp-postcss": "^8.0.0",\n "@types/http-proxy-agent": "^2.0.1",\n "@types/keytar": "^4.4.0",\n- "@types/proxy-from-env": "^1.0.1",\n "@types/m... | TypeScript |
b71c5061e18ac7ce90b30d1c967c9dd7d9cc6f6f | 116 | 2021-02-25 16:43:53-07:00 | 25,200 | ['b7e112a78db3f31d70bca16251fee7c2cfbc88c7'] | chore: update electron types | [{'old_path': 'lib/vscode/src/typings/electron.d.ts', 'new_path': 'lib/vscode/src/typings/electron.d.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,4 +1,4 @@\n-// Type definitions for Electron 9.3.3\n+// Type definitions for Electron 11.3.0\n // Project: http://electronjs.org/\n // Definitions by: The Electr... | TypeScript |
0f18d1fddc2e404e4bdefa2021987fe7675128cb | 116 | 2021-02-25 16:44:08-07:00 | 25,200 | ['b71c5061e18ac7ce90b30d1c967c9dd7d9cc6f6f'] | fix: update import in channel.ts getSystemShell | [{'old_path': 'lib/vscode/src/vs/server/node/channel.ts', 'new_path': 'lib/vscode/src/vs/server/node/channel.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -30,7 +30,7 @@ import * as terminal from 'vs/workbench/contrib/terminal/common/remoteTerminalCh\n import { IShellLaunchConfig, ITerminalEnvironment, ITermin... | TypeScript |
99af11ecc3b7602e30cdb13bfe05e693a165af38 | 116 | 2021-02-25 16:51:43-07:00 | 25,200 | ['bf4779991e1167040a74cfdd8849c6a041040742'] | docs: add homebrew bump to release steps | [{'old_path': 'ci/README.md', 'new_path': 'ci/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -43,8 +43,9 @@ Make sure you have `$GITHUB_TOKEN` set and [hub](https://github.com/github/hub)\n 9. Update the AUR package.\n - Instructions on updating the AUR package are at [cdr/code-server-aur](https://git... | TypeScript |
4f1f2c717166fa4b3f8611cf1c60e38f1e0b40d6 | 116 | 2021-02-26 11:50:27-07:00 | 25,200 | ['63733c31e95fe587243840386dfdb3f13ead7fb2'] | fix: clean up comment in util.test.ts | [{'old_path': 'test/util.test.ts', 'new_path': 'test/util.test.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -22,7 +22,6 @@ import { checkForCookie, createCookieIfDoesntExist } from "./helpers"\n \n const dom = new JSDOM()\n global.document = dom.window.document\n-// global.window = (dom.window as unknown) as ... | TypeScript |
28b440a4babac4a0864c7ef32c2a894494d2fd28 | 116 | 2021-02-26 11:51:51-07:00 | 25,200 | ['4f1f2c717166fa4b3f8611cf1c60e38f1e0b40d6'] | feat: add cssStub to jest | [{'old_path': 'package.json', 'new_path': 'package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -153,6 +153,9 @@\n "<rootDir>/release-npm-package",\n "<rootDir>/release-gcp",\n "<rootDir>/release-images"\n- ]\n+ ],\n+ "moduleNameMapper": {\n+ "^.+\\\\.(css|less)$": "<rootDir>... | TypeScript |
72b05cacacf433182272960d7892b2834631c35e | 116 | 2021-02-26 11:51:51-07:00 | 25,200 | ['28b440a4babac4a0864c7ef32c2a894494d2fd28'] | refactor: create registerServiceWorker fn | [{'old_path': 'src/browser/register.ts', 'new_path': 'src/browser/register.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,18 +1,23 @@\n-import { getOptions, normalize } from "../common/util"\n-\n-const options = getOptions()\n+import { getOptions, Options, normalize } from "../common/util"\n \n import "./pag... | TypeScript |
06aeca0a83b67a96f4f6c6b44c9c23c84d1876e3 | 116 | 2021-02-26 11:51:51-07:00 | 25,200 | ['72b05cacacf433182272960d7892b2834631c35e'] | feat(testing): add register test | [{'old_path': None, 'new_path': 'test/register.test.ts', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,43 @@\n+import { JSDOM } from "jsdom"\n+import { registerServiceWorker } from "../src/browser/register"\n+const { window } = new JSDOM()\n+global.window = (window as unknown) as Window & typeof globalThis\n+g... | TypeScript |
a9f88affa98642ab611340b0517d7ee1c18d264a | 116 | 2021-02-26 11:51:51-07:00 | 25,200 | ['06aeca0a83b67a96f4f6c6b44c9c23c84d1876e3'] | refactor: use logger in serviceworker | [{'old_path': 'src/browser/register.ts', 'new_path': 'src/browser/register.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,3 +1,4 @@\n+import { logger } from "@coder/logger"\n import { getOptions, Options, normalize } from "../common/util"\n \n import "./pages/error.css"\n@@ -11,7 +12,7 @@ export async functi... | TypeScript |
44b9874fbe19caa9ef8e546dd6624c67794b1d8e | 116 | 2021-02-26 11:51:52-07:00 | 25,200 | ['a9f88affa98642ab611340b0517d7ee1c18d264a'] | feat: test failure to register service worker | [{'old_path': 'src/browser/register.ts', 'new_path': 'src/browser/register.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -21,4 +21,3 @@ if (typeof navigator !== "undefined" && "serviceWorker" in navigator) {\n const path = normalize(`${options.csStaticBase}/dist/serviceWorker.js`)\n registerServiceWorker(n... | TypeScript |
21f577d471e3e90785b45ae5b02521214493e48e | 116 | 2021-02-26 11:51:52-07:00 | 25,200 | ['44b9874fbe19caa9ef8e546dd6624c67794b1d8e'] | refactor: add handleRegisterServiceWorker fn | [{'old_path': 'src/browser/register.ts', 'new_path': 'src/browser/register.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -16,8 +16,23 @@ export async function registerServiceWorker(navigator: Navigator, path: string,\n }\n }\n \n+interface HandleServiceWorkerRegistration {\n+ getOptions: () => Options\n+ n... | TypeScript |
38891de0d9e9b4962a9beb949faa9369e55d395c | 116 | 2021-02-26 11:51:52-07:00 | 25,200 | ['21f577d471e3e90785b45ae5b02521214493e48e'] | feat(test): add test handleRegisterServiceWorker | [{'old_path': 'test/register.test.ts', 'new_path': 'test/register.test.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,7 +2,8 @@ import { JSDOM } from "jsdom"\n // Note: we need to import logger from the root\n // because this is the logger used in logError in ../src/common/util\n import { logger } from "../n... | TypeScript |
7ef630f7a48d16bc9f2bef0f83bc2587d310926f | 116 | 2021-02-26 11:51:52-07:00 | 25,200 | ['38891de0d9e9b4962a9beb949faa9369e55d395c'] | refactor(register): use logError instead of logger | [{'old_path': 'src/browser/register.ts', 'new_path': 'src/browser/register.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,4 @@\n-import { logger } from "@coder/logger"\n-import { getOptions, Options, normalize } from "../common/util"\n+import { getOptions, Options, normalize, logError } from "../common/... | TypeScript |
a44a51462cad9919d59393549dca60199d29f972 | 116 | 2021-02-26 11:51:52-07:00 | 25,200 | ['7ef630f7a48d16bc9f2bef0f83bc2587d310926f'] | refactor: use same syntax as logger spy | [{'old_path': 'src/browser/register.ts', 'new_path': 'src/browser/register.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,10 +1,12 @@\n-import { getOptions, Options, normalize, logError } from "../common/util"\n+import { getOptions, normalize, logError } from "../common/util"\n \n import "./pages/error.css"\... | TypeScript |
027e8e5adfa973b1986df50b8aaef07b0b45b99d | 116 | 2021-02-26 11:51:52-07:00 | 25,200 | ['a44a51462cad9919d59393549dca60199d29f972'] | refactor: use LogModule from Asher in tests | [{'old_path': 'src/common/util.ts', 'new_path': 'src/common/util.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -114,12 +114,9 @@ export const getFirstString = (value: string | string[] | object | undefined): s\n }\n \n export function logError(prefix: string, err: any): void {\n- console.log("hey joe log erro... | TypeScript |
711abd8d840e40c19e9ca5ba1cb8996c4ce2f6e7 | 116 | 2021-02-26 11:55:00-07:00 | 25,200 | ['027e8e5adfa973b1986df50b8aaef07b0b45b99d'] | refactor: move loggerModule into helpers | [{'old_path': 'test/constants.test.ts', 'new_path': 'test/constants.test.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,14 +1,16 @@\n // Note: we need to import logger from the root\n // because this is the logger used in logError in ../src/common/util\n-import { logger } from "../node_modules/@coder/logger"... | TypeScript |
1470ff203a53d9f9b20f916424c4c038ea577009 | 116 | 2021-02-26 11:55:17-07:00 | 25,200 | ['711abd8d840e40c19e9ca5ba1cb8996c4ce2f6e7'] | refactor: dont use actual logger in helper | [{'old_path': 'test/helpers.ts', 'new_path': 'test/helpers.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -33,3 +33,15 @@ export function createCookieIfDoesntExist(cookies: Array<Cookie>, cookieToStore:\n }\n return cookies\n }\n+\n+export const loggerModule = {\n+ field: jest.fn(),\n+ level: 2,\n+ logge... | TypeScript |
1c737f1f938871e37fbc34450d2dcc0f36336e94 | 116 | 2021-02-26 11:55:17-07:00 | 25,200 | ['1470ff203a53d9f9b20f916424c4c038ea577009'] | refactor: hoist jest.mock in constants | [{'old_path': 'test/constants.test.ts', 'new_path': 'test/constants.test.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,15 +4,11 @@\n import { commit, getPackageJson, version } from "../src/node/constants"\n import { loggerModule } from "./helpers"\n \n+// jest.mock is hoisted above the imports so we must us... | TypeScript |
cb4185b360af0058e3730d9b502f7db5b605247c | 116 | 2021-02-26 11:58:28-07:00 | 25,200 | ['1c737f1f938871e37fbc34450d2dcc0f36336e94'] | refactor: use loggerModule in util | [{'old_path': 'test/constants.test.ts', 'new_path': 'test/constants.test.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -22,8 +22,6 @@ describe("constants", () => {\n \n getPackageJson("./package.json")\n \n- // expect(spy).toHaveBeenCalled()\n- // expect(spy).toHaveBeenCalledWith(expectedErrorM... | TypeScript |
e6a324b48410b33471fc874f97efa85cd7380c57 | 116 | 2021-02-26 11:58:28-07:00 | 25,200 | ['cb4185b360af0058e3730d9b502f7db5b605247c'] | refactor: update mocking logger in register test | [{'old_path': 'test/register.test.ts', 'new_path': 'test/register.test.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,6 +1,9 @@\n import { JSDOM } from "jsdom"\n import { loggerModule } from "./helpers"\n \n+// jest.mock is hoisted above the imports so we must use `require` here.\n+jest.mock("@coder/logger",... | TypeScript |
b232dcbd4a2bd38d2515ad12fbbd3863ac2b172b | 116 | 2021-02-26 11:58:28-07:00 | 25,200 | ['e6a324b48410b33471fc874f97efa85cd7380c57'] | feat(register): add test when navigator undefined | [{'old_path': 'test/constants.test.ts', 'new_path': 'test/constants.test.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,6 +1,3 @@\n-// Note: we need to import logger from the root\n-// because this is the logger used in logError in ../src/common/util\n-// import { logger } from "../node_modules/@coder/logger... | TypeScript |
80a180079e47c6c0b28a95d2b33e677a640bea77 | 116 | 2021-02-26 11:58:29-07:00 | 25,200 | ['b232dcbd4a2bd38d2515ad12fbbd3863ac2b172b'] | feat: add test for catching errors in Emitter | [{'old_path': 'test/emitter.test.ts', 'new_path': 'test/emitter.test.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,9 +1,10 @@\n // Note: we need to import logger from the root\n // because this is the logger used in logError in ../src/common/util\n import { logger } from "../node_modules/@coder/logger"\n+\n... | TypeScript |
46226ea26b1d9bfb2d46cc982fb1b1d0d0f0d3a9 | 116 | 2021-02-26 11:58:29-07:00 | 25,200 | ['80a180079e47c6c0b28a95d2b33e677a640bea77'] | chore(testing): add service-worker-mock | [{'old_path': 'test/package.json', 'new_path': 'test/package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,11 +4,13 @@\n "@types/jest": "^26.0.20",\n "@types/jsdom": "^16.2.6",\n "@types/node-fetch": "^2.5.8",\n+ "@types/service-worker-mock": "^2.0.1",\n "@types/supertest": "^2.0.10",\n... | TypeScript |
ee0973c05a545bc1495aed63727d453f8b81e7c1 | 116 | 2021-02-26 11:58:29-07:00 | 25,200 | ['46226ea26b1d9bfb2d46cc982fb1b1d0d0f0d3a9'] | feat: add logs to serviceWorker | [{'old_path': 'src/browser/serviceWorker.ts', 'new_path': 'src/browser/serviceWorker.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,11 +1,12 @@\n /* eslint-disable @typescript-eslint/no-explicit-any */\n \n self.addEventListener("install", () => {\n- console.log("[Service Worker] install")\n+ console.log("... | TypeScript |
22e7173fa9a4422402199a841d9bc8e7dc10a88b | 116 | 2021-02-26 12:54:03-07:00 | 25,200 | ['0f18d1fddc2e404e4bdefa2021987fe7675128cb'] | fix: update resolveCommonProperties in server | [{'old_path': 'lib/vscode/src/vs/server/node/server.ts', 'new_path': 'lib/vscode/src/vs/server/node/server.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,4 +1,5 @@\n import { field } from \'@coder/logger\';\n+import { release } from "os"\n import * as fs from \'fs\';\n import * as net from \'net\';\n import ... | TypeScript |
52acb50ed7f6b3d086028d33951f729347d27af9 | 116 | 2021-02-26 12:54:29-07:00 | 25,200 | ['22e7173fa9a4422402199a841d9bc8e7dc10a88b'] | fix: update WebSocketNodeSocket in protocol | [{'old_path': 'lib/vscode/src/vs/server/node/protocol.ts', 'new_path': 'lib/vscode/src/vs/server/node/protocol.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -17,7 +17,7 @@ export class Protocol extends PersistentProtocol {\n \t\tsuper(\n \t\t\toptions.skipWebSocketFrames\n \t\t\t\t? new NodeSocket(socket)\n-\t... | TypeScript |
1bf3036597a9614c39d8f6a7ab93365e6f02883f | 116 | 2021-02-26 12:55:04-07:00 | 25,200 | ['52acb50ed7f6b3d086028d33951f729347d27af9'] | fix(connection): onClose -> onDidDispose protocol | [{'old_path': 'lib/vscode/src/vs/server/node/connection.ts', 'new_path': 'lib/vscode/src/vs/server/node/connection.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -54,7 +54,7 @@ export abstract class Connection {\n export class ManagementConnection extends Connection {\n \tpublic constructor(protected protocol: ... | TypeScript |
5f3afbf7a9fc4ec31400b3b0e16b781c02e8c995 | 116 | 2021-02-26 14:16:46-07:00 | 25,200 | ['1bf3036597a9614c39d8f6a7ab93365e6f02883f'] | fix: refactor performance in vscode.html | [{'old_path': 'src/browser/pages/vscode.html', 'new_path': 'src/browser/pages/vscode.html', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,8 +3,7 @@\n <html>\n <head>\n <script>\n- globalThis.MonacoPerformanceMarks = globalThis.MonacoPerformanceMarks || []\n- globalThis.MonacoPerformanceMarks.push... | TypeScript |
019fe3c270b466f5c3fb8eadce6e7f53cb145f48 | 116 | 2021-02-26 15:46:09-07:00 | 25,200 | ['9ea18636d75c43c7e85c251777525a6ac36c4e58'] | docs(contributing): update updating vscode | [{'old_path': 'docs/CONTRIBUTING.md', 'new_path': 'docs/CONTRIBUTING.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,10 +2,12 @@\n <!-- DON\'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->\n # Contributing\n \n+- [Contributing](#contributing)\n - [Pull Requests](#pull-requests)\n - [Requirements]... | TypeScript |
9dea2e79a09a29e5009b91bdbde4027a218778f0 | 116 | 2021-02-26 15:48:04-07:00 | 25,200 | ['36136fe70d2a2e46bc322433f664a669b35778f9'] | chore: fix lint issues | [{'old_path': 'lib/vscode/src/vs/server/node/server.ts', 'new_path': 'lib/vscode/src/vs/server/node/server.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,5 @@\n import { field } from \'@coder/logger\';\n-import { release } from "os"\n+import { release } from \'os\';\n import * as fs from \'fs\';\n impor... | TypeScript |
6b56e6572d028eecf7d10d8b7293b1185518e912 | 116 | 2021-02-26 16:00:18-07:00 | 25,200 | ['ee0973c05a545bc1495aed63727d453f8b81e7c1'] | feat(testing): add serviceWorker tests | [{'old_path': 'ci/dev/lint.sh', 'new_path': 'ci/dev/lint.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -6,7 +6,7 @@ main() {\n \n eslint --max-warnings=0 --fix $(git ls-files "*.ts" "*.tsx" "*.js" | grep -v "lib/vscode")\n stylelint $(git ls-files "*.css" | grep -v "lib/vscode")\n- tsc --noEmit\n+ tsc --... | TypeScript |
8c14799797f3ef67bbececccb0de15c527ce27cf | 116 | 2021-02-26 16:05:35-07:00 | 25,200 | ['6b56e6572d028eecf7d10d8b7293b1185518e912'] | refactor: add custom mock for serviceWorker test | [{'old_path': 'test/emitter.test.ts', 'new_path': 'test/emitter.test.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -60,25 +60,6 @@ describe("emitter", () => {\n emitter.dispose()\n })\n \n- it("should log an error if something goes wrong", async () => {\n- const HELLO_WORLD = "HELLO_WORLD"\n- cons... | TypeScript |
a83c909b16197507a0ea00e7e8b0e5017ed1fb10 | 116 | 2021-02-26 16:46:20-07:00 | 25,200 | ['9dea2e79a09a29e5009b91bdbde4027a218778f0'] | fix: update deps import in coder.js | [{'old_path': 'lib/vscode/coder.js', 'new_path': 'lib/vscode/coder.js', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -5,7 +5,7 @@ const _ = require("underscore");\n const buildfile = require("./src/buildfile");\n const common = require("./build/lib/optimize");\n const util = require("./build/lib/util");\n-const de... | TypeScript |
f526ab87f836ac70f542a19232b1f864aea82ef5 | 67 | 2021-03-01 13:16:09-06:00 | 21,600 | ['a5edbcb6b6f8788e367451891b61795e912ac15f'] | Remove default home value
Closes #2742. | [{'old_path': 'lib/vscode/src/vs/server/node/server.ts', 'new_path': 'lib/vscode/src/vs/server/node/server.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -106,11 +106,11 @@ export class Vscode {\n \t\t\t\t\t\t[\'enableProposedApi\', JSON.stringify(options.args[\'enable-proposed-api\'] || [])]\n \t\t\t\t\t],\n \... | TypeScript |
9da9ff2372a90d35180fd6b7d2deb2b3ea8c4407 | 67 | 2021-03-01 13:16:10-06:00 | 21,600 | ['f526ab87f836ac70f542a19232b1f864aea82ef5'] | Remove .ignore
This is preventing my ripgrep from searching vscode. | [{'old_path': '.ignore', 'new_path': None, 'type': <ModificationType.DELETE: 4>, 'diff': '@@ -1 +0,0 @@\n-lib\n'}] | TypeScript |
6dd8b63f4ccc11814abc2d4f8ba24ce59d59aac1 | 67 | 2021-03-01 13:31:36-06:00 | 21,600 | ['a5edbcb6b6f8788e367451891b61795e912ac15f'] | Add div for inner extension helper text
The theme callback would set innerHTML on the header which wipes out the
dismiss button. With an inner div we can replace the inner HTML without
worrying about other elements in the header.
Closes #2799. | [{'old_path': 'lib/vscode/src/vs/workbench/contrib/extensions/browser/extensionsViewlet.ts', 'new_path': 'lib/vscode/src/vs/workbench/contrib/extensions/browser/extensionsViewlet.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -466,11 +466,14 @@ export class ExtensionsViewPaneContainer extends ViewPaneContainer ... | TypeScript |
c7d59e81dd67158a6c7f860dfbdb1d6bd00fd1b3 | 67 | 2021-03-01 13:39:34-06:00 | 21,600 | ['6dd8b63f4ccc11814abc2d4f8ba24ce59d59aac1'] | Add tabIndex to extension help dismiss button
This makes it accessible via keyboard. | [{'old_path': 'lib/vscode/src/vs/workbench/contrib/extensions/browser/extensionsViewlet.ts', 'new_path': 'lib/vscode/src/vs/workbench/contrib/extensions/browser/extensionsViewlet.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -490,6 +490,7 @@ export class ExtensionsViewPaneContainer extends ViewPaneContainer im... | TypeScript |
471c6ffd39cf4e89eb3005f6cca8697e0327d0bd | 116 | 2021-03-02 10:58:38-07:00 | 25,200 | ['3e081ea66c5a38bc9898ac616951c47841440d4c'] | fix(ci): remove release and test artifacts as a step
This adds a step to remove both the release packages and the test artifacts as
a step at the end of test in ci.yaml. | [{'old_path': '.github/workflows/ci.yaml', 'new_path': '.github/workflows/ci.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -48,6 +48,9 @@ jobs:\n with:\n name: test-videos\n path: ./test/videos\n+ - name: Remove release packages and test artifacts\n+ run: |\n+ ... | TypeScript |
5e08d7f85374435be06fb5ee61f9a4735a7476ba | 116 | 2021-03-02 10:58:38-07:00 | 25,200 | ['471c6ffd39cf4e89eb3005f6cca8697e0327d0bd'] | fix(ci): remove docker images in linux-arm64
This adds a step to remove the docker images and hopefully free up space in the
linux-arm64 part of ci. | [{'old_path': '.github/workflows/ci.yaml', 'new_path': '.github/workflows/ci.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -49,8 +49,7 @@ jobs:\n name: test-videos\n path: ./test/videos\n - name: Remove release packages and test artifacts\n- run: |\n- rm -rf ./re... | TypeScript |
90807e19e77eb7f99474ea274dade7f791f64071 | 116 | 2021-03-02 10:58:38-07:00 | 25,200 | ['5e08d7f85374435be06fb5ee61f9a4735a7476ba'] | fix(ci): replace extension in test standalone | [{'old_path': '.github/workflows/ci.yaml', 'new_path': '.github/workflows/ci.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -105,9 +105,7 @@ jobs:\n name: release-packages\n path: ./release-packages\n - name: Remove docker images\n- run: |\n- docker rm $(docker ps -aq... | TypeScript |
ba4448e72dab602dfcab1fc718e181093dc7e3cb | 67 | 2021-03-02 14:16:12-06:00 | 21,600 | ['058e781b3f5f2d9abed79e1e1cceda32263c9432'] | Implement terminal layouts
It doesn't mean much until we persist terminals though, I think. | [{'old_path': 'lib/vscode/src/vs/server/node/channel.ts', 'new_path': 'lib/vscode/src/vs/server/node/channel.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -10,6 +10,7 @@ import * as resources from \'vs/base/common/resources\';\n import { ReadableStreamEventPayload } from \'vs/base/common/stream\';\n import { U... | TypeScript |