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/ci/dev
Asher 71ff747c48
Update Code to 1.75.0 (#6004)
* Update Code to 1.75.0

- getting-started.diff: The way to get an icon's class changed
- proxy-uri.diff: The product service is passed in so we can get the
  proxy URI from that now instead of passing it in separately.

* Remove workspace trust test

Something in how/when Code displays the trust dialog appears to have
changed, failing the test.  I am not sure it makes sense for us to be
testing upstream code anyway.

* Use regular Node for watch

Since we spawn the watch script with ts-node it was using ts-node for
the web server spawn as well.  With latest Code there are for some
reason type errors (it cannot find @types/node) but this is already
compiled code which already passed type checks; any type errors here are
useless.  To fix spawn with regular Node.

* Fix some workers not loading
2023-02-07 16:22:06 -06:00
..
audit.sh feat(ci): add audit job for security 2021-04-06 11:06:04 -07:00
ci.sh feat(ci): add audit job for security 2021-04-06 11:06:04 -07:00
doctoc.sh refactor: update prettier and doctoc (#5605) 2022-10-13 22:16:55 +00:00
gen_icons.sh chore(deps-dev): bump prettier-plugin-sh from 0.6.1 to 0.7.1 (#3680) 2021-06-28 22:06:55 +05:30
lint-scripts.sh feat(ci): refactor build workflow (#5572) 2022-09-22 12:33:32 -07:00
postinstall.sh refactor: move integration tests to Jest (#5275) 2022-06-24 16:33:38 +00:00
test-e2e.sh chore: move Code to a submodule (#4990) 2022-03-14 21:37:29 -05:00
test-integration.sh refactor: move integration tests to Jest (#5275) 2022-06-24 16:33:38 +00:00
test-native.sh feat(ci): refactor build workflow (#5572) 2022-09-22 12:33:32 -07:00
test-scripts.sh Add installer unit tests 2021-07-13 12:22:00 -05:00
test-unit.sh chore: upgrade Code to 1.74.1 (#5909) 2022-12-22 10:25:28 -07:00
watch.ts Update Code to 1.75.0 (#6004) 2023-02-07 16:22:06 -06:00