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/test/e2e
Joe Previte 031e903979
feat: enable forwarded ports using built-in proxy (#5673)
* feat: enable ports panel in proxy-uri patch

This makes the forwarded ports panel enabled by default.

* feat: add tunnelProvider in proxy-uri patch

This adds a `tunnelProvider` along with a `tunnelFactory` so that ports
are forwarded and use code-server's built-in proxy.

* fixup!: update import

* fix: skip uri modification if authority host match

This adds a check in our `resolveExternalUri` patch to skip modifying if
the `authority` and the `location.host` match to prevent
`localhost:<port>/proxy/<port>` from being modified.

* fixup!: refresh patch

* fixup!: move authority check up

* fixup!: remove comment

* fixup!: add trailing slash
2022-10-24 18:11:44 +00:00
..
extensions fix: add handle for resolveExternalUri (#5624) 2022-10-14 16:08:58 +00:00
models add CLI argument --disable-workspace-trust (#5638) 2022-10-13 19:57:04 +00:00
baseFixture.ts feat(e2e): add support running behind proxy (#5348) 2022-08-09 18:24:37 +00:00
codeServer.test.ts add CLI argument --disable-workspace-trust (#5638) 2022-10-13 19:57:04 +00:00
displayLang.test.ts add CLI argument --disable-workspace-trust (#5638) 2022-10-13 19:57:04 +00:00
downloads.test.ts add CLI argument --disable-workspace-trust (#5638) 2022-10-13 19:57:04 +00:00
extensions.test.ts feat: enable forwarded ports using built-in proxy (#5673) 2022-10-24 18:11:44 +00:00
github.test.ts add CLI argument --disable-workspace-trust (#5638) 2022-10-13 19:57:04 +00:00
login.test.ts add CLI argument --disable-workspace-trust (#5638) 2022-10-13 19:57:04 +00:00
logout.test.ts add CLI argument --disable-workspace-trust (#5638) 2022-10-13 19:57:04 +00:00
openHelpAbout.test.ts add CLI argument --disable-workspace-trust (#5638) 2022-10-13 19:57:04 +00:00
terminal.test.ts add CLI argument --disable-workspace-trust (#5638) 2022-10-13 19:57:04 +00:00
trust.test.ts add CLI argument --disable-workspace-trust (#5638) 2022-10-13 19:57:04 +00:00