Archived
1
0
Commit Graph

554 Commits

Author SHA1 Message Date
d0f6cbb02d Use resolverEnv to get exec path
This is the last unused variable in the create terminal payload.
2020-11-19 15:51:36 -06:00
fa59156a2a Implement remaining resolver methods 2020-11-19 15:51:35 -06:00
8ffe599796 Add notes on unimplemented terminal events 2020-11-19 15:51:34 -06:00
a6f8840009 Add timeout for disposing detached terminals 2020-11-19 15:51:33 -06:00
1feb30a7ff Send back workspace ID and name in terminal list
This makes it re-connect automatically.
2020-11-19 15:51:32 -06:00
182aca6490 Only replay terminals when detached 2020-11-19 15:51:31 -06:00
8311cf5657 Handle non-persistent terminals 2020-11-19 15:51:30 -06:00
4de2511162 Implement terminal replay event 2020-11-19 15:51:30 -06:00
3f7b91e2e2 Implement most of remote terminal service
It works, at least, but there are still some missing parts.
2020-11-19 15:51:29 -06:00
431137da45 Add new (unimplemented) terminal service 2020-11-19 15:51:28 -06:00
4d276b88c0 Add new logger service
The telemetry service depends on this now. I had to move it into
invokeFunction and use accessor.get otherwise getLogger on the service
was undefined.

I also had to move some the extension management service because it
depends on the moved telemetry service. I moved a few other services as
well to better match VS Code (sharedProcessMain.ts).

I swapped some this.services.get with accessor.get since that seems to
be the correct method although for these other services either method
seems to work.
2020-11-19 15:51:27 -06:00
e28c9ab287 Update VS Code to 1.51.1 2020-11-19 15:51:23 -06:00
624cd9d44f Fix webview 404s
An extra slash caused a 404 (was /webview//vscode-resource).
2020-11-18 17:10:53 -06:00
2bf91ff6a6 v3.7.1 2020-11-16 17:18:12 -05:00
ccc519ecbd ci: Pin nfpm to v1.9.0
Closes #2310
2020-11-16 16:57:04 -05:00
40e1f066ff ci: Improve release template (#2311) 2020-11-16 16:56:53 -05:00
f64599b94d ci: Update standalone build test
ms-toolsai.jupyter is now a dependency of ms-python and is installed
along with it.
2020-11-16 14:40:06 -05:00
9917da068a v3.7.0 2020-11-16 11:11:50 -05:00
8bf1bf2c9f helm: Use upgrade --install everywhere
See @sreya's review
2020-11-13 18:45:13 -05:00
79e8f3dfdb ci: Only use helm kubeval if installed 2020-11-13 18:44:29 -05:00
f4d48bc880 ci: Remove helm validation action in favour of helm kubeval directly 2020-11-13 18:38:58 -05:00
9af3671c05 helm: Add link in install.md 2020-11-13 18:38:58 -05:00
248c2adb2e helm: Fix README examples
Not sure where --name came from? Maybe an older version of helm.

Ah, it's from v2.16.7
2020-11-13 18:38:58 -05:00
52ea32f4a7 helm: Move chart into ci/helm-chart 2020-11-13 17:27:52 -05:00
9889f30224 Remove unused ts-expect-error from VS Code
I'm not sure why other builds are passing with this still in.
2020-11-12 12:30:41 -06:00
e1702a1d21 Merge branch master into code-asher/ch1385 2020-11-12 11:52:02 -06:00
706bc23f04 plugin: Fixes for CI 2020-11-06 10:13:01 -05:00
75e52a3774 plugin.ts: Fixes for @code-asher 2020-11-06 10:12:46 -05:00
481df70622 ci/dev/test.sh: Pass through args 2020-11-06 10:11:57 -05:00
f9e0990594 Merge pull request #2255 from cdr/self-signed-3b2c
Fix self signed certificate for iPad
2020-11-03 14:04:47 -05:00
31306f7fdd docs: Add iPad self signed certificate documentation
Closes #1816
Closes #1566
2020-11-03 14:04:19 -05:00
6fbbb1047f fmt 2020-11-02 17:17:09 -06:00
e07a591745 Catch cloud agent download failure
- See #2251 and #2229.
2020-11-02 16:48:25 -06:00
0b9af6ef67 Initiate connection handshake from server
This way the connection can be initiated by either side. It looks like
sometimes the initial message from the client is lost (it never makes it
into the onControlMessage callback) but I'm still not sure why or if
that is preventable.

Also added a timeout on the server end to clean things up in case the
client never responds.
2020-10-30 16:16:45 -05:00
c63dc3a1ea Add more logging around connections 2020-10-30 16:16:44 -05:00
112eda4605 Convert routes to Express 2020-10-26 17:56:13 -05:00
79443c14ff release-image: Remap UID within the image before handling $DOCKER_USER (#2223)
If do not update the UID within the passwd database to match whatever
uid the container is being ran as, then sudo will not work when renaming
the user to match $DOCKER_USER as it will complain about the current
user being non-existent.
2020-10-23 12:07:08 -04:00
4a3d2e5a94 Remove unnecessary whoami
Closes #2213
2020-10-21 16:40:25 -04:00
daf204eeda Exclude browser-supported remote extensions
Removing them just for peace of mind even though they seem to get
filtered out later. This line is meant to only add remote extensions
that aren't capable of running in the browser. If they are
browser-capable they don't need to run in our shimmed Node environment.
2020-10-14 17:36:47 -05:00
f20f7ac166 Move extension fetch to main thread
This makes the fetch work independently of the worker's origin which is
no longer the same as the main thread (the main problem is the inability
to send cookies without setting SameSite to None).
2020-10-14 17:11:25 -05:00
e3699cf258 Update VS Code to 1.50.0
- The .js build files are no longer committed so they're gone.
- ParsedArgs and EnvironmentService are now NativeParsedArgs and
  NativeEnvironmentService.
- Interface for environment service was moved.
- getPathFromAmdModule was deprecated.
2020-10-14 17:11:22 -05:00
ec564091f1 Fix agent copy during release
If there isn't a lib dir yet it'll copy as lib instead of getting put
inside the directory.
2020-10-12 17:29:39 -05:00
ea105a9290 Fix release image entrypoint.sh 2020-10-12 04:26:36 -04:00
a4a03c1492 Fix CI 2020-10-12 03:08:24 -04:00
d7e3112625 Update standalone test 2020-10-09 18:01:43 -05:00
fe19391c03 Read most recent socket path from file 2020-10-09 16:57:43 -05:00
64a6a460c8 Adjust npm package postinstall to install extension dependencies (#2180)
Closes #1961
2020-10-09 15:00:49 -04:00
daa1c86fe0 Merge pull request #2086 from nhooyr/master
Integrate Coder Cloud Agent
2020-10-09 07:52:09 -04:00
9002f118c3 Remove the extra releases for autoupdating purposes 2020-10-09 07:50:58 -04:00
9f963c7e66 Update Node to 12.18.4 (#2175) 2020-10-08 16:15:05 -05:00