Commit Graph

  • 95ef6dbf2f
    Remove unused wrapper options Asher 2020-11-18 13:08:57 -0600
  • 016daf2fdd
    Parse arguments once Asher 2020-11-18 13:01:46 -0600
  • 247c4ec776
    Move onMessage so it can be used in the wrappers Asher 2020-11-18 12:05:24 -0600
  • d55e06936b
    Split child and parent wrappers Asher 2020-11-18 11:43:25 -0600
  • 2a3608df53
    Skip heartbeat on /healthz endpoint (#2333) Asher 2020-11-18 12:19:08 -0600
  • c6062c3d0a
    Fix log message (#2331) piousdeer 2020-11-18 23:41:32 +0700
  • 9ff535eddc
    Merge pull request #2312 from cdr/v3.7.1 Anmol Sethi 2020-11-16 18:14:15 -0500
  • 2bf91ff6a6
    v3.7.1 Anmol Sethi 2020-11-16 17:18:12 -0500
  • ccc519ecbd
    ci: Pin nfpm to v1.9.0 Anmol Sethi 2020-11-16 16:47:05 -0500
  • 40e1f066ff
    ci: Improve release template (#2311) Anmol Sethi 2020-11-16 16:56:53 -0500
  • ac09aa6ea8
    doc/ipad.md: Fix TOC Anmol Sethi 2020-11-16 15:40:07 -0500
  • f5e3dca3b9
    Merge pull request #2309 from cdr/v3.7.0 Anmol Sethi 2020-11-16 15:33:17 -0500
  • f64599b94d
    ci: Update standalone build test Anmol Sethi 2020-11-16 13:09:57 -0500
  • 9917da068a
    v3.7.0 Anmol Sethi 2020-11-16 10:50:05 -0500
  • 8bf1bf2c9f
    helm: Use upgrade --install everywhere Anmol Sethi 2020-11-13 18:45:13 -0500
  • 79e8f3dfdb
    ci: Only use helm kubeval if installed Anmol Sethi 2020-11-13 18:42:42 -0500
  • a37572d92d
    ci: Disable no-unused-vars for function args Anmol Sethi 2020-11-13 16:28:21 -0500
  • 40a7c11ce3
    node/routes: Fix error handling Anmol Sethi 2020-11-13 15:32:47 -0500
  • 7afa689285
    Merge pull request #2303 from cdr/helm-db7f Anmol Sethi 2020-11-13 18:40:03 -0500
  • f4d48bc880
    ci: Remove helm validation action in favour of helm kubeval directly Anmol Sethi 2020-11-13 18:34:11 -0500
  • 9af3671c05
    helm: Add link in install.md Anmol Sethi 2020-11-13 17:32:14 -0500
  • 248c2adb2e
    helm: Fix README examples Anmol Sethi 2020-11-13 17:08:05 -0500
  • 52ea32f4a7
    helm: Move chart into ci/helm-chart Anmol Sethi 2020-11-13 16:50:06 -0500
  • affa64c89c
    Merge pull request #2048 from Matthew-Beckett/feature/helm3 Anmol Sethi 2020-11-13 16:39:13 -0500
  • 5e603056fd
    Merge pull request #2238 from cdr/code-asher/ch1385 Asher 2020-11-12 14:04:04 -0600
  • 9889f30224
    Remove unused ts-expect-error from VS Code Asher 2020-11-12 12:30:41 -0600
  • 96995b78d1
    Update cert flag test Asher 2020-11-12 12:29:41 -0600
  • 6f14b8b8dd
    Add separate handler for error Asher 2020-11-12 12:07:45 -0600
  • b73ea2fea2
    Unbind message handler itself after getting message Asher 2020-11-12 12:03:28 -0600
  • e1702a1d21
    Merge branch master into code-asher/ch1385 Asher 2020-11-12 11:52:02 -0600
  • 5499a3d125
    Use baseUrl when redirecting from domain proxy Asher 2020-11-12 11:23:52 -0600
  • 31b67062b0
    Remove <type> from onMessage Asher 2020-11-12 11:17:45 -0600
  • 72931edcf0
    Fix cleanup after getting message from vscode Asher 2020-11-12 11:16:21 -0600
  • 79478eb89f
    Clarify some points around the cookie domain Asher 2020-11-10 18:33:16 -0600
  • 4574593664
    Refactor vscode init to use async Asher 2020-11-10 18:20:44 -0600
  • 71850e312b
    Avoid setting ?to=/ Asher 2020-11-10 18:14:18 -0600
  • b8340a2ae9
    Close sockets correctly Asher 2020-11-10 17:52:02 -0600
  • f706039a9d
    Re-add TLS socket proxy Asher 2020-11-10 17:24:07 -0600
  • de4949571c
    Document getFirstPath better Asher 2020-11-10 17:02:39 -0600
  • 0a01338edd
    Deduplicate child process message dance Asher 2020-11-10 15:46:53 -0600
  • aa7415a479
    Update CODEOWNERS file Matthew Beckett 2020-11-10 20:37:14 +0000
  • 10799aa1ec
    Bump chart app version Matthew Beckett 2020-11-10 20:10:50 +0000
  • 0e39bb9f2c
    Fix trailing line breaks Matthew Beckett 2020-11-10 20:09:48 +0000
  • 03aa7709ca
    Add maintainers Matthew Beckett 2020-11-10 20:09:13 +0000
  • 77c2a72cf8
    Bump version and update README Matthew Beckett 2020-11-10 20:07:38 +0000
  • f3d7d3f616
    Merge branch 'master' into feature/helm3 Matthew Beckett 2020-11-10 19:08:53 +0000
  • da6000b96f
    Add Slack link to issue template (#2282) Ben Potter 2020-11-10 14:00:05 -0500
  • d969a5bd6b
    Merge pull request #2252 from cdr/plugin-5d60 Anmol Sethi 2020-11-06 14:49:00 -0500
  • fe399ff0fe
    Fix formatting Anmol Sethi 2020-11-06 14:46:49 -0500
  • 277211c4ce
    plugin: Make init and applications callbacks optional Anmol Sethi 2020-11-06 14:44:19 -0500
  • 9d39c53c99
    plugin: Give test-plugin some html to test overlay Anmol Sethi 2020-11-06 10:09:35 -0500
  • 197a09f0c1
    plugin: Test endpoints via supertest Anmol Sethi 2020-11-06 09:51:46 -0500
  • 9453f891df
    plugin.ts: Fix usage of routerPath in mount Anmol Sethi 2020-11-05 14:17:13 -0500
  • 14f408a837
    plugin: Plugin modules now export a single top level identifier Anmol Sethi 2020-11-04 23:10:41 -0500
  • 8a8159c683
    plugin: More review fixes Anmol Sethi 2020-11-04 22:59:43 -0500
  • 706bc23f04
    plugin: Fixes for CI Anmol Sethi 2020-11-03 21:53:16 -0500
  • af73b96313
    routes/apps.ts: Add example output Anmol Sethi 2020-11-03 21:49:10 -0500
  • 2a13d003d3
    plugin.ts: Add homepageURL to plugin and application Anmol Sethi 2020-11-03 21:45:25 -0500
  • 687094802e
    plugin.ts: Make application endpoint paths absolute Anmol Sethi 2020-11-03 21:42:21 -0500
  • 139a28e0ea
    plugin.ts: Describe private counterpart functions Anmol Sethi 2020-11-03 21:14:19 -0500
  • e03bbe3149
    routes/apps.ts: Implement /api/applications endpoint Anmol Sethi 2020-11-03 21:14:14 -0500
  • afff86ae9c
    plugin.ts: Adjust to implement pluginapi.d.ts correctly Anmol Sethi 2020-11-03 21:11:14 -0500
  • fed545e67d
    plugin.d.ts -> pluginapi.d.ts Anmol Sethi 2020-11-03 17:13:21 -0500
  • 6638daf6f0
    plugin.d.ts: Add explicit path field and adjust types to reflect Anmol Sethi 2020-11-03 17:09:28 -0500
  • 8d3a7721fe
    plugin.d.ts: Document plugin priority correctly Anmol Sethi 2020-11-03 16:42:18 -0500
  • 75e52a3774
    plugin.ts: Fixes for @code-asher Anmol Sethi 2020-11-03 16:24:06 -0500
  • f4d7f00033
    plugin.ts: Fixes for @wbobeirne Anmol Sethi 2020-11-03 16:21:18 -0500
  • ef971009d9
    plugin.test.ts: Make it clear iconPath is a path Anmol Sethi 2020-10-30 03:39:14 -0400
  • 30d2962e21
    src/node/plugin.ts: Warn on duplicate plugin and only load first Anmol Sethi 2020-10-30 03:37:42 -0400
  • 82e8a00a0d
    Fix CI Anmol Sethi 2020-10-30 03:26:30 -0400
  • bea185b8b2
    plugin: Add basic loading test Anmol Sethi 2020-10-30 03:18:59 -0400
  • e08a55d44a
    src/node/plugin.ts: Implement new plugin API Anmol Sethi 2020-10-30 03:18:45 -0400
  • 481df70622
    ci/dev/test.sh: Pass through args Anmol Sethi 2020-10-29 23:18:07 -0400
  • aa2cfa2c17
    typings/plugin.d.ts: Create Anmol Sethi 2020-10-29 23:17:28 -0400
  • 959497067c
    Document HttpError Asher 2020-11-05 17:07:51 -0600
  • f7076247f9
    Move domain proxy to routes Asher 2020-11-05 16:45:58 -0600
  • f6c4434191
    Tweak proxy fallthrough behavior Asher 2020-11-05 16:42:58 -0600
  • cb991a9143
    Handle errors for JSON requests Asher 2020-11-05 15:19:15 -0600
  • 3f1750cf83
    Fix destroying response in update again Asher 2020-11-05 14:34:57 -0600
  • 7b2752a62c
    Move websocket routes into a separate app Asher 2020-11-05 12:58:37 -0600
  • 9e09c1f92b
    Upgrade to Express 5 Asher 2020-11-05 11:36:27 -0600
  • 8252c372af
    Provide a way to tell when event handlers are finished Asher 2020-11-04 16:49:01 -0600
  • 396af23842
    Kill VS Code when process exits Asher 2020-11-03 17:14:04 -0600
  • 34225e2bdf
    Use ensureAuthenticated as middleware Asher 2020-11-03 16:45:03 -0600
  • 476379a77e
    Fix cookie domain Asher 2020-11-03 16:44:08 -0600
  • 210fc049c4
    Document VS Code endpoints Asher 2020-11-03 16:30:45 -0600
  • e5c8e0aad1
    Remove useless || Asher 2020-11-03 16:14:24 -0600
  • c5ce365482
    Use query variable to force update check Asher 2020-11-03 16:13:41 -0600
  • a653b93ce2
    Include protocol on printed address Asher 2020-11-03 16:11:28 -0600
  • e2c35facdb
    Remove invalid comment on maybeProxy Asher 2020-11-03 15:47:20 -0600
  • 75b93f9dc5
    Fix bind address priority Asher 2020-11-04 17:07:03 -0600
  • 1eebde56ab
    Specify that Coder Alpha requires v3.6.2 (#2270) Jon Ayers 2020-11-03 18:03:28 -0600
  • e27188c2f9
    Merge pull request #2268 from cdr/update-alpha Asher 2020-11-03 17:33:02 -0600
  • ddbac8dd78
    Update README Alpha section to remove reference to typeform Jon Ayers 2020-11-03 23:23:41 +0000
  • 8066da12fe
    Remove unused Locals interface Asher 2020-11-03 15:37:16 -0600
  • 03e0013112
    Unbind error/exit events once handshakes resolve Asher 2020-11-03 14:54:27 -0600
  • e243f6e369
    Return early when forking to reduce indentation Asher 2020-11-03 14:42:37 -0600
  • c10450c4c5
    Move isFile into util Asher 2020-11-03 14:40:06 -0600
  • c72c53f64d
    Fix not being able to dispose vscode after failed disposal Asher 2020-11-03 14:36:27 -0600
  • f4e5855318
    Simplify update request Asher 2020-11-03 14:31:32 -0600