Archived
1
0

Commit Graph

  • c35d558352 vscode: Reconnect in the background up to 5 seconds Anmol Sethi 2020-11-30 13:23:17 -05:00
  • 8cb4e2c226 vscode: Remove background reconnection fixes from patch Anmol Sethi 2020-11-30 13:20:33 -05:00
  • e5067ba2a9 separate event domain from UI Machado, Meygha 2020-11-17 16:37:43 -06:00
  • fa0853dca6 revert reconnect wait times Machado, Meygha 2020-11-17 11:15:35 -06:00
  • a898dd34b9 solution with forceDialog for attempt 3 and no change to VisibleProgress class Machado, Meygha 2020-11-17 10:58:25 -06:00
  • 4eb4375119 one working solution without event suppression Machado, Meygha 2020-11-16 17:34:38 -06:00
  • 290c533c8e turn off visibleProgress on ConnectionLost Machado, Meygha 2020-11-16 11:39:21 -06:00
  • 67e2a99df2 show popup on third attempt Machado, Meygha 2020-11-06 16:49:03 -06:00
  • 0ad7d93ea6 Merge pull request #2374 from cdr/lint-vscode-c2c2 Anmol Sethi 2020-11-30 13:26:03 -05:00
  • 4cb8a32f4c ci: Fetch vscode node_modules in lint.sh for eslint Anmol Sethi 2020-11-27 08:34:09 -05:00
  • 833314aae8 vscode: Make eslint pass Anmol Sethi 2020-11-27 08:17:19 -05:00
  • 5247878d93 ci: Enable vscode linting Anmol Sethi 2020-11-25 12:05:07 -05:00
  • ae65c83cbd Fix exthost error and warn logging (#2366) Asher 2020-11-26 16:58:34 -06:00
  • eca4448877 Merge pull request #2360 from cdr/v3.7.3 Anmol Sethi 2020-11-24 14:32:57 -05:00
  • 93fb76e4a7 v3.7.3 v3.7.3 Anmol Sethi 2020-11-24 13:12:10 -05:00
  • a1537d7138 Merge pull request #2358 from cdr/update-noti-45e1 Anmol Sethi 2020-11-24 13:10:25 -05:00
  • def81245a4 vscode: Check updates with absolute path Anmol Sethi 2020-11-24 12:59:06 -05:00
  • 37c80c9bbd vscode: Add missing semicolons Anmol Sethi 2020-11-24 12:47:58 -05:00
  • be37821ab9 update.ts: Simplify comparison Anmol Sethi 2020-11-23 21:09:27 -05:00
  • f74f1721e6 doc: Add note on upgrading into release notes and install.md Anmol Sethi 2020-11-23 21:07:02 -05:00
  • fb63c0cd22 vscode: Show notification when upgrade is available Anmol Sethi 2020-11-23 21:06:45 -05:00
  • bb26d2edd3 Merge pull request #2357 from cdr/branding-0570 Anmol Sethi 2020-11-24 11:58:31 -05:00
  • 303fe2bc4e vscode: Customize welcome page for code-server Anmol Sethi 2020-11-23 19:07:35 -05:00
  • 5a38ab95fe vscode: Disable go home button Anmol Sethi 2020-11-23 19:06:51 -05:00
  • 19710ab144 vscode: Update product.json Anmol Sethi 2020-11-23 19:03:54 -05:00
  • a018e30d6f Merge pull request #2348 from cdr/userdata Anmol Sethi 2020-11-23 13:57:55 -05:00
  • fb835838db Remove semver-umd link Asher 2020-11-20 15:35:18 -06:00
  • 3d7fbec40f Use file system for settings and fix data home path Asher 2020-11-20 13:47:58 -06:00
  • 96170de191 Merge pull request #2342 from cdr/v3.7.2 Anmol Sethi 2020-11-19 18:22:45 -05:00
  • 2e2d03371f ci: Fix typo in release template Anmol Sethi 2020-11-19 18:03:12 -05:00
  • a0db6723c1 v3.7.2 v3.7.2 Anmol Sethi 2020-11-19 17:28:22 -05:00
  • 23ead21b1d Merge pull request #2340 from cdr/vscode-1.51.1 Asher 2020-11-19 15:52:40 -06:00
  • 42390da097 Don't persist terminals for now Asher 2020-11-19 15:13:46 -06:00
  • d0f6cbb02d Use resolverEnv to get exec path Asher 2020-11-19 12:42:59 -06:00
  • fa59156a2a Implement remaining resolver methods Asher 2020-11-19 12:26:31 -06:00
  • 8ffe599796 Add notes on unimplemented terminal events Asher 2020-11-19 11:24:52 -06:00
  • a6f8840009 Add timeout for disposing detached terminals Asher 2020-11-19 11:21:15 -06:00
  • 1feb30a7ff Send back workspace ID and name in terminal list Asher 2020-11-19 11:11:46 -06:00
  • 182aca6490 Only replay terminals when detached Asher 2020-11-19 10:58:04 -06:00
  • 8311cf5657 Handle non-persistent terminals Asher 2020-11-17 17:51:17 -06:00
  • 4de2511162 Implement terminal replay event Asher 2020-11-17 17:03:15 -06:00
  • 3f7b91e2e2 Implement most of remote terminal service Asher 2020-11-17 13:26:07 -06:00
  • 431137da45 Add new (unimplemented) terminal service Asher 2020-11-13 11:31:01 -06:00
  • 4d276b88c0 Add new logger service Asher 2020-11-06 22:49:05 -06:00
  • e28c9ab287 Update VS Code to 1.51.1 Asher 2020-11-06 22:47:51 -06:00
  • b540737b10 Merge pull request #2339 from cdr/ios-input-3cf7 Anmol Sethi 2020-11-19 11:31:07 -05:00
  • 4380356e0c Merge pull request #2334 from cdr/wrappers Asher 2020-11-19 10:28:54 -06:00
  • 72caafe8b0 Fix service worker not loading (#2335) Asher 2020-11-19 10:18:15 -06:00
  • 08b9e9ad1f Merge pull request #2336 from cdr/webview-404 Asher 2020-11-19 10:14:54 -06:00
  • 2dc7863ec3 login.css: Disable webkit appearance for input elements Anmol Sethi 2020-11-19 10:42:14 -05:00
  • 30100caf0c Revert "login.css: Fix button styling on iOS" Anmol Sethi 2020-11-19 10:41:37 -05:00
  • f79bb210ec login.css: Fix button styling on iOS Jacky 2020-10-29 10:07:43 +08:00
  • 182791319a Fix tar authentication Asher 2020-11-18 17:15:14 -06:00
  • 624cd9d44f Fix webview 404s Asher 2020-11-18 16:50:04 -06:00
  • 95ef6dbf2f Remove unused wrapper options Asher 2020-11-18 13:08:57 -06:00
  • 016daf2fdd Parse arguments once Asher 2020-11-18 13:01:46 -06:00
  • 247c4ec776 Move onMessage so it can be used in the wrappers Asher 2020-11-18 12:05:24 -06:00
  • d55e06936b Split child and parent wrappers Asher 2020-11-18 11:43:25 -06:00
  • 2a3608df53 Skip heartbeat on /healthz endpoint (#2333) Asher 2020-11-18 12:19:08 -06:00
  • c6062c3d0a Fix log message (#2331) piousdeer 2020-11-18 23:41:32 +07:00
  • 9ff535eddc Merge pull request #2312 from cdr/v3.7.1 Anmol Sethi 2020-11-16 18:14:15 -05:00
  • 2bf91ff6a6 v3.7.1 v3.7.1 Anmol Sethi 2020-11-16 17:18:12 -05:00
  • ccc519ecbd ci: Pin nfpm to v1.9.0 Anmol Sethi 2020-11-16 16:47:05 -05:00
  • 40e1f066ff ci: Improve release template (#2311) Anmol Sethi 2020-11-16 16:56:53 -05:00
  • ac09aa6ea8 doc/ipad.md: Fix TOC Anmol Sethi 2020-11-16 15:40:07 -05:00
  • f5e3dca3b9 Merge pull request #2309 from cdr/v3.7.0 Anmol Sethi 2020-11-16 15:33:17 -05:00
  • f64599b94d ci: Update standalone build test v3.7.0 Anmol Sethi 2020-11-16 13:09:57 -05:00
  • 9917da068a v3.7.0 Anmol Sethi 2020-11-16 10:50:05 -05:00
  • 8bf1bf2c9f helm: Use upgrade --install everywhere Anmol Sethi 2020-11-13 18:45:13 -05:00
  • 79e8f3dfdb ci: Only use helm kubeval if installed Anmol Sethi 2020-11-13 18:42:42 -05:00
  • a37572d92d ci: Disable no-unused-vars for function args Anmol Sethi 2020-11-13 16:28:21 -05:00
  • 40a7c11ce3 node/routes: Fix error handling Anmol Sethi 2020-11-13 15:32:47 -05:00
  • 7afa689285 Merge pull request #2303 from cdr/helm-db7f Anmol Sethi 2020-11-13 18:40:03 -05:00
  • f4d48bc880 ci: Remove helm validation action in favour of helm kubeval directly Anmol Sethi 2020-11-13 18:34:11 -05:00
  • 9af3671c05 helm: Add link in install.md Anmol Sethi 2020-11-13 17:32:14 -05:00
  • 248c2adb2e helm: Fix README examples Anmol Sethi 2020-11-13 17:08:05 -05:00
  • 52ea32f4a7 helm: Move chart into ci/helm-chart Anmol Sethi 2020-11-13 16:50:06 -05:00
  • affa64c89c Merge pull request #2048 from Matthew-Beckett/feature/helm3 Anmol Sethi 2020-11-13 16:39:13 -05:00
  • 5e603056fd Merge pull request #2238 from cdr/code-asher/ch1385 Asher 2020-11-12 14:04:04 -06:00
  • 9889f30224 Remove unused ts-expect-error from VS Code Asher 2020-11-12 12:30:41 -06:00
  • 96995b78d1 Update cert flag test Asher 2020-11-12 12:29:41 -06:00
  • 6f14b8b8dd Add separate handler for error Asher 2020-11-12 12:07:45 -06:00
  • b73ea2fea2 Unbind message handler itself after getting message Asher 2020-11-12 12:03:28 -06:00
  • e1702a1d21 Merge branch master into code-asher/ch1385 Asher 2020-11-12 11:52:02 -06:00
  • 5499a3d125 Use baseUrl when redirecting from domain proxy Asher 2020-11-12 11:23:52 -06:00
  • 31b67062b0 Remove <type> from onMessage Asher 2020-11-12 11:17:45 -06:00
  • 72931edcf0 Fix cleanup after getting message from vscode Asher 2020-11-12 11:16:21 -06:00
  • 79478eb89f Clarify some points around the cookie domain Asher 2020-11-10 18:33:16 -06:00
  • 4574593664 Refactor vscode init to use async Asher 2020-11-10 18:20:44 -06:00
  • 71850e312b Avoid setting ?to=/ Asher 2020-11-10 18:14:18 -06:00
  • b8340a2ae9 Close sockets correctly Asher 2020-11-10 17:52:02 -06:00
  • f706039a9d Re-add TLS socket proxy Asher 2020-11-10 17:24:07 -06:00
  • de4949571c Document getFirstPath better Asher 2020-11-10 17:02:39 -06:00
  • 0a01338edd Deduplicate child process message dance Asher 2020-11-10 15:46:53 -06:00
  • aa7415a479 Update CODEOWNERS file Matthew Beckett 2020-11-10 20:37:14 +00:00
  • 10799aa1ec Bump chart app version Matthew Beckett 2020-11-10 20:10:50 +00:00
  • 0e39bb9f2c Fix trailing line breaks Matthew Beckett 2020-11-10 20:09:48 +00:00
  • 03aa7709ca Add maintainers Matthew Beckett 2020-11-10 20:09:13 +00:00
  • 77c2a72cf8 Bump version and update README Matthew Beckett 2020-11-10 20:07:38 +00:00
  • f3d7d3f616 Merge branch 'master' into feature/helm3 Matthew Beckett 2020-11-10 19:08:53 +00:00