@gitpod/gitpod-protocol 0.1.5-svenefftinge-dashboard-invalid-2274.5 → 0.1.5-tarun-telemetry-users.9
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/builtin-theia-plugins.json +28 -18
- package/data/gitpod-schema.json +25 -24
- package/lib/accounting-protocol.d.ts +155 -0
- package/lib/accounting-protocol.d.ts.map +1 -0
- package/lib/accounting-protocol.js +109 -0
- package/lib/accounting-protocol.js.map +1 -0
- package/lib/admin-protocol.d.ts +32 -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 +45 -0
- package/lib/analytics.d.ts.map +1 -0
- package/lib/analytics.js +10 -0
- package/lib/analytics.js.map +1 -0
- package/lib/auth.d.ts +25 -0
- package/lib/auth.d.ts.map +1 -0
- package/lib/auth.js +16 -0
- package/lib/auth.js.map +1 -0
- package/lib/context-url.d.ts +19 -0
- package/lib/context-url.d.ts.map +1 -0
- package/lib/context-url.js +51 -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 +73 -0
- package/lib/context-url.spec.js.map +1 -0
- package/lib/email-protocol.d.ts +2 -3
- package/lib/email-protocol.d.ts.map +1 -1
- package/lib/email-protocol.js +5 -5
- package/lib/email-protocol.js.map +1 -1
- package/lib/encryption/container-module.d.ts +1 -1
- package/lib/encryption/container-module.js +6 -5
- package/lib/encryption/container-module.js.map +1 -1
- package/lib/encryption/encryption-engine.d.ts +1 -1
- package/lib/encryption/encryption-engine.js +20 -21
- 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.js +30 -37
- package/lib/encryption/encryption-engine.spec.js.map +1 -1
- package/lib/encryption/encryption-service.d.ts +1 -1
- package/lib/encryption/encryption-service.js +30 -44
- package/lib/encryption/encryption-service.js.map +1 -1
- package/lib/encryption/key-provider.d.ts +1 -1
- package/lib/encryption/key-provider.js +26 -31
- package/lib/encryption/key-provider.js.map +1 -1
- package/lib/env.d.ts +2 -3
- package/lib/env.d.ts.map +1 -1
- package/lib/env.js +21 -22
- package/lib/env.js.map +1 -1
- package/lib/gitpod-file-parser.d.ts +1 -1
- package/lib/gitpod-file-parser.js +26 -42
- 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 +117 -117
- package/lib/gitpod-file-parser.spec.js.map +1 -1
- package/lib/gitpod-service.d.ts +155 -21
- package/lib/gitpod-service.d.ts.map +1 -1
- package/lib/gitpod-service.js +171 -257
- package/lib/gitpod-service.js.map +1 -1
- package/lib/headless-workspace-log.d.ts +9 -12
- package/lib/headless-workspace-log.d.ts.map +1 -1
- package/lib/headless-workspace-log.js +5 -8
- package/lib/headless-workspace-log.js.map +1 -1
- package/lib/ide-frontend-service.d.ts +5 -1
- package/lib/ide-frontend-service.d.ts.map +1 -1
- package/lib/ide-frontend-service.js +1 -1
- package/lib/ide-protocol.d.ts +101 -0
- package/lib/ide-protocol.d.ts.map +1 -0
- package/lib/{util/without.js → ide-protocol.js} +2 -2
- package/lib/ide-protocol.js.map +1 -0
- package/lib/index.d.ts +7 -1
- 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 +27 -0
- package/lib/installation-admin-protocol.d.ts.map +1 -0
- package/lib/installation-admin-protocol.js +30 -0
- package/lib/installation-admin-protocol.js.map +1 -0
- package/lib/license-protocol.d.ts +1 -1
- package/lib/license-protocol.js +1 -1
- package/lib/messaging/browser/connection.d.ts +5 -3
- package/lib/messaging/browser/connection.d.ts.map +1 -1
- package/lib/messaging/browser/connection.js +183 -33
- package/lib/messaging/browser/connection.js.map +1 -1
- package/lib/messaging/browser/window-connection.d.ts +1 -1
- package/lib/messaging/browser/window-connection.js +36 -56
- package/lib/messaging/browser/window-connection.js.map +1 -1
- package/lib/messaging/client-call-metrics.d.ts +35 -0
- package/lib/messaging/client-call-metrics.d.ts.map +1 -0
- package/lib/messaging/client-call-metrics.js +83 -0
- package/lib/messaging/client-call-metrics.js.map +1 -0
- package/lib/messaging/connection-error-handler.js +11 -23
- package/lib/messaging/connection-error-handler.js.map +1 -1
- package/lib/messaging/error.d.ts +7 -2
- package/lib/messaging/error.d.ts.map +1 -1
- package/lib/messaging/error.js +14 -4
- 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/node/connection.d.ts +1 -17
- package/lib/messaging/node/connection.d.ts.map +1 -1
- package/lib/messaging/node/connection.js +23 -59
- package/lib/messaging/node/connection.js.map +1 -1
- package/lib/messaging/proxy-factory.d.ts +2 -0
- package/lib/messaging/proxy-factory.d.ts.map +1 -1
- package/lib/messaging/proxy-factory.js +74 -159
- 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 +18 -0
- package/lib/payment-protocol.d.ts.map +1 -0
- package/lib/payment-protocol.js +13 -0
- package/lib/payment-protocol.js.map +1 -0
- package/lib/permission.d.ts +7 -5
- package/lib/permission.d.ts.map +1 -1
- package/lib/permission.js +20 -19
- package/lib/permission.js.map +1 -1
- package/lib/plans.d.ts +210 -0
- package/lib/plans.d.ts.map +1 -0
- package/lib/plans.js +570 -0
- package/lib/plans.js.map +1 -0
- package/lib/protocol.d.ts +133 -59
- package/lib/protocol.d.ts.map +1 -1
- package/lib/protocol.js +129 -118
- package/lib/protocol.js.map +1 -1
- 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/{src/util/without.ts → lib/snapshot-url.spec.d.ts} +3 -4
- 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 +73 -0
- package/lib/team-subscription-protocol.d.ts.map +1 -0
- package/lib/team-subscription-protocol.js +63 -0
- package/lib/team-subscription-protocol.js.map +1 -0
- package/lib/teams-projects-protocol.d.ts +113 -0
- package/lib/teams-projects-protocol.d.ts.map +1 -0
- package/lib/teams-projects-protocol.js +30 -0
- package/lib/teams-projects-protocol.js.map +1 -0
- package/lib/theia-plugins.d.ts +1 -1
- package/lib/theia-plugins.js +1 -1
- package/lib/typings/globals.d.ts +1 -1
- package/lib/typings/globals.js +1 -1
- package/lib/util/analytics.d.ts +8 -0
- package/lib/util/analytics.d.ts.map +1 -0
- package/lib/util/analytics.js +79 -0
- package/lib/util/analytics.js.map +1 -0
- package/lib/util/async-iterator.d.ts +1 -1
- package/lib/util/async-iterator.js +56 -134
- 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 +9 -9
- package/lib/util/date-time.js.map +1 -1
- 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.js +26 -39
- package/lib/util/disposable.js.map +1 -1
- package/lib/util/event.js +58 -74
- 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 +27 -47
- package/lib/util/garbage-collected-cache.js.map +1 -1
- package/lib/util/generate-workspace-id.d.ts +4 -0
- package/lib/util/generate-workspace-id.d.ts.map +1 -0
- package/lib/util/generate-workspace-id.js +487 -0
- package/lib/util/generate-workspace-id.js.map +1 -0
- package/lib/util/generate-workspace-id.spec.d.ts +7 -0
- package/lib/util/generate-workspace-id.spec.d.ts.map +1 -0
- package/lib/util/generate-workspace-id.spec.js +87 -0
- package/lib/util/generate-workspace-id.spec.js.map +1 -0
- 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 +44 -0
- package/lib/util/gitpod-cookie.js.map +1 -0
- package/lib/util/gitpod-host-url.d.ts +5 -3
- package/lib/util/gitpod-host-url.d.ts.map +1 -1
- package/lib/util/gitpod-host-url.js +99 -92
- package/lib/util/gitpod-host-url.js.map +1 -1
- package/lib/util/gitpod-host-url.spec.d.ts +16 -0
- package/lib/util/gitpod-host-url.spec.d.ts.map +1 -0
- package/lib/util/gitpod-host-url.spec.js +124 -0
- package/lib/util/gitpod-host-url.spec.js.map +1 -0
- package/lib/util/grpc.d.ts +15 -0
- package/lib/util/grpc.d.ts.map +1 -0
- package/lib/util/grpc.js +18 -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/util/jaeger-client-types.js +8 -0
- package/lib/util/jaeger-client-types.js.map +1 -0
- package/lib/util/logging.d.ts +57 -34
- package/lib/util/logging.d.ts.map +1 -1
- package/lib/util/logging.js +119 -111
- package/lib/util/logging.js.map +1 -1
- package/lib/util/make-link.d.ts +1 -1
- package/lib/util/make-link.js +3 -3
- package/lib/util/make-link.js.map +1 -1
- package/lib/util/parse-workspace-id.d.ts +14 -4
- package/lib/util/parse-workspace-id.d.ts.map +1 -1
- package/lib/util/parse-workspace-id.js +39 -9
- package/lib/util/parse-workspace-id.js.map +1 -1
- package/lib/util/parse-workspace-id.spec.d.ts +9 -1
- package/lib/util/parse-workspace-id.spec.d.ts.map +1 -1
- package/lib/util/parse-workspace-id.spec.js +128 -48
- 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 +145 -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.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.js +7 -7
- package/lib/util/skip-if.js.map +1 -1
- package/lib/util/timeutil.d.ts +1 -1
- package/lib/util/timeutil.js +29 -17
- package/lib/util/timeutil.js.map +1 -1
- package/lib/util/timeutil.spec.d.ts +1 -1
- package/lib/util/timeutil.spec.js +22 -25
- package/lib/util/timeutil.spec.js.map +1 -1
- package/lib/util/tracing.d.ts +52 -6
- package/lib/util/tracing.d.ts.map +1 -1
- package/lib/util/tracing.js +197 -63
- 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 +1 -1
- package/lib/util/workspace-port-authentication.js +4 -3
- package/lib/util/workspace-port-authentication.js.map +1 -1
- package/lib/workspace-cluster.d.ts +71 -0
- package/lib/workspace-cluster.d.ts.map +1 -0
- package/lib/workspace-cluster.js +16 -0
- package/lib/workspace-cluster.js.map +1 -0
- package/lib/workspace-instance.d.ts +27 -3
- package/lib/workspace-instance.d.ts.map +1 -1
- package/lib/workspace-instance.js +1 -1
- package/lib/wsready.d.ts +1 -1
- package/lib/wsready.js +2 -2
- package/package.json +33 -17
- package/pkg-yarn.lock +18 -9
- package/provenance-bundle.jsonl +2 -0
- package/src/accounting-protocol.ts +229 -0
- package/src/admin-protocol.ts +54 -6
- package/src/analytics.ts +54 -0
- package/src/auth.ts +27 -0
- package/src/context-url.spec.ts +39 -0
- package/src/context-url.ts +53 -0
- package/src/email-protocol.ts +3 -4
- package/src/encryption/container-module.ts +1 -1
- package/src/encryption/encryption-engine.spec.ts +1 -1
- package/src/encryption/encryption-engine.ts +1 -1
- package/src/encryption/encryption-service.ts +1 -1
- package/src/encryption/key-provider.ts +1 -1
- package/src/env.ts +11 -11
- package/src/gitpod-file-parser.spec.ts +1 -1
- package/src/gitpod-file-parser.ts +1 -1
- package/src/gitpod-service.ts +229 -40
- package/src/headless-workspace-log.ts +8 -12
- package/src/ide-frontend-service.ts +6 -2
- package/src/ide-protocol.ts +114 -0
- package/src/index.ts +8 -2
- package/src/installation-admin-protocol.ts +42 -0
- package/src/license-protocol.ts +1 -1
- package/src/messaging/browser/connection.ts +195 -14
- package/src/messaging/browser/window-connection.ts +1 -1
- package/src/messaging/client-call-metrics.ts +97 -0
- package/src/messaging/error.ts +19 -4
- package/src/messaging/handler.ts +12 -0
- package/src/messaging/node/connection.ts +21 -68
- package/src/messaging/proxy-factory.ts +14 -6
- package/src/oss-allowlist.ts +15 -0
- package/src/payment-protocol.ts +20 -0
- package/src/permission.ts +9 -8
- package/src/plans.ts +632 -0
- package/src/protocol.ts +222 -88
- package/src/snapshot-url.spec.ts +25 -0
- package/src/snapshot-url.ts +27 -0
- package/src/team-subscription-protocol.ts +113 -0
- package/src/teams-projects-protocol.ts +147 -0
- package/src/theia-plugins.ts +1 -1
- package/src/typings/globals.ts +1 -1
- package/src/util/analytics.ts +87 -0
- package/src/util/async-iterator.ts +1 -1
- package/src/util/cancelable.ts +1 -1
- package/src/util/date-time.ts +1 -1
- package/src/util/deep-partial.ts +1 -1
- package/src/util/deferred.ts +2 -2
- package/src/util/garbage-collected-cache.ts +10 -4
- package/src/util/generate-workspace-id.spec.ts +48 -0
- package/src/util/generate-workspace-id.ts +475 -0
- package/src/util/gitpod-cookie.ts +39 -0
- package/src/util/gitpod-host-url.spec.ts +49 -0
- package/src/util/gitpod-host-url.ts +36 -14
- package/src/util/grpc.ts +15 -0
- package/src/util/jaeger-client-types.ts +102 -0
- package/src/util/logging.ts +111 -39
- package/src/util/make-link.ts +1 -1
- package/src/util/parse-workspace-id.spec.ts +46 -5
- package/src/util/parse-workspace-id.ts +39 -8
- package/src/util/queue.spec.ts +2 -2
- package/src/util/queue.ts +1 -1
- package/src/util/repeat.ts +45 -0
- package/src/util/semaphore.ts +3 -3
- package/src/util/skip-if.ts +2 -2
- package/src/util/timeutil.spec.ts +1 -1
- package/src/util/timeutil.ts +5 -5
- package/src/util/tracing.spec.ts +83 -0
- package/src/util/tracing.ts +184 -19
- package/src/util/workspace-port-authentication.ts +1 -1
- package/src/workspace-cluster.ts +91 -0
- package/src/workspace-instance.ts +52 -14
- package/src/wsready.ts +2 -2
- 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.map +0 -1
- package/src/util/jaeger-client.d.ts +0 -105
- package/src/util/repeater.ts +0 -49
- package/src/util/safe-promise.ts +0 -26
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Copyright (c) 2020
|
|
3
|
+
* Copyright (c) 2020 Gitpod GmbH. All rights reserved.
|
|
4
4
|
* Licensed under the GNU Affero General Public License (AGPL).
|
|
5
5
|
* See License-AGPL.txt in the project root for license information.
|
|
6
6
|
*/
|
|
@@ -14,46 +14,44 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
14
14
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
}
|
|
26
|
-
TestGitpodFileParser.prototype.before = function () {
|
|
17
|
+
const mocha_typescript_1 = require("mocha-typescript");
|
|
18
|
+
const chai = require("chai");
|
|
19
|
+
const gitpod_file_parser_1 = require("./gitpod-file-parser");
|
|
20
|
+
const expect = chai.expect;
|
|
21
|
+
const DEFAULT_IMAGE = "default-image";
|
|
22
|
+
const DEFAULT_CONFIG = { image: DEFAULT_IMAGE };
|
|
23
|
+
let TestGitpodFileParser = class TestGitpodFileParser {
|
|
24
|
+
before() {
|
|
27
25
|
this.parser = new gitpod_file_parser_1.GitpodFileParser();
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
26
|
+
}
|
|
27
|
+
testOnlyOnePort() {
|
|
28
|
+
const content = `ports:\n` +
|
|
29
|
+
` - port: 5555`;
|
|
30
|
+
const result = this.parser.parse(content, {}, DEFAULT_CONFIG);
|
|
33
31
|
expect(result.config).to.deep.equal({
|
|
34
32
|
ports: [{
|
|
35
33
|
port: 5555
|
|
36
34
|
}],
|
|
37
35
|
image: DEFAULT_IMAGE
|
|
38
36
|
});
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
37
|
+
}
|
|
38
|
+
testPortRange() {
|
|
39
|
+
const content = `ports:\n` +
|
|
40
|
+
` - port: 5555\n` +
|
|
41
|
+
` - port: 3000-3999`; // should be filtered out by default
|
|
42
|
+
const result = this.parser.parse(content, {}, DEFAULT_CONFIG);
|
|
45
43
|
expect(result.config).to.deep.equal({
|
|
46
44
|
ports: [{
|
|
47
45
|
port: 5555
|
|
48
46
|
}],
|
|
49
47
|
image: DEFAULT_IMAGE
|
|
50
48
|
});
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
49
|
+
}
|
|
50
|
+
testPortRangeAccepted() {
|
|
51
|
+
const content = `ports:\n` +
|
|
52
|
+
` - port: 5555\n` +
|
|
53
|
+
` - port: 3000-3999`; // should be included if explicitly supported
|
|
54
|
+
const result = this.parser.parse(content, { acceptPortRanges: true }, DEFAULT_CONFIG);
|
|
57
55
|
expect(result.config).to.deep.equal({
|
|
58
56
|
ports: [{
|
|
59
57
|
port: 5555
|
|
@@ -62,123 +60,125 @@ var TestGitpodFileParser = /** @class */ (function () {
|
|
|
62
60
|
}],
|
|
63
61
|
image: DEFAULT_IMAGE
|
|
64
62
|
});
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
63
|
+
}
|
|
64
|
+
testSimpleTask() {
|
|
65
|
+
const content = `tasks:\n` +
|
|
66
|
+
` - command: yarn`;
|
|
67
|
+
const result = this.parser.parse(content, {}, DEFAULT_CONFIG);
|
|
70
68
|
expect(result.config).to.deep.equal({
|
|
71
69
|
tasks: [{
|
|
72
70
|
command: "yarn"
|
|
73
71
|
}],
|
|
74
72
|
image: DEFAULT_IMAGE
|
|
75
73
|
});
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
74
|
+
}
|
|
75
|
+
testSimpleImage() {
|
|
76
|
+
const imageName = "my-test-org/my-test-image:some-tag";
|
|
77
|
+
const content = `image: "${imageName}"\n`;
|
|
78
|
+
const result = this.parser.parse(content);
|
|
81
79
|
expect(result.config).to.deep.equal({
|
|
82
80
|
image: imageName
|
|
83
81
|
});
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
82
|
+
}
|
|
83
|
+
testComplexImageWithoutContext() {
|
|
84
|
+
const dockerFileName = 'Dockerfile';
|
|
85
|
+
const content = `image:\n file: ${dockerFileName}\n`;
|
|
86
|
+
const result = this.parser.parse(content);
|
|
89
87
|
expect(result.config).to.deep.equal({
|
|
90
88
|
image: {
|
|
91
89
|
file: dockerFileName
|
|
92
90
|
}
|
|
93
91
|
});
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
92
|
+
}
|
|
93
|
+
testComplexImageWithContext() {
|
|
94
|
+
const dockerFileName = 'Dockerfile';
|
|
95
|
+
const dockerContext = 'docker';
|
|
96
|
+
const content = `image:\n file: ${dockerFileName}\n context: ${dockerContext}\n`;
|
|
97
|
+
const result = this.parser.parse(content);
|
|
100
98
|
expect(result.config).to.deep.equal({
|
|
101
99
|
image: {
|
|
102
100
|
file: dockerFileName,
|
|
103
101
|
context: dockerContext
|
|
104
102
|
}
|
|
105
103
|
});
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
104
|
+
}
|
|
105
|
+
testGitconfig() {
|
|
106
|
+
const content = `
|
|
107
|
+
gitConfig:
|
|
108
|
+
core.autocrlf: input
|
|
109
|
+
`;
|
|
110
|
+
const result = this.parser.parse(content, {}, DEFAULT_CONFIG);
|
|
110
111
|
expect(result.config).to.deep.equal({
|
|
111
112
|
gitConfig: {
|
|
112
113
|
"core.autocrlf": "input"
|
|
113
114
|
},
|
|
114
115
|
image: DEFAULT_IMAGE
|
|
115
116
|
});
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
117
|
+
}
|
|
118
|
+
testBrokenConfig() {
|
|
119
|
+
const content = `image: 42\n`;
|
|
120
|
+
const result = this.parser.parse(content, {}, DEFAULT_CONFIG);
|
|
120
121
|
expect(result.config).to.deep.equal({
|
|
121
122
|
image: DEFAULT_IMAGE
|
|
122
123
|
});
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
}());
|
|
124
|
+
}
|
|
125
|
+
};
|
|
126
|
+
__decorate([
|
|
127
|
+
mocha_typescript_1.test,
|
|
128
|
+
__metadata("design:type", Function),
|
|
129
|
+
__metadata("design:paramtypes", []),
|
|
130
|
+
__metadata("design:returntype", void 0)
|
|
131
|
+
], TestGitpodFileParser.prototype, "testOnlyOnePort", null);
|
|
132
|
+
__decorate([
|
|
133
|
+
mocha_typescript_1.test,
|
|
134
|
+
__metadata("design:type", Function),
|
|
135
|
+
__metadata("design:paramtypes", []),
|
|
136
|
+
__metadata("design:returntype", void 0)
|
|
137
|
+
], TestGitpodFileParser.prototype, "testPortRange", null);
|
|
138
|
+
__decorate([
|
|
139
|
+
mocha_typescript_1.test,
|
|
140
|
+
__metadata("design:type", Function),
|
|
141
|
+
__metadata("design:paramtypes", []),
|
|
142
|
+
__metadata("design:returntype", void 0)
|
|
143
|
+
], TestGitpodFileParser.prototype, "testPortRangeAccepted", null);
|
|
144
|
+
__decorate([
|
|
145
|
+
mocha_typescript_1.test,
|
|
146
|
+
__metadata("design:type", Function),
|
|
147
|
+
__metadata("design:paramtypes", []),
|
|
148
|
+
__metadata("design:returntype", void 0)
|
|
149
|
+
], TestGitpodFileParser.prototype, "testSimpleTask", null);
|
|
150
|
+
__decorate([
|
|
151
|
+
mocha_typescript_1.test,
|
|
152
|
+
__metadata("design:type", Function),
|
|
153
|
+
__metadata("design:paramtypes", []),
|
|
154
|
+
__metadata("design:returntype", void 0)
|
|
155
|
+
], TestGitpodFileParser.prototype, "testSimpleImage", null);
|
|
156
|
+
__decorate([
|
|
157
|
+
mocha_typescript_1.test,
|
|
158
|
+
__metadata("design:type", Function),
|
|
159
|
+
__metadata("design:paramtypes", []),
|
|
160
|
+
__metadata("design:returntype", void 0)
|
|
161
|
+
], TestGitpodFileParser.prototype, "testComplexImageWithoutContext", null);
|
|
162
|
+
__decorate([
|
|
163
|
+
mocha_typescript_1.test,
|
|
164
|
+
__metadata("design:type", Function),
|
|
165
|
+
__metadata("design:paramtypes", []),
|
|
166
|
+
__metadata("design:returntype", void 0)
|
|
167
|
+
], TestGitpodFileParser.prototype, "testComplexImageWithContext", null);
|
|
168
|
+
__decorate([
|
|
169
|
+
mocha_typescript_1.test,
|
|
170
|
+
__metadata("design:type", Function),
|
|
171
|
+
__metadata("design:paramtypes", []),
|
|
172
|
+
__metadata("design:returntype", void 0)
|
|
173
|
+
], TestGitpodFileParser.prototype, "testGitconfig", null);
|
|
174
|
+
__decorate([
|
|
175
|
+
mocha_typescript_1.test,
|
|
176
|
+
__metadata("design:type", Function),
|
|
177
|
+
__metadata("design:paramtypes", []),
|
|
178
|
+
__metadata("design:returntype", void 0)
|
|
179
|
+
], TestGitpodFileParser.prototype, "testBrokenConfig", null);
|
|
180
|
+
TestGitpodFileParser = __decorate([
|
|
181
|
+
mocha_typescript_1.suite
|
|
182
|
+
], TestGitpodFileParser);
|
|
183
183
|
module.exports = new TestGitpodFileParser(); // Only to circumvent no usage warning :-/
|
|
184
184
|
//# sourceMappingURL=gitpod-file-parser.spec.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"gitpod-file-parser.spec.js","sourceRoot":"","sources":["../src/gitpod-file-parser.spec.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;;;;;;;;;AAEH,
|
|
1
|
+
{"version":3,"file":"gitpod-file-parser.spec.js","sourceRoot":"","sources":["../src/gitpod-file-parser.spec.ts"],"names":[],"mappings":"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"}
|
package/lib/gitpod-service.d.ts
CHANGED
|
@@ -1,34 +1,43 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright (c) 2020
|
|
2
|
+
* Copyright (c) 2020 Gitpod GmbH. All rights reserved.
|
|
3
3
|
* Licensed under the GNU Affero General Public License (AGPL).
|
|
4
4
|
* See License-AGPL.txt in the project root for license information.
|
|
5
5
|
*/
|
|
6
|
-
import { User, WorkspaceInfo, WorkspaceCreationResult,
|
|
6
|
+
import { User, WorkspaceInfo, WorkspaceCreationResult, WorkspaceInstanceUser, WhitelistedRepository, WorkspaceImageBuild, AuthProviderInfo, CreateWorkspaceMode, Token, UserEnvVarValue, ResolvePluginsParams, PreparePluginUploadParams, Terms, ResolvedPlugins, Configuration, InstallPluginsParams, UninstallPluginParams, UserInfo, GitpodTokenType, GitpodToken, AuthProviderEntry, GuessGitTokenScopesParams, GuessedGitTokenScopes, ProjectEnvVar } from './protocol';
|
|
7
|
+
import { Team, TeamMemberInfo, TeamMembershipInvite, Project, TeamMemberRole, PrebuildWithStatus, StartPrebuildResult, PartialProject } from './teams-projects-protocol';
|
|
7
8
|
import { JsonRpcProxy, JsonRpcServer } from './messaging/proxy-factory';
|
|
8
9
|
import { Disposable } from 'vscode-jsonrpc';
|
|
9
|
-
import {
|
|
10
|
+
import { HeadlessLogUrls } from './headless-workspace-log';
|
|
10
11
|
import { WorkspaceInstance, WorkspaceInstancePort } from './workspace-instance';
|
|
11
12
|
import { AdminServer } from './admin-protocol';
|
|
12
13
|
import { PermissionName } from './permission';
|
|
13
14
|
import { LicenseService } from './license-protocol';
|
|
15
|
+
import { AccountStatement, CreditAlert } from './accounting-protocol';
|
|
16
|
+
import { GithubUpgradeURL, PlanCoupon } from './payment-protocol';
|
|
17
|
+
import { TeamSubscription, TeamSubscriptionSlot, TeamSubscriptionSlotResolved } from './team-subscription-protocol';
|
|
18
|
+
import { RemotePageMessage, RemoteTrackMessage, RemoteIdentifyMessage } from './analytics';
|
|
19
|
+
import { IDEServer } from './ide-protocol';
|
|
20
|
+
import { InstallationAdminSettings } from './installation-admin-protocol';
|
|
14
21
|
export interface GitpodClient {
|
|
15
22
|
onInstanceUpdate(instance: WorkspaceInstance): void;
|
|
16
23
|
onWorkspaceImageBuildLogs: WorkspaceImageBuild.LogCallback;
|
|
17
|
-
|
|
24
|
+
onPrebuildUpdate(update: PrebuildWithStatus): void;
|
|
25
|
+
onCreditAlert(creditAlert: CreditAlert): void;
|
|
18
26
|
notifyDidOpenConnection(): void;
|
|
19
27
|
notifyDidCloseConnection(): void;
|
|
20
28
|
}
|
|
21
29
|
export declare const GitpodServer: unique symbol;
|
|
22
|
-
export interface GitpodServer extends JsonRpcServer<GitpodClient>, AdminServer, LicenseService {
|
|
30
|
+
export interface GitpodServer extends JsonRpcServer<GitpodClient>, AdminServer, LicenseService, IDEServer {
|
|
23
31
|
getLoggedInUser(): Promise<User>;
|
|
32
|
+
getTerms(): Promise<Terms>;
|
|
24
33
|
updateLoggedInUser(user: Partial<User>): Promise<User>;
|
|
25
34
|
getAuthProviders(): Promise<AuthProviderInfo[]>;
|
|
26
35
|
getOwnAuthProviders(): Promise<AuthProviderEntry[]>;
|
|
27
|
-
updateOwnAuthProvider(params: GitpodServer.UpdateOwnAuthProviderParams): Promise<
|
|
36
|
+
updateOwnAuthProvider(params: GitpodServer.UpdateOwnAuthProviderParams): Promise<AuthProviderEntry>;
|
|
28
37
|
deleteOwnAuthProvider(params: GitpodServer.DeleteOwnAuthProviderParams): Promise<void>;
|
|
29
|
-
getBranding(): Promise<Branding>;
|
|
30
38
|
getConfiguration(): Promise<Configuration>;
|
|
31
39
|
getToken(query: GitpodServer.GetTokenSearchOptions): Promise<Token | undefined>;
|
|
40
|
+
getGitpodTokenScopes(tokenHash: string): Promise<string[]>;
|
|
32
41
|
/**
|
|
33
42
|
* @deprecated
|
|
34
43
|
*/
|
|
@@ -40,8 +49,14 @@ export interface GitpodServer extends JsonRpcServer<GitpodClient>, AdminServer,
|
|
|
40
49
|
getWorkspaceOwner(workspaceId: string): Promise<UserInfo | undefined>;
|
|
41
50
|
getWorkspaceUsers(workspaceId: string): Promise<WorkspaceInstanceUser[]>;
|
|
42
51
|
getFeaturedRepositories(): Promise<WhitelistedRepository[]>;
|
|
52
|
+
/**
|
|
53
|
+
* **Security:**
|
|
54
|
+
* Sensitive information like an owner token is erased, since it allows access for all team members.
|
|
55
|
+
* If you need to access an owner token use `getOwnerToken` instead.
|
|
56
|
+
*/
|
|
43
57
|
getWorkspace(id: string): Promise<WorkspaceInfo>;
|
|
44
58
|
isWorkspaceOwner(workspaceId: string): Promise<boolean>;
|
|
59
|
+
getOwnerToken(workspaceId: string): Promise<string>;
|
|
45
60
|
/**
|
|
46
61
|
* Creates and starts a workspace for the given context URL.
|
|
47
62
|
* @param options GitpodServer.CreateWorkspaceOptions
|
|
@@ -56,8 +71,8 @@ export interface GitpodServer extends JsonRpcServer<GitpodClient>, AdminServer,
|
|
|
56
71
|
updateWorkspaceUserPin(id: string, action: GitpodServer.PinAction): Promise<void>;
|
|
57
72
|
sendHeartBeat(options: GitpodServer.SendHeartBeatOptions): Promise<void>;
|
|
58
73
|
watchWorkspaceImageBuildLogs(workspaceId: string): Promise<void>;
|
|
59
|
-
watchHeadlessWorkspaceLogs(workspaceId: string): Promise<void>;
|
|
60
74
|
isPrebuildDone(pwsid: string): Promise<boolean>;
|
|
75
|
+
getHeadlessLog(instanceId: string): Promise<HeadlessLogUrls>;
|
|
61
76
|
setWorkspaceTimeout(workspaceId: string, duration: WorkspaceTimeoutDuration): Promise<SetWorkspaceTimeoutResult>;
|
|
62
77
|
getWorkspaceTimeout(workspaceId: string): Promise<GetWorkspaceTimeoutResult>;
|
|
63
78
|
sendHeartBeat(options: GitpodServer.SendHeartBeatOptions): Promise<void>;
|
|
@@ -65,23 +80,58 @@ export interface GitpodServer extends JsonRpcServer<GitpodClient>, AdminServer,
|
|
|
65
80
|
getOpenPorts(workspaceId: string): Promise<WorkspaceInstancePort[]>;
|
|
66
81
|
openPort(workspaceId: string, port: WorkspaceInstancePort): Promise<WorkspaceInstancePort | undefined>;
|
|
67
82
|
closePort(workspaceId: string, port: number): Promise<void>;
|
|
68
|
-
getUserMessages(options: GitpodServer.GetUserMessagesOptions): Promise<UserMessage[]>;
|
|
69
|
-
updateUserMessages(options: GitpodServer.UpdateUserMessagesOptions): Promise<void>;
|
|
70
83
|
getUserStorageResource(options: GitpodServer.GetUserStorageResourceOptions): Promise<string>;
|
|
71
84
|
updateUserStorageResource(options: GitpodServer.UpdateUserStorageResourceOptions): Promise<void>;
|
|
72
85
|
getEnvVars(): Promise<UserEnvVarValue[]>;
|
|
86
|
+
getAllEnvVars(): Promise<UserEnvVarValue[]>;
|
|
73
87
|
setEnvVar(variable: UserEnvVarValue): Promise<void>;
|
|
74
88
|
deleteEnvVar(variable: UserEnvVarValue): Promise<void>;
|
|
89
|
+
getTeams(): Promise<Team[]>;
|
|
90
|
+
getTeamMembers(teamId: string): Promise<TeamMemberInfo[]>;
|
|
91
|
+
createTeam(name: string): Promise<Team>;
|
|
92
|
+
joinTeam(inviteId: string): Promise<Team>;
|
|
93
|
+
setTeamMemberRole(teamId: string, userId: string, role: TeamMemberRole): Promise<void>;
|
|
94
|
+
removeTeamMember(teamId: string, userId: string): Promise<void>;
|
|
95
|
+
getGenericInvite(teamId: string): Promise<TeamMembershipInvite>;
|
|
96
|
+
resetGenericInvite(inviteId: string): Promise<TeamMembershipInvite>;
|
|
97
|
+
deleteTeam(teamId: string, userId: string): Promise<void>;
|
|
98
|
+
adminGetSettings(): Promise<InstallationAdminSettings>;
|
|
99
|
+
adminUpdateSettings(settings: InstallationAdminSettings): Promise<void>;
|
|
100
|
+
getProviderRepositoriesForUser(params: GetProviderRepositoriesParams): Promise<ProviderRepository[]>;
|
|
101
|
+
createProject(params: CreateProjectParams): Promise<Project>;
|
|
102
|
+
deleteProject(projectId: string): Promise<void>;
|
|
103
|
+
getTeamProjects(teamId: string): Promise<Project[]>;
|
|
104
|
+
getUserProjects(): Promise<Project[]>;
|
|
105
|
+
getProjectOverview(projectId: string): Promise<Project.Overview | undefined>;
|
|
106
|
+
findPrebuilds(params: FindPrebuildsParams): Promise<PrebuildWithStatus[]>;
|
|
107
|
+
triggerPrebuild(projectId: string, branchName: string | null): Promise<StartPrebuildResult>;
|
|
108
|
+
cancelPrebuild(projectId: string, prebuildId: string): Promise<void>;
|
|
109
|
+
fetchProjectRepositoryConfiguration(projectId: string): Promise<string | undefined>;
|
|
110
|
+
guessProjectConfiguration(projectId: string): Promise<string | undefined>;
|
|
111
|
+
fetchRepositoryConfiguration(cloneUrl: string): Promise<string | undefined>;
|
|
112
|
+
guessRepositoryConfiguration(cloneUrl: string): Promise<string | undefined>;
|
|
113
|
+
setProjectConfiguration(projectId: string, configString: string): Promise<void>;
|
|
114
|
+
updateProjectPartial(partialProject: PartialProject): Promise<void>;
|
|
115
|
+
setProjectEnvironmentVariable(projectId: string, name: string, value: string, censored: boolean): Promise<void>;
|
|
116
|
+
getProjectEnvironmentVariables(projectId: string): Promise<ProjectEnvVar[]>;
|
|
117
|
+
deleteProjectEnvironmentVariable(variableId: string): Promise<void>;
|
|
118
|
+
getContentBlobUploadUrl(name: string): Promise<string>;
|
|
119
|
+
getContentBlobDownloadUrl(name: string): Promise<string>;
|
|
75
120
|
getGitpodTokens(): Promise<GitpodToken[]>;
|
|
76
121
|
generateNewGitpodToken(options: GitpodServer.GenerateNewGitpodTokenOptions): Promise<string>;
|
|
77
122
|
deleteGitpodToken(tokenHash: string): Promise<void>;
|
|
78
123
|
sendFeedback(feedback: string): Promise<string | undefined>;
|
|
79
124
|
registerGithubApp(installationId: string): Promise<void>;
|
|
80
125
|
/**
|
|
81
|
-
* Stores a new snapshot for the given workspace and bucketId
|
|
126
|
+
* Stores a new snapshot for the given workspace and bucketId. Returns _before_ the actual snapshot is done. To wait for that, use `waitForSnapshot`.
|
|
82
127
|
* @return the snapshot id
|
|
83
128
|
*/
|
|
84
129
|
takeSnapshot(options: GitpodServer.TakeSnapshotOptions): Promise<string>;
|
|
130
|
+
/**
|
|
131
|
+
*
|
|
132
|
+
* @param snapshotId
|
|
133
|
+
*/
|
|
134
|
+
waitForSnapshot(snapshotId: string): Promise<void>;
|
|
85
135
|
/**
|
|
86
136
|
* Returns the list of snapshots that exist for a workspace.
|
|
87
137
|
*/
|
|
@@ -102,6 +152,87 @@ export interface GitpodServer extends JsonRpcServer<GitpodClient>, AdminServer,
|
|
|
102
152
|
resolvePlugins(workspaceId: string, params: ResolvePluginsParams): Promise<ResolvedPlugins>;
|
|
103
153
|
installUserPlugins(params: InstallPluginsParams): Promise<boolean>;
|
|
104
154
|
uninstallUserPlugin(params: UninstallPluginParams): Promise<boolean>;
|
|
155
|
+
guessGitTokenScopes(params: GuessGitTokenScopesParams): Promise<GuessedGitTokenScopes>;
|
|
156
|
+
/**
|
|
157
|
+
* gitpod.io concerns
|
|
158
|
+
*/
|
|
159
|
+
isStudent(): Promise<boolean>;
|
|
160
|
+
/**
|
|
161
|
+
*
|
|
162
|
+
*/
|
|
163
|
+
getAccountStatement(options: GitpodServer.GetAccountStatementOptions): Promise<AccountStatement | undefined>;
|
|
164
|
+
getRemainingUsageHours(): Promise<number>;
|
|
165
|
+
/**
|
|
166
|
+
*
|
|
167
|
+
*/
|
|
168
|
+
getChargebeeSiteId(): Promise<string>;
|
|
169
|
+
createPortalSession(): Promise<{}>;
|
|
170
|
+
checkout(planId: string, planQuantity?: number): Promise<{}>;
|
|
171
|
+
getAvailableCoupons(): Promise<PlanCoupon[]>;
|
|
172
|
+
getAppliedCoupons(): Promise<PlanCoupon[]>;
|
|
173
|
+
getShowPaymentUI(): Promise<boolean>;
|
|
174
|
+
isChargebeeCustomer(): Promise<boolean>;
|
|
175
|
+
subscriptionUpgradeTo(subscriptionId: string, chargebeePlanId: string): Promise<void>;
|
|
176
|
+
subscriptionDowngradeTo(subscriptionId: string, chargebeePlanId: string): Promise<void>;
|
|
177
|
+
subscriptionCancel(subscriptionId: string): Promise<void>;
|
|
178
|
+
subscriptionCancelDowngrade(subscriptionId: string): Promise<void>;
|
|
179
|
+
tsGet(): Promise<TeamSubscription[]>;
|
|
180
|
+
tsGetSlots(): Promise<TeamSubscriptionSlotResolved[]>;
|
|
181
|
+
tsGetUnassignedSlot(teamSubscriptionId: string): Promise<TeamSubscriptionSlot | undefined>;
|
|
182
|
+
tsAddSlots(teamSubscriptionId: string, quantity: number): Promise<void>;
|
|
183
|
+
tsAssignSlot(teamSubscriptionId: string, teamSubscriptionSlotId: string, identityStr: string | undefined): Promise<void>;
|
|
184
|
+
tsReassignSlot(teamSubscriptionId: string, teamSubscriptionSlotId: string, newIdentityStr: string): Promise<void>;
|
|
185
|
+
tsDeactivateSlot(teamSubscriptionId: string, teamSubscriptionSlotId: string): Promise<void>;
|
|
186
|
+
tsReactivateSlot(teamSubscriptionId: string, teamSubscriptionSlotId: string): Promise<void>;
|
|
187
|
+
getGithubUpgradeUrls(): Promise<GithubUpgradeURL[]>;
|
|
188
|
+
/**
|
|
189
|
+
* Analytics
|
|
190
|
+
*/
|
|
191
|
+
trackEvent(event: RemoteTrackMessage): Promise<void>;
|
|
192
|
+
trackLocation(event: RemotePageMessage): Promise<void>;
|
|
193
|
+
identifyUser(event: RemoteIdentifyMessage): Promise<void>;
|
|
194
|
+
}
|
|
195
|
+
export interface CreateProjectParams {
|
|
196
|
+
name: string;
|
|
197
|
+
slug?: string;
|
|
198
|
+
account: string;
|
|
199
|
+
provider: string;
|
|
200
|
+
cloneUrl: string;
|
|
201
|
+
teamId?: string;
|
|
202
|
+
userId?: string;
|
|
203
|
+
appInstallationId: string;
|
|
204
|
+
}
|
|
205
|
+
export interface FindPrebuildsParams {
|
|
206
|
+
projectId: string;
|
|
207
|
+
branch?: string;
|
|
208
|
+
latest?: boolean;
|
|
209
|
+
prebuildId?: string;
|
|
210
|
+
limit?: number;
|
|
211
|
+
}
|
|
212
|
+
export interface GetProviderRepositoriesParams {
|
|
213
|
+
provider: string;
|
|
214
|
+
hints?: {
|
|
215
|
+
installationId: string;
|
|
216
|
+
} | object;
|
|
217
|
+
}
|
|
218
|
+
export interface ProviderRepository {
|
|
219
|
+
name: string;
|
|
220
|
+
path?: string;
|
|
221
|
+
account: string;
|
|
222
|
+
accountAvatarUrl: string;
|
|
223
|
+
cloneUrl: string;
|
|
224
|
+
updatedAt: string;
|
|
225
|
+
installationId?: number;
|
|
226
|
+
installationUpdatedAt?: string;
|
|
227
|
+
inUse?: {
|
|
228
|
+
userName: string;
|
|
229
|
+
};
|
|
230
|
+
}
|
|
231
|
+
export interface ClientHeaderFields {
|
|
232
|
+
ip?: string;
|
|
233
|
+
userAgent?: string;
|
|
234
|
+
dnt?: string;
|
|
235
|
+
clientRegion?: string;
|
|
105
236
|
}
|
|
106
237
|
export declare const WorkspaceTimeoutValues: readonly ["30m", "60m", "180m"];
|
|
107
238
|
export declare const createServiceMock: <C extends GitpodClient, S extends GitpodServer>(methods: Partial<JsonRpcProxy<S>>) => GitpodServiceImpl<C, S>;
|
|
@@ -124,6 +255,8 @@ export declare namespace GitpodServer {
|
|
|
124
255
|
limit?: number;
|
|
125
256
|
searchString?: string;
|
|
126
257
|
pinnedOnly?: boolean;
|
|
258
|
+
projectId?: string | string[];
|
|
259
|
+
includeWithoutProject?: boolean;
|
|
127
260
|
}
|
|
128
261
|
interface GetAccountStatementOptions {
|
|
129
262
|
date?: string;
|
|
@@ -131,6 +264,7 @@ export declare namespace GitpodServer {
|
|
|
131
264
|
interface CreateWorkspaceOptions {
|
|
132
265
|
contextUrl: string;
|
|
133
266
|
mode?: CreateWorkspaceMode;
|
|
267
|
+
forceDefaultConfig?: boolean;
|
|
134
268
|
}
|
|
135
269
|
interface StartWorkspaceOptions {
|
|
136
270
|
forceDefaultImage: boolean;
|
|
@@ -138,13 +272,7 @@ export declare namespace GitpodServer {
|
|
|
138
272
|
interface TakeSnapshotOptions {
|
|
139
273
|
workspaceId: string;
|
|
140
274
|
layoutData?: string;
|
|
141
|
-
|
|
142
|
-
interface GetUserMessagesOptions {
|
|
143
|
-
readonly releaseNotes?: boolean;
|
|
144
|
-
readonly workspaceInstanceId: string;
|
|
145
|
-
}
|
|
146
|
-
interface UpdateUserMessagesOptions {
|
|
147
|
-
readonly messageIds: string[];
|
|
275
|
+
dontWait?: boolean;
|
|
148
276
|
}
|
|
149
277
|
interface GetUserStorageResourceOptions {
|
|
150
278
|
readonly uri: string;
|
|
@@ -182,10 +310,11 @@ export declare class GitpodCompositeClient<Client extends GitpodClient> implemen
|
|
|
182
310
|
protected clients: Partial<Client>[];
|
|
183
311
|
registerClient(client: Partial<Client>): Disposable;
|
|
184
312
|
onInstanceUpdate(instance: WorkspaceInstance): void;
|
|
313
|
+
onPrebuildUpdate(update: PrebuildWithStatus): void;
|
|
185
314
|
onWorkspaceImageBuildLogs(info: WorkspaceImageBuild.StateInfo, content: WorkspaceImageBuild.LogContent | undefined): void;
|
|
186
|
-
onHeadlessWorkspaceLogs(evt: HeadlessLogEvent): void;
|
|
187
315
|
notifyDidOpenConnection(): void;
|
|
188
316
|
notifyDidCloseConnection(): void;
|
|
317
|
+
onCreditAlert(creditAlert: CreditAlert): void;
|
|
189
318
|
}
|
|
190
319
|
export declare type GitpodService = GitpodServiceImpl<GitpodClient, GitpodServer>;
|
|
191
320
|
export declare class WorkspaceInstanceUpdateListener {
|
|
@@ -210,14 +339,19 @@ export declare class WorkspaceInstanceUpdateListener {
|
|
|
210
339
|
*/
|
|
211
340
|
private isOutOfOrder;
|
|
212
341
|
}
|
|
342
|
+
export interface GitpodServiceOptions {
|
|
343
|
+
onReconnect?: () => (void | Promise<void>);
|
|
344
|
+
}
|
|
213
345
|
export declare class GitpodServiceImpl<Client extends GitpodClient, Server extends GitpodServer> {
|
|
214
346
|
readonly server: JsonRpcProxy<Server>;
|
|
347
|
+
private options?;
|
|
215
348
|
private readonly compositeClient;
|
|
216
|
-
constructor(server: JsonRpcProxy<Server
|
|
349
|
+
constructor(server: JsonRpcProxy<Server>, options?: GitpodServiceOptions | undefined);
|
|
217
350
|
registerClient(client: Partial<Client>): Disposable;
|
|
218
351
|
private readonly instanceListeners;
|
|
219
352
|
listenToInstance(workspaceId: string): Promise<WorkspaceInstanceUpdateListener>;
|
|
353
|
+
reconnect(): Promise<void>;
|
|
220
354
|
}
|
|
221
|
-
export declare function createGitpodService<C extends GitpodClient, S extends GitpodServer>(serverUrl: string): GitpodServiceImpl<C, S>;
|
|
355
|
+
export declare function createGitpodService<C extends GitpodClient, S extends GitpodServer>(serverUrl: string | Promise<string>): GitpodServiceImpl<C, S>;
|
|
222
356
|
export {};
|
|
223
357
|
//# sourceMappingURL=gitpod-service.d.ts.map
|