Skip to content

chore: upgrade Code to 1.74.1 #5909

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 31 commits into from
Dec 22, 2022
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
320f035
chore: upgrade Code to 1.74.1
jsjoeio Dec 19, 2022
ec4177c
chore: remove require in integration.diff
jsjoeio Dec 19, 2022
8afa5c2
chore: update marketplace.diff
jsjoeio Dec 19, 2022
be1a560
chore: update sha hash in webview.diff
jsjoeio Dec 19, 2022
6751c82
chore: update disable-builtin-ext-update.diff
jsjoeio Dec 19, 2022
6acfb0b
chore: refresh proxy-uri patch
jsjoeio Dec 19, 2022
bb2a29b
chore: refresh local-storage.diff
jsjoeio Dec 19, 2022
4c00ad4
chore: refresh sourcemaps.diff
jsjoeio Dec 19, 2022
661e1de
chore: refresh disable-downloads.diff
jsjoeio Dec 19, 2022
da4f4c3
chore: refresh display-language.diff
jsjoeio Dec 19, 2022
63fb534
chore: refresh getting-started.diff
jsjoeio Dec 19, 2022
093bbc0
docs: update testing notes for cli-window-open
jsjoeio Dec 19, 2022
b1b8205
docs: update telemetry testing instructions
jsjoeio Dec 19, 2022
0aecf9e
fix: add GITHUB_TOKEN to build code-server job
jsjoeio Dec 19, 2022
d00ab19
refactor: use own cache key build code-server job
jsjoeio Dec 19, 2022
4deb156
temp: disable vscode test
jsjoeio Dec 20, 2022
3999279
refactor: delete wrapper test
jsjoeio Dec 20, 2022
fc54c44
Revert "refactor: delete wrapper test"
jsjoeio Dec 20, 2022
b3f7a20
refactor: move vscode tests to e2e (#5911)
jsjoeio Dec 21, 2022
10ebf1b
refactor: rm unused imports
jsjoeio Dec 21, 2022
0fabb3a
refactor: rm unnecessary navigate call in test
jsjoeio Dec 21, 2022
cbf00ae
fixup: formatting
jsjoeio Dec 21, 2022
e8ef8bf
wip: update test
jsjoeio Dec 21, 2022
b6928fa
refactor: modify assertion for proxy
jsjoeio Dec 21, 2022
19b7ba8
fixup: use REVERSE_PROXY_BASE_PATH
jsjoeio Dec 21, 2022
fe33adc
refactor: add helper fn getMaybeProxiedPathname
jsjoeio Dec 21, 2022
02d0aec
fixup: formatting
jsjoeio Dec 21, 2022
9681243
fixup: rm unused import
jsjoeio Dec 21, 2022
a059129
chore: increase playwright timeout
jsjoeio Dec 21, 2022
3b02151
Revert "chore: increase playwright timeout"
jsjoeio Dec 21, 2022
c0d59c8
chore: rm timeout
jsjoeio Dec 21, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
docs: update telemetry testing instructions
  • Loading branch information
jsjoeio committed Dec 19, 2022
commit b1b82057d12d241ac5b0ef586d29cf28ff7abd3d
2 changes: 1 addition & 1 deletion patches/telemetry.diff
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Add support for telemetry endpoint

To test:
1. Create a RequestBin - https://requestbin.io/
1. Create a mock API using [RequestBin](https://requestbin.io/) or [Beeceptor](https://beeceptor.com/)
2. Run code-server with `CS_TELEMETRY_URL` set:
i.e. `CS_TELEMETRY_URL="https://requestbin.io/1ebub9z1" ./code-server-<version>-macos-amd64/bin/code-server`
NOTE: it has to be a production build.
Expand Down