Commit Graph

  • 3a074fd844
    Skip unnecessary auth type check when using --link Asher 2020-11-03 14:30:34 -0600
  • 8a9e61defb
    Use Addr interface everywhere and loop over arg sources Asher 2020-11-03 14:26:25 -0600
  • 1067507c41
    Proxy to 0.0.0.0 instead of localhost Asher 2020-10-28 11:29:43 -0500
  • f9e0990594
    Merge pull request #2255 from cdr/self-signed-3b2c Anmol Sethi 2020-11-03 14:04:47 -0500
  • c07296cce0
    docs: Add known issues to iPad docs and add more links to iPad docs Anmol Sethi 2020-10-30 06:08:42 -0400
  • 31306f7fdd
    docs: Add iPad self signed certificate documentation Anmol Sethi 2020-10-30 04:48:51 -0400
  • 7affce5801
    Merge branch 'v3.6.2' into feature/helm3 Matthew Beckett 2020-11-03 12:28:29 +0000
  • 37b87dd2b8
    Merge pull request #2264 from cdr/v3.6.2 Asher 2020-11-02 18:07:53 -0600
  • 9bde62fbd6
    v3.6.2 Asher 2020-11-02 17:17:25 -0600
  • 6fbbb1047f
    fmt Asher 2020-11-02 17:17:09 -0600
  • e07a591745
    Catch cloud agent download failure Asher 2020-11-02 16:47:09 -0600
  • 676c7bf915
    Merge pull request #2250 from cdr/disconnects Asher 2020-11-02 16:46:14 -0600
  • 9ad7d0b7a3
    Fix potential 500 when loading in parallel Asher 2020-10-30 14:50:06 -0500
  • 07e7c38ea2
    Immediately pause web socket Asher 2020-10-30 13:38:13 -0500
  • 0b9af6ef67
    Initiate connection handshake from server Asher 2020-10-29 18:54:18 -0500
  • c63dc3a1ea
    Add more logging around connections Asher 2020-10-29 14:48:01 -0500
  • a1b61d1659
    src/node/util.ts: Mark generated certificates as CA Anmol Sethi 2020-10-30 05:42:42 -0400
  • bae28727bd
    src/node/cli.ts: Add --cert-host to configure generated certificate hostname Anmol Sethi 2020-10-30 05:26:40 -0400
  • 8b85006996
    src/node/util.ts: Make certificate generation "modern" Anmol Sethi 2020-10-30 04:35:08 -0400
  • 10b3028196
    util: Generate self signed certificate into data directory Anmol Sethi 2020-10-30 04:13:22 -0400
  • 860c99e3b8
    Docs copyedits: README.md + CONTRIBUTING.md (#2242) Katie Horne 2020-10-29 16:21:47 -0500
  • f2f1fee6f1
    Short-circuit heartbeat when alive Asher 2020-10-27 17:48:37 -0500
  • 504d89638b
    Fix open line being printed when open fails Asher 2020-10-27 17:41:11 -0500
  • dc177ab505
    Unambiguify address replacement Asher 2020-10-27 17:38:54 -0500
  • cde94d5ed4
    Remove redundant serverAddress check Asher 2020-10-27 17:35:42 -0500
  • 305348f0ac
    Improve proxy fallthrough logic Asher 2020-10-27 17:26:22 -0500
  • 6ab6cb4f07
    Fix error handler types Asher 2020-10-27 17:18:44 -0500
  • 6422a8d74b
    Fix webview resource path Asher 2020-10-27 17:17:05 -0500
  • 257d9a4fa4
    Make authentication work with sub-domain proxy Asher 2020-10-26 15:13:52 -0500
  • 112eda4605
    Convert routes to Express Asher 2020-10-20 18:05:58 -0500
  • 4b6cbacbad
    Add file for global constants Asher 2020-10-16 14:45:49 -0500
  • 71dc5c7542
    Switch to Express Asher 2020-10-16 12:43:49 -0500
  • 7e1e9d1249
    Merge pull request #2205 from cdr/v3.6.1 Asher 2020-10-23 17:04:33 -0500
  • 62735da694
    v3.6.1 Asher 2020-10-14 17:06:42 -0500
  • 6cc1ee1b00
    Merge pull request #2220 from cdr/remote-install-5bc0 Anmol Sethi 2020-10-23 12:07:35 -0400
  • 79443c14ff
    release-image: Remap UID within the image before handling $DOCKER_USER (#2223) Anmol Sethi 2020-10-23 12:07:08 -0400
  • a0b7bf2180
    install.sh: Default $RSH to ssh Anmol Sethi 2020-10-22 01:43:22 -0400
  • 30f3030530
    install.sh: Allow customizing remote shell with --rsh Anmol Sethi 2020-10-21 17:05:58 -0400
  • 759a78d9d8
    install.sh: Rename SSH_FLAGS to RSH_FLAGS Anmol Sethi 2020-10-21 17:00:20 -0400
  • 7093f99a78
    Merge pull request #2218 from cdr/whoami-c324 Anmol Sethi 2020-10-22 01:41:17 -0400
  • bca1bcfc03
    Fix README formatting Anmol Sethi 2020-10-21 16:45:53 -0400
  • 4a3d2e5a94
    Remove unnecessary whoami Anmol Sethi 2020-10-21 16:39:30 -0400
  • 14287df655
    Merge pull request #2204 from cdr/vscode-1.50.0 Asher 2020-10-21 14:14:51 -0500
  • 8e93e28162
    Strip config file password from debug log Asher 2020-10-16 12:31:22 -0500
  • 9f25cc6d5d
    Move providers from app to routes Asher 2020-10-15 17:47:20 -0500
  • 6000e389bc
    Add Express as a dep and regenerate lockfile Asher 2020-10-15 17:05:55 -0500
  • 2928d362fa
    Move heart and AuthType out of http Asher 2020-10-15 17:00:21 -0500
  • dcb303a437
    Move argument defaults into setDefaults Asher 2020-10-15 16:17:04 -0500
  • daf204eeda
    Exclude browser-supported remote extensions Asher 2020-10-14 17:21:05 -0500
  • f20f7ac166
    Move extension fetch to main thread Asher 2020-10-14 16:56:27 -0500
  • a7c43a8eb6
    Remove CSP tag from VS Code html Asher 2020-10-12 17:08:15 -0500
  • 30d05aeb4b
    Update require base URL for VS Code loader Asher 2020-10-12 15:42:46 -0500
  • 07580e1fcb
    Add path to loader for tas-client-umd Asher 2020-10-12 15:42:33 -0500
  • e3699cf258
    Update VS Code to 1.50.0 Asher 2020-10-12 15:34:54 -0500
  • 2a22676d93
    Merge pull request #2202 from ammario/link Ammar Bandukwala 2020-10-13 18:39:32 -0500
  • 36b3183b75
    Add Coder Cloud alpha sign up link Ammar Bandukwala 2020-10-13 23:25:09 +0000
  • d7cba30c6a
    Merge branch 'master' into feature/helm3 Matthew Beckett 2020-10-13 14:29:43 +0100
  • 30fafc8937
    Merge pull request #15 from hammady/feature/helm3 Matthew Beckett 2020-10-13 14:28:48 +0100
  • ec564091f1
    Fix agent copy during release Asher 2020-10-12 17:26:50 -0500
  • 83465a2f4f Simplify data volume mount Hossam Hammady 2020-10-12 12:50:43 +0000
  • b4fd47b5af Add support for hostPath volumes Hossam Hammady 2020-10-12 11:59:53 +0000
  • 3570ff796d
    Merge pull request #14 from hammady/feature/helm3 Matthew Beckett 2020-10-12 12:02:40 +0100
  • fd241d555b Fix indentation for extra mounts Hossam Hammady 2020-10-12 10:49:21 +0000
  • d323f4f75b Add missing existingClaim in values.yaml comments Hossam Hammady 2020-10-12 10:46:52 +0000
  • 40b1efa142 Add echo command in NOTES to get password Hossam Hammady 2020-10-12 10:45:26 +0000
  • ea105a9290
    Fix release image entrypoint.sh Anmol Sethi 2020-10-12 04:26:23 -0400
  • e453d3107d
    Merge pull request #2193 from cdr/v3.6.0 Anmol Sethi 2020-10-12 04:02:44 -0400
  • a4a03c1492
    Fix CI Anmol Sethi 2020-10-12 02:09:48 -0400
  • d7ba9ae633
    v3.6.0 Anmol Sethi 2020-10-12 01:18:55 -0400
  • 00383b79b9
    Merge pull request #2099 from cdr/open-in Anmol Sethi 2020-10-12 01:14:15 -0400
  • c6ba12942c
    Filter blank plugin directories (#2187) Asher 2020-10-11 01:14:43 -0500
  • d7e3112625
    Update standalone test Asher 2020-10-09 18:01:43 -0500
  • 26c735b434
    Remove tryParse Asher 2020-10-09 17:05:21 -0500
  • 466a04f874
    Remove pointless use of openInFlagCount Asher 2020-10-07 13:03:39 -0500
  • e0769dc13a
    Move config file info log Asher 2020-09-15 17:29:53 -0500
  • fe19391c03
    Read most recent socket path from file Asher 2020-09-15 16:51:43 -0500
  • 021c084e43
    Move log level defaults into setDefaults Asher 2020-09-15 13:43:07 -0500
  • 1902296702
    Remove references to --open-in flag Asher 2020-09-15 12:47:33 -0500
  • bb1bf88439
    Fix wrapper.start not actually waiting for anything Asher 2020-09-14 17:22:24 -0500
  • 0a8e71c647
    Refactor wrapper Asher 2020-09-14 15:57:58 -0500
  • 6bdaada689
    Move uncaught exception handler to wrapper Asher 2020-09-14 15:56:08 -0500
  • 811cf3364a
    install.sh: Allow installing directly onto a remote host (#2183) Anmol Sethi 2020-10-09 15:33:58 -0400
  • 64a6a460c8
    Adjust npm package postinstall to install extension dependencies (#2180) Anmol Sethi 2020-10-09 15:00:49 -0400
  • 1e4e72aa5b
    Merge pull request #2184 from nhooyr/link-flag-1547 Anmol Sethi 2020-10-09 13:53:55 -0400
  • fcfb03382a
    cloud: Add mention of cloud repo Anmol Sethi 2020-10-09 12:57:48 -0400
  • d67bd3f604
    cloud: Rename --coder-bind to --link Anmol Sethi 2020-10-09 12:57:20 -0400
  • 2d1de749f4
    Unlink socket before using (#2181) Anmol Sethi 2020-10-09 12:34:52 -0400
  • c6c293d53a
    Merge pull request #2147 from cdr/multi-plugin Asher 2020-10-09 11:02:25 -0500
  • daa1c86fe0
    Merge pull request #2086 from nhooyr/master Anmol Sethi 2020-10-09 07:52:09 -0400
  • 9002f118c3
    Remove the extra releases for autoupdating purposes Anmol Sethi 2020-10-09 07:50:58 -0400
  • a5b6d080bd
    Add CS_BETA and note --coder-bind is in beta Anmol Sethi 2020-10-09 07:45:20 -0400
  • 9ff37977a8
    Make --coder-bind disable HTTPS Anmol Sethi 2020-10-09 07:38:58 -0400
  • f5489cd3a0
    Hide -coder-bind for now Anmol Sethi 2020-10-09 07:38:38 -0400
  • c86d7398ab
    Use system data directory for plugins Asher 2020-10-08 16:18:00 -0500
  • 9f963c7e66
    Update Node to 12.18.4 (#2175) Asher 2020-10-08 16:15:05 -0500
  • 8063c79e44
    Patch VS Code to avoid deleting extension dependencies (#2170) Anmol Sethi 2020-10-08 16:55:13 -0400
  • febf4ead96
    Fix the clean script Anmol Sethi 2020-10-07 17:28:13 -0400
  • 3e28ab85a0
    Add debug log for options passed to the agent Anmol Sethi 2020-10-07 17:16:20 -0400
  • 85b0804be5
    Remove cliArgs from main Anmol Sethi 2020-10-07 16:21:10 -0400
  • ebbcb8d6a7
    Update yarn.lock Anmol Sethi 2020-10-07 16:09:40 -0400