@gitpod/gitpod-protocol 0.1.5-svenefftinge-dashboard-invalid-2274.4 → 0.1.5-tarun-telemetry-users.1

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.
Files changed (346) hide show
  1. package/data/builtin-theia-plugins.json +28 -18
  2. package/data/gitpod-schema.json +25 -24
  3. package/lib/accounting-protocol.d.ts +155 -0
  4. package/lib/accounting-protocol.d.ts.map +1 -0
  5. package/lib/accounting-protocol.js +109 -0
  6. package/lib/accounting-protocol.js.map +1 -0
  7. package/lib/admin-protocol.d.ts +32 -5
  8. package/lib/admin-protocol.d.ts.map +1 -1
  9. package/lib/admin-protocol.js +16 -1
  10. package/lib/admin-protocol.js.map +1 -1
  11. package/lib/analytics.d.ts +45 -0
  12. package/lib/analytics.d.ts.map +1 -0
  13. package/lib/analytics.js +10 -0
  14. package/lib/analytics.js.map +1 -0
  15. package/lib/auth.d.ts +25 -0
  16. package/lib/auth.d.ts.map +1 -0
  17. package/lib/auth.js +16 -0
  18. package/lib/auth.js.map +1 -0
  19. package/lib/context-url.d.ts +19 -0
  20. package/lib/context-url.d.ts.map +1 -0
  21. package/lib/context-url.js +51 -0
  22. package/lib/context-url.js.map +1 -0
  23. package/lib/context-url.spec.d.ts +12 -0
  24. package/lib/context-url.spec.d.ts.map +1 -0
  25. package/lib/context-url.spec.js +73 -0
  26. package/lib/context-url.spec.js.map +1 -0
  27. package/lib/email-protocol.d.ts +2 -3
  28. package/lib/email-protocol.d.ts.map +1 -1
  29. package/lib/email-protocol.js +5 -5
  30. package/lib/email-protocol.js.map +1 -1
  31. package/lib/encryption/container-module.d.ts +1 -1
  32. package/lib/encryption/container-module.js +6 -5
  33. package/lib/encryption/container-module.js.map +1 -1
  34. package/lib/encryption/encryption-engine.d.ts +1 -1
  35. package/lib/encryption/encryption-engine.js +20 -21
  36. package/lib/encryption/encryption-engine.js.map +1 -1
  37. package/lib/encryption/encryption-engine.spec.d.ts +1 -1
  38. package/lib/encryption/encryption-engine.spec.js +30 -37
  39. package/lib/encryption/encryption-engine.spec.js.map +1 -1
  40. package/lib/encryption/encryption-service.d.ts +1 -1
  41. package/lib/encryption/encryption-service.js +30 -44
  42. package/lib/encryption/encryption-service.js.map +1 -1
  43. package/lib/encryption/key-provider.d.ts +1 -1
  44. package/lib/encryption/key-provider.js +26 -31
  45. package/lib/encryption/key-provider.js.map +1 -1
  46. package/lib/env.d.ts +2 -3
  47. package/lib/env.d.ts.map +1 -1
  48. package/lib/env.js +21 -22
  49. package/lib/env.js.map +1 -1
  50. package/lib/gitpod-file-parser.d.ts +1 -1
  51. package/lib/gitpod-file-parser.js +26 -42
  52. package/lib/gitpod-file-parser.js.map +1 -1
  53. package/lib/gitpod-file-parser.spec.d.ts +1 -1
  54. package/lib/gitpod-file-parser.spec.js +117 -117
  55. package/lib/gitpod-file-parser.spec.js.map +1 -1
  56. package/lib/gitpod-service.d.ts +155 -21
  57. package/lib/gitpod-service.d.ts.map +1 -1
  58. package/lib/gitpod-service.js +171 -257
  59. package/lib/gitpod-service.js.map +1 -1
  60. package/lib/headless-workspace-log.d.ts +9 -12
  61. package/lib/headless-workspace-log.d.ts.map +1 -1
  62. package/lib/headless-workspace-log.js +5 -8
  63. package/lib/headless-workspace-log.js.map +1 -1
  64. package/lib/ide-frontend-service.d.ts +5 -1
  65. package/lib/ide-frontend-service.d.ts.map +1 -1
  66. package/lib/ide-frontend-service.js +1 -1
  67. package/lib/ide-protocol.d.ts +101 -0
  68. package/lib/ide-protocol.d.ts.map +1 -0
  69. package/lib/{util/without.js → ide-protocol.js} +2 -2
  70. package/lib/ide-protocol.js.map +1 -0
  71. package/lib/index.d.ts +7 -1
  72. package/lib/index.d.ts.map +1 -1
  73. package/lib/index.js +8 -2
  74. package/lib/index.js.map +1 -1
  75. package/lib/installation-admin-protocol.d.ts +25 -0
  76. package/lib/installation-admin-protocol.d.ts.map +1 -0
  77. package/lib/installation-admin-protocol.js +30 -0
  78. package/lib/installation-admin-protocol.js.map +1 -0
  79. package/lib/license-protocol.d.ts +1 -1
  80. package/lib/license-protocol.js +1 -1
  81. package/lib/messaging/browser/connection.d.ts +5 -3
  82. package/lib/messaging/browser/connection.d.ts.map +1 -1
  83. package/lib/messaging/browser/connection.js +183 -33
  84. package/lib/messaging/browser/connection.js.map +1 -1
  85. package/lib/messaging/browser/window-connection.d.ts +1 -1
  86. package/lib/messaging/browser/window-connection.js +36 -56
  87. package/lib/messaging/browser/window-connection.js.map +1 -1
  88. package/lib/messaging/client-call-metrics.d.ts +35 -0
  89. package/lib/messaging/client-call-metrics.d.ts.map +1 -0
  90. package/lib/messaging/client-call-metrics.js +83 -0
  91. package/lib/messaging/client-call-metrics.js.map +1 -0
  92. package/lib/messaging/connection-error-handler.js +11 -23
  93. package/lib/messaging/connection-error-handler.js.map +1 -1
  94. package/lib/messaging/error.d.ts +7 -2
  95. package/lib/messaging/error.d.ts.map +1 -1
  96. package/lib/messaging/error.js +14 -4
  97. package/lib/messaging/error.js.map +1 -1
  98. package/lib/messaging/handler.d.ts +10 -0
  99. package/lib/messaging/handler.d.ts.map +1 -1
  100. package/lib/messaging/node/connection.d.ts +1 -17
  101. package/lib/messaging/node/connection.d.ts.map +1 -1
  102. package/lib/messaging/node/connection.js +23 -59
  103. package/lib/messaging/node/connection.js.map +1 -1
  104. package/lib/messaging/proxy-factory.d.ts +2 -0
  105. package/lib/messaging/proxy-factory.d.ts.map +1 -1
  106. package/lib/messaging/proxy-factory.js +74 -159
  107. package/lib/messaging/proxy-factory.js.map +1 -1
  108. package/lib/oss-allowlist.d.ts +14 -0
  109. package/lib/oss-allowlist.d.ts.map +1 -0
  110. package/lib/oss-allowlist.js +8 -0
  111. package/lib/oss-allowlist.js.map +1 -0
  112. package/lib/payment-protocol.d.ts +18 -0
  113. package/lib/payment-protocol.d.ts.map +1 -0
  114. package/lib/payment-protocol.js +13 -0
  115. package/lib/payment-protocol.js.map +1 -0
  116. package/lib/permission.d.ts +7 -5
  117. package/lib/permission.d.ts.map +1 -1
  118. package/lib/permission.js +20 -19
  119. package/lib/permission.js.map +1 -1
  120. package/lib/plans.d.ts +210 -0
  121. package/lib/plans.d.ts.map +1 -0
  122. package/lib/plans.js +570 -0
  123. package/lib/plans.js.map +1 -0
  124. package/lib/protocol.d.ts +133 -59
  125. package/lib/protocol.d.ts.map +1 -1
  126. package/lib/protocol.js +129 -118
  127. package/lib/protocol.js.map +1 -1
  128. package/lib/snapshot-url.d.ts +14 -0
  129. package/lib/snapshot-url.d.ts.map +1 -0
  130. package/lib/snapshot-url.js +26 -0
  131. package/lib/snapshot-url.js.map +1 -0
  132. package/{src/util/without.ts → lib/snapshot-url.spec.d.ts} +3 -4
  133. package/lib/snapshot-url.spec.d.ts.map +1 -0
  134. package/lib/snapshot-url.spec.js +41 -0
  135. package/lib/snapshot-url.spec.js.map +1 -0
  136. package/lib/team-subscription-protocol.d.ts +73 -0
  137. package/lib/team-subscription-protocol.d.ts.map +1 -0
  138. package/lib/team-subscription-protocol.js +63 -0
  139. package/lib/team-subscription-protocol.js.map +1 -0
  140. package/lib/teams-projects-protocol.d.ts +113 -0
  141. package/lib/teams-projects-protocol.d.ts.map +1 -0
  142. package/lib/teams-projects-protocol.js +30 -0
  143. package/lib/teams-projects-protocol.js.map +1 -0
  144. package/lib/theia-plugins.d.ts +1 -1
  145. package/lib/theia-plugins.js +1 -1
  146. package/lib/typings/globals.d.ts +1 -1
  147. package/lib/typings/globals.js +1 -1
  148. package/lib/util/analytics.d.ts +8 -0
  149. package/lib/util/analytics.d.ts.map +1 -0
  150. package/lib/util/analytics.js +79 -0
  151. package/lib/util/analytics.js.map +1 -0
  152. package/lib/util/async-iterator.d.ts +1 -1
  153. package/lib/util/async-iterator.js +56 -134
  154. package/lib/util/async-iterator.js.map +1 -1
  155. package/lib/util/cancelable.d.ts +1 -1
  156. package/lib/util/cancelable.js +18 -60
  157. package/lib/util/cancelable.js.map +1 -1
  158. package/lib/util/date-time.d.ts +1 -1
  159. package/lib/util/date-time.js +9 -9
  160. package/lib/util/date-time.js.map +1 -1
  161. package/lib/util/deep-partial.d.ts +1 -1
  162. package/lib/util/deep-partial.js +1 -1
  163. package/lib/util/deferred.d.ts +1 -1
  164. package/lib/util/deferred.js +11 -13
  165. package/lib/util/deferred.js.map +1 -1
  166. package/lib/util/disposable.js +26 -39
  167. package/lib/util/disposable.js.map +1 -1
  168. package/lib/util/event.js +58 -74
  169. package/lib/util/event.js.map +1 -1
  170. package/lib/util/garbage-collected-cache.d.ts +2 -1
  171. package/lib/util/garbage-collected-cache.d.ts.map +1 -1
  172. package/lib/util/garbage-collected-cache.js +27 -47
  173. package/lib/util/garbage-collected-cache.js.map +1 -1
  174. package/lib/util/generate-workspace-id.d.ts +4 -0
  175. package/lib/util/generate-workspace-id.d.ts.map +1 -0
  176. package/lib/util/generate-workspace-id.js +487 -0
  177. package/lib/util/generate-workspace-id.js.map +1 -0
  178. package/lib/util/generate-workspace-id.spec.d.ts +7 -0
  179. package/lib/util/generate-workspace-id.spec.d.ts.map +1 -0
  180. package/lib/util/generate-workspace-id.spec.js +87 -0
  181. package/lib/util/generate-workspace-id.spec.js.map +1 -0
  182. package/lib/util/gitpod-cookie.d.ts +20 -0
  183. package/lib/util/gitpod-cookie.d.ts.map +1 -0
  184. package/lib/util/gitpod-cookie.js +44 -0
  185. package/lib/util/gitpod-cookie.js.map +1 -0
  186. package/lib/util/gitpod-host-url.d.ts +5 -3
  187. package/lib/util/gitpod-host-url.d.ts.map +1 -1
  188. package/lib/util/gitpod-host-url.js +99 -92
  189. package/lib/util/gitpod-host-url.js.map +1 -1
  190. package/lib/util/gitpod-host-url.spec.d.ts +16 -0
  191. package/lib/util/gitpod-host-url.spec.d.ts.map +1 -0
  192. package/lib/util/gitpod-host-url.spec.js +124 -0
  193. package/lib/util/gitpod-host-url.spec.js.map +1 -0
  194. package/lib/util/grpc.d.ts +15 -0
  195. package/lib/util/grpc.d.ts.map +1 -0
  196. package/lib/util/grpc.js +18 -0
  197. package/lib/util/grpc.js.map +1 -0
  198. package/lib/util/jaeger-client-types.d.ts +68 -0
  199. package/lib/util/jaeger-client-types.d.ts.map +1 -0
  200. package/lib/util/jaeger-client-types.js +8 -0
  201. package/lib/util/jaeger-client-types.js.map +1 -0
  202. package/lib/util/logging.d.ts +57 -34
  203. package/lib/util/logging.d.ts.map +1 -1
  204. package/lib/util/logging.js +119 -111
  205. package/lib/util/logging.js.map +1 -1
  206. package/lib/util/make-link.d.ts +1 -1
  207. package/lib/util/make-link.js +3 -3
  208. package/lib/util/make-link.js.map +1 -1
  209. package/lib/util/parse-workspace-id.d.ts +14 -4
  210. package/lib/util/parse-workspace-id.d.ts.map +1 -1
  211. package/lib/util/parse-workspace-id.js +39 -9
  212. package/lib/util/parse-workspace-id.js.map +1 -1
  213. package/lib/util/parse-workspace-id.spec.d.ts +9 -1
  214. package/lib/util/parse-workspace-id.spec.d.ts.map +1 -1
  215. package/lib/util/parse-workspace-id.spec.js +128 -48
  216. package/lib/util/parse-workspace-id.spec.js.map +1 -1
  217. package/lib/util/queue.d.ts +1 -1
  218. package/lib/util/queue.js +17 -56
  219. package/lib/util/queue.js.map +1 -1
  220. package/lib/util/queue.spec.d.ts +1 -1
  221. package/lib/util/queue.spec.js +145 -289
  222. package/lib/util/queue.spec.js.map +1 -1
  223. package/lib/util/repeat.d.ts +15 -0
  224. package/lib/util/repeat.d.ts.map +1 -0
  225. package/lib/util/repeat.js +55 -0
  226. package/lib/util/repeat.js.map +1 -0
  227. package/lib/util/semaphore.d.ts +1 -1
  228. package/lib/util/semaphore.js +16 -47
  229. package/lib/util/semaphore.js.map +1 -1
  230. package/lib/util/skip-if.d.ts +1 -1
  231. package/lib/util/skip-if.js +7 -7
  232. package/lib/util/skip-if.js.map +1 -1
  233. package/lib/util/timeutil.d.ts +1 -1
  234. package/lib/util/timeutil.js +29 -17
  235. package/lib/util/timeutil.js.map +1 -1
  236. package/lib/util/timeutil.spec.d.ts +1 -1
  237. package/lib/util/timeutil.spec.js +22 -25
  238. package/lib/util/timeutil.spec.js.map +1 -1
  239. package/lib/util/tracing.d.ts +52 -6
  240. package/lib/util/tracing.d.ts.map +1 -1
  241. package/lib/util/tracing.js +197 -63
  242. package/lib/util/tracing.js.map +1 -1
  243. package/lib/util/tracing.spec.d.ts +7 -0
  244. package/lib/util/tracing.spec.d.ts.map +1 -0
  245. package/lib/util/tracing.spec.js +121 -0
  246. package/lib/util/tracing.spec.js.map +1 -0
  247. package/lib/util/workspace-port-authentication.d.ts +1 -1
  248. package/lib/util/workspace-port-authentication.js +4 -3
  249. package/lib/util/workspace-port-authentication.js.map +1 -1
  250. package/lib/workspace-cluster.d.ts +71 -0
  251. package/lib/workspace-cluster.d.ts.map +1 -0
  252. package/lib/workspace-cluster.js +16 -0
  253. package/lib/workspace-cluster.js.map +1 -0
  254. package/lib/workspace-instance.d.ts +27 -3
  255. package/lib/workspace-instance.d.ts.map +1 -1
  256. package/lib/workspace-instance.js +1 -1
  257. package/lib/wsready.d.ts +1 -1
  258. package/lib/wsready.js +2 -2
  259. package/package.json +33 -17
  260. package/pkg-yarn.lock +18 -9
  261. package/provenance-bundle.jsonl +2 -0
  262. package/src/accounting-protocol.ts +229 -0
  263. package/src/admin-protocol.ts +54 -6
  264. package/src/analytics.ts +54 -0
  265. package/src/auth.ts +27 -0
  266. package/src/context-url.spec.ts +39 -0
  267. package/src/context-url.ts +53 -0
  268. package/src/email-protocol.ts +3 -4
  269. package/src/encryption/container-module.ts +1 -1
  270. package/src/encryption/encryption-engine.spec.ts +1 -1
  271. package/src/encryption/encryption-engine.ts +1 -1
  272. package/src/encryption/encryption-service.ts +1 -1
  273. package/src/encryption/key-provider.ts +1 -1
  274. package/src/env.ts +11 -11
  275. package/src/gitpod-file-parser.spec.ts +1 -1
  276. package/src/gitpod-file-parser.ts +1 -1
  277. package/src/gitpod-service.ts +229 -40
  278. package/src/headless-workspace-log.ts +8 -12
  279. package/src/ide-frontend-service.ts +6 -2
  280. package/src/ide-protocol.ts +114 -0
  281. package/src/index.ts +8 -2
  282. package/src/installation-admin-protocol.ts +40 -0
  283. package/src/license-protocol.ts +1 -1
  284. package/src/messaging/browser/connection.ts +195 -14
  285. package/src/messaging/browser/window-connection.ts +1 -1
  286. package/src/messaging/client-call-metrics.ts +97 -0
  287. package/src/messaging/error.ts +19 -4
  288. package/src/messaging/handler.ts +12 -0
  289. package/src/messaging/node/connection.ts +21 -68
  290. package/src/messaging/proxy-factory.ts +14 -6
  291. package/src/oss-allowlist.ts +15 -0
  292. package/src/payment-protocol.ts +20 -0
  293. package/src/permission.ts +9 -8
  294. package/src/plans.ts +632 -0
  295. package/src/protocol.ts +222 -88
  296. package/src/snapshot-url.spec.ts +25 -0
  297. package/src/snapshot-url.ts +27 -0
  298. package/src/team-subscription-protocol.ts +113 -0
  299. package/src/teams-projects-protocol.ts +147 -0
  300. package/src/theia-plugins.ts +1 -1
  301. package/src/typings/globals.ts +1 -1
  302. package/src/util/analytics.ts +87 -0
  303. package/src/util/async-iterator.ts +1 -1
  304. package/src/util/cancelable.ts +1 -1
  305. package/src/util/date-time.ts +1 -1
  306. package/src/util/deep-partial.ts +1 -1
  307. package/src/util/deferred.ts +2 -2
  308. package/src/util/garbage-collected-cache.ts +10 -4
  309. package/src/util/generate-workspace-id.spec.ts +48 -0
  310. package/src/util/generate-workspace-id.ts +475 -0
  311. package/src/util/gitpod-cookie.ts +39 -0
  312. package/src/util/gitpod-host-url.spec.ts +49 -0
  313. package/src/util/gitpod-host-url.ts +36 -14
  314. package/src/util/grpc.ts +15 -0
  315. package/src/util/jaeger-client-types.ts +102 -0
  316. package/src/util/logging.ts +111 -39
  317. package/src/util/make-link.ts +1 -1
  318. package/src/util/parse-workspace-id.spec.ts +46 -5
  319. package/src/util/parse-workspace-id.ts +39 -8
  320. package/src/util/queue.spec.ts +2 -2
  321. package/src/util/queue.ts +1 -1
  322. package/src/util/repeat.ts +45 -0
  323. package/src/util/semaphore.ts +3 -3
  324. package/src/util/skip-if.ts +2 -2
  325. package/src/util/timeutil.spec.ts +1 -1
  326. package/src/util/timeutil.ts +5 -5
  327. package/src/util/tracing.spec.ts +83 -0
  328. package/src/util/tracing.ts +184 -19
  329. package/src/util/workspace-port-authentication.ts +1 -1
  330. package/src/workspace-cluster.ts +91 -0
  331. package/src/workspace-instance.ts +52 -14
  332. package/src/wsready.ts +2 -2
  333. package/lib/util/repeater.d.ts +0 -22
  334. package/lib/util/repeater.d.ts.map +0 -1
  335. package/lib/util/repeater.js +0 -118
  336. package/lib/util/repeater.js.map +0 -1
  337. package/lib/util/safe-promise.d.ts +0 -11
  338. package/lib/util/safe-promise.d.ts.map +0 -1
  339. package/lib/util/safe-promise.js +0 -34
  340. package/lib/util/safe-promise.js.map +0 -1
  341. package/lib/util/without.d.ts +0 -7
  342. package/lib/util/without.d.ts.map +0 -1
  343. package/lib/util/without.js.map +0 -1
  344. package/src/util/jaeger-client.d.ts +0 -105
  345. package/src/util/repeater.ts +0 -49
  346. package/src/util/safe-promise.ts +0 -26
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Copyright (c) 2020 TypeFox GmbH. All rights reserved.
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
- var mocha_typescript_1 = require("mocha-typescript");
18
- var chai = require("chai");
19
- var gitpod_file_parser_1 = require("./gitpod-file-parser");
20
- var expect = chai.expect;
21
- var DEFAULT_IMAGE = "default-image";
22
- var DEFAULT_CONFIG = { image: DEFAULT_IMAGE };
23
- var TestGitpodFileParser = /** @class */ (function () {
24
- function TestGitpodFileParser() {
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
- TestGitpodFileParser.prototype.testOnlyOnePort = function () {
30
- var content = "ports:\n" +
31
- " - port: 5555";
32
- var result = this.parser.parse(content, {}, DEFAULT_CONFIG);
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
- TestGitpodFileParser.prototype.testPortRange = function () {
41
- var content = "ports:\n" +
42
- " - port: 5555\n" +
43
- " - port: 3000-3999"; // should be filtered out by default
44
- var result = this.parser.parse(content, {}, DEFAULT_CONFIG);
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
- TestGitpodFileParser.prototype.testPortRangeAccepted = function () {
53
- var content = "ports:\n" +
54
- " - port: 5555\n" +
55
- " - port: 3000-3999"; // should be included if explicitly supported
56
- var result = this.parser.parse(content, { acceptPortRanges: true }, DEFAULT_CONFIG);
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
- TestGitpodFileParser.prototype.testSimpleTask = function () {
67
- var content = "tasks:\n" +
68
- " - command: yarn";
69
- var result = this.parser.parse(content, {}, DEFAULT_CONFIG);
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
- TestGitpodFileParser.prototype.testSimpleImage = function () {
78
- var imageName = "my-test-org/my-test-image:some-tag";
79
- var content = "image: \"" + imageName + "\"\n";
80
- var result = this.parser.parse(content);
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
- TestGitpodFileParser.prototype.testComplexImageWithoutContext = function () {
86
- var dockerFileName = 'Dockerfile';
87
- var content = "image:\n file: " + dockerFileName + "\n";
88
- var result = this.parser.parse(content);
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
- TestGitpodFileParser.prototype.testComplexImageWithContext = function () {
96
- var dockerFileName = 'Dockerfile';
97
- var dockerContext = 'docker';
98
- var content = "image:\n file: " + dockerFileName + "\n context: " + dockerContext + "\n";
99
- var result = this.parser.parse(content);
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
- TestGitpodFileParser.prototype.testGitconfig = function () {
108
- var content = "\ngitConfig:\n core.autocrlf: input\n";
109
- var result = this.parser.parse(content, {}, DEFAULT_CONFIG);
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
- TestGitpodFileParser.prototype.testBrokenConfig = function () {
118
- var content = "image: 42\n";
119
- var result = this.parser.parse(content, {}, DEFAULT_CONFIG);
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
- __decorate([
125
- mocha_typescript_1.test,
126
- __metadata("design:type", Function),
127
- __metadata("design:paramtypes", []),
128
- __metadata("design:returntype", void 0)
129
- ], TestGitpodFileParser.prototype, "testOnlyOnePort", null);
130
- __decorate([
131
- mocha_typescript_1.test,
132
- __metadata("design:type", Function),
133
- __metadata("design:paramtypes", []),
134
- __metadata("design:returntype", void 0)
135
- ], TestGitpodFileParser.prototype, "testPortRange", null);
136
- __decorate([
137
- mocha_typescript_1.test,
138
- __metadata("design:type", Function),
139
- __metadata("design:paramtypes", []),
140
- __metadata("design:returntype", void 0)
141
- ], TestGitpodFileParser.prototype, "testPortRangeAccepted", null);
142
- __decorate([
143
- mocha_typescript_1.test,
144
- __metadata("design:type", Function),
145
- __metadata("design:paramtypes", []),
146
- __metadata("design:returntype", void 0)
147
- ], TestGitpodFileParser.prototype, "testSimpleTask", null);
148
- __decorate([
149
- mocha_typescript_1.test,
150
- __metadata("design:type", Function),
151
- __metadata("design:paramtypes", []),
152
- __metadata("design:returntype", void 0)
153
- ], TestGitpodFileParser.prototype, "testSimpleImage", null);
154
- __decorate([
155
- mocha_typescript_1.test,
156
- __metadata("design:type", Function),
157
- __metadata("design:paramtypes", []),
158
- __metadata("design:returntype", void 0)
159
- ], TestGitpodFileParser.prototype, "testComplexImageWithoutContext", null);
160
- __decorate([
161
- mocha_typescript_1.test,
162
- __metadata("design:type", Function),
163
- __metadata("design:paramtypes", []),
164
- __metadata("design:returntype", void 0)
165
- ], TestGitpodFileParser.prototype, "testComplexImageWithContext", null);
166
- __decorate([
167
- mocha_typescript_1.test,
168
- __metadata("design:type", Function),
169
- __metadata("design:paramtypes", []),
170
- __metadata("design:returntype", void 0)
171
- ], TestGitpodFileParser.prototype, "testGitconfig", null);
172
- __decorate([
173
- mocha_typescript_1.test,
174
- __metadata("design:type", Function),
175
- __metadata("design:paramtypes", []),
176
- __metadata("design:returntype", void 0)
177
- ], TestGitpodFileParser.prototype, "testBrokenConfig", null);
178
- TestGitpodFileParser = __decorate([
179
- mocha_typescript_1.suite
180
- ], TestGitpodFileParser);
181
- return TestGitpodFileParser;
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":"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"}
1
+ {"version":3,"file":"gitpod-file-parser.spec.js","sourceRoot":"","sources":["../src/gitpod-file-parser.spec.ts"],"names":[],"mappings":"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"}
@@ -1,34 +1,43 @@
1
1
  /**
2
- * Copyright (c) 2020 TypeFox GmbH. All rights reserved.
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, UserMessage, WorkspaceInstanceUser, WhitelistedRepository, WorkspaceImageBuild, AuthProviderInfo, Branding, CreateWorkspaceMode, Token, UserEnvVarValue, ResolvePluginsParams, PreparePluginUploadParams, ResolvedPlugins, Configuration, InstallPluginsParams, UninstallPluginParams, UserInfo, GitpodTokenType, GitpodToken, AuthProviderEntry } from './protocol';
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 { HeadlessLogEvent } from './headless-workspace-log';
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
- onHeadlessWorkspaceLogs(evt: HeadlessLogEvent): void;
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<void>;
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