Search is not available for this dataset
hash
string
author
int32
committer_date
string
timezone
int64
parents
string
message
string
changes
string
language
string
cb5997b513535464d4fdcb6291809f1392a9db39
116
2021-04-26 14:13:02-07:00
25,200
['9d5f05efaf9c2d769c91bd3634ff77b8423c3b24']
docs(readme): add codecov badge
[{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,6 @@\n # code-server &middot; [!["GitHub Discussions"](https://img.shields.io/badge/%20GitHub-%20Discussions-gray.svg?longCache=true&logo=github&colorB=purple)](https://github.com/cdr/code-server/discussions) [...
TypeScript
8c727d96d60b11e9001f9542d048773de2760859
116
2021-04-27 14:35:09-07:00
25,200
['1e683f3d9ae168e20ac98b966fd7d3a4cdb8b5e8']
refactor: make CodeServer methods more stable
[{'old_path': 'test/e2e/models/CodeServer.ts', 'new_path': 'test/e2e/models/CodeServer.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -63,6 +63,7 @@ export class CodeServer {\n const isTerminalVisible = await this.page.isVisible("#terminal")\n if (isTerminalVisible) {\n await this.page.keyboard.pr...
TypeScript
449c6da77c285d84a0f7eb9bdbab7831a686cd34
116
2021-04-27 14:35:31-07:00
25,200
['8c727d96d60b11e9001f9542d048773de2760859']
refactor: add timeout to terminal.test.ts
[{'old_path': 'test/e2e/models/CodeServer.ts', 'new_path': 'test/e2e/models/CodeServer.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -5,6 +5,7 @@ import { CODE_SERVER_ADDRESS } from "../../utils/constants"\n // See Playwright docs: https://playwright.dev/docs/pom/\n export class CodeServer {\n page: Page\n+ ...
TypeScript
e86c0f8c875974ec29840628e949aef935be53dc
116
2021-04-27 15:25:38-07:00
25,200
['bc459e6294bc8757e4e028bd713978ca6ab32171']
chore: ignore 15.x @types/node updates
[{'old_path': '.github/dependabot.yml', 'new_path': '.github/dependabot.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -17,7 +17,7 @@ updates:\n time: "11:00"\n ignore:\n - dependency-name: "@types/node"\n- versions: ["14.x", "13.x"]\n+ versions: ["15.x", "14.x", "13.x"]\n -...
TypeScript
e48de92c7f79b83f666c012d99497b3d4cdfcf8f
116
2021-04-27 15:38:09-07:00
25,200
['357798501538e6d2f985c4af355ab8133d0815a9']
chore: add codeql-action to dependabot config
[{'old_path': '.github/dependabot.yml', 'new_path': '.github/dependabot.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,6 +9,7 @@ updates:\n # GitHub always delivers the latest versions for each major\n # release tag, so handle updates manually\n - dependency-name: "actions/*"\n+ - dep...
TypeScript
2bf0907de8f3de3297588ccac0ea93a4427b256e
116
2021-04-27 15:38:09-07:00
25,200
['e48de92c7f79b83f666c012d99497b3d4cdfcf8f']
feat: add codeql-config file
[{'old_path': None, 'new_path': '.github/codeql-config.yml', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,4 @@\n+name: "code-server CodeQL config"\n+\n+paths-ignore:\n+ - lib/vscode\n'}, {'old_path': '.github/workflows/codeql-analysis.yml', 'new_path': '.github/workflows/codeql-analysis.yml', 'type': <Modifi...
TypeScript
5c59c7962eed53143932133845a864810dd5dc07
143
2021-04-28 00:36:45+00:00
0
['9f7ceef8067651946730d2dbb26cb6959abbe9c5']
add FAQ entry for accessing OSX folders
[{'old_path': 'docs/FAQ.md', 'new_path': 'docs/FAQ.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -30,6 +30,7 @@\n - [How does the config file work?](#how-does-the-config-file-work)\n - [Isn\'t an install script piped into sh insecure?](#isnt-an-install-script-piped-into-sh-insecure)\n - [How do I make my keybo...
TypeScript
d07317ad01feed3a31602e18f0dbcccec7a5173d
116
2021-04-28 11:25:25-07:00
25,200
['9f7ceef8067651946730d2dbb26cb6959abbe9c5']
docs: add maintaining.md with workflow
[{'old_path': 'ci/dev/fmt.sh', 'new_path': 'ci/dev/fmt.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -27,6 +27,7 @@ main() {\n doctoc --title '# Install' docs/install.md >/dev/null\n doctoc --title '# npm Install Requirements' docs/npm.md >/dev/null\n doctoc --title '# Contributing' docs/CONTRIBUTING.md ...
TypeScript
bc3defd42a9383ecef1358143a3a1beb7ee3f705
58
2021-04-28 23:55:56+05:30
-19,800
['9f7ceef8067651946730d2dbb26cb6959abbe9c5']
chore(build): compile vscode+extensions in parallel (#3250)
[{'old_path': 'ci/build/build-vscode.sh', 'new_path': 'ci/build/build-vscode.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -10,8 +10,7 @@ main() {\n cd "$(dirname "${0}")/../.."\n cd lib/vscode\n \n- yarn gulp compile-build\n- yarn gulp compile-extensions-build\n+ yarn gulp compile-build compile-extensi...
TypeScript
4e34eb96c80e81441270fea4a6342ad6b608b94f
116
2021-04-28 13:44:07-07:00
25,200
['f06a7cca524f1a0f4c9411db2d31fff343cbc21c']
refactor(docs): move termux info install -> termux
[{'old_path': 'ci/dev/fmt.sh', 'new_path': 'ci/dev/fmt.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -30,7 +30,7 @@ main() {\n doctoc --title \'# Maintaining\' docs/MAINTAINING.md >/dev/null\n doctoc --title \'# Contributor Covenant Code of Conduct\' docs/CODE_OF_CONDUCT.md >/dev/null\n doctoc --title \'...
TypeScript
c16845b7bc8774c20d66999531773fbcfca2df81
116
2021-04-28 14:21:48-07:00
25,200
['4e34eb96c80e81441270fea4a6342ad6b608b94f']
docs: add backspace issue to termux.md
[{'old_path': 'docs/termux.md', 'new_path': 'docs/termux.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -7,6 +7,7 @@\n - [Upgrading](#upgrading)\n - [Known Issues](#known-issues)\n - [Search issue](#search-issue)\n+ - [Backspace not working](#backspace-not-working)\n \n <!-- END doctoc generated TOC ...
TypeScript
c56830022148ebbc1d7b01385f88c79c8ff8c592
116
2021-04-29 15:47:14-07:00
25,200
['0d9fe6ff447dafbc081bab414ac016518aa30811']
chore: clean up yarn.lock
[{'old_path': 'yarn.lock', 'new_path': 'yarn.lock', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3141,11 +3141,6 @@ eslint-plugin-import@^2.18.2:\n resolve "^1.17.0"\n tsconfig-paths "^3.9.0"\n \n-eslint-plugin-jest-playwright@^0.2.1:\n- version "0.2.1"\n- resolved "https://registry.yarnpkg.com/eslint-p...
TypeScript
17f4c4c330e3e72548d7d448d88e812146570bd9
116
2021-04-29 16:22:21-07:00
25,200
['c56830022148ebbc1d7b01385f88c79c8ff8c592']
fix(e2e): remove quotes from terminal type command
[{'old_path': 'test/e2e/terminal.test.ts', 'new_path': 'test/e2e/terminal.test.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -50,7 +50,7 @@ test.describe("Integrated Terminal", () => {\n await codeServer.focusTerminal()\n \n await page.waitForLoadState("load")\n- await page.keyboard.type(`echo \'${t...
TypeScript
7309ea9d10a09672f5d653e765751beb18579938
116
2021-04-29 16:27:19-07:00
25,200
['17f4c4c330e3e72548d7d448d88e812146570bd9']
fix(e2e): use one worker to reduce flakiness
[{'old_path': 'test/config.ts', 'new_path': 'test/config.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -52,6 +52,7 @@ const config: Config = {\n testDir: path.join(__dirname, "e2e"), // Search for tests in this directory.\n timeout: 60000, // Each test is given 60 seconds.\n retries: 3, // Retry failing ...
TypeScript
2cb499385a0e36d60161618b3360c25408671e10
116
2021-04-30 13:36:46-07:00
25,200
['0d9fe6ff447dafbc081bab414ac016518aa30811']
feat: add isConnected method to CodeServer model
[{'old_path': 'test/e2e/codeServer.test.ts', 'new_path': 'test/e2e/codeServer.test.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -38,6 +38,10 @@ test.describe("CodeServer", () => {\n expect(await codeServer.isEditorVisible()).toBe(true)\n })\n \n+ test.only("should always have a connection", options, as...
TypeScript
cde30579c400f84fdacd6e27f63205f4ec6803be
116
2021-04-30 13:44:16-07:00
25,200
['2cb499385a0e36d60161618b3360c25408671e10']
refactor: change to reloadUntilEditorIsReady
[{'old_path': 'test/e2e/codeServer.test.ts', 'new_path': 'test/e2e/codeServer.test.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -38,7 +38,7 @@ test.describe("CodeServer", () => {\n expect(await codeServer.isEditorVisible()).toBe(true)\n })\n \n- test.only("should always have a connection", options, asy...
TypeScript
bea13dd63086160329b19f48340c135adddea2c0
67
2021-05-04 13:29:34-05:00
18,000
['e7a527514a3da29d5c495cf1954b6d106b60d588']
Add logout command and menu options
[{'old_path': 'lib/vscode/src/vs/server/browser/client.ts', 'new_path': 'lib/vscode/src/vs/server/browser/client.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,8 +2,10 @@ import * as path from \'vs/base/common/path\';\n import { URI } from \'vs/base/common/uri\';\n import { Options } from \'vs/ipc\';\n impor...
TypeScript
a48ac5080bc8e0ada8c5d5de395c601f02fb4c91
67
2021-05-04 13:29:40-05:00
18,000
['49c26f70f75f7e265a3ddd0eadd8307210049374']
Share common util code with VS Code This lets us re-use the normalized base path so when we expire/clear the cookie we use the same base path.
[{'old_path': 'lib/vscode/.eslintignore', 'new_path': 'lib/vscode/.eslintignore', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -19,3 +19,4 @@\n # These are code-server code symlinks.\n src/vs/base/node/proxy_agent.ts\n src/vs/ipc.d.ts\n+src/vs/server/common/util.ts\n'}, {'old_path': 'lib/vscode/src/vs/server/brows...
TypeScript
10babb4a0c380095e79bca99737130b33c61eb7c
67
2021-05-04 13:29:41-05:00
18,000
['a48ac5080bc8e0ada8c5d5de395c601f02fb4c91']
Replace console with logger in sw register
[{'old_path': 'src/browser/register.ts', 'new_path': 'src/browser/register.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -14,7 +14,7 @@ export async function registerServiceWorker(): Promise<void> {\n await navigator.serviceWorker.register(path, {\n scope: options.base + "/",\n })\n- console.l...
TypeScript
6d5c60387ce56be13188f11627058b2d07f2915b
116
2021-05-04 11:32:41-07:00
25,200
['f8d8ad38c166d74332fb71adbce5f08c14bfc7e3']
feat(ci): add trivy scans to workflow This adds both a trivy scan for the repo and a trivy scan for our Docker image.
[{'old_path': '.github/workflows/ci.yaml', 'new_path': '.github/workflows/ci.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -406,3 +406,61 @@ jobs:\n with:\n name: release-images\n path: ./release-images\n+\n+ trivy-scan-image:\n+ runs-on: ubuntu-20.04\n+ needs: docker-amd64...
TypeScript
1c9156c5045071d6c1133fcedf93f9ea59129169
116
2021-05-04 12:08:03-07:00
25,200
['1070db7e2759221eb0a09a995f8d824a05e23f73']
docs(maintaining): add triage to workflow
[{'old_path': 'docs/MAINTAINING.md', 'new_path': 'docs/MAINTAINING.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -5,6 +5,7 @@\n - [Maintaining](#maintaining)\n - [Workflow](#workflow)\n - [Milestones](#milestones)\n+ - [Triage](#triage)\n - [Project Boards](#project-boards)\n \n <!-- END doctoc ge...
TypeScript
5f989dc9f000043817fb31195cebf5014388183a
116
2021-05-04 15:47:10-07:00
25,200
['75e9e24e92cc77ba00180b398f1776c82d81582f']
docs(maintaining): add versioning
[{'old_path': 'docs/MAINTAINING.md', 'new_path': 'docs/MAINTAINING.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -7,6 +7,7 @@\n - [Milestones](#milestones)\n - [Triage](#triage)\n - [Project Boards](#project-boards)\n+ - [Versioning](#versioning)\n \n <!-- END doctoc generated TOC please keep comm...
TypeScript
fa461ff8f1f01e11a9a6045ca8b7f0354b5567e6
58
2021-05-05 21:53:30+05:30
-19,800
['1c0f0eb60c8d16081a7634c161ad196f0e48a7f4']
feat(ci/build): support arm64 for cloud-agent (#3294)
[{'old_path': 'ci/build/build-code-server.sh', 'new_path': 'ci/build/build-code-server.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -19,9 +19,15 @@ main() {\n fi\n \n if ! [ -f ./lib/coder-cloud-agent ]; then\n+ echo "Downloading the cloud agent..."\n+\n+ # for arch; we do not use OS from lib.sh and...
TypeScript
81357cf4b0e9637e49485150fa4c533d6c045a91
58
2021-05-05 22:21:29+05:30
-19,800
['ec8894d6c416dc7f32408e9919b3d914af61b726']
chore(lib/vscode): 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,11 +1,11 @@\n-// Type definitions for Electron 11.3.0\n+// Type definitions for Electron 12.0.5\n // Project: http://electronjs.org/\n // Definitions by: The Ele...
TypeScript
532ae1451f5742107b06fb188c15815276989eb5
58
2021-05-05 22:21:29+05:30
-19,800
['81357cf4b0e9637e49485150fa4c533d6c045a91']
fix(lib/vscode): conflicts in menubarControl.ts
[{'old_path': 'lib/vscode/src/vs/workbench/browser/parts/titlebar/menubarControl.ts', 'new_path': 'lib/vscode/src/vs/workbench/browser/parts/titlebar/menubarControl.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -303,6 +303,7 @@ export class CustomMenubarControl extends MenubarControl {\n \tprivate readonly _on...
TypeScript
96fe3c2734436a637b8ba01c085361a025239aea
58
2021-05-05 22:21:29+05:30
-19,800
['532ae1451f5742107b06fb188c15815276989eb5']
fix(lib/vscode): conflicts in productService.ts
[{'old_path': 'lib/vscode/src/vs/base/common/product.ts', 'new_path': 'lib/vscode/src/vs/base/common/product.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -26,6 +26,9 @@ export type ExtensionUntrustedWorkspaceSupport = {\n };\n \n export interface IProductConfiguration {\n+\t// NOTE@coder: add codeServerVersio...
TypeScript
84e12bd5873c4adabc1293d50bd958ffb0dccbdc
58
2021-05-05 22:21:29+05:30
-19,800
['96fe3c2734436a637b8ba01c085361a025239aea']
fix(lib/vscode): add home to workbench.ts
[{'old_path': 'lib/vscode/src/vs/code/browser/workbench/workbench.ts', 'new_path': 'lib/vscode/src/vs/code/browser/workbench/workbench.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,7 +3,7 @@\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------...
TypeScript
f10b703e84e66ea049a0944cd17b6368a58f18f1
58
2021-05-05 22:21:30+05:30
-19,800
['84e12bd5873c4adabc1293d50bd958ffb0dccbdc']
fix(lib/vscode): fix types in server.ts
[{'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,6 +1,6 @@\n import * as fs from 'fs';\n import * as net from 'net';\n-import { release } from 'os';\n+import { hostname, release } from 'os';\n import * as...
TypeScript
70bf7ed90b457d7721d36a4d8ff8535b4b3993df
58
2021-05-05 22:21:30+05:30
-19,800
['f10b703e84e66ea049a0944cd17b6368a58f18f1']
fix(lib/vscode): fix terminal channel
[{'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': "@@ -43,7 +43,7 @@ import { ExtensionScanner, ExtensionScannerInput } from 'vs/workbench/services/e\n class Watcher extends DiskFileSystemProvider {\n \tpublic ...
TypeScript
73c2a9f0eb4162a9da39fe47dd4a28234c56ffbd
58
2021-05-05 22:21:30+05:30
-19,800
['70bf7ed90b457d7721d36a4d8ff8535b4b3993df']
fix(lib/vscode): fix conflicts in package.json
[{'old_path': 'lib/vscode/package.json', 'new_path': 'lib/vscode/package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -61,33 +61,21 @@\n },\n "dependencies_comment": "Move rimraf to dependencies because it is used in the postinstall script.",\n "dependencies": {\n- "@coder/logger": "1.1.16",\n+ ...
TypeScript
924832614e241144f2ff7b1cd7027c4fb447740f
58
2021-05-05 22:21:30+05:30
-19,800
['73c2a9f0eb4162a9da39fe47dd4a28234c56ffbd']
chore(lib/vscode): adjust yarn.lock files
[{'old_path': 'lib/vscode/build/yarn.lock', 'new_path': 'lib/vscode/build/yarn.lock', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -366,17 +366,11 @@\n "@types/node" "*"\n form-data "^3.0.0"\n \n-"@types/node@*", "@types/node@^14.14.21":\n- version "14.14.22"\n- resolved "https://registry.yarnpkg.com/@ty...
TypeScript
51dc9114ff1e24701a8f2770b8a79074684bec43
58
2021-05-05 22:21:30+05:30
-19,800
['924832614e241144f2ff7b1cd7027c4fb447740f']
chore(lib/vscode): yarn upgrade + build fix
[{'old_path': 'lib/vscode/package.json', 'new_path': 'lib/vscode/package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -93,6 +93,7 @@\n "yauzl": "^2.9.2",\n "yazl": "^2.4.3"\n },\n+ "devDependencies_comment": "set gulp-rename to ~1.2.0 (instead of ^1.2.0), build breaks on 1.4.4",\n "devDependenc...
TypeScript
cf61451d49f31bca85e1589347616e69a2373da6
58
2021-05-05 22:29:07+05:30
-19,800
['51dc9114ff1e24701a8f2770b8a79074684bec43']
fix(lib/vscode): fix conflicts in githubServer.ts
[{'old_path': 'lib/vscode/extensions/github-authentication/src/githubServer.ts', 'new_path': 'lib/vscode/extensions/github-authentication/src/githubServer.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -14,12 +14,9 @@ import { ExperimentationTelemetry } from './experimentationService';\n const localize = nls.lo...
TypeScript
083400b50a2983c05f81a41f38afd2c61350ed08
67
2021-05-05 12:24:34-05:00
18,000
['92bf2c976068b513256a909cbe8822e460c96524']
Add flag to enable permessage-deflate
[{'old_path': 'src/node/cli.ts', 'new_path': 'src/node/cli.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -6,6 +6,11 @@ import * as path from "path"\n import { Args as VsArgs } from "../../typings/ipc"\n import { canConnect, generateCertificate, generatePassword, humanPath, paths } from "./util"\n \n+export enu...
TypeScript
c96fb65308bf8ff6749457abf331fa8417647704
67
2021-05-05 12:24:35-05:00
18,000
['083400b50a2983c05f81a41f38afd2c61350ed08']
Split some entry methods into main This is so they can be unit tested.
[{'old_path': 'src/node/entry.ts', 'new_path': 'src/node/entry.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,14 +1,5 @@\n-import { field, logger } from "@coder/logger"\n-import * as cp from "child_process"\n-import http from "http"\n-import * as path from "path"\n-import { CliMessage, OpenCommandPipeArgs } ...
TypeScript
20e70cfa053e5f3847ab7409e5cc9abd8f0c8187
67
2021-05-05 12:24:36-05:00
18,000
['c96fb65308bf8ff6749457abf331fa8417647704']
Remove try from main All it does is log and exit which is what the caller will be doing on an error anyway (see entry).
[{'old_path': 'src/node/main.ts', 'new_path': 'src/node/main.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -10,7 +10,6 @@ import { coderCloudBind } from "./coder_cloud"\n import { commit, version } from "./constants"\n import { register } from "./routes"\n import { humanPath, isFile, open } from "./util"\n-imp...
TypeScript
a882be574887367b378658535d2414e09e591ad5
67
2021-05-05 12:24:41-05:00
18,000
['20e70cfa053e5f3847ab7409e5cc9abd8f0c8187']
Refactor integration tests to use main entry point
[{'old_path': 'src/node/entry.ts', 'new_path': 'src/node/entry.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -24,7 +24,8 @@ async function entry(): Promise<void> {\n if (isChild(wrapper)) {\n const args = await wrapper.handshake()\n wrapper.preventExit()\n- return runCodeServer(args)\n+ await r...
TypeScript
8cb55b57196b61e61b299de2fe4a1a10c5714439
58
2021-05-05 23:21:11+05:30
-19,800
['cf61451d49f31bca85e1589347616e69a2373da6']
refactor(lib/vscode): don't provide home indicator
[{'old_path': 'lib/vscode/src/vs/code/browser/workbench/workbench.ts', 'new_path': 'lib/vscode/src/vs/code/browser/workbench/workbench.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,7 +3,7 @@\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------...
TypeScript
ce26ad7c303d3d81d11c38e86871b44b132e2c28
58
2021-05-05 23:24:21+05:30
-19,800
['8cb55b57196b61e61b299de2fe4a1a10c5714439']
refactor(lib/vscode): move commit to global constant
[{'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': "@@ -58,6 +58,8 @@ import { REMOTE_TERMINAL_CHANNEL_NAME } from 'vs/workbench/contrib/terminal/comm\n import { REMOTE_FILE_SYSTEM_CHANNEL_NAME } from 'vs/workbenc...
TypeScript
7871cced96ac13d186adc1f1497e4b3b8b45209b
116
2021-05-05 11:24:31-07:00
25,200
['fa461ff8f1f01e11a9a6045ca8b7f0354b5567e6']
docs(security): add section for tools
[{'old_path': 'docs/SECURITY.md', 'new_path': 'docs/SECURITY.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,12 +1,28 @@\n # Security Policy\n \n+The code-server team (and Coder, the organization) care a lot about keeping the project secure and safe for end-users.\n+\n+## Tools\n+\n+We use a combination of to...
TypeScript
027106a5e1f48cc2732ffbccc41f7c1c379f6945
116
2021-05-05 15:34:48-07:00
25,200
['af5a1c98618a268e1b4155454ea50a9c600ed1a9']
feat(testing): add test for constants "version" and commit
[{'old_path': 'test/unit/constants.test.ts', 'new_path': 'test/unit/constants.test.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,4 @@\n import * as fs from "fs"\n-import { commit, getPackageJson, version } from "../../src/node/constants"\n import { tmpdir } from "../../test/utils/constants"\n import { ...
TypeScript
372a8f14c51ea2d45ca05dd3bee972573f24fb27
58
2021-05-06 22:08:24+05:30
-19,800
['a631d196369986135cd5b05a3e2ab6827216b3d0']
Squashed 'lib/vscode/' changes from 631dbe250bc..cfa2e218100 cfa2e218100 Make sure we actually update the local resource roots (#122957) 206524cbf6f Merge pull request #122941 from microsoft/roblou/fix122701 0ce07162f07 Use the scoped context key service for notebook editor context keys Fix #122701 4fbe56e36b3 Merge p...
[{'old_path': 'lib/vscode/extensions/json-language-features/server/package.json', 'new_path': 'lib/vscode/extensions/json-language-features/server/package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -14,7 +14,7 @@\n "dependencies": {\n "jsonc-parser": "^3.0.0",\n "request-light": "^0.4.0",\n- ...
TypeScript
178028f5066f67383bbebb09cc67ece5f41814bf
58
2021-05-06 22:35:17+05:30
-19,800
['372a8f14c51ea2d45ca05dd3bee972573f24fb27']
chore(deps): add resolutions for vulnerable pkgs
[{'old_path': 'package.json', 'new_path': 'package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -75,6 +75,8 @@\n "wtfnode": "^0.8.4"\n },\n "resolutions": {\n+ "normalize-package-data": "^3.0.0",\n+ "underscore": "1.13.1",\n "safe-buffer": "^5.1.1",\n "vfile-message": "^2.0.2"\n },\n...
TypeScript
cb5ab48d4886a92a99b54c8591e6ce67d2476f84
116
2021-05-06 11:53:17-07:00
25,200
['027106a5e1f48cc2732ffbccc41f7c1c379f6945']
fix: coveragePathIgnorePatterns to /out We were accidentally ignoring `node/routes` because we had "out" instead of "/out" in `coveragePathIgnorePatterns` which caused us to not collect coverage for those files. Now we do.
[{'old_path': 'package.json', 'new_path': 'package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -142,7 +142,7 @@\n "clover"\n ],\n "coveragePathIgnorePatterns": [\n- "out"\n+ "/out"\n ],\n "coverageThreshold": {\n "global": {\n'}, {'old_path': 'test/unit/constants.test....
TypeScript
d27b12bae93418192adc972741753a89fa3a557c
58
2021-05-07 00:32:10+05:30
-19,800
['af5a1c98618a268e1b4155454ea50a9c600ed1a9']
refactor(ci): split audit from prebuild (#3298) Move dependency audits from prebuild to their own jobs, so that an error does not affect the rest of the build/test process.
[{'old_path': '.github/workflows/ci.yaml', 'new_path': '.github/workflows/ci.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -43,10 +43,6 @@ jobs:\n if: steps.cache-yarn.outputs.cache-hit != \'true\'\n run: yarn --frozen-lockfile\n \n- - name: Audit for vulnerabilities\n- run: yarn ...
TypeScript
0e4672f6b967f8faf6c3112b577098d2ea70e202
67
2021-05-06 14:25:49-05:00
18,000
['3243bb3552bcfb9a5624d498aeedd2af6936dd15']
Move health route tests to routes directory
[{'old_path': 'test/unit/health.test.ts', 'new_path': 'test/unit/routes/health.test.ts', 'type': <ModificationType.RENAME: 3>, 'diff': '@@ -1,5 +1,5 @@\n-import * as httpserver from "../utils/httpserver"\n-import * as integration from "../utils/integration"\n+import * as httpserver from "../../utils/httpserver"\n+impor...
TypeScript
52cf2fcf29400ecc1f1ab196920e440cff0aba40
67
2021-05-06 14:25:50-05:00
18,000
['0e4672f6b967f8faf6c3112b577098d2ea70e202']
Move tmpdir test helper to test helpers file
[{'old_path': 'test/e2e/terminal.test.ts', 'new_path': 'test/e2e/terminal.test.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,10 +1,10 @@\n-import { test, expect } from "@playwright/test"\n+import { expect, test } from "@playwright/test"\n import * as cp from "child_process"\n import * as fs from "fs"\n-// i...
TypeScript
1789cd1bcb3e15c73b5a58c84912bbefeb036c2c
67
2021-05-06 14:25:51-05:00
18,000
['52cf2fcf29400ecc1f1ab196920e440cff0aba40']
Move temp test dirs under a `tests` sub-directory This is to match the other tests that create temp directories. It also lets you clean up test temp directories all at once separately from other non-test temporary directories.
[{'old_path': 'test/utils/helpers.ts', 'new_path': 'test/utils/helpers.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -20,8 +20,8 @@ export const loggerModule = {\n * These directories are placed under a single temporary code-server directory.\n */\n export async function tmpdir(testName: string): Promise<str...
TypeScript
ad4a70c684487502a253842933e68bb35f22f08e
67
2021-05-06 14:27:16-05:00
18,000
['4925e97080e9d62acce333e0e42849fa743e5752']
Use warn log level for integration tests Just to limit all the noise from code-server's startup output.
[{'old_path': 'test/utils/integration.ts', 'new_path': 'test/utils/integration.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,7 +3,7 @@ import { runCodeServer } from "../../src/node/main"\n import * as httpserver from "./httpserver"\n \n export async function setup(argv: string[], configFile?: string): Promi...
TypeScript
e8443e2602e4e0ed83e34565d15bff1754b1daf0
67
2021-05-06 15:01:35-05:00
18,000
['ad4a70c684487502a253842933e68bb35f22f08e']
Fix helpers not working in e2e tests It errors that jest is not defined so put it behind a function instead of immediately creating the mock (this is probably a better pattern anyway). The constant tests had to be reworked a little. Since the logger mock is hoisted it runs before createLoggerMock is imported. I moved...
[{'old_path': 'test/unit/constants.test.ts', 'new_path': 'test/unit/constants.test.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,29 +1,22 @@\n-import { loggerModule } from "../utils/helpers"\n-\n-// jest.mock is hoisted above the imports so we must use `require` here.\n-jest.mock("@coder/logger", () => requ...
TypeScript
b21a9af473efcac0eed9dfdcc4c33e9e4e69fb0d
58
2021-05-07 22:54:15+05:30
-19,800
['2dcf098e7e85d07268aea2f2c36f5eea9a85edcd']
chore(lib/vscode): remove gulp-azure-storage from deps (#3310)
[{'old_path': 'lib/vscode/package.json', 'new_path': 'lib/vscode/package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -139,7 +139,6 @@\n "glob": "^5.0.13",\n "gulp": "^4.0.0",\n "gulp-atom-electron": "^1.30.1",\n- "gulp-azure-storage": "^0.11.1",\n "gulp-bom": "^3.0.0",\n "gulp-buffer...
TypeScript
c416e9b2c40698c60713aab1cfa3e7b7b304bdad
67
2021-05-07 12:31:24-05:00
18,000
['b21a9af473efcac0eed9dfdcc4c33e9e4e69fb0d']
Use ptyHostService Most of this was a straightforward replacement of our code with theirs but I also removed `getDefaultShellAndArgs` since it seems the reference implementation no longer does that either. Fixes #2276.
[{'old_path': 'lib/vscode/src/vs/platform/terminal/node/ptyService.ts', 'new_path': 'lib/vscode/src/vs/platform/terminal/node/ptyService.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -79,10 +79,7 @@ export class PtyService extends Disposable implements IPtyService {\n \t\t\tthrow new Error('Attempt to create a...
TypeScript
9ff29d17fb36c7efdf96f068d9fc9fb0da76a15f
67
2021-05-07 12:31:42-05:00
18,000
['b21a9af473efcac0eed9dfdcc4c33e9e4e69fb0d']
Make sure directories exist Fixes #3040.
[{'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,4 @@\n-import * as fs from 'fs';\n+import { promises as fs } from 'fs';\n import * as net from 'net';\n import { hostname, release } from 'os';\n impo...
TypeScript
51d294e163ec7bf7632b025fad7f531a28470fb8
67
2021-05-07 12:31:43-05:00
18,000
['9ff29d17fb36c7efdf96f068d9fc9fb0da76a15f']
Remove extension dir scan catch Now that we are creating the directories these shouldn't error. If they are somehow missing (if the user deletes them after VS Code starts for example) then I think we should surface that to the user.
[{'old_path': 'lib/vscode/src/vs/platform/extensionManagement/node/extensionsScanner.ts', 'new_path': 'lib/vscode/src/vs/platform/extensionManagement/node/extensionsScanner.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -24,7 +24,7 @@ import { isWindows } from 'vs/base/common/platform';\n import { flatten } fro...
TypeScript
bdb230ba8d56d70497a03b49578e3ae4333f0349
67
2021-05-07 13:25:23-05:00
18,000
['c416e9b2c40698c60713aab1cfa3e7b7b304bdad']
Add pty host to build
[{'old_path': 'lib/vscode/coder.js', 'new_path': 'lib/vscode/coder.js', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -14,11 +14,14 @@ const vscodeEntryPoints = _.flatten([\n \tbuildfile.workerExtensionHost,\n \tbuildfile.workerNotebook,\n \tbuildfile.keyboardMaps,\n+\t// See ./src/vs/workbench/buildfile.desktop.js...
TypeScript
02a0e05a145ccd3b3a53f695a24fe0fe6ac3601c
58
2021-05-08 01:29:22+05:30
-19,800
['5d5ecdc795c0920fa9ee9d5300c2a69809299c24']
chore(lib/vscode): cleanup/update build deps (#3314)
[{'old_path': 'lib/vscode/build/package.json', 'new_path': 'lib/vscode/build/package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,8 +3,6 @@\n "version": "1.0.0",\n "license": "MIT",\n "devDependencies": {\n- "@azure/cosmos": "^3.9.3",\n- "@azure/storage-blob": "^12.4.0",\n "@types/ansi-co...
TypeScript
930b0460f85d652a2a5d71defee030b13fc9233b
58
2021-05-10 21:56:39+05:30
-19,800
['02a0e05a145ccd3b3a53f695a24fe0fe6ac3601c']
fix(build): download correct cloud-agent for arch (#3331)
[{'old_path': 'ci/build/npm-postinstall.sh', 'new_path': 'ci/build/npm-postinstall.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,6 +1,24 @@\n #!/usr/bin/env sh\n set -eu\n \n+# Copied from arch() in ci/lib.sh.\n+detect_arch() {\n+ case "$(uname -m)" in\n+ aarch64)\n+ echo arm64\n+ ;;\n+ x86_64 | am...
TypeScript
2b9ba4d373ba06a89687b602dbce12179d318356
58
2021-05-10 21:57:54+05:30
-19,800
['930b0460f85d652a2a5d71defee030b13fc9233b']
chore(deps): adjust resolution for underscore
[{'old_path': 'package.json', 'new_path': 'package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -76,7 +76,7 @@\n },\n "resolutions": {\n "normalize-package-data": "^3.0.0",\n- "underscore": "1.13.1",\n+ "doctoc/underscore": "^1.13.1",\n "safe-buffer": "^5.1.1",\n "vfile-message": "^2.0...
TypeScript
7421e9d6318a30168674b186073acbe7bf40b619
58
2021-05-10 21:57:54+05:30
-19,800
['2b9ba4d373ba06a89687b602dbce12179d318356']
chore(lib/vscode): remove plist from deps
[{'old_path': 'lib/vscode/build/package.json', 'new_path': 'lib/vscode/build/package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -46,7 +46,6 @@\n "mime": "^1.4.1",\n "mkdirp": "^1.0.4",\n "p-limit": "^3.1.0",\n- "plist": "^3.0.1",\n "source-map": "0.6.1",\n "typescript": "^4.3.0-dev....
TypeScript
8c7224931e4acd07e3141ff2359e214d114fb97c
116
2021-05-10 12:56:27-07:00
25,200
['3518de7b8534153a84a801904ee063165c2c8836']
chore: update PR template with checklist
[{'old_path': '.github/PULL_REQUEST_TEMPLATE/pull_request_template.md', 'new_path': '.github/PULL_REQUEST_TEMPLATE/pull_request_template.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,3 +4,7 @@ If there is no existing issue, please first create one unless the fix is minor.\n \n Please make sure the base of y...
TypeScript
d17c97c9cd20397f4352b9b2e02176d7a03a0e26
58
2021-05-11 01:39:44+05:30
-19,800
['30daa33c7f6a02c003bd14783a4c2db28f8d98d2']
chore(release): bump version to 3.10.0
[{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,7 +1,7 @@\n # code-server &middot; [!["GitHub Discussions"](https://img.shields.io/badge/%20GitHub-%20Discussions-gray.svg?longCache=true&logo=github&colorB=purple)](https://github.com/cdr/code-server/discussions) [...
TypeScript
a5e8337c866dd72a91a2203abeb5772eca503a52
58
2021-05-11 02:54:13+05:30
-19,800
['d17c97c9cd20397f4352b9b2e02176d7a03a0e26']
chore(ci): fix release scripts
[{'old_path': 'ci/build/release-github-assets.sh', 'new_path': 'ci/build/release-github-assets.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -12,9 +12,7 @@ main() {\n \n download_artifact release-packages ./release-packages\n local assets=(./release-packages/code-server*"$VERSION"*{.tar.gz,.deb,.rpm})\n- ...
TypeScript
3df771fbc4de876d234a40ab79224d8ea4e20ca7
185
2021-05-11 10:26:38-05:00
-36,000
['014d7468f0e4150a90cf0fec6b42a2a05e61dd74']
Check the logged user instead of $USER (#3330) * Check the logged user instead of $USER Given that `sudo usermod --login "$DOCKER_USER" coder` and `sudo groupmod -n "$DOCKER_USER" coder` modify the container's disk it'll persist across restarts, but environment variables will be reset to whatever state they had at ...
[{'old_path': 'ci/release-image/entrypoint.sh', 'new_path': 'ci/release-image/entrypoint.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -5,16 +5,17 @@ set -eu\n # Otherwise the current container UID may not exist in the passwd database.\n eval "$(fixuid -q)"\n \n-if [ "${DOCKER_USER-}" ] && [ "$DOCKER_USER" != ...
TypeScript
510ff9c9f82f61f5785b188d41c486052efae6a2
116
2021-05-11 10:26:04-07:00
25,200
['3df771fbc4de876d234a40ab79224d8ea4e20ca7']
fix(ci): disable trivy-scan-repo
[{'old_path': '.github/workflows/ci.yaml', 'new_path': '.github/workflows/ci.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -461,19 +461,20 @@ jobs:\n uses: github/codeql-action/upload-sarif@v1\n with:\n sarif_file: "trivy-image-results.sarif"\n-\n # We have to use two trivy jobs\n...
TypeScript
3cd3490deeffff5e80c7981d3a15e1fcb550fdc4
116
2021-05-11 11:18:35-07:00
25,200
['6d7f32900142eb6f884c6bc775d63ecca80fa890']
fix(ci): fix typos
[{'old_path': '.github/workflows/ci.yaml', 'new_path': '.github/workflows/ci.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -474,7 +474,7 @@ jobs:\n - name: Checkout code\n uses: actions/checkout@v2\n - name: Run Trivy vulnerability scanner in repo mode\n- Commit SHA for v0.0.14\n+ ...
TypeScript
2ae8729ef3fb6faa3efc59005a5caba6e16205c1
58
2021-05-12 00:44:50+05:30
-19,800
['f32d8e50e78bce06ce6ac432c14160a788b7ac06']
chore(deps): update postcss, trim (#3356)
[{'old_path': 'lib/vscode/package.json', 'new_path': 'lib/vscode/package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -127,7 +127,8 @@\n "copy-webpack-plugin": "^6.0.3",\n "cson-parser": "^1.3.3",\n "css-loader": "^3.2.0",\n- "cssnano": "^4.1.11",\n+ "cssnano": "^5.0.2",\n+ "postcss": "...
TypeScript
715e5927bc1e046d44d9265c7273d9169f9c0e5c
58
2021-05-12 01:13:45+05:30
-19,800
['6a4ff9c05cb9ea6cbc8c8cf01e97125d70df21fe']
chore(deps-dev): bump prettier to 2.3.0
[{'old_path': 'yarn.lock', 'new_path': 'yarn.lock', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1250,14 +1250,6 @@\n "@typescript-eslint/typescript-estree" "4.23.0"\n debug "^4.1.1"\n \n-"@typescript-eslint/scope-manager@4.22.1":\n- version "4.22.1"\n- resolved "https://registry.yarnpkg.com/@typescript...
TypeScript
adc9b570808f0d344f1efd323783a4f5d782e133
58
2021-05-12 01:14:04+05:30
-19,800
['715e5927bc1e046d44d9265c7273d9169f9c0e5c']
chore: reformat with new prettier
[{'old_path': 'test/unit/register.test.ts', 'new_path': 'test/unit/register.test.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,7 +9,7 @@ describe("register", () => {\n \n beforeAll(() => {\n const { window } = new JSDOM()\n- global.window = (window as unknown) as Window & typeof globalThis\n+...
TypeScript
74fbb425f2cf97d0da15e8e6a3508e458a96093c
58
2021-05-12 01:15:06+05:30
-19,800
['6a4ff9c05cb9ea6cbc8c8cf01e97125d70df21fe']
fix(lib/vscode): update to 1.56.1 (#3351)
[{'old_path': 'lib/vscode/package.json', 'new_path': 'lib/vscode/package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,7 +1,7 @@\n {\n "name": "code-oss-dev",\n- "version": "1.56.0",\n- "distro": "3d76109d9437bda93a3f337625de2833149ca724",\n+ "version": "1.56.1",\n+ "distro": "278cafaa4343ba7b127738...
TypeScript
825a40e897fde286c2a749cc1eb1aa13531f5713
116
2021-05-12 12:19:02-05:00
25,200
['82ce9d5adb5a5f42651457865a8d0da10ef3e8b2']
chore: update CHANGELOG (#3354)
[{'old_path': 'CHANGELOG.md', 'new_path': 'CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,11 +3,16 @@\n # Changelog\n \n - [Changelog](#changelog)\n- - [3.10.0](#3100)\n+ - [3.11.0](#3110)\n - [New Features](#new-features)\n - [Bug Fixes](#bug-fixes)\n - [Documentation](#documentation...
TypeScript
416362be3141c78c7763bb3754a4ad3d6bcfe41e
119
2021-05-12 18:47:37+00:00
0
['825a40e897fde286c2a749cc1eb1aa13531f5713']
chore: ignore updates to microsoft/playwright-github-action Microsoft publishes updates to this action using the same scheme as GitHub, where the v1 tag is updated to the latest release of the 1.0 series. Therefore, we can manage updates manually.
[{'old_path': '.github/dependabot.yml', 'new_path': '.github/dependabot.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -10,6 +10,7 @@ updates:\n # release tag, so handle updates manually\n - dependency-name: "actions/*"\n - dependency-name: "github/codeql-action/*"\n+ - dependency-name: ...
TypeScript
e64fd451b30ad79238efd557e2d71d20284763d2
67
2021-05-12 16:46:29-05:00
18,000
['8f82d6e8b9d54c99522c342e51dbc7f29bdb18d9']
Override existing asar symlink in postinstall (#3369) This ensures the link is correct. Should fix #3355.
[{'old_path': 'CHANGELOG.md', 'new_path': 'CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -63,6 +63,7 @@ VS Code v1.56\n ### Bug Fixes\n \n - fix: Check the logged user instead of $USER #3330 @videlanicolas\n+- fix: Fix broken node_modules.asar symlink in npm package #3355 @code-asher\n \n ### Documen...
TypeScript
0699bd7ead8ee20b5866636a20241b52d21d6c03
116
2021-05-12 15:01:31-07:00
25,200
['e64fd451b30ad79238efd557e2d71d20284763d2']
docs(install): add raspberry pi
[{'old_path': 'CHANGELOG.md', 'new_path': 'CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -67,7 +67,7 @@ VS Code v1.56\n \n ### Documentation\n \n-- item\n+- docs(install): add raspberry pi section #3376 @jsjoeio\n \n ### Development\n \n'}, {'old_path': 'docs/install.md', 'new_path': 'docs/install.md...
TypeScript
8e21eb51b318ff375477743460f1f62043aecc80
188
2021-05-13 11:06:45-05:00
-28,800
['800815f7fdb5745f3172255536d6432e6b749587']
fix(lib/vscode): fix missing rimraf when running postinstall script (#3383)
[{'old_path': 'lib/vscode/package.json', 'new_path': 'lib/vscode/package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -76,6 +76,7 @@\n "nsfw": "2.1.2",\n "proxy-agent": "^4.0.1",\n "proxy-from-env": "^1.1.0",\n+ "rimraf": "^3.0.2",\n "spdlog": "^0.11.1",\n "sudo-prompt": "9.2.1",\n ...
TypeScript
adc4463507860b7090c12105695e94f5aa7e0bfc
116
2021-05-13 12:10:21-07:00
25,200
['8e21eb51b318ff375477743460f1f62043aecc80']
docs: update pr template to say default branch
[{'old_path': '.github/PULL_REQUEST_TEMPLATE/pull_request_template.md', 'new_path': '.github/PULL_REQUEST_TEMPLATE/pull_request_template.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,7 +2,7 @@\n Please link to the issue this PR solves.\n If there is no existing issue, please first create one unless the fix ...
TypeScript
a57ee6982233b7e451a963d1ce3530f40bd7173a
116
2021-05-13 12:10:21-07:00
25,200
['adc4463507860b7090c12105695e94f5aa7e0bfc']
feat: add runtime to getEnvPaths
[{'old_path': 'src/node/util.ts', 'new_path': 'src/node/util.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -7,10 +7,12 @@ import * as os from "os"\n import * as path from "path"\n import * as util from "util"\n import xdgBasedir from "xdg-basedir"\n+import { tmpdir } from "./constants"\n \n interface Paths {\n...
TypeScript
2a657ab9301abbe01e3f567ce184a7ad44b260b7
116
2021-05-13 12:10:21-07:00
25,200
['a57ee6982233b7e451a963d1ce3530f40bd7173a']
feat: add tests for getEnvPaths
[{'old_path': None, 'new_path': 'test/unit/node/util.test.ts', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,10 @@\n+import { getEnvPaths } from "../../../src/node/util"\n+\n+describe("getEnvPaths", () => {\n+ it("should return an object with the data, config and runtime path", () => {\n+ const actualPaths...
TypeScript
d7f141529019b6a26127f73a8f4068663c629390
116
2021-05-13 12:10:21-07:00
25,200
['2a657ab9301abbe01e3f567ce184a7ad44b260b7']
refactor: use paths.runtime in socket proxyPipe
[{'old_path': 'src/node/socket.ts', 'new_path': 'src/node/socket.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,8 +4,7 @@ import * as path from "path"\n import * as tls from "tls"\n import { Emitter } from "../common/emitter"\n import { generateUuid } from "../common/util"\n-import { tmpdir } from "./constan...
TypeScript
fc894e47fb2c4028cdc6eca8baabbeb183d23389
116
2021-05-13 12:25:13-07:00
25,200
['d2337bcd8550a5bc354895dbb9510b7f5c968c1c']
docs(maintaining): add pull requests section
[{'old_path': 'CHANGELOG.md', 'new_path': 'CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -68,6 +68,7 @@ VS Code v1.56\n ### Documentation\n \n - docs(install): add raspberry pi section #3376 @jsjoeio\n+- docs(maintaining): add pull requests section #3378 @jsjoeio\n \n ### Development\n \n'}, {'old_pa...
TypeScript
7be1ae36a225300bc56da50a912a8ccd10369249
116
2021-05-13 12:27:29-07:00
25,200
['fc894e47fb2c4028cdc6eca8baabbeb183d23389']
docs(maintaining): add merge strategies section
[{'old_path': 'CHANGELOG.md', 'new_path': 'CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -69,6 +69,7 @@ VS Code v1.56\n \n - docs(install): add raspberry pi section #3376 @jsjoeio\n - docs(maintaining): add pull requests section #3378 @jsjoeio\n+- docs(maintaining): add merge strategies section #3379...
TypeScript
5fe76bdecf65e3f24c1adb3fdca8bba6d769f154
116
2021-05-14 10:43:25-07:00
25,200
['065b1411067f1b77da83769998b3bbe3aa89e674']
fix: update trivy-action to v0.0.17
[{'old_path': '.github/workflows/ci.yaml', 'new_path': '.github/workflows/ci.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -446,8 +446,8 @@ jobs:\n path: ./release-images\n \n - name: Run Trivy vulnerability scanner in image mode\n- # Commit SHA for v0.0.14\n- uses: aquasecurity...
TypeScript
b49b1796e9b1b950f422dd2176bc85f93068b0fe
67
2021-05-14 15:05:05-05:00
18,000
['36265ddfafd2510ded5133538a81b9aa2986f381']
Add socket type to websocket connection query (#3391) This was added a long time ago but accidentally lost when we reverted the retry changes to this file after one of the VS Code updates that added their own retry (we reverted everything not realizing we had other unrelated changes in here).
[{'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': "@@ -229,7 +229,9 @@ async function connectToRemoteExtensionHostAgent(options: ISimpleConnectionOptio\n \n \tl...
TypeScript
6f09749b65c945ff55553af4fb2b4ff9207869ca
116
2021-05-14 13:18:39-07:00
25,200
['b49b1796e9b1b950f422dd2176bc85f93068b0fe']
refactor: move default PR template
[{'old_path': '.github/PULL_REQUEST_TEMPLATE/pull_request_template.md', 'new_path': '.github/PULL_REQUEST_TEMPLATE.md', 'type': <ModificationType.RENAME: 3>, 'diff': ''}, {'old_path': 'CHANGELOG.md', 'new_path': 'CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -70,6 +70,7 @@ VS Code v1.56\n - docs(inst...
TypeScript
62b5fadd9c5fad1fae7c56f7bb51e50b09559663
116
2021-05-14 13:50:01-07:00
25,200
['a7cf99078297793fa1a745fc0eb5499273b5dafe']
docs(contributing): add commits section
[{'old_path': 'CHANGELOG.md', 'new_path': 'CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -71,6 +71,7 @@ VS Code v1.56\n - docs(maintaining): add pull requests section #3378 @jsjoeio\n - docs(maintaining): add merge strategies section #3379 @jsjoeio\n - refactor: move default PR template #3375 @jsjoei...
TypeScript
60d71fee6f9bd839b715a8c49726debd5c273664
116
2021-05-14 13:50:05-07:00
25,200
['62b5fadd9c5fad1fae7c56f7bb51e50b09559663']
docs(contributing): add commits section
[{'old_path': 'docs/CONTRIBUTING.md', 'new_path': 'docs/CONTRIBUTING.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -28,8 +28,7 @@ Please ensure that the base of your PR is the **main** branch.\n \n ### Commits\n \n-We prefer a clean commit history. Please clean up your commits before marking your PR\n-ready fo...
TypeScript
9ab5ccf90813533888f00da4f2560144b621dbfc
116
2021-05-14 16:09:05-07:00
25,200
['509d91ddab9653cd890efabdfaf18c178150c45e']
docs: add release issue template
[{'old_path': None, 'new_path': '.github/ISSUE_TEMPLATE/release.md', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,15 @@\n+---\n+name: Release\n+about: "*For maintainers only*"\n+title: "release: 0.0.0"\n+labels: ""\n+assignees: "@cdr/code-server-reviewers"\n+---\n+\n+<!-- Maintainer: fill out the checklist --...
TypeScript
ade43c02b7806c56cfed7a70aaf40b4d109e39c0
116
2021-05-14 16:09:06-07:00
25,200
['9ab5ccf90813533888f00da4f2560144b621dbfc']
docs: update release_template PR
[{'old_path': '.github/PULL_REQUEST_TEMPLATE/release_template.md', 'new_path': '.github/PULL_REQUEST_TEMPLATE/release_template.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -8,11 +8,10 @@ TODO\n \n ## TODOs\n \n-- [ ] test locally\n-- [ ] upload assets to draft release\n-- [ ] test one of the release packages ...
TypeScript
1b7573433219b11e6c0c92867da1d58bdcf4a038
116
2021-05-14 16:09:06-07:00
25,200
['ade43c02b7806c56cfed7a70aaf40b4d109e39c0']
fix(release-prep.sh): don't update CHANGELOG
[{'old_path': 'ci/build/release-prep.sh', 'new_path': 'ci/build/release-prep.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -81,7 +81,7 @@ main() {\n read -r -p "What version of code-server do you want to update to?"$\'\\n\' CODE_SERVER_VERSION_TO_UPDATE\n \n echo -e "Great! We\'ll prep a PR for updating to...
TypeScript
eb820543574c123a251daa2d6d25d1588dcd18a9
116
2021-05-14 16:09:06-07:00
25,200
['1b7573433219b11e6c0c92867da1d58bdcf4a038']
docs: update publishing a release process
[{'old_path': 'ci/README.md', 'new_path': 'ci/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -32,9 +32,6 @@ Any file or directory in this subdirectory should be documented here.\n 9. Update the AUR package.\n - Instructions on updating the AUR package are at [cdr/code-server-aur](https://github.com/cd...
TypeScript
12b1e484becd860c31fde9bb81565954b574a84e
116
2021-05-14 16:09:26-07:00
25,200
['eb820543574c123a251daa2d6d25d1588dcd18a9']
docs(maintaining): add release manager rotation
[{'old_path': '.github/ISSUE_TEMPLATE/release.md', 'new_path': '.github/ISSUE_TEMPLATE/release.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,6 +9,7 @@ assignees: "@cdr/code-server-reviewers"\n <!-- Maintainer: fill out the checklist -->\n \n ## Checklist\n+\n - [ ] Assign to next release manager\n - [ ] Clo...
TypeScript
2438fb307c8245258c39d0b8fbf31a1a0aa8eada
116
2021-05-14 16:09:30-07:00
25,200
['12b1e484becd860c31fde9bb81565954b574a84e']
fix: use next version in changelog
[{'old_path': '.github/PULL_REQUEST_TEMPLATE/release_template.md', 'new_path': '.github/PULL_REQUEST_TEMPLATE/release_template.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -12,6 +12,5 @@ Follow "Publishing a release" steps in `ci/README.md`\n \n <!-- Note some of these steps below are redundant since they\'re...
TypeScript
b3bd6c370354f726d6513232f3249e456a170c86
54
2021-05-17 12:14:57-05:00
-19,800
['a3663f54d00c8fd3f442db5863a381ab06d8b997']
Termux on Play Store is deprecated; replaced with F-Droid link (#3396) Fixes #3395.
[{'old_path': 'docs/termux.md', 'new_path': 'docs/termux.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -17,7 +17,7 @@ Termux is an Android terminal application and Linux environment, which can also\n \n ## Installation\n \n-1. Install Termux from the [Google Play Store](https://play.google.com/store/apps/detai...
TypeScript
e983ba9a4bf5d305b393956c5116ec7e194319b3
67
2021-05-17 14:59:41-05:00
18,000
['b3bd6c370354f726d6513232f3249e456a170c86']
v3.10.1 (#3406) * Update versions * Update changelog
[{'old_path': 'CHANGELOG.md', 'new_path': 'CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,13 +3,12 @@\n # Changelog\n \n - [Changelog](#changelog)\n- - [Next Version](#next-version)\n- - [New Features](#new-features)\n+ - [3.10.1](#3101)\n - [Bug Fixes](#bug-fixes)\n - [Documentation](...
TypeScript
9d7ac2aa601d53a25a4a32ebc92773b227423390
3
2021-05-19 17:23:30-07:00
25,200
['6e9e8916848e8dfd2c7715a7cd89368d31953d51']
Add Pomerium RE: https://github.com/pomerium/pomerium/pull/2223
[{'old_path': 'docs/FAQ.md', 'new_path': 'docs/FAQ.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -183,7 +183,7 @@ code-server only supports password authentication natively.\n **note**: code-server will rate limit password authentication attempts at 2 a minute and 12 an hour.\n \n If you want to use external a...
TypeScript
1ffca5751c36235af686d13c788c8ace5bb0a117
176
2021-05-20 17:52:35+02:00
-7,200
['6e9e8916848e8dfd2c7715a7cd89368d31953d51']
introduce extraInitContainers to helm chart New extraInitContainers configuration added. It allows to pass template with a list of containers to execute before main code-server container started. Main container will only start when all init containers are completed (exited with 0 code). Additionally changes the way...
[{'old_path': 'CHANGELOG.md', 'new_path': 'CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,6 +3,7 @@\n # Changelog\n \n - [Changelog](#changelog)\n+ - [Next Version](#next-version)\n - [3.10.1](#3101)\n - [Bug Fixes](#bug-fixes)\n - [Documentation](#documentation)\n@@ -51,6 +52,15 @@ VS C...
TypeScript
75e6ab11978030fcc8f5d469e2e124fff02fbe10
116
2021-05-20 11:59:27-07:00
25,200
['6e9e8916848e8dfd2c7715a7cd89368d31953d51']
fix(dependabot): limit limiter updates
[{'old_path': '.github/dependabot.yml', 'new_path': '.github/dependabot.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -26,3 +26,7 @@ updates:\n # We can\'t use it until we switch to ESM across the project\n # See release notes: https://github.com/sindresorhus/xdg-basedir/releases/tag/v5.0.0\n ...
TypeScript
c1bc4641505a936bb45fbc1ae37120a356d36e16
3
2021-05-21 10:44:54-07:00
25,200
['9d7ac2aa601d53a25a4a32ebc92773b227423390']
Update docs/FAQ.md Co-authored-by: Joe Previte <jjprevite@gmail.com>
[{'old_path': 'docs/FAQ.md', 'new_path': 'docs/FAQ.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -183,7 +183,7 @@ code-server only supports password authentication natively.\n **note**: code-server will rate limit password authentication attempts at 2 a minute and 12 an hour.\n \n If you want to use external a...
TypeScript
604491d333ab92910754b9f3c018f4b5fe879915
116
2021-05-21 19:27:50+00:00
25,200
['ac965176caed8fd093289a2cc36deb18188c9f0f']
fix: use correct command to Open Folder on Welcome page (#3437) * chore: update CHANGELOG * fix: use openFolder in welcomePage In 1.56.2, they modified the WelcomePage use of OpenFileFolder in src/vs/workbench/contrib/debug/browser/welcomeView.ts to only use on macOS + Desktop (i.e. not Web). This caused the "Open F...
[{'old_path': 'CHANGELOG.md', 'new_path': 'CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -71,6 +71,7 @@ VS Code v1.56.1\n - fix: Check the logged user instead of $USER #3330 @videlanicolas\n - fix: Fix broken node_modules.asar symlink in npm package #3355 @code-asher\n - fix: Update cloud agent to fi...
TypeScript
ed0ddeaf3e1a7b7cafb4a721fa19988cff9611d7
116
2021-05-21 15:00:45-07:00
25,200
['c0342436ff7a52c7be5c279dc2ef7ac20229ec15']
fix: make sure homebrew-core is up to date
[{'old_path': 'CHANGELOG.md', 'new_path': 'CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -75,7 +75,7 @@ VS Code v1.56.1\n \n ### Development\n \n-- fix(ci): update brew-bump.sh to update remote first #0000 @jsjoeio\n+- fix(ci): update brew-bump.sh to update remote first #3438 @jsjoeio\n \n ## 3.10.1\...
TypeScript
31aac201bfbae0af59149816ed34653687d150e8
116
2021-05-21 16:04:55-07:00
25,200
['a4168e45d7bf15283aaef8f3d0e78d95cf157187']
chore(release): bump version to 3.10.2
[{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,7 +1,7 @@\n # code-server &middot; [!["GitHub Discussions"](https://img.shields.io/badge/%20GitHub-%20Discussions-gray.svg?longCache=true&logo=github&colorB=purple)](https://github.com/cdr/code-server/discussions) [...
TypeScript