Archived
1
0
This repository has been archived on 2024-09-09. You can view files and clone it, but cannot push or open issues or pull requests.
code-server/patches
Joe Previte 8377bd23df
chore: upgrade Code to 1.74.1 (#5909)
* chore: upgrade Code to 1.74.1

* chore: remove require in integration.diff

I don't know what the impact of this is but in 192c67db71
they removed the usage of `require` in `server.main.ts`.

More details in PR: https://github.com/microsoft/vscode/pull/165831

* chore: update marketplace.diff

* chore: update sha hash in webview.diff

* chore: update disable-builtin-ext-update.diff

If my logic is right, then this patch is now simplified thanks to this:
https://github.com/microsoft/vscode/blob/1.74.1/src/vs/workbench/contrib/extensions/browser/extensionsWorkbenchService.ts#L1238

* chore: refresh proxy-uri patch

* chore: refresh local-storage.diff

* chore: refresh sourcemaps.diff

* chore: refresh disable-downloads.diff

* chore: refresh display-language.diff

* chore: refresh getting-started.diff

* docs: update testing notes for cli-window-open

* docs: update telemetry testing instructions

* fix: add GITHUB_TOKEN to build code-server job

Downloading @vscode/ripgrep is failing only in CI so adding this
environment variable to see if it increases the rate limit.

Ref: https://github.com/microsoft/vscode-ripgrep#github-api-limit-note

* refactor: use own cache key build code-server job

* temp: disable vscode test

* refactor: delete wrapper test

* Revert "refactor: delete wrapper test"

This reverts commit 3999279b73.

* refactor: move vscode tests to e2e (#5911)

* wip: migrate vscode tests to e2e

* feat: add codeWorkspace to global setup

* refactor: only use dir in spawn when we should

* wip: migrate more tests

* refactor: move all vscode tests to e2e

* refactor(ci): move unit to own job

* fixup: add codecov to unit test step

* Update test/e2e/models/CodeServer.ts

* Update test/e2e/models/CodeServer.ts

* docs: add note about intercept requests

* refactor: rm unused clean() calls

* refactor: delete duplicate test

* refactor: update 'should not redirect' test

* refactor: rm unused imports

* refactor: rm unnecessary navigate call in test

* fixup: formatting

* wip: update test

* refactor: modify assertion for proxy

* fixup: use REVERSE_PROXY_BASE_PATH

* refactor: add helper fn getMaybeProxiedPathname

* fixup: formatting

* fixup: rm unused import

* chore: increase playwright timeout

* Revert "chore: increase playwright timeout"

This reverts commit a059129252.

* chore: rm timeout
2022-12-22 10:25:28 -07:00
..
base-path.diff chore: upgrade Code to 1.73.0 (#5751) 2022-11-09 22:10:03 +00:00
cli-window-open.diff chore: upgrade Code to 1.74.1 (#5909) 2022-12-22 10:25:28 -07:00
disable-builtin-ext-update.diff chore: upgrade Code to 1.74.1 (#5909) 2022-12-22 10:25:28 -07:00
disable-downloads.diff chore: upgrade Code to 1.74.1 (#5909) 2022-12-22 10:25:28 -07:00
display-language.diff chore: upgrade Code to 1.74.1 (#5909) 2022-12-22 10:25:28 -07:00
getting-started.diff chore: upgrade Code to 1.74.1 (#5909) 2022-12-22 10:25:28 -07:00
github-auth.diff chore: update Code to 1.68 (#5263) 2022-06-21 21:51:46 +00:00
insecure-notification.diff Update to 1.71 (#5535) 2022-09-09 16:28:54 +00:00
integration.diff chore: upgrade Code to 1.74.1 (#5909) 2022-12-22 10:25:28 -07:00
local-storage.diff chore: upgrade Code to 1.74.1 (#5909) 2022-12-22 10:25:28 -07:00
logout.diff chore: upgrade Code to 1.73.0 (#5751) 2022-11-09 22:10:03 +00:00
marketplace.diff chore: upgrade Code to 1.74.1 (#5909) 2022-12-22 10:25:28 -07:00
proposed-api.diff chore: upgrade Code to 1.73.0 (#5751) 2022-11-09 22:10:03 +00:00
proxy-uri.diff chore: upgrade Code to 1.74.1 (#5909) 2022-12-22 10:25:28 -07:00
series chore: upgrade Code to 1.73.0 (#5751) 2022-11-09 22:10:03 +00:00
service-worker.diff feat: enable forwarded ports using built-in proxy (#5673) 2022-10-24 18:11:44 +00:00
sourcemaps.diff chore: upgrade Code to 1.74.1 (#5909) 2022-12-22 10:25:28 -07:00
store-socket.diff chore: update Code to 1.70 (#5422) 2022-08-16 20:27:23 -05:00
telemetry.diff chore: upgrade Code to 1.74.1 (#5909) 2022-12-22 10:25:28 -07:00
unique-db.diff chore: update Code to 1.72.2 (#5650) 2022-10-17 16:30:39 -07:00
update-check.diff chore: upgrade Code to 1.73.0 (#5751) 2022-11-09 22:10:03 +00:00
webview.diff chore: upgrade Code to 1.74.1 (#5909) 2022-12-22 10:25:28 -07:00