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/.github/workflows
Joe Previte f178f0400b
feat(e2e): add support running behind proxy (#5348)
* docs: update maintaining

* chore(e2e): add maxFailures to playwright

* fix(ci): skip submodule in e2e job

We don't need the submodules for the e2e job. This will speed up the
checkout step.

* feat(ci): add test-e2e-proxy job

This adds a new job to CI to run our tests behind Caddy and simulate
code-server running against a reverse-proxy.

* refactor: make e2e work with reverse proxy

This refactors the e2e test in a couple ways:
- remove setting cookie in localStorage (instead we pass --auth none)
- refactor address() method to account for reverse proxy logic

* Update test/e2e/models/CodeServer.ts

* Update test/playwright.config.ts

* Update test/utils/constants.ts

Co-authored-by: Asher <ash@coder.com>

* Update test/utils/helpers.ts

Co-authored-by: Asher <ash@coder.com>

Co-authored-by: Asher <ash@coder.com>
2022-08-09 18:24:37 +00:00
..
ci.yaml feat(e2e): add support running behind proxy (#5348) 2022-08-09 18:24:37 +00:00
codeql-analysis.yml chore(deps): update github/codeql-action action to v2 (#5129) 2022-04-25 15:39:32 -07:00
docker.yaml chore: only download .deb in docker release (#5277) 2022-06-17 08:02:33 -07:00
docs-preview.yaml chore(ci): only run docs preview on docs changes (#5368) 2022-07-21 22:36:11 +00:00
installer.yml chore(deps): update dependency alpine to v3.16 (#5426) 2022-08-08 22:32:43 +00:00
npm-brew.yaml refactor(ci): use release in branch release name (#5352) 2022-07-18 14:38:07 -07:00
scripts.yml chore(deps): update dependency alpine to v3.16 (#5426) 2022-08-08 22:32:43 +00:00
trivy-docker.yaml chore(deps): update aquasecurity/trivy-action digest to 0d7cf2d (#5401) 2022-08-04 04:08:37 +00:00