Search is not available for this dataset
hash string | author int32 | committer_date string | timezone int64 | parents string | message string | changes string | language string |
|---|---|---|---|---|---|---|---|
c995988b70e4134dacfa98a8ae0af2b05c6cd7b6 | 67 | 2023-03-30 12:01:49-08:00 | 28,800 | ['a44bd71043d5550f751ff6d06d6ea16ac2742118'] | Set proxy URI to domain proxy when possible (#6115)
This will make the ports panel use it instead of the default path-based
proxy. | [{'old_path': 'src/node/cli.ts', 'new_path': 'src/node/cli.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -571,6 +571,9 @@ export async function setDefaults(cliArgs: UserProvidedArgs, configArgs?: Config\n // Filter duplicate proxy domains and remove any leading `*.`.\n const proxyDomains = new Set((args["p... | TypeScript |
6e411adb017e65627ae92fe8433808f1d3f98052 | 67 | 2023-04-10 10:28:13-08:00 | 28,800 | ['36ba646bcbf9967c5fd2b50b619925d0296cec57'] | Update Code to 1.77.1 (#6135) | [{'old_path': 'lib/vscode', 'new_path': 'lib/vscode', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1 +1 @@\n-Subproject commit 5e805b79fcb6ba4c2d23712967df89a089da575b\n+Subproject commit b7886d7461186a5eac768481578c1d7ca80e2d21\n'}, {'old_path': 'patches/base-path.diff', 'new_path': 'patches/base-path.diff', 'ty... | TypeScript |
39075b2cf3bd6487c34dba5519cd53a33393a3be | 67 | 2023-04-12 08:52:16-08:00 | 28,800 | ['aed1fc0119b57e3141542c76285617ac88d1901e'] | Update to Code 1.77.2 (#6142)
No changes necessary. | [{'old_path': 'lib/vscode', 'new_path': 'lib/vscode', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1 +1 @@\n-Subproject commit b7886d7461186a5eac768481578c1d7ca80e2d21\n+Subproject commit e344f1f539a80912a0e9357cec841f36ce97a4e2\n'}] | TypeScript |
c829d74203c0db26b29bac42f161883b738427bb | 67 | 2023-04-13 10:34:33-08:00 | 28,800 | ['39075b2cf3bd6487c34dba5519cd53a33393a3be'] | Update to Code 1.77.3 (#6148) | [{'old_path': 'lib/vscode', 'new_path': 'lib/vscode', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1 +1 @@\n-Subproject commit e344f1f539a80912a0e9357cec841f36ce97a4e2\n+Subproject commit 704ed70d4fd1c6bd6342c436f1ede30d1cff4710\n'}, {'old_path': 'patches/getting-started.diff', 'new_path': 'patches/getting-starte... | TypeScript |
2e17735795968daeef0dbb6d2fa3576ce469fcd9 | 67 | 2023-04-21 14:04:07-05:00 | 28,800 | ['1da7cda39e54faa087cf129f0f85d4d4e63e81b8'] | Release v4.12.0 (#6157) | [{'old_path': 'CHANGELOG.md', 'new_path': 'CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -20,6 +20,24 @@ Code v99.99.999\n \n -->\n \n+## [4.12.0](https://github.com/coder/code-server/releases/tag/v4.12.0) - 2023-04-21\n+\n+Code v1.77.3\n+\n+### Changed\n+\n+- Updated to Code 1.77.3\n+- Ports panel w... | TypeScript |
951d8ac45ef20cab60af84932369ded905e1a51b | 10 | 2023-04-25 11:41:33-08:00 | -28,800 | ['2e17735795968daeef0dbb6d2fa3576ce469fcd9'] | Fix proxying non-ASCII (#6154)
This only affects the path proxy since `req.originalUrl` is in escaped format. | [{'old_path': 'src/node/routes/pathProxy.ts', 'new_path': 'src/node/routes/pathProxy.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -11,7 +11,7 @@ const getProxyTarget = (req: Request, passthroughPath?: boolean): string => {\n return `http://0.0.0.0:${req.params.port}/${req.originalUrl}`\n }\n const que... | TypeScript |
aac5efa046f73ef231b7742110abc1d8a44a4d63 | 67 | 2023-05-04 10:48:30-08:00 | 28,800 | ['ff2764f7b1d714da5fd9febfe6f559d82bbabd84'] | Do not log < 500 on web sockets as errors
For example if someone spams a web socket without authentication we
should not log "forbidden". Forbidden is normal/expected operation, not
an error. | [{'old_path': 'src/node/routes/errors.ts', 'new_path': 'src/node/routes/errors.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -62,12 +62,16 @@ export const errorHandler: express.ErrorRequestHandler = async (err, req, res, n\n }\n \n export const wsErrorHandler: express.ErrorRequestHandler = async (err, req, res... | TypeScript |
e02d56dbfd051c97d67ebbe30e06b8b13a972a3a | 67 | 2023-05-04 10:48:31-08:00 | 28,800 | ['aac5efa046f73ef231b7742110abc1d8a44a4d63'] | Do not trace child process messages
All this does is add a stack trace which is not helpful here. | [{'old_path': 'src/node/wrapper.ts', 'new_path': 'src/node/wrapper.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -44,7 +44,7 @@ export function onMessage<M, T extends M>(\n }\n \n const onMessage = (message: M) => {\n- ;(customLogger || logger).trace("got message", field("message", message))\n+ ... | TypeScript |
8c99f41b9076d0522b2c3da3f3719a8709259f91 | 67 | 2023-05-04 10:48:32-08:00 | 28,800 | ['e02d56dbfd051c97d67ebbe30e06b8b13a972a3a'] | Fix parent process log level | [{'old_path': 'src/node/wrapper.ts', 'new_path': 'src/node/wrapper.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -172,6 +172,7 @@ export class ChildProcess extends Process {\n * Initiate the handshake and wait for a response from the parent.\n */\n public async handshake(): Promise<DefaultedArgs> {\n+ ... | TypeScript |
3f7db15fde6fffc5e7052151cb849f21f321ddb8 | 67 | 2023-05-04 10:54:41-08:00 | 28,800 | ['8c99f41b9076d0522b2c3da3f3719a8709259f91'] | Redact sensitive args from handshake debug log | [{'old_path': 'src/node/cli.ts', 'new_path': 'src/node/cli.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -435,15 +435,22 @@ export const parse = (\n \n logger.debug(() => [\n `parsed ${opts?.configFile ? "config" : "command line"}`,\n- field("args", {\n+ field("args", redactArgs(args)),\n+ ])\n+\n... | TypeScript |
5708e6ce32d7f495fffe0e40d32178509bb2947b | 67 | 2023-05-05 14:44:40-08:00 | 28,800 | ['3f7db15fde6fffc5e7052151cb849f21f321ddb8'] | Format redacted arg lines
Pushing straight to main again. | [{'old_path': 'src/node/cli.ts', 'new_path': 'src/node/cli.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -433,10 +433,7 @@ export const parse = (\n throw new Error("--cert-key is missing")\n }\n \n- logger.debug(() => [\n- `parsed ${opts?.configFile ? "config" : "command line"}`,\n- field("args", ... | TypeScript |
521ff44aede29f6069fc74732a1c6ac05dbf69ba | 2 | 2023-05-08 12:38:52-08:00 | -28,800 | ['5708e6ce32d7f495fffe0e40d32178509bb2947b'] | fix: relative path in markdown (#6188)
Co-authored-by: jinjing.zzj <jinjing.zzj@alibaba-inc.com> | [{'old_path': 'ci/README.md', 'new_path': 'ci/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -29,7 +29,7 @@ This directory contains scripts used for the development of code-server.\n - [./ci/dev/watch.ts](./dev/watch.ts) (`yarn watch`)\n - Starts a process to build and launch code-server and restart on... | TypeScript |
5f4ae754315e983c1c4f5b2b07c87e05cdbf0783 | 114 | 2023-05-08 12:42:43-08:00 | -7,200 | ['521ff44aede29f6069fc74732a1c6ac05dbf69ba'] | Add nix-on-droid as an Android installation method (#6196) | [{'old_path': 'docs/android.md', 'new_path': 'docs/android.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -21,3 +21,11 @@ nvm use 16\n 8. Install code-server globally on device with: `npm install --global code-server --unsafe-perm`\n 9. Run code-server with `code-server`\n 10. Access on localhost:8080 in your b... | TypeScript |
43ef50b4044f1481ab35e52b1f79cfb79f42dff1 | 67 | 2023-05-15 15:44:03-08:00 | 28,800 | ['45c89856fd217685fd63e42e3003eeed7c4654ea'] | Update to 1.78.2 (#6201)
* Update to 1.78.1
No changes needed in the patches other than moving some lines around and
updating the CSP hash as usual.
The flake had to be updated as it was using Node 16.16 and 16.17 is
required at minimum now. Also python seems to install python2 which is
marked as deprecated ... | [{'old_path': 'ci/build/build-vscode.sh', 'new_path': 'ci/build/build-vscode.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -15,7 +15,7 @@ copy-bin-script() {\n local dest="lib/vscode-reh-web-linux-x64/bin/$script"\n cp "lib/vscode/resources/server/bin/$script" "$dest"\n sed -i.bak "s/@@VERSION@@/$(vscode... | TypeScript |
6745a46034c7e15203c94f571d0ab1e49b497443 | 67 | 2023-05-15 20:54:37-08:00 | 28,800 | ['43ef50b4044f1481ab35e52b1f79cfb79f42dff1'] | Fix extension install test
This is not a valid ID (to install a specific version you use @) and,
quite strangely, Code is now returning an "extension not found" error if
the ID is invalid, breaking the test since we expect it to error about
the marketplace not existing. | [{'old_path': 'test/integration/installExtension.test.ts', 'new_path': 'test/integration/installExtension.test.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -12,7 +12,7 @@ describe("--install-extension", () => {\n setupFlags = ["--extensions-dir", tempDir]\n })\n it("should use EXTENSIONS_GALLERY when ... | TypeScript |
b3b971480f58756d6d832589f9adfd91f3521480 | 67 | 2023-05-17 11:51:05-08:00 | 28,800 | ['6745a46034c7e15203c94f571d0ab1e49b497443'] | Support X-Forwarded-Host with multiple hosts
Closes #6215. | [{'old_path': 'src/node/http.ts', 'new_path': 'src/node/http.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -386,10 +386,14 @@ function getHost(req: express.Request): string | undefined {\n }\n }\n \n- // Honor X-Forwarded-Host if present.\n+ // Honor X-Forwarded-Host if present. Some reverse proxies w... | TypeScript |
2109d1cf6abdf17e620a926239d9e96a07face4d | 67 | 2023-05-22 12:21:30-08:00 | 28,800 | ['74af05dfbe0d5085ad2d1b71685cac4638372657'] | Add new unreleased section to changelog | [{'old_path': 'CHANGELOG.md', 'new_path': 'CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -19,6 +19,11 @@ Code v99.99.999\n ### Security\n \n -->\n+\n+## Unreleased\n+\n+Code v1.78.2\n+\n ## [4.13.0](https://github.com/coder/code-server/releases/tag/v4.13.0) - 2023-05-19\n \n Code v1.78.2\n'}] | TypeScript |
0703ef008c11ab3b62ebed7857e1027ea0181c76 | 171 | 2023-05-31 16:31:30-05:00 | -7,200 | ['2109d1cf6abdf17e620a926239d9e96a07face4d'] | Allow {{host}} and {{port}} in domain proxy (#6225) | [{'old_path': 'patches/proxy-uri.diff', 'new_path': 'patches/proxy-uri.diff', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -113,7 +113,7 @@ Index: code-server/lib/vscode/src/vs/code/browser/workbench/workbench.ts\n \n interface ICredential {\n \tservice: string;\n-@@ -511,6 +512,38 @@ function doCreateUri(path:... | TypeScript |
ee024f3f2d6a9f7172b4d7281c0cd5909d875eb8 | 133 | 2023-05-31 15:00:58-08:00 | -7,200 | ['0703ef008c11ab3b62ebed7857e1027ea0181c76'] | docs: mention Termux extension workarounds (#6227) | [{'old_path': 'docs/termux.md', 'new_path': 'docs/termux.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -8,6 +8,7 @@\n - [Upgrade](#upgrade)\n - [Known Issues](#known-issues)\n - [Git won\'t work in `/sdcard`](#git-wont-work-in-sdcard)\n+ - [Many extensions including language packs fail to install](#many-ext... | TypeScript |
ccb0d3a34f304825c260cd08be324c0325f56564 | 67 | 2023-06-13 10:38:13-08:00 | 28,800 | ['4a121edd169cb6a92036f776b27a9619a19178da'] | Remove unused dependency split2
This was used with now-removed `--link`. | [{'old_path': 'package.json', 'new_path': 'package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -49,7 +49,6 @@\n "@types/proxy-from-env": "^1.0.1",\n "@types/safe-compare": "^1.1.0",\n "@types/semver": "^7.1.0",\n- "@types/split2": "^3.2.0",\n "@types/trusted-types": "^2.0.2",\n "@typ... | TypeScript |
fb73742b2bf23cb7afddbba501b633cc806635ce | 96 | 2023-06-14 13:32:07-08:00 | 14,400 | ['ccb0d3a34f304825c260cd08be324c0325f56564'] | Prefer matching editor sessions when opening files. (#6191)
Signed-off-by: Sean Lee <freshdried@gmail.com> | [{'old_path': 'patches/store-socket.diff', 'new_path': 'patches/store-socket.diff', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,4 +1,4 @@\n-Store a static reference to the IPC socket\n+Store the IPC socket with workspace metadata.\n \n This lets us use it to open files inside code-server from outside of\n code... | TypeScript |
9955cd91a4ca17e47d205e5acaf4c342a917a5e9 | 67 | 2023-06-15 08:00:03-08:00 | 28,800 | ['fdeaba9581dd42ff3720dbf11153a3b33e78a028'] | Update Code to 1.79.1 (#6264)
Mostly just the usual shifting or changing of the surrounding context
but I did refactor the getting started block we insert because it keeps
getting mangled on each update. Instead of shifting things around the
columns I just prepend it to the right column.
Getting 404s on some vs... | [{'old_path': 'lib/vscode', 'new_path': 'lib/vscode', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1 +1 @@\n-Subproject commit b3e4e68a0bc097f0ae7907b217c1119af9e03435\n+Subproject commit 695af097c7bd098fbf017ce3ac85e09bbc5dda06\n'}, {'old_path': 'patches/base-path.diff', 'new_path': 'patches/base-path.diff', 'ty... | TypeScript |
b5a9ef80e73b165dfd0d0630623449c039889293 | 96 | 2023-06-21 13:39:25-05:00 | 14,400 | ['5d3c9edce436d11d51aa1e586c11eaa49d626dc2'] | Use unique socket per user for managing editor sessions (#6278)
Also warn if editor session manager socket cannot be created rather than failing. | [{'old_path': 'src/node/main.ts', 'new_path': 'src/node/main.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -126,7 +126,9 @@ export const runCodeServer = async (\n \n logger.info(`Using config file ${humanPath(os.homedir(), args.config)}`)\n logger.info(`${protocol.toUpperCase()} server listening on ${serve... | TypeScript |
cef2aa22dcf29485d408942589249bd53cb33b40 | 67 | 2023-06-21 10:59:02-08:00 | 28,800 | ['b5a9ef80e73b165dfd0d0630623449c039889293'] | Move session server log after HTTP server logs
The indented logs technically apply to the HTTP server so move the
session server log afterward to avoid making them look like they apply
to the session server. | [{'old_path': 'src/node/main.ts', 'new_path': 'src/node/main.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -121,15 +121,10 @@ export const runCodeServer = async (\n const app = await createApp(args)\n const protocol = args.cert ? "https" : "http"\n const serverAddress = ensureAddress(app.server, protocol... | TypeScript |
56d10d82bf9c77cce5d9ee0638a774471a2c0127 | 67 | 2023-06-21 11:23:40-08:00 | 28,800 | ['cef2aa22dcf29485d408942589249bd53cb33b40'] | Enforce Node binary permissions
In some cases it may have extra write permissions. | [{'old_path': 'ci/build/build-standalone-release.sh', 'new_path': 'ci/build/build-standalone-release.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -24,6 +24,8 @@ main() {\n rsync ./ci/build/code-server.sh "$RELEASE_PATH/bin/code-server"\n rsync "$node_path" "$RELEASE_PATH/lib/node"\n \n+ chmod 755 "$RELEA... | TypeScript |
5c199629305a0b935b4388b7db549f77eae82b5a | 67 | 2023-06-21 22:47:01-08:00 | 28,800 | ['56d10d82bf9c77cce5d9ee0638a774471a2c0127'] | Set session socket into environment variable (#6282)
* Avoid spawning code-server with --reuse-window and --new-window
These flags mean the user explicitly wants to open in an existing
instance so if the socket is down it should error rather than try to
spawn code-server normally.
* Set session socket into env... | [{'old_path': 'CHANGELOG.md', 'new_path': 'CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -24,6 +24,16 @@ Code v99.99.999\n \n Code v1.79.2\n \n+### Fixed\n+\n+- Fix being unable to launch multiple instances of code-server for different\n+ users.\n+\n+### Added\n+\n+- `--session-socket` CLI flag to c... | TypeScript |
7cbb6a8b09569a6bdaffb3d1a453c3b30d40700b | 29 | 2023-07-13 16:17:25-05:00 | 14,400 | ['7fb54073db2e4c20239d0ab2105ed42c62f446c4'] | Add Svelte to guide (#6269)
Added a guide on proxying to a Svelte app since there wasn't one already. Used the vue and angular guides as a template and included a link to an issue post on sveltekits website which adds some context. | [{'old_path': 'docs/guide.md', 'new_path': 'docs/guide.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -19,6 +19,7 @@\n - [Proxying to create a React app](#proxying-to-create-a-react-app)\n - [Proxying to a Vue app](#proxying-to-a-vue-app)\n - [Proxying to an Angular app](#proxying-to-an-angular-app)\n+ -... | TypeScript |
788da5d495b13e3a36d5419dc19fbc34bd0839f4 | 151 | 2023-07-19 14:00:31-08:00 | -7,200 | ['070a5a3179fe8213102854bcb37607bda690358f'] | Update Code to 1.80.1 (#6340)
* Update Code to 1.80.1 (#6340)
* Give build workflow more time to run | [{'old_path': '.github/workflows/build.yaml', 'new_path': '.github/workflows/build.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -203,7 +203,7 @@ jobs:\n build:\n name: Build code-server\n runs-on: ubuntu-20.04\n- timeout-minutes: 30\n+ timeout-minutes: 60\n env:\n CODECOV_TOKEN: ${... | TypeScript |
93e60f7b0e524153d1cb16f95b17ca8208c7c219 | 63 | 2023-07-19 14:04:03-08:00 | -7,200 | ['79266470587d2a2299c8765a211ab90705623389'] | add trusted-origins cli argument (#6319) | [{'old_path': 'src/node/cli.ts', 'new_path': 'src/node/cli.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -79,6 +79,7 @@ export interface UserProvidedArgs extends UserProvidedCodeArgs {\n "bind-addr"?: string\n socket?: string\n "socket-mode"?: string\n+ "trusted-origins"?: string[]\n version?: boolean... | TypeScript |
74da5167a2a379a218f68c1f53cfe472d8699731 | 41 | 2023-07-21 15:23:21-08:00 | 14,400 | ['daac46b3cf5901466410ec7df4eabfb0d9ab384a'] | Add --disable-proxy option (#6349) | [{'old_path': 'docs/FAQ.md', 'new_path': 'docs/FAQ.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -34,6 +34,7 @@\n - [Are there community projects involving code-server?](#are-there-community-projects-involving-code-server)\n - [How do I change the port?](#how-do-i-change-the-port)\n - [How do I hide the coder/... | TypeScript |
e37b35278d4b529fd774469c3e1807ec8f4d1eb0 | 67 | 2023-07-27 09:26:11-08:00 | 28,800 | ['2ffbcfdfcb76342811fdc5b1a911c27fc9a25531'] | Account for disabled proxy in startup logs | [{'old_path': 'src/node/main.ts', 'new_path': 'src/node/main.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -144,7 +144,9 @@ export const runCodeServer = async (\n logger.info(" - Not serving HTTPS")\n }\n \n- if (args["proxy-domain"].length > 0) {\n+ if (args["disable-proxy"]) {\n+ logger.info(" -... | TypeScript |
feb5e6770c09c51d16ba7928364b7497974bf7c9 | 67 | 2023-07-28 17:32:48-08:00 | 28,800 | ['e37b35278d4b529fd774469c3e1807ec8f4d1eb0'] | Add entry for location of configuration
Closes #6324. | [{'old_path': 'docs/FAQ.md', 'new_path': 'docs/FAQ.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -192,10 +192,20 @@ docs](https://github.com/VSCodium/vscodium/blob/master/DOCS.md#extensions--marke\n \n ## Where are extensions stored?\n \n-Extensions are store, by default, to `~/.local/share/code-server/extensi... | TypeScript |
a82f1ceaa51de9cc995f26ac16843914bd02dc08 | 67 | 2023-07-28 17:46:36-08:00 | 28,800 | ['25254214fb9573ceb9c9fbc87d49b2c424a7eefa'] | Add missing FAQ table of contents entry | [{'old_path': 'docs/FAQ.md', 'new_path': 'docs/FAQ.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -14,6 +14,7 @@\n - [How do I install an extension manually?](#how-do-i-install-an-extension-manually)\n - [How do I use my own extensions marketplace?](#how-do-i-use-my-own-extensions-marketplace)\n - [Where are ex... | TypeScript |
94ef3776ad7bebfb5780dfc9632e04d20d5c9a6c | 151 | 2023-07-31 09:14:29-08:00 | -7,200 | ['a82f1ceaa51de9cc995f26ac16843914bd02dc08'] | Update Code to 1.80.2 (#6357) | [{'old_path': 'lib/vscode', 'new_path': 'lib/vscode', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1 +1 @@\n-Subproject commit 74f6148eb9ea00507ec113ec51c489d6ffb4b771\n+Subproject commit 2ccd690cbff1569e4a83d7c43d45101f817401dc\n'}] | TypeScript |
2d335bd1ea1e06029edd5c5cd75d5dfd3b649189 | 120 | 2023-08-07 19:02:54+00:00 | -19,800 | ['291682e1c0ef545e89945741f7f05953bd83e9d9'] | Update screenshots (#6372) | [{'old_path': 'docs/README.md', 'new_path': 'docs/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -5,7 +5,8 @@\n Run [VS Code](https://github.com/Microsoft/vscode) on any machine anywhere and\n access it in the browser.\n \n-\n+... | TypeScript |
56d3548fa21df3d738349a68fcfb40495875b712 | 90 | 2023-08-10 00:44:23+00:00 | 0 | ['2d335bd1ea1e06029edd5c5cd75d5dfd3b649189'] | Add braces to Caddyfile example (#6382) | [{'old_path': 'docs/guide.md', 'new_path': 'docs/guide.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -139,9 +139,9 @@ sudo apt install caddy\n 1. Replace `/etc/caddy/Caddyfile` using `sudo` so that the file looks like this:\n \n ```text\n- mydomain.com\n-\n+ mydomain.com {\n reverse_proxy 127.0.0.1... | TypeScript |
eb8099ff89eaca72cc9051f440d817cfd0e24084 | 43 | 2023-08-28 11:01:11-08:00 | -7,200 | ['56d3548fa21df3d738349a68fcfb40495875b712'] | feat(helm): Don't create Secret if existingSecret is provided (#6397) | [{'old_path': 'ci/helm-chart/templates/secrets.yaml', 'new_path': 'ci/helm-chart/templates/secrets.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,3 +1,4 @@\n+{{- if not .Values.existingSecret }}\n apiVersion: v1\n kind: Secret\n metadata:\n@@ -11,8 +12,9 @@ metadata:\n app.kubernetes.io/managed-by: {{ ... | TypeScript |
eb498b0d6d8e87aa5ad1dfb473964078c1821e0f | 67 | 2023-08-29 14:25:24-08:00 | 25,200 | ['eb8099ff89eaca72cc9051f440d817cfd0e24084'] | Remove humanPath (#6404)
The tilde is ambiguous and it can be helpful to know exactly what paths
code-server is trying to use, especially if it is running as a different
user than you expected. | [{'old_path': 'src/node/cli.ts', 'new_path': 'src/node/cli.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,9 +1,8 @@\n import { field, Level, logger } from "@coder/logger"\n import { promises as fs } from "fs"\n import { load } from "js-yaml"\n-import * as os from "os"\n import * as path from "path"\n-import ... | TypeScript |
913fc3086678a9f265bdcb8ebbc68c1c199c33a7 | 67 | 2023-08-30 12:10:34-08:00 | 25,200 | ['eb498b0d6d8e87aa5ad1dfb473964078c1821e0f'] | Upgrade @coder/logger (#6409)
This gets rid of the unused peer dependency that was pulling in
protobufjs. | [{'old_path': 'yarn.lock', 'new_path': 'yarn.lock', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -15,9 +15,9 @@\n regenerator-runtime "^0.13.11"\n \n "@coder/logger@^3.0.0":\n- version "3.0.0"\n- resolved "https://registry.yarnpkg.com/@coder/logger/-/logger-3.0.0.tgz#fd4d2332ca375412c75cb5ba7767d3290b106dec"... | TypeScript |
a76e5241b6bee8f8d77bc9f69d311c56aab5095b | 126 | 2023-09-08 22:50:11+00:00 | -7,200 | ['913fc3086678a9f265bdcb8ebbc68c1c199c33a7'] | Add "CODE_SERVER_HOST" environment variable (#6423) | [{'old_path': 'src/node/cli.ts', 'new_path': 'src/node/cli.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -732,6 +732,9 @@ export function bindAddrFromArgs(addr: Addr, args: UserProvidedArgs): Addr {\n if (args["bind-addr"]) {\n addr = parseBindAddr(args["bind-addr"])\n }\n+ if (process.env.CODE_SERVER... | TypeScript |
3e1c00e017f9b5617da72dfaf72c51e5c063fd73 | 67 | 2023-09-11 09:27:28-08:00 | 28,800 | ['a76e5241b6bee8f8d77bc9f69d311c56aab5095b'] | Run formatter
Not sure why CI missed these, will have to look into it. | [{'old_path': 'src/node/i18n/index.ts', 'new_path': 'src/node/i18n/index.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,7 +1,7 @@\n import i18next, { init } from "i18next"\n import * as en from "./locales/en.json"\n-import * as zhCn from "./locales/zh-cn.json"\n import * as th from "./locales/th.json"\n+impo... | TypeScript |
03dc8cd808fd27aa449ab9c4387cf130574003f0 | 67 | 2023-09-11 09:27:29-08:00 | 28,800 | ['3e1c00e017f9b5617da72dfaf72c51e5c063fd73'] | Propagate post-installation failures
pipefail might be ideal here but not sure how wide the support is yet
considering this may run on plain sh. | [{'old_path': 'ci/build/npm-postinstall.sh', 'new_path': 'ci/build/npm-postinstall.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -113,29 +113,40 @@ install_with_yarn_or_npm() {\n # HACK: NPM\'s use of semver doesn\'t like resolving some peerDependencies that vscode (upstream) brings in the form of pre-re... | TypeScript |
d80568df20a70b851df529cb0c3228a51cdbe859 | 118 | 2023-09-16 00:31:05+00:00 | -3,600 | ['03dc8cd808fd27aa449ab9c4387cf130574003f0'] | Add pod annotations (#6432) | [{'old_path': 'ci/helm-chart/templates/deployment.yaml', 'new_path': 'ci/helm-chart/templates/deployment.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -20,6 +20,9 @@ spec:\n labels:\n app.kubernetes.io/name: {{ include "code-server.name" . }}\n app.kubernetes.io/instance: {{ .Release.Na... | TypeScript |
95bcf101d7c14c336e13a00f115b83fd16637f06 | 26 | 2023-09-18 17:23:03+00:00 | -32,400 | ['d80568df20a70b851df529cb0c3228a51cdbe859'] | Add Japanese locale (#6433) | [{'old_path': 'src/node/i18n/index.ts', 'new_path': 'src/node/i18n/index.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,6 +2,7 @@ import i18next, { init } from "i18next"\n import * as en from "./locales/en.json"\n import * as th from "./locales/th.json"\n import * as zhCn from "./locales/zh-cn.json"\n+import... | TypeScript |
70d0c603cc1a5ece5e6590993737b25312856ff5 | 67 | 2023-09-20 15:33:28-08:00 | 28,800 | ['2e29c233ea8a6b5cda9f26a134fbcb8dcff31da9'] | Update to VS Code 1.82.2 (#6436)
* Update VS Code to 1.82.2
* Add new libkrb5 dependency
* Update patches
The only changes were to context except:
- The URL callback provider uses a new _callbackRoute argument and moved
locations.
- The telemetry provider gets passed the request service as the first
... | [{'old_path': '.github/workflows/build.yaml', 'new_path': '.github/workflows/build.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -50,11 +50,11 @@ jobs:\n files: |\n docs/**\n \n- - name: Install Node.js v16\n+ - name: Install Node.js v18\n if: steps.changed-files.outpu... | TypeScript |
47ee7ae670e7545353617d2b868599d4cf1b98d6 | 67 | 2023-09-21 13:42:17-08:00 | 28,800 | ['70d0c603cc1a5ece5e6590993737b25312856ff5'] | Bump minimum glibc to 2.28 (#6439)
At least, for the standalone and for anyone running on default Node 18.
If support for 2.17 is needed then one would need to build Node 18 with 2.17 and then build code-server with that version (specifically, the native npm modules). | [{'old_path': '.github/workflows/release.yaml', 'new_path': '.github/workflows/release.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -27,7 +27,7 @@ jobs:\n runs-on: ubuntu-latest\n timeout-minutes: 15\n needs: npm-version\n- container: "centos:7"\n+ container: "centos:8"\n env:\n ... | TypeScript |
acc50a5d36d9880e8ff3feed18c09c7ac756f9c0 | 67 | 2023-09-21 16:13:34-08:00 | 28,800 | ['47ee7ae670e7545353617d2b868599d4cf1b98d6'] | Update dependencies and force-update qs (#6440)
* Update dependencies and force-update qs
This is mainly an attempt to get rid of as many resolutions as possible
since it seems they are unnecessary except for qs (according to yarn/npm
audit).
For qs use 6.9.7 since Express is using 6.9.6 and that matches the m... | [{'old_path': '.github/workflows/build.yaml', 'new_path': '.github/workflows/build.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -31,7 +31,7 @@ jobs:\n uses: actions/checkout@v3\n \n - name: Run prettier with actionsx/prettier\n- uses: actionsx/prettier@v2\n+ uses: actionsx/pretti... | TypeScript |
7868f4db2300bc7749f232cc43aa60266b81a4ce | 67 | 2023-09-21 23:21:01-08:00 | 28,800 | ['acc50a5d36d9880e8ff3feed18c09c7ac756f9c0'] | Fix cross-compilation (#6441)
* Avoid packaging yarn.lock
Since the shrinkwrap is what we want everything to use.
* Build with npm
It seems we stuck with yarn because npm was giving us errors but I will try
sorting it out now so we can build with npm as originally intended.
* Remove build from source
N... | [{'old_path': '.github/workflows/release.yaml', 'new_path': '.github/workflows/release.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -119,7 +119,7 @@ jobs:\n CC: ${{ format('{0}-gcc', matrix.prefix) }}\n CXX: ${{ format('{0}-g++', matrix.prefix) }}\n LINK: ${{ format('{0}-g++', matrix.prefi... | TypeScript |
58f6e24a073c83575f38c9cb5454b9c50de5fa05 | 67 | 2023-09-22 00:54:14-08:00 | 28,800 | ['7868f4db2300bc7749f232cc43aa60266b81a4ce'] | Fix installation of kerberos module on armv7l (#6442)
Also build with the same version of Node we will release with. | [{'old_path': '.github/workflows/release.yaml', 'new_path': '.github/workflows/release.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -129,7 +129,7 @@ jobs:\n - name: Install Node.js v18\n uses: actions/setup-node@v3\n with:\n- node-version: "18"\n+ node-version: "18.15... | TypeScript |
020f2804586219d9656d39f6bdba06b25f440205 | 68 | 2023-09-22 17:07:07-08:00 | -10,800 | ['58f6e24a073c83575f38c9cb5454b9c50de5fa05'] | Add `.local` mount to example Docker command (#6419) | [{'old_path': 'docs/install.md', 'new_path': 'docs/install.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -279,6 +279,7 @@ brew services start code-server\n # outside the container.\n mkdir -p ~/.config\n docker run -it --name code-server -p 127.0.0.1:8080:8080 \\\n+ -v "$HOME/.local:/home/coder/.local" \\\n ... | TypeScript |
54284426286994cb5c7700ecb2aa330db4bcf77e | 18 | 2023-09-22 17:16:51-08:00 | -18,000 | ['020f2804586219d9656d39f6bdba06b25f440205'] | feat(lang): Add Urdu Locale (#6444) | [{'old_path': 'src/node/i18n/index.ts', 'new_path': 'src/node/i18n/index.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,7 +2,9 @@ import i18next, { init } from "i18next"\n import * as en from "./locales/en.json"\n import * as ja from "./locales/ja.json"\n import * as th from "./locales/th.json"\n+import * as... | TypeScript |
468cf5c6cee76b263b0a94c14196329fbe134d8a | 67 | 2023-09-22 17:53:56-08:00 | 28,800 | ['800bf364d6116f7527ab106ef9563adf8694ffdd'] | Update npm publish workflow to use v18 | [{'old_path': '.github/workflows/publish.yaml', 'new_path': '.github/workflows/publish.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -29,10 +29,10 @@ jobs:\n - name: Checkout code-server\n uses: actions/checkout@v3\n \n- - name: Install Node.js v16\n+ - name: Install Node.js v18\n ... | TypeScript |
a1131fadf2b1920f5ec665e9c6e98a7c577ccc72 | 67 | 2023-09-26 08:35:41-08:00 | 28,800 | ['468cf5c6cee76b263b0a94c14196329fbe134d8a'] | Enable secret storage (#6450)
* Remove unused dependency patch
* Enable secret storage based on local storage
* Remove unnecessary GitHub auth patch
It works now without the patch. | [{'old_path': 'patches/base-path.diff', 'new_path': 'patches/base-path.diff', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -265,15 +265,35 @@ Index: code-server/lib/vscode/src/vs/code/browser/workbench/workbench.ts\n \t}\n \n \tprivate startListening(): void {\n-@@ -569,7 +570,7 @@ function readCookie(name: str... | TypeScript |
7a213161f2e71807735e3443c23290bdb0311927 | 67 | 2023-09-26 09:58:53-08:00 | 28,800 | ['a1131fadf2b1920f5ec665e9c6e98a7c577ccc72'] | Build from source on cross-compile step
The comment said the issue with argon2 was related to CentOS 7 but the
cross-compile steps never used CentOS 7 so maybe the real issue is with
the architecture. | [{'old_path': '.github/workflows/release.yaml', 'new_path': '.github/workflows/release.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -121,6 +121,7 @@ jobs:\n LINK: ${{ format('{0}-g++', matrix.prefix) }}\n npm_config_arch: ${{ matrix.arch }}\n NODE_VERSION: v18.15.0\n+ npm_config_build... | TypeScript |
6275520348fbd8bb8d98d4c96d0f16c715d005ca | 67 | 2023-09-27 19:17:47-08:00 | 28,800 | ['2bb51a25a96d1f241bce7ea7c77df91ee885f4a9'] | Fix incorrect argon2 target in arm builds (#6453)
* Fix building from source on arm
Not building from source causes argon2 to pull the wrong arch, so we
have to build from source.
But building from source is causing the new Kerberos module to fail on
arm64 and keytar to fail on both.
The latter has been ver... | [{'old_path': '.github/workflows/release.yaml', 'new_path': '.github/workflows/release.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -38,7 +38,7 @@ jobs:\n - name: Install Node.js v18\n uses: actions/setup-node@v3\n with:\n- node-version: "18"\n+ node-version: "18.15.0... | TypeScript |
0dc59c0da2aa985eb1dbc9982b490340aab7f70a | 67 | 2023-09-29 10:39:00-08:00 | 28,800 | ['6275520348fbd8bb8d98d4c96d0f16c715d005ca'] | Add trusted extension list
Also trust github.com to make the auth flow smoother. | [{'old_path': 'ci/build/build-vscode.sh', 'new_path': 'ci/build/build-vscode.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -54,8 +54,11 @@ main() {\n export BUILD_SOURCEVERSION\n BUILD_SOURCEVERSION=$(git rev-parse HEAD)\n \n- # Add the date, our name, links, and enable telemetry (this just makes\n- # te... | TypeScript |
2eba7af117ea58d45a6c6449ee4fe63c8d4d53aa | 67 | 2023-09-29 13:58:01-08:00 | 28,800 | ['0dc59c0da2aa985eb1dbc9982b490340aab7f70a'] | Use code-server commit in product.json
Also remove github.com from the trusted domains. This causes the
browser to block the popup instead (probably because the space between
interaction and popup is too great), which is difficult to notice in
Chromium. Even in Firefox with the extra bar they add at the top it can
b... | [{'old_path': 'ci/build/build-vscode.sh', 'new_path': 'ci/build/build-vscode.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -40,6 +40,16 @@ main() {\n \n source ./ci/lib.sh\n \n+ # Set the commit Code will embed into the product.json. We need to do this\n+ # since Code tries to get the commit from the `.gi... | TypeScript |
897e0ae1dac0d1ef92335265ac55c2ba84178439 | 78 | 2023-10-02 18:03:37+00:00 | -32,400 | ['f4bf49205175da335c50048b0514d2286b5fa5b1'] | Modify manifest for window control overlay support (#6468)
Since the release of code-server v4.17.0 (Code 1.82), "Command Center" has become a default option. However, the current code-server PWA app lacks support for the Windows control overlay, resulting in an untidy appearance of the title bar. This commit introduc... | [{'old_path': 'src/node/routes/vscode.ts', 'new_path': 'src/node/routes/vscode.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -55,6 +55,7 @@ export class CodeServerRouteWrapper {\n short_name: appName,\n start_url: ".",\n display: "fullscreen",\n+ display_override:... | TypeScript |
c095c26dbc7fa8ade14ecc881c6c6fd7cb63a1d9 | 151 | 2023-10-04 17:17:27+00:00 | -7,200 | ['262f66abf6a5d96b2e50c5681baabbf18d6dfa38'] | Update Code to 1.82.3 (#6472) | [{'old_path': 'lib/vscode', 'new_path': 'lib/vscode', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1 +1 @@\n-Subproject commit abd2f3db4bdb28f9e95536dfa84d8479f1eb312d\n+Subproject commit fdb98833154679dbaa7af67a5a29fe19e55c2b73\n'}] | TypeScript |
db9f6784772d312743199b1f18aafd8c540bd0e6 | 6 | 2023-10-04 10:41:35-08:00 | 18,000 | ['c095c26dbc7fa8ade14ecc881c6c6fd7cb63a1d9'] | Update default nginx config in guide.md (#6471)
update nginx config to avoid wss error when expose code-server using a custom domain and a custom port via nginx.
see also:
[issue of code-server](https://github.com/coder/code-server/issues/4443)
[different between `$host` and `$http_host`](https://stackoverflow.c... | [{'old_path': 'docs/guide.md', 'new_path': 'docs/guide.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -191,7 +191,7 @@ At this point, you should be able to access code-server via\n \n location / {\n proxy_pass http://localhost:8080/;\n- proxy_set_header Host $host;\n+ proxy_set_h... | TypeScript |
27e7b931e70a448d3c3dfb0cf88d68f9e4ae0c8b | 67 | 2023-10-04 15:44:54-08:00 | 28,800 | ['db9f6784772d312743199b1f18aafd8c540bd0e6'] | Remove mention of legacy extension API
We would like to shut this down. | [{'old_path': 'docs/FAQ.md', 'new_path': 'docs/FAQ.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -177,10 +177,10 @@ If you own a marketplace that implements the VS Code Extension Gallery API, you\n can point code-server to it by setting `$EXTENSIONS_GALLERY`.\n This corresponds directly with the `extensionsGal... | TypeScript |
c2d79d94f921b6bf2a80e326c9d20d1511e9bc1d | 67 | 2023-10-11 17:19:19-08:00 | 28,800 | ['9fec2d7cad745f11e72aaf1c0ba8371c626d7eee'] | Use secure context in bug report template
Some folks run over localhost, which will work just fine for service
workers. | [{'old_path': '.github/ISSUE_TEMPLATE/bug-report.yml', 'new_path': '.github/ISSUE_TEMPLATE/bug-report.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -75,10 +75,10 @@ body:\n required: true\n - type: checkboxes\n attributes:\n- label: Are you accessing code-server over HTTPS?\n- descri... | TypeScript |
d7a2b4936af1bfd80cb96f2567af68badc2325e3 | 151 | 2023-10-19 00:50:21+00:00 | -7,200 | ['c2d79d94f921b6bf2a80e326c9d20d1511e9bc1d'] | Update Code to 1.83.1 (#6488)
* Update Code to 1.83.1
* Patch out lookbehind for Safari support
Not sure why it needs a lookbehind unless a number followed by a capital
letter is not supposed to be considered a new word, which seems wrong to
me. The tests do not contain any numbers so I can only guess.
---... | [{'old_path': 'lib/vscode', 'new_path': 'lib/vscode', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1 +1 @@\n-Subproject commit fdb98833154679dbaa7af67a5a29fe19e55c2b73\n+Subproject commit f1b07bd25dfad64b0167beb15359ae573aecd2cc\n'}, {'old_path': 'patches/disable-downloads.diff', 'new_path': 'patches/disable-down... | TypeScript |
da254c39eec72b15ebe42336f70891f188f7bb59 | 67 | 2023-11-14 12:45:56-09:00 | 32,400 | ['239df566341e7aaf8a11587b02582f6348da2ebb'] | Set Node version in a single place (#6534)
This should make it much easier to update. Also use 18.15.0
specifically since that is what VS Code ships with.
Additionally, it fixes the post-install script being skipped due to
a Yarn v1 bug that happens when Yarn installs node-gyp, which
it does because 18.18 onwar... | [{'old_path': '.github/workflows/build.yaml', 'new_path': '.github/workflows/build.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -50,11 +50,11 @@ jobs:\n files: |\n docs/**\n \n- - name: Install Node.js v18\n+ - name: Install Node.js\n if: steps.changed-files.outputs.a... | TypeScript |
9658969084238651b6dde258e04f4abd9b14bfd1 | 151 | 2023-11-14 13:44:21-09:00 | -3,600 | ['da254c39eec72b15ebe42336f70891f188f7bb59'] | Update Code to 1.84.2 (#6524) | [{'old_path': 'lib/vscode', 'new_path': 'lib/vscode', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1 +1 @@\n-Subproject commit f1b07bd25dfad64b0167beb15359ae573aecd2cc\n+Subproject commit 1a5daa3a0231a0fbba4f14db7ec463cf99d7768e\n'}, {'old_path': 'patches/disable-downloads.diff', 'new_path': 'patches/disable-down... | TypeScript |
984fb135dc0baa822f8031f1c639b1fd953a6291 | 67 | 2023-11-16 10:10:36-09:00 | 32,400 | ['9658969084238651b6dde258e04f4abd9b14bfd1'] | Fix node-gyp failure on macOS (#6537) | [{'old_path': '.github/workflows/release.yaml', 'new_path': '.github/workflows/release.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -216,6 +216,13 @@ jobs:\n curl -sSfL https://github.com/goreleaser/nfpm/releases/download/v2.3.1/nfpm_2.3.1_`uname -s`_`uname -m`.tar.gz | tar -C ~/.local/bin -zxv nf... | TypeScript |
958c5203ec0c5d12f0e4bab20338b89a236ae5de | 157 | 2023-11-20 08:16:17-09:00 | -46,800 | ['edf078d1d203bd8d7d8045cea287135d3b18c5dd'] | Update Termux docs on how to enable keyboard shortcuts and tab key (#6539) | [{'old_path': 'docs/termux.md', 'new_path': 'docs/termux.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -10,6 +10,7 @@\n - [Git won\'t work in `/sdcard`](#git-wont-work-in-sdcard)\n - [Many extensions including language packs fail to install](#many-extensions-including-language-packs-fail-to-install)\n - [E... | TypeScript |
09dd5fe44d86d30ea21e03ebdb3979d31eab1ac9 | 67 | 2023-11-20 13:32:59-09:00 | 32,400 | ['958c5203ec0c5d12f0e4bab20338b89a236ae5de'] | Delete local storage patch
The main goal of this patch was to make user settings stored on disk
instead of in the browser, but this stopped working some time ago. Not
only that but it is causing a bug where a workspace will not fully open.
A secondary goal was to fix the Vim extension but the extension appears
to wo... | [{'old_path': 'patches/disable-downloads.diff', 'new_path': 'patches/disable-downloads.diff', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -12,9 +12,9 @@ Index: code-server/lib/vscode/src/vs/workbench/browser/web.api.ts\n ===================================================================\n --- code-server.orig/li... | TypeScript |
9ba66ec46897c8b26dc639a4139108085b318479 | 67 | 2023-11-20 15:42:34-09:00 | 32,400 | ['09dd5fe44d86d30ea21e03ebdb3979d31eab1ac9'] | Use machine settings for e2e tests
User settings are browser-based so use machine settings instead. | [{'old_path': 'test/e2e/models/CodeServer.ts', 'new_path': 'test/e2e/models/CodeServer.ts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -77,9 +77,9 @@ export class CodeServer {\n */\n private async createWorkspace(): Promise<string> {\n const dir = await this.workspaceDir\n- await fs.mkdir(path.join(d... | TypeScript |
d579d3f94649ee96fc36971d7f354fd095b9789d | 172 | 2020-09-10 18:49:48+03:00 | -10,800 | ['a61dbff798b8243eab07a85085d173e4568f38cd'] | Fixed an issue where the user could see the previous image in full screen mode before the selected one was loaded. | [{'old_path': 'examples/imageviewer/common/src/desktopMain/kotlin/example/imageviewer/model/ContentState.kt', 'new_path': 'examples/imageviewer/common/src/desktopMain/kotlin/example/imageviewer/model/ContentState.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -126,7 +126,7 @@ class ContentState(\n // applic... | Kotlin |
07c6845dd39ed760af595cdabe32c88268737c4d | 172 | 2020-09-10 19:26:33+03:00 | -10,800 | ['d579d3f94649ee96fc36971d7f354fd095b9789d'] | Fixed an issue where the user could see the previous image in full screen mode before the selected one was loaded (android and desktop). | [{'old_path': 'examples/imageviewer/README.md', 'new_path': 'examples/imageviewer/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1 +1,4 @@\n-An example of image gallery for remote server image viewing, based on Jetpack Compose UI library (desktop).\n+An example of image gallery for remote server image v... | Kotlin |
fb13f9b5b4b39eaa78f6183decda4e5990fcefcd | 172 | 2020-09-11 17:50:14+03:00 | -10,800 | ['07c6845dd39ed760af595cdabe32c88268737c4d'] | Added example of CEF integration in Jetpack Compose. | [{'old_path': None, 'new_path': 'cef/.gitattributes', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,6 @@\n+#\n+# https://help.github.com/articles/dealing-with-line-endings/\n+#\n+# These are explicitly windows files and should use crlf\n+*.bat text eol=crlf\n+\n'}, {'old_path': None, 'new_path': 'cef... | Kotlin |
c21247c37ad9907d3a1603134cfad58d7c8035f0 | 172 | 2020-09-11 17:54:35+03:00 | -10,800 | ['fb13f9b5b4b39eaa78f6183decda4e5990fcefcd'] | Added example of CEF integration in Jetpack Compose (README.md). | [{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -7,6 +7,7 @@ at https://android.googlesource.com/platform/frameworks/support.\n ## Repository organization ##\n \n * `ci` - Continuous Integration helpers\n+ * `cef` - CEF integration in Jetpack Compose\n * `ex... | Kotlin |
743a300bc0445f62573b3b3d9db3e5092af53852 | 172 | 2020-09-14 11:15:51+03:00 | -10,800 | ['c21247c37ad9907d3a1603134cfad58d7c8035f0'] | Fixed Draggable & Scalable for desktop. | [{'old_path': 'examples/imageviewer/common/src/commonMain/kotlin/example/imageviewer/view/Draggable.kt', 'new_path': 'examples/imageviewer/common/src/commonMain/kotlin/example/imageviewer/view/Draggable.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -24,7 +24,7 @@ import androidx.compose.foundation.InteractionS... | Kotlin |
6efe1e5b9bb47e35f62ea70f9149a41703572ec8 | 108 | 2020-09-15 13:48:24+03:00 | -10,800 | ['78217bf61dc7e8d79dd4059c039bb4676f62f604'] | CEF runtime publishing scripts. | [{'old_path': None, 'new_path': 'cef/scripts/publish_cef_linux.sh', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,2 @@\n+#!/bin/sh\n+curl -T jcef-runtime-linux.zip -u$BINTRAY_USER:$BINTRAY_KEY -H "X-Bintray-Package:jcef" -H "X-Bintray-Version:jcef-linux-0.1" -H "X-Bintray-Publish:1" -H "X-Bintray-Override:1" h... | Kotlin |
5ba779817cbe9a7ec4d708db0529b454bccdd337 | 172 | 2020-09-15 17:03:15+03:00 | -10,800 | ['6efe1e5b9bb47e35f62ea70f9149a41703572ec8'] | Updated build script to download jcef binaries. | [{'old_path': 'cef/README.md', 'new_path': 'cef/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,15 +1,5 @@\n CEF integration for Desktop Jetpack Compose.\n \n-Setup:\n-1. Clone the java-cef repository (``git clone https://bitbucket.org/chromiumembedded/java-cef.git``) into ``/third_party`` directory.\n... | Kotlin |
d96a1090cb071d6223778a6afc0c5bd06b023f33 | 108 | 2020-09-16 17:25:21+03:00 | -10,800 | ['0f41f09a686cbd65318c94020e8c5521801c7aa7'] | Add mouse move demo to imageviewer. | [{'old_path': None, 'new_path': 'examples/imageviewer/common/src/androidMain/kotlin/example/imageviewer/view/ActualAndroid.kt', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,10 @@\n+package example.imageviewer.view\n+\n+import androidx.compose.ui.Modifier\n+import androidx.compose.ui.geometry.Offset\n+\n+actua... | Kotlin |
345c40983355144d32056d26c155486af6e05297 | 172 | 2020-09-21 11:27:57+03:00 | -10,800 | ['d96a1090cb071d6223778a6afc0c5bd06b023f33'] | Added mouse hover interactivity to the desktop version of app. | [{'old_path': 'examples/imageviewer/common/src/androidMain/kotlin/example/imageviewer/model/ContentState.kt', 'new_path': 'examples/imageviewer/common/src/androidMain/kotlin/example/imageviewer/model/ContentState.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -159,7 +159,7 @@ object ContentState {\n }\n \n ... | Kotlin |
bbf7d4c157648bd792c1832097b69e7602843764 | 105 | 2020-09-21 14:52:05+03:00 | -10,800 | ['d8bda230aed8bbaaca91d1ddbe59190fdaf1b908'] | App templates: README.md, .gitignore | [{'old_path': '.gitignore', 'new_path': '.gitignore', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -21,5 +21,5 @@\n # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml\n hs_err_pid*\n \n-templates/mpp-template/.idea/**\n+templates/multiplatform-template/.idea/**\n templates/des... | Kotlin |
9ae0b367508eefea35147adef4d0862b2f1a46ae | 105 | 2020-09-21 15:08:28+03:00 | -10,800 | ['bbf7d4c157648bd792c1832097b69e7602843764'] | App templates: change code | [{'old_path': 'templates/desktop-template/src/main/kotlin/main.kt', 'new_path': 'templates/desktop-template/src/main/kotlin/main.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,6 +1,20 @@\n import androidx.compose.desktop.Window\n import androidx.compose.foundation.Text\n+import androidx.compose.material.Butt... | Kotlin |
4b1edfb165b43eb60b6bd4c75885ca57b16d08eb | 62 | 2020-09-22 11:07:57+03:00 | -10,800 | ['ad4d48b7d833779afd32258ac01fdf17cdb9eac6'] | Update maven repo configuration for uber jar | [{'old_path': 'ci/compose-uber-jar/README.md', 'new_path': 'ci/compose-uber-jar/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -22,5 +22,5 @@ The jar will be available at `build/libs/compose-full.jar`\n ```\n export COMPOSE_REPO_USERNAME=<COMPOSE_REPO_USERNAME>\n export COMPOSE_REPO_KEY=<COMPOSE_REPO_KEY... | Kotlin |
0c95a4ae5fe38ea93780081a982bd2e8e00af10b | 62 | 2020-09-22 11:07:57+03:00 | -10,800 | ['4b1edfb165b43eb60b6bd4c75885ca57b16d08eb'] | Fix compose-uber-jar Gradle project name | [{'old_path': 'ci/compose-uber-jar/settings.gradle', 'new_path': 'ci/compose-uber-jar/settings.gradle', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,2 +1,2 @@\n-rootProject.name = 'untitled23'\n+rootProject.name = 'compose-uber-jar'\n \n"}] | Kotlin |
ecd487e5fcb172b389d03b36a9cba358c4ca0848 | 105 | 2020-09-23 11:34:40+03:00 | -10,800 | ['1350bef3876773017bb3b80c86bba9d53aecdd46'] | Templates: change gradlew permission
git update-index --chmod=+x gradlew | [{'old_path': 'templates/desktop-template/gradlew', 'new_path': 'templates/desktop-template/gradlew', 'type': <ModificationType.UNKNOWN: 6>, 'diff': ''}, {'old_path': 'templates/multiplatform-template/gradlew', 'new_path': 'templates/multiplatform-template/gradlew', 'type': <ModificationType.UNKNOWN: 6>, 'diff': ''}] | Kotlin |
92f83d2984e5fcaff78c013a053ccd4ff3728e4b | 62 | 2020-09-23 16:41:32+03:00 | -10,800 | ['093becb42ddf7628201436f34d5b94e6fe4219f0'] | Add information on Docker in release instruction | [{'old_path': 'ci/release.md', 'new_path': 'ci/release.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -57,3 +57,14 @@ to download maven artifacts:\n ### Publishing Compose Desktop\n \n Run a new build in [Compose configuration](https://teamcity.jetbrains.com/buildConfiguration/JetBrainsPublicProjects_Skija_Jetp... | Kotlin |
e2afc407c8f748d2d0100e4a38355d8a292e05c7 | 108 | 2020-10-09 10:08:17+03:00 | -10,800 | ['7d5aa7b814fd78e917cc11044bccce713ea8b914'] | Move examples to piublic repo deps. | [{'old_path': 'examples/imageviewer/build.gradle.kts', 'new_path': 'examples/imageviewer/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,6 +2,6 @@ allprojects {\n repositories {\n google()\n jcenter()\n- maven("https://packages.jetbrains.team/maven/p/ui/dev")\n+ ... | Kotlin |
0007644be81b36916be3101a10f8d0630cc3a2de | 161 | 2020-10-16 12:32:24+03:00 | -10,800 | ['79466c338a9d5977d4966183a93de9c74be0d70c'] | Added tutorials for window management, tray, notifier, menu bar. | [{'old_path': '.gitignore', 'new_path': '.gitignore', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,3 +1,5 @@\n+.DS_Store\n+\n # Compiled class file\n *.class\n \n'}, {'old_path': None, 'new_path': 'tutorials/Tray_Notifications_MenuBar/TrayNotifierMenuBar.md', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 ... | Kotlin |
f53a187d282e7011fb84d99199f9e72ec996e4fc | 161 | 2020-10-16 13:59:13+03:00 | -10,800 | ['79466c338a9d5977d4966183a93de9c74be0d70c'] | Added tutorials for window management, tray, notifier, menu bar. | [{'old_path': '.gitignore', 'new_path': '.gitignore', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,3 +1,5 @@\n+.DS_Store\n+\n # Compiled class file\n *.class\n \n'}, {'old_path': None, 'new_path': 'tutorials/Tray_Notifications_MenuBar/TrayNotifierMenuBar.md', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 ... | Kotlin |
3ae3e3bbc13381f1bb1a362d644c5988309e0ffc | 161 | 2020-10-16 14:01:34+03:00 | -10,800 | ['ae33aec0923f0fd614cee799e8bbe82a32756059'] | Fixed tabs in tutorials. | [{'old_path': 'tutorials/Window_API/WindowManagement.md', 'new_path': 'tutorials/Window_API/WindowManagement.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -259,4 +259,3 @@ fun main() {\n }\n }\n ```\n-\n'}] | Kotlin |
0c2e8072131e0f0d155f0368c4e6012afe62ad20 | 161 | 2020-10-19 17:05:42+03:00 | -10,800 | ['64fe3de6896e388aeb2a29d1c8dd4c1882e07841'] | Changed titles of tutorials. | [{'old_path': 'tutorials/Tray_Notifications_MenuBar/TrayNotifierMenuBar.md', 'new_path': 'tutorials/Tray_Notifications_MenuBar/TrayNotifierMenuBar.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,4 +1,4 @@\n-# Getting Started with Compose for Desktop\n+# Tray and menu notification\n \n ## What is covered\n \n'... | Kotlin |
df6fa95b9b47ff60f2f21c8794d380179a42b650 | 161 | 2020-10-20 11:03:26+03:00 | -10,800 | ['52e50a9b30f2d2af9d6731f56ad3f42733ed4f46'] | Added app icon to desktop version of ImageViewer. | [{'old_path': 'examples/imageviewer/common/src/desktopMain/kotlin/example/imageviewer/style/Decoration.kt', 'new_path': 'examples/imageviewer/common/src/desktopMain/kotlin/example/imageviewer/style/Decoration.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -18,6 +18,8 @@ package example.imageviewer.style\n impor... | Kotlin |
728210fdde6c2ac8664a5c8edc442a08f0038863 | 161 | 2020-10-20 15:26:44+03:00 | -10,800 | ['df6fa95b9b47ff60f2f21c8794d380179a42b650'] | Fixed loading screen issue. | [{'old_path': 'examples/imageviewer/common/src/androidMain/kotlin/example/imageviewer/model/ContentState.kt', 'new_path': 'examples/imageviewer/common/src/androidMain/kotlin/example/imageviewer/model/ContentState.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -302,6 +302,7 @@ object ContentState {\n ... | Kotlin |
79ddbaf7bdd5d60329a601504c48a4472d140067 | 161 | 2020-10-20 16:01:37+03:00 | -10,800 | ['728210fdde6c2ac8664a5c8edc442a08f0038863'] | Updated android application to new version of compose api. | [{'old_path': 'examples/imageviewer/common/src/androidMain/kotlin/example/imageviewer/view/FullImageScreen.kt', 'new_path': 'examples/imageviewer/common/src/androidMain/kotlin/example/imageviewer/view/FullImageScreen.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -18,8 +18,10 @@ package example.imageviewer.view... | Kotlin |
f440b6ddeec729cfe8c7471b97a0feb9ea119c43 | 161 | 2020-10-20 17:53:32+03:00 | -10,800 | ['79ddbaf7bdd5d60329a601504c48a4472d140067'] | Fixed loading screen when click on miniature. | [{'old_path': 'examples/imageviewer/common/src/desktopMain/kotlin/example/imageviewer/model/ContentState.kt', 'new_path': 'examples/imageviewer/common/src/desktopMain/kotlin/example/imageviewer/model/ContentState.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -228,6 +228,7 @@ object ContentState {\n ... | Kotlin |
1dbefb6ce9ba0436b09b9c9eb1e623db3fbe2165 | 161 | 2020-10-22 14:55:19+03:00 | -10,800 | ['747fefbef2a3f34f7dfed57a6f17235d7d64b5ba'] | Reduced the size of images. | [{'old_path': 'tutorials/Image_And_Icons_Manipulations/draw_image_into_canvas.png', 'new_path': 'tutorials/Image_And_Icons_Manipulations/draw_image_into_canvas.png', 'type': <ModificationType.MODIFY: 5>, 'diff': 'Binary files a/tutorials/Image_And_Icons_Manipulations/draw_image_into_canvas.png and b/tutorials/Image_And... | Kotlin |
cfb5fccfcd26195f3c0332ea2076cf7f28ebd48a | 161 | 2020-10-22 16:30:43+03:00 | -10,800 | ['1dbefb6ce9ba0436b09b9c9eb1e623db3fbe2165'] | Changed chapter: Loading images from device storage | [{'old_path': 'tutorials/Image_And_Icons_Manipulations/main.md', 'new_path': 'tutorials/Image_And_Icons_Manipulations/main.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -37,18 +37,17 @@ To create `ImageAsset` from a loaded image stored in device memory you can use s\n import androidx.compose.desktop.Window\r\n... | Kotlin |
5d012070154bbcb08824f022ad0d42a81ff5dd15 | 74 | 2020-10-23 12:21:35+02:00 | -7,200 | ['dc0a491003c906358a610c1b21397ace508d8531'] | rename index.md to README.md :) | [{'old_path': 'tutorials/Keyboard/index.md', 'new_path': 'tutorials/Keyboard/README.md', 'type': <ModificationType.RENAME: 3>, 'diff': ''}] | Kotlin |
000507c755ccb8d3d74701fef88c9cb65a2cad37 | 108 | 2020-10-26 18:26:41+03:00 | -10,800 | ['583231cd1968beebd7671b99157ff95f70957e8e'] | Allow using mavenLocal() is samples. | [{'old_path': 'examples/imageviewer/build.gradle.kts', 'new_path': 'examples/imageviewer/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,6 @@\n allprojects {\n repositories {\n+ mavenLocal()\n google()\n jcenter()\n maven("https://maven.pkg.jetbrains.space... | Kotlin |
c8812bd04b742b3551a77dbd0aa8dad5ebb76711 | 105 | 2020-10-26 19:27:58+03:00 | -10,800 | ['000507c755ccb8d3d74701fef88c9cb65a2cad37'] | Unify .gitignore across all examples and templates | [{'old_path': 'examples/imageviewer/.gitignore', 'new_path': 'examples/imageviewer/.gitignore', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,3 +1,15 @@\n-.DS_Store\n+*.iml\n .gradle\n-build\n\\ No newline at end of file\n+/local.properties\n+/.idea\n+/.idea/caches\n+/.idea/libraries\n+/.idea/modules.xml\n+/.ide... | Kotlin |
3b13944daf52118e2226cad91a5f2144b8b295b1 | 105 | 2020-10-26 19:29:39+03:00 | -10,800 | ['000507c755ccb8d3d74701fef88c9cb65a2cad37'] | Fix multiplatform projects in IDEA / Android Studio
Fixes:
- https://github.com/JetBrains/compose-jb/issues/21
We need to move buildscript from settings.gradle.kts to build.gradle.kts
See also https://youtrack.jetbrains.com/issue/KT-36331
- https://github.com/JetBrains/compose-jb/issues/22
kotlin("jvm") plugin doesn'... | [{'old_path': 'examples/imageviewer/build.gradle.kts', 'new_path': 'examples/imageviewer/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,3 +1,17 @@\n+buildscript {\n+ repositories {\n+ google()\n+ jcenter()\n+ maven("https://maven.pkg.jetbrains.space/public/p/compose/dev"... | Kotlin |
9594e0b82aec926be33c50183fd84f4633188515 | 122 | 2020-10-27 08:53:53-07:00 | 25,200 | ['3bbac409693764c66e457de1c6a28fd48193f392'] | Update main.md
Remove unnecessary "to" | [{'old_path': 'tutorials/Tray_Notifications_MenuBar/main.md', 'new_path': 'tutorials/Tray_Notifications_MenuBar/main.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -223,7 +223,7 @@ fun main() {\n \n \n \n-You can to create a MenuBar for a specific window, and have the othe... | Kotlin |