@gitpod/gitpod-protocol 0.1.5-main.648 → 0.1.5-main.6480
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/data/gitpod-schema.json +157 -29
- package/lib/accounting-protocol.d.ts +19 -14
- package/lib/accounting-protocol.d.ts.map +1 -1
- package/lib/accounting-protocol.js +44 -48
- package/lib/accounting-protocol.js.map +1 -1
- package/lib/admin-protocol.d.ts +44 -5
- package/lib/admin-protocol.d.ts.map +1 -1
- package/lib/admin-protocol.js +16 -1
- package/lib/admin-protocol.js.map +1 -1
- package/lib/analytics.d.ts +44 -0
- package/lib/analytics.d.ts.map +1 -0
- package/lib/analytics.js +10 -0
- package/lib/analytics.js.map +1 -0
- package/lib/attribution.d.ts +24 -0
- package/lib/attribution.d.ts.map +1 -0
- package/lib/attribution.js +54 -0
- package/lib/attribution.js.map +1 -0
- package/lib/auth.d.ts +1 -1
- package/lib/auth.d.ts.map +1 -1
- package/lib/auth.js +1 -1
- package/lib/billing-mode.d.ts +45 -0
- package/lib/billing-mode.d.ts.map +1 -0
- package/lib/billing-mode.js +44 -0
- package/lib/billing-mode.js.map +1 -0
- package/lib/blocked-repositories-protocol.d.ts +13 -0
- package/lib/blocked-repositories-protocol.d.ts.map +1 -0
- package/lib/blocked-repositories-protocol.js +8 -0
- package/lib/blocked-repositories-protocol.js.map +1 -0
- package/lib/context-url.d.ts +30 -0
- package/lib/context-url.d.ts.map +1 -0
- package/lib/context-url.js +100 -0
- package/lib/context-url.js.map +1 -0
- package/lib/context-url.spec.d.ts +12 -0
- package/lib/context-url.spec.d.ts.map +1 -0
- package/lib/context-url.spec.js +81 -0
- package/lib/context-url.spec.js.map +1 -0
- package/lib/encryption/container-module.d.ts +1 -1
- package/lib/encryption/container-module.d.ts.map +1 -1
- package/lib/encryption/container-module.js +5 -5
- package/lib/encryption/container-module.js.map +1 -1
- package/lib/encryption/encryption-engine.d.ts +1 -1
- package/lib/encryption/encryption-engine.d.ts.map +1 -1
- package/lib/encryption/encryption-engine.js +26 -27
- package/lib/encryption/encryption-engine.js.map +1 -1
- package/lib/encryption/encryption-engine.spec.d.ts +1 -1
- package/lib/encryption/encryption-engine.spec.d.ts.map +1 -1
- package/lib/encryption/encryption-engine.spec.js +30 -38
- package/lib/encryption/encryption-engine.spec.js.map +1 -1
- package/lib/encryption/encryption-service.d.ts +1 -1
- package/lib/encryption/encryption-service.d.ts.map +1 -1
- package/lib/encryption/encryption-service.js +31 -45
- package/lib/encryption/encryption-service.js.map +1 -1
- package/lib/encryption/key-provider.d.ts +1 -1
- package/lib/encryption/key-provider.d.ts.map +1 -1
- package/lib/encryption/key-provider.js +32 -39
- package/lib/encryption/key-provider.js.map +1 -1
- package/lib/env.d.ts +1 -7
- package/lib/env.d.ts.map +1 -1
- package/lib/env.js +8 -28
- package/lib/env.js.map +1 -1
- package/lib/experiments/always-default.d.ts +8 -0
- package/lib/experiments/always-default.d.ts.map +1 -0
- package/lib/experiments/always-default.js +20 -0
- package/lib/experiments/always-default.js.map +1 -0
- package/lib/experiments/configcat-server.d.ts +10 -0
- package/lib/experiments/configcat-server.d.ts.map +1 -0
- package/lib/experiments/configcat-server.js +37 -0
- package/lib/experiments/configcat-server.js.map +1 -0
- package/lib/experiments/configcat.d.ts +21 -0
- package/lib/experiments/configcat.d.ts.map +1 -0
- package/lib/experiments/configcat.js +51 -0
- package/lib/experiments/configcat.js.map +1 -0
- package/lib/experiments/types.d.ts +22 -0
- package/lib/experiments/types.d.ts.map +1 -0
- package/lib/experiments/types.js +10 -0
- package/lib/experiments/types.js.map +1 -0
- package/lib/frontend-dashboard-service.d.ts +90 -0
- package/lib/frontend-dashboard-service.d.ts.map +1 -0
- package/lib/frontend-dashboard-service.js +49 -0
- package/lib/frontend-dashboard-service.js.map +1 -0
- package/lib/gitpod-file-parser.d.ts +1 -1
- package/lib/gitpod-file-parser.d.ts.map +1 -1
- package/lib/gitpod-file-parser.js +27 -43
- package/lib/gitpod-file-parser.js.map +1 -1
- package/lib/gitpod-file-parser.spec.d.ts +1 -1
- package/lib/gitpod-file-parser.spec.js +146 -143
- package/lib/gitpod-file-parser.spec.js.map +1 -1
- package/lib/gitpod-service.d.ts +191 -55
- package/lib/gitpod-service.d.ts.map +1 -1
- package/lib/gitpod-service.js +204 -298
- package/lib/gitpod-service.js.map +1 -1
- package/lib/headless-workspace-log.d.ts +10 -12
- package/lib/headless-workspace-log.d.ts.map +1 -1
- package/lib/headless-workspace-log.js +7 -9
- package/lib/headless-workspace-log.js.map +1 -1
- package/lib/ide-frontend-service.d.ts +2 -2
- package/lib/ide-frontend-service.js +1 -1
- package/lib/ide-protocol.d.ts +126 -0
- package/lib/ide-protocol.d.ts.map +1 -0
- package/lib/ide-protocol.js +18 -0
- package/lib/ide-protocol.js.map +1 -0
- package/lib/index.d.ts +17 -11
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +8 -2
- package/lib/index.js.map +1 -1
- package/lib/installation-admin-protocol.d.ts +30 -0
- package/lib/installation-admin-protocol.d.ts.map +1 -0
- package/lib/installation-admin-protocol.js +31 -0
- package/lib/installation-admin-protocol.js.map +1 -0
- package/lib/license-protocol.d.ts +8 -1
- package/lib/license-protocol.d.ts.map +1 -1
- package/lib/license-protocol.js +1 -1
- package/lib/license-protocol.js.map +1 -1
- package/lib/messaging/browser/connection.d.ts +4 -6
- package/lib/messaging/browser/connection.d.ts.map +1 -1
- package/lib/messaging/browser/connection.js +176 -45
- package/lib/messaging/browser/connection.js.map +1 -1
- package/lib/messaging/browser/window-connection.d.ts +5 -5
- package/lib/messaging/browser/window-connection.d.ts.map +1 -1
- package/lib/messaging/browser/window-connection.js +43 -60
- package/lib/messaging/browser/window-connection.js.map +1 -1
- package/lib/messaging/client-call-metrics.d.ts +21 -0
- package/lib/messaging/client-call-metrics.d.ts.map +1 -0
- package/lib/messaging/client-call-metrics.js +95 -0
- package/lib/messaging/client-call-metrics.js.map +1 -0
- package/lib/messaging/error.d.ts +13 -3
- package/lib/messaging/error.d.ts.map +1 -1
- package/lib/messaging/error.js +25 -5
- package/lib/messaging/error.js.map +1 -1
- package/lib/messaging/handler.d.ts +10 -0
- package/lib/messaging/handler.d.ts.map +1 -1
- package/lib/messaging/handler.js +1 -1
- package/lib/messaging/node/connection.d.ts +1 -17
- package/lib/messaging/node/connection.d.ts.map +1 -1
- package/lib/messaging/node/connection.js +24 -60
- package/lib/messaging/node/connection.js.map +1 -1
- package/lib/messaging/proxy-factory.d.ts +3 -1
- package/lib/messaging/proxy-factory.d.ts.map +1 -1
- package/lib/messaging/proxy-factory.js +75 -162
- package/lib/messaging/proxy-factory.js.map +1 -1
- package/lib/oss-allowlist.d.ts +14 -0
- package/lib/oss-allowlist.d.ts.map +1 -0
- package/lib/oss-allowlist.js +8 -0
- package/lib/oss-allowlist.js.map +1 -0
- package/lib/payment-protocol.d.ts +1 -1
- package/lib/payment-protocol.d.ts.map +1 -1
- package/lib/payment-protocol.js +2 -2
- package/lib/payment-protocol.js.map +1 -1
- package/lib/permission.d.ts +14 -4
- package/lib/permission.d.ts.map +1 -1
- package/lib/permission.js +45 -32
- package/lib/permission.js.map +1 -1
- package/lib/plans.d.ts +6 -5
- package/lib/plans.d.ts.map +1 -1
- package/lib/plans.js +230 -210
- package/lib/plans.js.map +1 -1
- package/lib/protocol.d.ts +261 -105
- package/lib/protocol.d.ts.map +1 -1
- package/lib/protocol.js +346 -205
- package/lib/protocol.js.map +1 -1
- package/{src/util/without.ts → lib/protocol.spec.d.ts} +3 -4
- package/lib/protocol.spec.d.ts.map +1 -0
- package/lib/protocol.spec.js +127 -0
- package/lib/protocol.spec.js.map +1 -0
- package/lib/snapshot-url.d.ts +14 -0
- package/lib/snapshot-url.d.ts.map +1 -0
- package/lib/snapshot-url.js +26 -0
- package/lib/snapshot-url.js.map +1 -0
- package/lib/snapshot-url.spec.d.ts +7 -0
- package/lib/snapshot-url.spec.d.ts.map +1 -0
- package/lib/snapshot-url.spec.js +41 -0
- package/lib/snapshot-url.spec.js.map +1 -0
- package/lib/team-subscription-protocol.d.ts +24 -5
- package/lib/team-subscription-protocol.d.ts.map +1 -1
- package/lib/team-subscription-protocol.js +36 -18
- package/lib/team-subscription-protocol.js.map +1 -1
- package/lib/teams-projects-protocol.d.ts +137 -0
- package/lib/teams-projects-protocol.d.ts.map +1 -0
- package/lib/teams-projects-protocol.js +41 -0
- package/lib/teams-projects-protocol.js.map +1 -0
- package/lib/typings/globals.d.ts +3 -3
- package/lib/typings/globals.d.ts.map +1 -1
- package/lib/typings/globals.js +1 -1
- package/lib/usage.d.ts +73 -0
- package/lib/usage.d.ts.map +1 -0
- package/lib/usage.js +20 -0
- package/lib/usage.js.map +1 -0
- package/lib/util/analytics.d.ts +8 -0
- package/lib/util/analytics.d.ts.map +1 -0
- package/lib/util/analytics.js +88 -0
- package/lib/util/analytics.js.map +1 -0
- package/lib/util/async-iterator.d.ts +1 -1
- package/lib/util/async-iterator.d.ts.map +1 -1
- package/lib/util/async-iterator.js +58 -136
- package/lib/util/async-iterator.js.map +1 -1
- package/lib/util/cancelable.d.ts +1 -1
- package/lib/util/cancelable.js +18 -60
- package/lib/util/cancelable.js.map +1 -1
- package/lib/util/date-time.d.ts +1 -1
- package/lib/util/date-time.js +12 -12
- package/lib/util/date-time.js.map +1 -1
- package/lib/util/debug-app.d.ts +25 -0
- package/lib/util/debug-app.d.ts.map +1 -0
- package/lib/util/debug-app.js +100 -0
- package/lib/util/debug-app.js.map +1 -0
- package/lib/util/deep-partial.d.ts +1 -1
- package/lib/util/deep-partial.js +1 -1
- package/lib/util/deferred.d.ts +1 -1
- package/lib/util/deferred.js +11 -13
- package/lib/util/deferred.js.map +1 -1
- package/lib/util/disposable.d.ts.map +1 -1
- package/lib/util/disposable.js +27 -40
- package/lib/util/disposable.js.map +1 -1
- package/lib/util/event.d.ts.map +1 -1
- package/lib/util/event.js +63 -77
- package/lib/util/event.js.map +1 -1
- package/lib/util/garbage-collected-cache.d.ts +2 -1
- package/lib/util/garbage-collected-cache.d.ts.map +1 -1
- package/lib/util/garbage-collected-cache.js +33 -48
- package/lib/util/garbage-collected-cache.js.map +1 -1
- package/lib/util/generate-workspace-id.d.ts +6 -1
- package/lib/util/generate-workspace-id.d.ts.map +1 -1
- package/lib/util/generate-workspace-id.js +469 -502
- package/lib/util/generate-workspace-id.js.map +1 -1
- package/lib/util/generate-workspace-id.spec.d.ts +1 -1
- package/lib/util/generate-workspace-id.spec.js +69 -79
- package/lib/util/generate-workspace-id.spec.js.map +1 -1
- package/lib/util/gitpod-cookie.d.ts +20 -0
- package/lib/util/gitpod-cookie.d.ts.map +1 -0
- package/lib/util/gitpod-cookie.js +41 -0
- package/lib/util/gitpod-cookie.js.map +1 -0
- package/lib/util/gitpod-host-url.d.ts +12 -7
- package/lib/util/gitpod-host-url.d.ts.map +1 -1
- package/lib/util/gitpod-host-url.js +132 -110
- package/lib/util/gitpod-host-url.js.map +1 -1
- package/lib/util/gitpod-host-url.spec.d.ts +7 -1
- package/lib/util/gitpod-host-url.spec.d.ts.map +1 -1
- package/lib/util/gitpod-host-url.spec.js +113 -31
- package/lib/util/gitpod-host-url.spec.js.map +1 -1
- package/lib/util/grpc.d.ts +35 -0
- package/lib/util/grpc.d.ts.map +1 -0
- package/lib/util/grpc.js +90 -0
- package/lib/util/grpc.js.map +1 -0
- package/lib/util/jaeger-client-types.d.ts +68 -0
- package/lib/util/jaeger-client-types.d.ts.map +1 -0
- package/lib/{theia-plugins.js → util/jaeger-client-types.js} +2 -2
- package/lib/util/jaeger-client-types.js.map +1 -0
- package/lib/util/logging.d.ts +50 -34
- package/lib/util/logging.d.ts.map +1 -1
- package/lib/util/logging.js +133 -130
- package/lib/util/logging.js.map +1 -1
- package/lib/util/logging.spec.d.ts +7 -0
- package/lib/util/logging.spec.d.ts.map +1 -0
- package/lib/util/logging.spec.js +52 -0
- package/lib/util/logging.spec.js.map +1 -0
- package/lib/util/make-link.d.ts +1 -1
- package/lib/util/make-link.js +6 -6
- package/lib/util/make-link.js.map +1 -1
- package/lib/util/nice-grpc.d.ts +9 -0
- package/lib/util/nice-grpc.d.ts.map +1 -0
- package/lib/util/nice-grpc.js +121 -0
- package/lib/util/nice-grpc.js.map +1 -0
- package/lib/util/parse-workspace-id.d.ts +11 -1
- package/lib/util/parse-workspace-id.d.ts.map +1 -1
- package/lib/util/parse-workspace-id.js +31 -8
- package/lib/util/parse-workspace-id.js.map +1 -1
- package/lib/util/parse-workspace-id.spec.d.ts +5 -1
- package/lib/util/parse-workspace-id.spec.d.ts.map +1 -1
- package/lib/util/parse-workspace-id.spec.js +124 -85
- package/lib/util/parse-workspace-id.spec.js.map +1 -1
- package/lib/util/queue.d.ts +1 -1
- package/lib/util/queue.js +17 -56
- package/lib/util/queue.js.map +1 -1
- package/lib/util/queue.spec.d.ts +1 -1
- package/lib/util/queue.spec.js +148 -289
- package/lib/util/queue.spec.js.map +1 -1
- package/lib/util/repeat.d.ts +15 -0
- package/lib/util/repeat.d.ts.map +1 -0
- package/lib/util/repeat.js +55 -0
- package/lib/util/repeat.js.map +1 -0
- package/lib/util/semaphore.d.ts +1 -1
- package/lib/util/semaphore.d.ts.map +1 -1
- package/lib/util/semaphore.js +16 -47
- package/lib/util/semaphore.js.map +1 -1
- package/lib/util/skip-if.d.ts +1 -1
- package/lib/util/skip-if.d.ts.map +1 -1
- package/lib/util/skip-if.js +7 -7
- package/lib/util/skip-if.js.map +1 -1
- package/lib/util/timeutil.d.ts +3 -1
- package/lib/util/timeutil.d.ts.map +1 -1
- package/lib/util/timeutil.js +30 -18
- package/lib/util/timeutil.js.map +1 -1
- package/lib/util/timeutil.spec.d.ts +3 -1
- package/lib/util/timeutil.spec.d.ts.map +1 -1
- package/lib/util/timeutil.spec.js +55 -24
- package/lib/util/timeutil.spec.js.map +1 -1
- package/lib/util/tracing.d.ts +53 -7
- package/lib/util/tracing.d.ts.map +1 -1
- package/lib/util/tracing.js +198 -65
- package/lib/util/tracing.js.map +1 -1
- package/lib/util/tracing.spec.d.ts +7 -0
- package/lib/util/tracing.spec.d.ts.map +1 -0
- package/lib/util/tracing.spec.js +121 -0
- package/lib/util/tracing.spec.js.map +1 -0
- package/lib/util/workspace-port-authentication.d.ts +8 -8
- package/lib/util/workspace-port-authentication.d.ts.map +1 -1
- package/lib/util/workspace-port-authentication.js +10 -13
- package/lib/util/workspace-port-authentication.js.map +1 -1
- package/lib/webhook-event.d.ts +44 -0
- package/lib/webhook-event.d.ts.map +1 -0
- package/lib/webhook-event.js +8 -0
- package/lib/webhook-event.js.map +1 -0
- package/lib/workspace-class.d.ts +14 -0
- package/lib/workspace-class.d.ts.map +1 -0
- package/lib/workspace-class.js +8 -0
- package/lib/workspace-class.js.map +1 -0
- package/lib/workspace-cluster.d.ts +28 -8
- package/lib/workspace-cluster.d.ts.map +1 -1
- package/lib/workspace-cluster.js +20 -5
- package/lib/workspace-cluster.js.map +1 -1
- package/lib/workspace-instance.d.ts +46 -6
- package/lib/workspace-instance.d.ts.map +1 -1
- package/lib/workspace-instance.js +1 -1
- package/lib/wsready.d.ts +8 -2
- package/lib/wsready.d.ts.map +1 -1
- package/lib/wsready.js +3 -3
- package/package.json +40 -18
- package/pkg-yarn.lock +23 -10
- package/provenance-bundle.jsonl +2 -0
- package/src/accounting-protocol.ts +67 -58
- package/src/admin-protocol.ts +88 -20
- package/src/analytics.ts +52 -0
- package/src/attribution.ts +63 -0
- package/src/auth.ts +3 -3
- package/src/billing-mode.ts +84 -0
- package/src/blocked-repositories-protocol.ts +13 -0
- package/src/context-url.spec.ts +49 -0
- package/src/context-url.ts +107 -0
- package/src/encryption/container-module.ts +3 -4
- package/src/encryption/encryption-engine.spec.ts +10 -9
- package/src/encryption/encryption-engine.ts +21 -17
- package/src/encryption/encryption-service.ts +5 -6
- package/src/encryption/key-provider.ts +17 -20
- package/src/env.ts +2 -25
- package/src/experiments/always-default.ts +24 -0
- package/src/experiments/configcat-server.ts +42 -0
- package/src/experiments/configcat.ts +56 -0
- package/src/experiments/types.ts +34 -0
- package/src/frontend-dashboard-service.ts +125 -0
- package/src/gitpod-file-parser.spec.ts +56 -62
- package/src/gitpod-file-parser.ts +17 -18
- package/src/gitpod-service.ts +369 -146
- package/src/headless-workspace-log.ts +13 -15
- package/src/ide-frontend-service.ts +3 -3
- package/src/ide-protocol.ts +147 -0
- package/src/index.ts +17 -11
- package/src/installation-admin-protocol.ts +45 -0
- package/src/license-protocol.ts +13 -7
- package/src/messaging/browser/connection.ts +187 -28
- package/src/messaging/browser/window-connection.ts +40 -30
- package/src/messaging/client-call-metrics.ts +94 -0
- package/src/messaging/error.ts +36 -8
- package/src/messaging/handler.ts +13 -1
- package/src/messaging/node/connection.ts +23 -70
- package/src/messaging/proxy-factory.ts +35 -34
- package/src/oss-allowlist.ts +15 -0
- package/src/payment-protocol.ts +3 -3
- package/src/permission.ts +47 -34
- package/src/plans.ts +250 -199
- package/src/protocol.spec.ts +97 -0
- package/src/protocol.ts +636 -293
- package/src/snapshot-url.spec.ts +27 -0
- package/src/snapshot-url.ts +27 -0
- package/src/team-subscription-protocol.ts +62 -23
- package/src/teams-projects-protocol.ts +181 -0
- package/src/typings/globals.ts +6 -5
- package/src/usage.ts +85 -0
- package/src/util/analytics.ts +109 -0
- package/src/util/async-iterator.ts +5 -6
- package/src/util/cancelable.ts +4 -4
- package/src/util/date-time.ts +9 -9
- package/src/util/debug-app.ts +81 -0
- package/src/util/deep-partial.ts +1 -1
- package/src/util/deferred.ts +7 -7
- package/src/util/disposable.ts +3 -6
- package/src/util/event.ts +9 -11
- package/src/util/garbage-collected-cache.ts +17 -9
- package/src/util/generate-workspace-id.spec.ts +38 -11
- package/src/util/generate-workspace-id.ts +465 -439
- package/src/util/gitpod-cookie.ts +38 -0
- package/src/util/gitpod-host-url.spec.ts +59 -8
- package/src/util/gitpod-host-url.ts +88 -48
- package/src/util/grpc.ts +107 -0
- package/src/util/jaeger-client-types.ts +102 -0
- package/src/util/logging.spec.ts +23 -0
- package/src/util/logging.ts +157 -75
- package/src/util/make-link.ts +7 -8
- package/src/util/nice-grpc.ts +96 -0
- package/src/util/parse-workspace-id.spec.ts +38 -9
- package/src/util/parse-workspace-id.ts +33 -8
- package/src/util/queue.spec.ts +28 -26
- package/src/util/queue.ts +1 -1
- package/src/util/repeat.ts +45 -0
- package/src/util/semaphore.ts +7 -9
- package/src/util/skip-if.ts +11 -8
- package/src/util/timeutil.spec.ts +41 -15
- package/src/util/timeutil.ts +32 -16
- package/src/util/tracing.spec.ts +88 -0
- package/src/util/tracing.ts +201 -32
- package/src/util/workspace-port-authentication.ts +11 -14
- package/src/webhook-event.ts +55 -0
- package/src/workspace-class.ts +14 -0
- package/src/workspace-cluster.ts +47 -17
- package/src/workspace-instance.ts +106 -32
- package/src/wsready.ts +11 -4
- package/data/builtin-theia-plugins.json +0 -372
- package/lib/email-protocol.d.ts +0 -50
- package/lib/email-protocol.d.ts.map +0 -1
- package/lib/email-protocol.js +0 -28
- package/lib/email-protocol.js.map +0 -1
- package/lib/messaging/connection-error-handler.d.ts +0 -27
- package/lib/messaging/connection-error-handler.d.ts.map +0 -1
- package/lib/messaging/connection-error-handler.js +0 -46
- package/lib/messaging/connection-error-handler.js.map +0 -1
- package/lib/theia-plugins.d.ts +0 -11
- package/lib/theia-plugins.d.ts.map +0 -1
- package/lib/theia-plugins.js.map +0 -1
- package/lib/util/context-url.d.ts +0 -13
- package/lib/util/context-url.d.ts.map +0 -1
- package/lib/util/context-url.js +0 -26
- package/lib/util/context-url.js.map +0 -1
- package/lib/util/context-url.spec.d.ts +0 -10
- package/lib/util/context-url.spec.d.ts.map +0 -1
- package/lib/util/context-url.spec.js +0 -52
- package/lib/util/context-url.spec.js.map +0 -1
- package/lib/util/repeater.d.ts +0 -22
- package/lib/util/repeater.d.ts.map +0 -1
- package/lib/util/repeater.js +0 -118
- package/lib/util/repeater.js.map +0 -1
- package/lib/util/safe-promise.d.ts +0 -11
- package/lib/util/safe-promise.d.ts.map +0 -1
- package/lib/util/safe-promise.js +0 -34
- package/lib/util/safe-promise.js.map +0 -1
- package/lib/util/without.d.ts +0 -7
- package/lib/util/without.d.ts.map +0 -1
- package/lib/util/without.js +0 -8
- package/lib/util/without.js.map +0 -1
- package/src/email-protocol.ts +0 -67
- package/src/messaging/connection-error-handler.ts +0 -62
- package/src/theia-plugins.ts +0 -11
- package/src/util/context-url.spec.ts +0 -25
- package/src/util/context-url.ts +0 -23
- package/src/util/jaeger-client.d.ts +0 -105
- package/src/util/repeater.ts +0 -49
- package/src/util/safe-promise.ts +0 -26
package/lib/gitpod-service.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Copyright (c) 2020 Gitpod GmbH. All rights reserved.
|
|
4
4
|
* Licensed under the GNU Affero General Public License (AGPL).
|
|
5
|
-
* See License
|
|
5
|
+
* See License.AGPL.txt in the project root for license information.
|
|
6
6
|
*/
|
|
7
7
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
8
8
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
@@ -13,401 +13,307 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
13
13
|
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
14
14
|
});
|
|
15
15
|
};
|
|
16
|
-
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
17
|
-
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
18
|
-
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
19
|
-
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
20
|
-
function step(op) {
|
|
21
|
-
if (f) throw new TypeError("Generator is already executing.");
|
|
22
|
-
while (_) try {
|
|
23
|
-
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
24
|
-
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
25
|
-
switch (op[0]) {
|
|
26
|
-
case 0: case 1: t = op; break;
|
|
27
|
-
case 4: _.label++; return { value: op[1], done: false };
|
|
28
|
-
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
29
|
-
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
30
|
-
default:
|
|
31
|
-
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
32
|
-
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
33
|
-
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
34
|
-
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
35
|
-
if (t[2]) _.ops.pop();
|
|
36
|
-
_.trys.pop(); continue;
|
|
37
|
-
}
|
|
38
|
-
op = body.call(thisArg, _);
|
|
39
|
-
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
40
|
-
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
41
|
-
}
|
|
42
|
-
};
|
|
43
|
-
var __values = (this && this.__values) || function(o) {
|
|
44
|
-
var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
|
|
45
|
-
if (m) return m.call(o);
|
|
46
|
-
if (o && typeof o.length === "number") return {
|
|
47
|
-
next: function () {
|
|
48
|
-
if (o && i >= o.length) o = void 0;
|
|
49
|
-
return { value: o && o[i++], done: !o };
|
|
50
|
-
}
|
|
51
|
-
};
|
|
52
|
-
throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
|
53
|
-
};
|
|
54
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
55
|
-
exports.createGitpodService = exports.GitpodServiceImpl = exports.WorkspaceInstanceUpdateListener = exports.GitpodCompositeClient = exports.GitpodServerProxy = exports.GitpodServerPath = exports.createServerMock = exports.createServiceMock = exports.
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
exports.GitpodServer = Symbol(
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
17
|
+
exports.createGitpodService = exports.GitpodServiceImpl = exports.WorkspaceInstanceUpdateListener = exports.GitpodCompositeClient = exports.GitpodServerProxy = exports.GitpodServerPath = exports.createServerMock = exports.createServiceMock = exports.WORKSPACE_TIMEOUT_EXTENDED = exports.WORKSPACE_TIMEOUT_DEFAULT_LONG = exports.WORKSPACE_TIMEOUT_DEFAULT_SHORT = exports.WorkspaceTimeoutDuration = exports.GitpodServer = void 0;
|
|
18
|
+
const vscode_jsonrpc_1 = require("vscode-jsonrpc");
|
|
19
|
+
const gitpod_host_url_1 = require("./util/gitpod-host-url");
|
|
20
|
+
const connection_1 = require("./messaging/browser/connection");
|
|
21
|
+
const event_1 = require("./util/event");
|
|
22
|
+
exports.GitpodServer = Symbol("GitpodServer");
|
|
23
|
+
var WorkspaceTimeoutDuration;
|
|
24
|
+
(function (WorkspaceTimeoutDuration) {
|
|
25
|
+
function validate(duration) {
|
|
26
|
+
const unit = duration.slice(-1);
|
|
27
|
+
if (!["m", "h", "d"].includes(unit)) {
|
|
28
|
+
throw new Error(`Invalid timeout unit: ${unit}`);
|
|
29
|
+
}
|
|
30
|
+
const value = parseInt(duration.slice(0, -1));
|
|
31
|
+
if (isNaN(value) || value <= 0) {
|
|
32
|
+
throw new Error(`Invalid timeout value: ${duration}`);
|
|
33
|
+
}
|
|
34
|
+
return duration;
|
|
35
|
+
}
|
|
36
|
+
WorkspaceTimeoutDuration.validate = validate;
|
|
37
|
+
})(WorkspaceTimeoutDuration = exports.WorkspaceTimeoutDuration || (exports.WorkspaceTimeoutDuration = {}));
|
|
38
|
+
exports.WORKSPACE_TIMEOUT_DEFAULT_SHORT = "30m";
|
|
39
|
+
exports.WORKSPACE_TIMEOUT_DEFAULT_LONG = "60m";
|
|
40
|
+
exports.WORKSPACE_TIMEOUT_EXTENDED = "180m";
|
|
41
|
+
const createServiceMock = function (methods) {
|
|
42
|
+
return new GitpodServiceImpl((0, exports.createServerMock)(methods));
|
|
64
43
|
};
|
|
65
44
|
exports.createServiceMock = createServiceMock;
|
|
66
|
-
|
|
67
|
-
methods.setClient = methods.setClient || (
|
|
68
|
-
methods.dispose = methods.dispose || (
|
|
45
|
+
const createServerMock = function (methods) {
|
|
46
|
+
methods.setClient = methods.setClient || (() => { });
|
|
47
|
+
methods.dispose = methods.dispose || (() => { });
|
|
69
48
|
return new Proxy(methods, {
|
|
70
|
-
|
|
71
|
-
|
|
49
|
+
// @ts-ignore
|
|
50
|
+
get: (target, property) => {
|
|
51
|
+
const result = target[property];
|
|
72
52
|
if (!result) {
|
|
73
|
-
throw new Error(
|
|
53
|
+
throw new Error(`Method ${String(property)} not implemented`);
|
|
74
54
|
}
|
|
75
55
|
return result;
|
|
76
|
-
}
|
|
56
|
+
},
|
|
77
57
|
});
|
|
78
58
|
};
|
|
79
59
|
exports.createServerMock = createServerMock;
|
|
80
|
-
exports.GitpodServerPath =
|
|
81
|
-
exports.GitpodServerProxy = Symbol(
|
|
82
|
-
|
|
83
|
-
|
|
60
|
+
exports.GitpodServerPath = "/gitpod";
|
|
61
|
+
exports.GitpodServerProxy = Symbol("GitpodServerProxy");
|
|
62
|
+
class GitpodCompositeClient {
|
|
63
|
+
constructor() {
|
|
84
64
|
this.clients = [];
|
|
85
65
|
}
|
|
86
|
-
|
|
87
|
-
var _this = this;
|
|
66
|
+
registerClient(client) {
|
|
88
67
|
this.clients.push(client);
|
|
89
|
-
var index = this.clients.length;
|
|
90
68
|
return {
|
|
91
|
-
dispose:
|
|
92
|
-
|
|
93
|
-
|
|
69
|
+
dispose: () => {
|
|
70
|
+
const index = this.clients.indexOf(client);
|
|
71
|
+
if (index > -1) {
|
|
72
|
+
this.clients.splice(index, 1);
|
|
73
|
+
}
|
|
74
|
+
},
|
|
94
75
|
};
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
if (client.onInstanceUpdate) {
|
|
102
|
-
try {
|
|
103
|
-
client.onInstanceUpdate(instance);
|
|
104
|
-
}
|
|
105
|
-
catch (error) {
|
|
106
|
-
console.error(error);
|
|
107
|
-
}
|
|
76
|
+
}
|
|
77
|
+
onInstanceUpdate(instance) {
|
|
78
|
+
for (const client of this.clients) {
|
|
79
|
+
if (client.onInstanceUpdate) {
|
|
80
|
+
try {
|
|
81
|
+
client.onInstanceUpdate(instance);
|
|
108
82
|
}
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
112
|
-
finally {
|
|
113
|
-
try {
|
|
114
|
-
if (_c && !_c.done && (_a = _b.return)) _a.call(_b);
|
|
115
|
-
}
|
|
116
|
-
finally { if (e_1) throw e_1.error; }
|
|
117
|
-
}
|
|
118
|
-
};
|
|
119
|
-
GitpodCompositeClient.prototype.onWorkspaceImageBuildLogs = function (info, content) {
|
|
120
|
-
var e_2, _a;
|
|
121
|
-
try {
|
|
122
|
-
for (var _b = __values(this.clients), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
123
|
-
var client = _c.value;
|
|
124
|
-
if (client.onWorkspaceImageBuildLogs) {
|
|
125
|
-
try {
|
|
126
|
-
client.onWorkspaceImageBuildLogs(info, content);
|
|
127
|
-
}
|
|
128
|
-
catch (error) {
|
|
129
|
-
console.error(error);
|
|
130
|
-
}
|
|
83
|
+
catch (error) {
|
|
84
|
+
console.error(error);
|
|
131
85
|
}
|
|
132
86
|
}
|
|
133
87
|
}
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
}
|
|
141
|
-
};
|
|
142
|
-
GitpodCompositeClient.prototype.onHeadlessWorkspaceLogs = function (evt) {
|
|
143
|
-
var e_3, _a;
|
|
144
|
-
try {
|
|
145
|
-
for (var _b = __values(this.clients), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
146
|
-
var client = _c.value;
|
|
147
|
-
if (client.onHeadlessWorkspaceLogs) {
|
|
148
|
-
try {
|
|
149
|
-
client.onHeadlessWorkspaceLogs(evt);
|
|
150
|
-
}
|
|
151
|
-
catch (error) {
|
|
152
|
-
console.error(error);
|
|
153
|
-
}
|
|
88
|
+
}
|
|
89
|
+
onPrebuildUpdate(update) {
|
|
90
|
+
for (const client of this.clients) {
|
|
91
|
+
if (client.onPrebuildUpdate) {
|
|
92
|
+
try {
|
|
93
|
+
client.onPrebuildUpdate(update);
|
|
154
94
|
}
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
catch (e_3_1) { e_3 = { error: e_3_1 }; }
|
|
158
|
-
finally {
|
|
159
|
-
try {
|
|
160
|
-
if (_c && !_c.done && (_a = _b.return)) _a.call(_b);
|
|
161
|
-
}
|
|
162
|
-
finally { if (e_3) throw e_3.error; }
|
|
163
|
-
}
|
|
164
|
-
};
|
|
165
|
-
GitpodCompositeClient.prototype.notifyDidOpenConnection = function () {
|
|
166
|
-
var e_4, _a;
|
|
167
|
-
try {
|
|
168
|
-
for (var _b = __values(this.clients), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
169
|
-
var client = _c.value;
|
|
170
|
-
if (client.notifyDidOpenConnection) {
|
|
171
|
-
try {
|
|
172
|
-
client.notifyDidOpenConnection();
|
|
173
|
-
}
|
|
174
|
-
catch (error) {
|
|
175
|
-
console.error(error);
|
|
176
|
-
}
|
|
95
|
+
catch (error) {
|
|
96
|
+
console.error(error);
|
|
177
97
|
}
|
|
178
98
|
}
|
|
179
99
|
}
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
100
|
+
}
|
|
101
|
+
onWorkspaceImageBuildLogs(info, content) {
|
|
102
|
+
for (const client of this.clients) {
|
|
103
|
+
if (client.onWorkspaceImageBuildLogs) {
|
|
104
|
+
try {
|
|
105
|
+
client.onWorkspaceImageBuildLogs(info, content);
|
|
106
|
+
}
|
|
107
|
+
catch (error) {
|
|
108
|
+
console.error(error);
|
|
109
|
+
}
|
|
184
110
|
}
|
|
185
|
-
finally { if (e_4) throw e_4.error; }
|
|
186
111
|
}
|
|
187
|
-
}
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
}
|
|
197
|
-
catch (error) {
|
|
198
|
-
console.error(error);
|
|
199
|
-
}
|
|
112
|
+
}
|
|
113
|
+
notifyDidOpenConnection() {
|
|
114
|
+
for (const client of this.clients) {
|
|
115
|
+
if (client.notifyDidOpenConnection) {
|
|
116
|
+
try {
|
|
117
|
+
client.notifyDidOpenConnection();
|
|
118
|
+
}
|
|
119
|
+
catch (error) {
|
|
120
|
+
console.error(error);
|
|
200
121
|
}
|
|
201
122
|
}
|
|
202
123
|
}
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
124
|
+
}
|
|
125
|
+
notifyDidCloseConnection() {
|
|
126
|
+
for (const client of this.clients) {
|
|
127
|
+
if (client.notifyDidCloseConnection) {
|
|
128
|
+
try {
|
|
129
|
+
client.notifyDidCloseConnection();
|
|
130
|
+
}
|
|
131
|
+
catch (error) {
|
|
132
|
+
console.error(error);
|
|
133
|
+
}
|
|
207
134
|
}
|
|
208
|
-
finally { if (e_5) throw e_5.error; }
|
|
209
135
|
}
|
|
210
|
-
}
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
}
|
|
220
|
-
catch (error) {
|
|
221
|
-
console.error(error);
|
|
222
|
-
}
|
|
136
|
+
}
|
|
137
|
+
onCreditAlert(creditAlert) {
|
|
138
|
+
for (const client of this.clients) {
|
|
139
|
+
if (client.onCreditAlert) {
|
|
140
|
+
try {
|
|
141
|
+
client.onCreditAlert(creditAlert);
|
|
142
|
+
}
|
|
143
|
+
catch (error) {
|
|
144
|
+
console.error(error);
|
|
223
145
|
}
|
|
224
146
|
}
|
|
225
147
|
}
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
148
|
+
}
|
|
149
|
+
onNotificationUpdated() {
|
|
150
|
+
for (const client of this.clients) {
|
|
151
|
+
if (client.onNotificationUpdated) {
|
|
152
|
+
try {
|
|
153
|
+
client.onNotificationUpdated();
|
|
154
|
+
}
|
|
155
|
+
catch (error) {
|
|
156
|
+
console.error(error);
|
|
157
|
+
}
|
|
230
158
|
}
|
|
231
|
-
finally { if (e_6) throw e_6.error; }
|
|
232
159
|
}
|
|
233
|
-
}
|
|
234
|
-
|
|
235
|
-
}());
|
|
160
|
+
}
|
|
161
|
+
}
|
|
236
162
|
exports.GitpodCompositeClient = GitpodCompositeClient;
|
|
237
|
-
|
|
238
|
-
|
|
163
|
+
const hasWindow = typeof window !== "undefined";
|
|
164
|
+
const phasesOrder = {
|
|
239
165
|
unknown: 0,
|
|
240
166
|
preparing: 1,
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
167
|
+
building: 2,
|
|
168
|
+
pending: 3,
|
|
169
|
+
creating: 4,
|
|
170
|
+
initializing: 5,
|
|
171
|
+
running: 6,
|
|
172
|
+
interrupted: 7,
|
|
173
|
+
stopping: 8,
|
|
174
|
+
stopped: 9,
|
|
248
175
|
};
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
var _this = this;
|
|
176
|
+
class WorkspaceInstanceUpdateListener {
|
|
177
|
+
constructor(service, _info) {
|
|
252
178
|
this.service = service;
|
|
253
179
|
this._info = _info;
|
|
254
180
|
this.onDidChangeEmitter = new event_1.Emitter();
|
|
255
181
|
this.onDidChange = this.onDidChangeEmitter.event;
|
|
256
|
-
this.source =
|
|
182
|
+
this.source = "sync";
|
|
257
183
|
this.syncQueue = Promise.resolve();
|
|
258
184
|
service.registerClient({
|
|
259
|
-
onInstanceUpdate:
|
|
260
|
-
if (
|
|
185
|
+
onInstanceUpdate: (instance) => {
|
|
186
|
+
if (this.isOutOfOrder(instance)) {
|
|
261
187
|
return;
|
|
262
188
|
}
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
189
|
+
this.cancelSync();
|
|
190
|
+
this._info.latestInstance = instance;
|
|
191
|
+
this.source = "update";
|
|
192
|
+
this.onDidChangeEmitter.fire(undefined);
|
|
193
|
+
},
|
|
194
|
+
notifyDidOpenConnection: () => {
|
|
195
|
+
this.sync();
|
|
267
196
|
},
|
|
268
|
-
notifyDidOpenConnection: function () {
|
|
269
|
-
_this.sync();
|
|
270
|
-
}
|
|
271
197
|
});
|
|
272
198
|
if (hasWindow) {
|
|
273
199
|
// learn about page lifecycle here: https://developers.google.com/web/updates/2018/07/page-lifecycle-api
|
|
274
|
-
window.document.addEventListener(
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
});
|
|
281
|
-
}); });
|
|
282
|
-
window.addEventListener('pageshow', function (e) {
|
|
200
|
+
window.document.addEventListener("visibilitychange", () => __awaiter(this, void 0, void 0, function* () {
|
|
201
|
+
if (window.document.visibilityState === "visible") {
|
|
202
|
+
this.sync();
|
|
203
|
+
}
|
|
204
|
+
}));
|
|
205
|
+
window.addEventListener("pageshow", (e) => {
|
|
283
206
|
if (e.persisted) {
|
|
284
|
-
|
|
207
|
+
this.sync();
|
|
285
208
|
}
|
|
286
209
|
});
|
|
287
210
|
}
|
|
288
211
|
}
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
},
|
|
293
|
-
enumerable: false,
|
|
294
|
-
configurable: true
|
|
295
|
-
});
|
|
212
|
+
get info() {
|
|
213
|
+
return this._info;
|
|
214
|
+
}
|
|
296
215
|
/**
|
|
297
216
|
* Only one sync can be performed at the same time.
|
|
298
217
|
* Any new sync request or instance update cancels all previously scheduled sync requests.
|
|
299
218
|
*/
|
|
300
|
-
|
|
301
|
-
var _this = this;
|
|
219
|
+
sync() {
|
|
302
220
|
this.cancelSync();
|
|
303
221
|
this.syncTokenSource = new vscode_jsonrpc_1.CancellationTokenSource();
|
|
304
|
-
|
|
305
|
-
this.syncQueue = this.syncQueue.then(
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
_a.label = 1;
|
|
314
|
-
case 1:
|
|
315
|
-
_a.trys.push([1, 3, , 4]);
|
|
316
|
-
return [4 /*yield*/, this.service.server.getWorkspace(this._info.workspace.id)];
|
|
317
|
-
case 2:
|
|
318
|
-
info = _a.sent();
|
|
319
|
-
if (token.isCancellationRequested) {
|
|
320
|
-
return [2 /*return*/];
|
|
321
|
-
}
|
|
322
|
-
this._info = info;
|
|
323
|
-
this.source = 'sync';
|
|
324
|
-
this.onDidChangeEmitter.fire(undefined);
|
|
325
|
-
return [3 /*break*/, 4];
|
|
326
|
-
case 3:
|
|
327
|
-
e_7 = _a.sent();
|
|
328
|
-
console.error('failed to sync workspace instance:', e_7);
|
|
329
|
-
return [3 /*break*/, 4];
|
|
330
|
-
case 4: return [2 /*return*/];
|
|
222
|
+
const token = this.syncTokenSource.token;
|
|
223
|
+
this.syncQueue = this.syncQueue.then(() => __awaiter(this, void 0, void 0, function* () {
|
|
224
|
+
if (token.isCancellationRequested) {
|
|
225
|
+
return;
|
|
226
|
+
}
|
|
227
|
+
try {
|
|
228
|
+
const info = yield this.service.server.getWorkspace(this._info.workspace.id);
|
|
229
|
+
if (token.isCancellationRequested) {
|
|
230
|
+
return;
|
|
331
231
|
}
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
232
|
+
this._info = info;
|
|
233
|
+
this.source = "sync";
|
|
234
|
+
this.onDidChangeEmitter.fire(undefined);
|
|
235
|
+
}
|
|
236
|
+
catch (e) {
|
|
237
|
+
console.error("failed to sync workspace instance:", e);
|
|
238
|
+
}
|
|
239
|
+
}));
|
|
240
|
+
}
|
|
241
|
+
cancelSync() {
|
|
336
242
|
if (this.syncTokenSource) {
|
|
337
243
|
this.syncTokenSource.cancel();
|
|
338
244
|
this.syncTokenSource = undefined;
|
|
339
245
|
}
|
|
340
|
-
}
|
|
246
|
+
}
|
|
341
247
|
/**
|
|
342
248
|
* If sync seen more recent update then ignore all updates with previous phases.
|
|
343
249
|
* Within the same phase still the race can occur but which should be eventually consistent.
|
|
344
250
|
*/
|
|
345
|
-
|
|
251
|
+
isOutOfOrder(instance) {
|
|
346
252
|
var _a;
|
|
347
253
|
if (instance.workspaceId !== this._info.workspace.id) {
|
|
348
254
|
return true;
|
|
349
255
|
}
|
|
350
|
-
if (this.source ===
|
|
256
|
+
if (this.source === "update") {
|
|
351
257
|
return false;
|
|
352
258
|
}
|
|
353
259
|
if (instance.id !== ((_a = this.info.latestInstance) === null || _a === void 0 ? void 0 : _a.id)) {
|
|
354
260
|
return false;
|
|
355
261
|
}
|
|
356
262
|
return phasesOrder[instance.status.phase] < phasesOrder[this.info.latestInstance.status.phase];
|
|
357
|
-
}
|
|
358
|
-
|
|
359
|
-
}());
|
|
263
|
+
}
|
|
264
|
+
}
|
|
360
265
|
exports.WorkspaceInstanceUpdateListener = WorkspaceInstanceUpdateListener;
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
var _this = this;
|
|
266
|
+
class GitpodServiceImpl {
|
|
267
|
+
constructor(server, options) {
|
|
364
268
|
this.server = server;
|
|
269
|
+
this.options = options;
|
|
365
270
|
this.compositeClient = new GitpodCompositeClient();
|
|
366
271
|
this.instanceListeners = new Map();
|
|
367
272
|
server.setClient(this.compositeClient);
|
|
368
|
-
server.onDidOpenConnection(
|
|
369
|
-
server.onDidCloseConnection(
|
|
273
|
+
server.onDidOpenConnection(() => this.compositeClient.notifyDidOpenConnection());
|
|
274
|
+
server.onDidCloseConnection(() => this.compositeClient.notifyDidCloseConnection());
|
|
370
275
|
}
|
|
371
|
-
|
|
276
|
+
registerClient(client) {
|
|
372
277
|
return this.compositeClient.registerClient(client);
|
|
373
|
-
}
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
switch (_a.label) {
|
|
381
|
-
case 0: return [4 /*yield*/, this.server.getWorkspace(workspaceId)];
|
|
382
|
-
case 1:
|
|
383
|
-
info = _a.sent();
|
|
384
|
-
return [2 /*return*/, new WorkspaceInstanceUpdateListener(this, info)];
|
|
385
|
-
}
|
|
386
|
-
});
|
|
387
|
-
}); })();
|
|
278
|
+
}
|
|
279
|
+
listenToInstance(workspaceId) {
|
|
280
|
+
const listener = this.instanceListeners.get(workspaceId) ||
|
|
281
|
+
(() => __awaiter(this, void 0, void 0, function* () {
|
|
282
|
+
const info = yield this.server.getWorkspace(workspaceId);
|
|
283
|
+
return new WorkspaceInstanceUpdateListener(this, info);
|
|
284
|
+
}))();
|
|
388
285
|
this.instanceListeners.set(workspaceId, listener);
|
|
389
286
|
return listener;
|
|
390
|
-
}
|
|
391
|
-
|
|
392
|
-
|
|
287
|
+
}
|
|
288
|
+
reconnect() {
|
|
289
|
+
var _a;
|
|
290
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
291
|
+
if ((_a = this.options) === null || _a === void 0 ? void 0 : _a.onReconnect) {
|
|
292
|
+
yield this.options.onReconnect();
|
|
293
|
+
}
|
|
294
|
+
});
|
|
295
|
+
}
|
|
296
|
+
}
|
|
393
297
|
exports.GitpodServiceImpl = GitpodServiceImpl;
|
|
394
298
|
function createGitpodService(serverUrl) {
|
|
395
|
-
|
|
396
|
-
return new gitpod_host_url_1.GitpodHostUrl(serverUrl)
|
|
397
|
-
.asWebsocket()
|
|
398
|
-
.withApi({ pathname: exports.GitpodServerPath })
|
|
399
|
-
.toString();
|
|
299
|
+
const toWsUrl = (serverUrl) => {
|
|
300
|
+
return new gitpod_host_url_1.GitpodHostUrl(serverUrl).asWebsocket().withApi({ pathname: exports.GitpodServerPath }).toString();
|
|
400
301
|
};
|
|
401
|
-
|
|
302
|
+
let url;
|
|
402
303
|
if (typeof serverUrl === "string") {
|
|
403
304
|
url = toWsUrl(serverUrl);
|
|
404
305
|
}
|
|
405
306
|
else {
|
|
406
|
-
url = serverUrl.then(
|
|
307
|
+
url = serverUrl.then((url) => toWsUrl(url));
|
|
407
308
|
}
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
309
|
+
const connectionProvider = new connection_1.WebSocketConnectionProvider();
|
|
310
|
+
let onReconnect = () => { };
|
|
311
|
+
const gitpodServer = connectionProvider.createProxy(url, undefined, {
|
|
312
|
+
onListening: (socket) => {
|
|
313
|
+
onReconnect = () => socket.reconnect();
|
|
314
|
+
},
|
|
315
|
+
});
|
|
316
|
+
return new GitpodServiceImpl(gitpodServer, { onReconnect });
|
|
411
317
|
}
|
|
412
318
|
exports.createGitpodService = createGitpodService;
|
|
413
319
|
//# sourceMappingURL=gitpod-service.js.map
|