@gitpod/gitpod-protocol 0.1.5-update-ovsx.0 → 0.1.5-update-yarnlock.0

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 (455) hide show
  1. package/data/gitpod-schema.json +159 -25
  2. package/lib/accounting-protocol.d.ts +165 -0
  3. package/lib/accounting-protocol.d.ts.map +1 -0
  4. package/lib/accounting-protocol.js +120 -0
  5. package/lib/accounting-protocol.js.map +1 -0
  6. package/lib/admin-protocol.d.ts +51 -6
  7. package/lib/admin-protocol.d.ts.map +1 -1
  8. package/lib/admin-protocol.js +17 -2
  9. package/lib/admin-protocol.js.map +1 -1
  10. package/lib/analytics.d.ts +44 -0
  11. package/lib/analytics.d.ts.map +1 -0
  12. package/lib/analytics.js +10 -0
  13. package/lib/analytics.js.map +1 -0
  14. package/lib/attribution.d.ts +25 -0
  15. package/lib/attribution.d.ts.map +1 -0
  16. package/lib/attribution.js +58 -0
  17. package/lib/attribution.js.map +1 -0
  18. package/lib/auth.d.ts +25 -0
  19. package/lib/auth.d.ts.map +1 -0
  20. package/lib/auth.js +16 -0
  21. package/lib/auth.js.map +1 -0
  22. package/lib/billing-mode.d.ts +45 -0
  23. package/lib/billing-mode.d.ts.map +1 -0
  24. package/lib/billing-mode.js +44 -0
  25. package/lib/billing-mode.js.map +1 -0
  26. package/lib/blocked-repositories-protocol.d.ts +13 -0
  27. package/lib/blocked-repositories-protocol.d.ts.map +1 -0
  28. package/lib/blocked-repositories-protocol.js +8 -0
  29. package/lib/blocked-repositories-protocol.js.map +1 -0
  30. package/lib/context-url.d.ts +30 -0
  31. package/lib/context-url.d.ts.map +1 -0
  32. package/lib/context-url.js +100 -0
  33. package/lib/context-url.js.map +1 -0
  34. package/lib/context-url.spec.d.ts +12 -0
  35. package/lib/context-url.spec.d.ts.map +1 -0
  36. package/lib/context-url.spec.js +81 -0
  37. package/lib/context-url.spec.js.map +1 -0
  38. package/lib/encryption/container-module.d.ts +2 -2
  39. package/lib/encryption/container-module.d.ts.map +1 -1
  40. package/lib/encryption/container-module.js +8 -6
  41. package/lib/encryption/container-module.js.map +1 -1
  42. package/lib/encryption/encryption-engine.d.ts +2 -2
  43. package/lib/encryption/encryption-engine.d.ts.map +1 -1
  44. package/lib/encryption/encryption-engine.js +28 -28
  45. package/lib/encryption/encryption-engine.js.map +1 -1
  46. package/lib/encryption/encryption-engine.spec.d.ts +3 -3
  47. package/lib/encryption/encryption-engine.spec.d.ts.map +1 -1
  48. package/lib/encryption/encryption-engine.spec.js +32 -39
  49. package/lib/encryption/encryption-engine.spec.js.map +1 -1
  50. package/lib/encryption/encryption-service.d.ts +2 -2
  51. package/lib/encryption/encryption-service.d.ts.map +1 -1
  52. package/lib/encryption/encryption-service.js +33 -46
  53. package/lib/encryption/encryption-service.js.map +1 -1
  54. package/lib/encryption/key-provider.d.ts +3 -3
  55. package/lib/encryption/key-provider.d.ts.map +1 -1
  56. package/lib/encryption/key-provider.js +34 -40
  57. package/lib/encryption/key-provider.js.map +1 -1
  58. package/lib/env.d.ts +2 -8
  59. package/lib/env.d.ts.map +1 -1
  60. package/lib/env.js +10 -29
  61. package/lib/env.js.map +1 -1
  62. package/lib/experiments/always-default.d.ts +8 -0
  63. package/lib/experiments/always-default.d.ts.map +1 -0
  64. package/lib/experiments/always-default.js +20 -0
  65. package/lib/experiments/always-default.js.map +1 -0
  66. package/lib/experiments/configcat-server.d.ts +10 -0
  67. package/lib/experiments/configcat-server.d.ts.map +1 -0
  68. package/lib/experiments/configcat-server.js +37 -0
  69. package/lib/experiments/configcat-server.js.map +1 -0
  70. package/lib/experiments/configcat.d.ts +21 -0
  71. package/lib/experiments/configcat.d.ts.map +1 -0
  72. package/lib/experiments/configcat.js +51 -0
  73. package/lib/experiments/configcat.js.map +1 -0
  74. package/lib/experiments/types.d.ts +22 -0
  75. package/lib/experiments/types.d.ts.map +1 -0
  76. package/lib/experiments/types.js +10 -0
  77. package/lib/experiments/types.js.map +1 -0
  78. package/lib/frontend-dashboard-service.d.ts +99 -0
  79. package/lib/frontend-dashboard-service.d.ts.map +1 -0
  80. package/lib/frontend-dashboard-service.js +55 -0
  81. package/lib/frontend-dashboard-service.js.map +1 -0
  82. package/lib/gitpod-file-parser.d.ts +2 -2
  83. package/lib/gitpod-file-parser.d.ts.map +1 -1
  84. package/lib/gitpod-file-parser.js +29 -44
  85. package/lib/gitpod-file-parser.js.map +1 -1
  86. package/lib/gitpod-file-parser.spec.d.ts +2 -2
  87. package/lib/gitpod-file-parser.spec.js +147 -144
  88. package/lib/gitpod-file-parser.spec.js.map +1 -1
  89. package/lib/gitpod-service.d.ts +290 -50
  90. package/lib/gitpod-service.d.ts.map +1 -1
  91. package/lib/gitpod-service.js +288 -123
  92. package/lib/gitpod-service.js.map +1 -1
  93. package/lib/headless-workspace-log.d.ts +11 -13
  94. package/lib/headless-workspace-log.d.ts.map +1 -1
  95. package/lib/headless-workspace-log.js +8 -9
  96. package/lib/headless-workspace-log.js.map +1 -1
  97. package/lib/ide-frontend-service.d.ts +26 -0
  98. package/lib/ide-frontend-service.d.ts.map +1 -0
  99. package/lib/ide-frontend-service.js +8 -0
  100. package/lib/ide-frontend-service.js.map +1 -0
  101. package/lib/ide-protocol.d.ts +126 -0
  102. package/lib/ide-protocol.d.ts.map +1 -0
  103. package/lib/ide-protocol.js +18 -0
  104. package/lib/ide-protocol.js.map +1 -0
  105. package/lib/index.d.ts +18 -12
  106. package/lib/index.d.ts.map +1 -1
  107. package/lib/index.js +28 -13
  108. package/lib/index.js.map +1 -1
  109. package/lib/installation-admin-protocol.d.ts +30 -0
  110. package/lib/installation-admin-protocol.d.ts.map +1 -0
  111. package/lib/installation-admin-protocol.js +31 -0
  112. package/lib/installation-admin-protocol.js.map +1 -0
  113. package/lib/license-protocol.d.ts +9 -2
  114. package/lib/license-protocol.d.ts.map +1 -1
  115. package/lib/license-protocol.js +3 -2
  116. package/lib/license-protocol.js.map +1 -1
  117. package/lib/messaging/browser/connection.d.ts +6 -4
  118. package/lib/messaging/browser/connection.d.ts.map +1 -1
  119. package/lib/messaging/browser/connection.js +188 -48
  120. package/lib/messaging/browser/connection.js.map +1 -1
  121. package/lib/messaging/browser/window-connection.d.ts +9 -4
  122. package/lib/messaging/browser/window-connection.d.ts.map +1 -1
  123. package/lib/messaging/browser/window-connection.js +48 -59
  124. package/lib/messaging/browser/window-connection.js.map +1 -1
  125. package/lib/messaging/client-call-metrics.d.ts +21 -0
  126. package/lib/messaging/client-call-metrics.d.ts.map +1 -0
  127. package/lib/messaging/client-call-metrics.js +95 -0
  128. package/lib/messaging/client-call-metrics.js.map +1 -0
  129. package/lib/messaging/error.d.ts +18 -4
  130. package/lib/messaging/error.d.ts.map +1 -1
  131. package/lib/messaging/error.js +38 -7
  132. package/lib/messaging/error.js.map +1 -1
  133. package/lib/messaging/handler.d.ts +10 -0
  134. package/lib/messaging/handler.d.ts.map +1 -1
  135. package/lib/messaging/handler.js +2 -1
  136. package/lib/messaging/handler.js.map +1 -1
  137. package/lib/messaging/node/connection.d.ts +1 -17
  138. package/lib/messaging/node/connection.d.ts.map +1 -1
  139. package/lib/messaging/node/connection.js +24 -59
  140. package/lib/messaging/node/connection.js.map +1 -1
  141. package/lib/messaging/proxy-factory.d.ts +3 -1
  142. package/lib/messaging/proxy-factory.d.ts.map +1 -1
  143. package/lib/messaging/proxy-factory.js +76 -162
  144. package/lib/messaging/proxy-factory.js.map +1 -1
  145. package/lib/oss-allowlist.d.ts +14 -0
  146. package/lib/oss-allowlist.d.ts.map +1 -0
  147. package/lib/oss-allowlist.js +8 -0
  148. package/lib/oss-allowlist.js.map +1 -0
  149. package/lib/payment-protocol.d.ts +18 -0
  150. package/lib/payment-protocol.d.ts.map +1 -0
  151. package/lib/payment-protocol.js +13 -0
  152. package/lib/payment-protocol.js.map +1 -0
  153. package/lib/permission.d.ts +26 -15
  154. package/lib/permission.d.ts.map +1 -1
  155. package/lib/permission.js +50 -36
  156. package/lib/permission.js.map +1 -1
  157. package/lib/plans.d.ts +213 -0
  158. package/lib/plans.d.ts.map +1 -0
  159. package/lib/plans.js +625 -0
  160. package/lib/plans.js.map +1 -0
  161. package/lib/protocol.d.ts +338 -111
  162. package/lib/protocol.d.ts.map +1 -1
  163. package/lib/protocol.js +422 -201
  164. package/lib/protocol.js.map +1 -1
  165. package/lib/protocol.spec.d.ts +7 -0
  166. package/lib/protocol.spec.d.ts.map +1 -0
  167. package/lib/protocol.spec.js +127 -0
  168. package/lib/protocol.spec.js.map +1 -0
  169. package/lib/snapshot-url.d.ts +14 -0
  170. package/lib/snapshot-url.d.ts.map +1 -0
  171. package/lib/snapshot-url.js +26 -0
  172. package/lib/snapshot-url.js.map +1 -0
  173. package/lib/snapshot-url.spec.d.ts +7 -0
  174. package/lib/snapshot-url.spec.d.ts.map +1 -0
  175. package/lib/snapshot-url.spec.js +41 -0
  176. package/lib/snapshot-url.spec.js.map +1 -0
  177. package/lib/team-subscription-protocol.d.ts +93 -0
  178. package/lib/team-subscription-protocol.d.ts.map +1 -0
  179. package/lib/team-subscription-protocol.js +82 -0
  180. package/lib/team-subscription-protocol.js.map +1 -0
  181. package/lib/teams-projects-protocol.d.ts +136 -0
  182. package/lib/teams-projects-protocol.d.ts.map +1 -0
  183. package/lib/teams-projects-protocol.js +41 -0
  184. package/lib/teams-projects-protocol.js.map +1 -0
  185. package/lib/typings/globals.d.ts +8 -3
  186. package/lib/typings/globals.d.ts.map +1 -1
  187. package/lib/typings/globals.js +2 -2
  188. package/lib/usage.d.ts +73 -0
  189. package/lib/usage.d.ts.map +1 -0
  190. package/lib/usage.js +20 -0
  191. package/lib/usage.js.map +1 -0
  192. package/lib/util/analytics.d.ts +8 -0
  193. package/lib/util/analytics.d.ts.map +1 -0
  194. package/lib/util/analytics.js +88 -0
  195. package/lib/util/analytics.js.map +1 -0
  196. package/lib/util/async-iterator.d.ts +2 -2
  197. package/lib/util/async-iterator.d.ts.map +1 -1
  198. package/lib/util/async-iterator.js +60 -137
  199. package/lib/util/async-iterator.js.map +1 -1
  200. package/lib/util/cancelable.d.ts +2 -2
  201. package/lib/util/cancelable.js +20 -61
  202. package/lib/util/cancelable.js.map +1 -1
  203. package/lib/util/date-time.d.ts +2 -2
  204. package/lib/util/date-time.js +14 -13
  205. package/lib/util/date-time.js.map +1 -1
  206. package/lib/util/debug-app.d.ts +25 -0
  207. package/lib/util/debug-app.d.ts.map +1 -0
  208. package/lib/util/debug-app.js +100 -0
  209. package/lib/util/debug-app.js.map +1 -0
  210. package/lib/util/deep-partial.d.ts +2 -2
  211. package/lib/util/deep-partial.js +2 -2
  212. package/lib/util/deferred.d.ts +2 -2
  213. package/lib/util/deferred.js +13 -14
  214. package/lib/util/deferred.js.map +1 -1
  215. package/lib/util/disposable.d.ts +2 -2
  216. package/lib/util/disposable.d.ts.map +1 -1
  217. package/lib/util/disposable.js +28 -40
  218. package/lib/util/disposable.js.map +1 -1
  219. package/lib/util/event.d.ts +1 -1
  220. package/lib/util/event.d.ts.map +1 -1
  221. package/lib/util/event.js +64 -77
  222. package/lib/util/event.js.map +1 -1
  223. package/lib/util/garbage-collected-cache.d.ts +3 -2
  224. package/lib/util/garbage-collected-cache.d.ts.map +1 -1
  225. package/lib/util/garbage-collected-cache.js +35 -49
  226. package/lib/util/garbage-collected-cache.js.map +1 -1
  227. package/lib/util/generate-workspace-id.d.ts +9 -0
  228. package/lib/util/generate-workspace-id.d.ts.map +1 -0
  229. package/lib/util/generate-workspace-id.js +491 -0
  230. package/lib/util/generate-workspace-id.js.map +1 -0
  231. package/lib/util/generate-workspace-id.spec.d.ts +7 -0
  232. package/lib/util/generate-workspace-id.spec.d.ts.map +1 -0
  233. package/lib/util/generate-workspace-id.spec.js +98 -0
  234. package/lib/util/generate-workspace-id.spec.js.map +1 -0
  235. package/lib/util/gitpod-cookie.d.ts +20 -0
  236. package/lib/util/gitpod-cookie.d.ts.map +1 -0
  237. package/lib/util/gitpod-cookie.js +41 -0
  238. package/lib/util/gitpod-cookie.js.map +1 -0
  239. package/lib/util/gitpod-host-url.d.ts +20 -8
  240. package/lib/util/gitpod-host-url.d.ts.map +1 -1
  241. package/lib/util/gitpod-host-url.js +143 -85
  242. package/lib/util/gitpod-host-url.js.map +1 -1
  243. package/lib/util/gitpod-host-url.spec.d.ts +16 -0
  244. package/lib/util/gitpod-host-url.spec.d.ts.map +1 -0
  245. package/lib/util/gitpod-host-url.spec.js +134 -0
  246. package/lib/util/gitpod-host-url.spec.js.map +1 -0
  247. package/lib/util/grpc.d.ts +35 -0
  248. package/lib/util/grpc.d.ts.map +1 -0
  249. package/lib/util/grpc.js +90 -0
  250. package/lib/util/grpc.js.map +1 -0
  251. package/lib/util/jaeger-client-types.d.ts +68 -0
  252. package/lib/util/jaeger-client-types.d.ts.map +1 -0
  253. package/lib/util/jaeger-client-types.js +8 -0
  254. package/lib/util/jaeger-client-types.js.map +1 -0
  255. package/lib/util/logging.d.ts +58 -35
  256. package/lib/util/logging.d.ts.map +1 -1
  257. package/lib/util/logging.js +144 -129
  258. package/lib/util/logging.js.map +1 -1
  259. package/lib/util/logging.spec.d.ts +7 -0
  260. package/lib/util/logging.spec.d.ts.map +1 -0
  261. package/lib/util/logging.spec.js +52 -0
  262. package/lib/util/logging.spec.js.map +1 -0
  263. package/lib/util/make-link.d.ts +2 -2
  264. package/lib/util/make-link.js +8 -7
  265. package/lib/util/make-link.js.map +1 -1
  266. package/lib/util/nice-grpc.d.ts +9 -0
  267. package/lib/util/nice-grpc.d.ts.map +1 -0
  268. package/lib/util/nice-grpc.js +121 -0
  269. package/lib/util/nice-grpc.js.map +1 -0
  270. package/lib/util/parse-workspace-id.d.ts +15 -5
  271. package/lib/util/parse-workspace-id.d.ts.map +1 -1
  272. package/lib/util/parse-workspace-id.js +39 -9
  273. package/lib/util/parse-workspace-id.js.map +1 -1
  274. package/lib/util/parse-workspace-id.spec.d.ts +10 -2
  275. package/lib/util/parse-workspace-id.spec.d.ts.map +1 -1
  276. package/lib/util/parse-workspace-id.spec.js +130 -49
  277. package/lib/util/parse-workspace-id.spec.js.map +1 -1
  278. package/lib/util/queue.d.ts +2 -2
  279. package/lib/util/queue.js +19 -57
  280. package/lib/util/queue.js.map +1 -1
  281. package/lib/util/queue.spec.d.ts +2 -2
  282. package/lib/util/queue.spec.js +149 -288
  283. package/lib/util/queue.spec.js.map +1 -1
  284. package/lib/util/repeat.d.ts +15 -0
  285. package/lib/util/repeat.d.ts.map +1 -0
  286. package/lib/util/repeat.js +55 -0
  287. package/lib/util/repeat.js.map +1 -0
  288. package/lib/util/semaphore.d.ts +2 -2
  289. package/lib/util/semaphore.d.ts.map +1 -1
  290. package/lib/util/semaphore.js +18 -48
  291. package/lib/util/semaphore.js.map +1 -1
  292. package/lib/util/skip-if.d.ts +2 -2
  293. package/lib/util/skip-if.d.ts.map +1 -1
  294. package/lib/util/skip-if.js +9 -8
  295. package/lib/util/skip-if.js.map +1 -1
  296. package/lib/util/timeutil.d.ts +4 -2
  297. package/lib/util/timeutil.d.ts.map +1 -1
  298. package/lib/util/timeutil.js +43 -18
  299. package/lib/util/timeutil.js.map +1 -1
  300. package/lib/util/timeutil.spec.d.ts +4 -2
  301. package/lib/util/timeutil.spec.d.ts.map +1 -1
  302. package/lib/util/timeutil.spec.js +57 -25
  303. package/lib/util/timeutil.spec.js.map +1 -1
  304. package/lib/util/tracing.d.ts +55 -8
  305. package/lib/util/tracing.d.ts.map +1 -1
  306. package/lib/util/tracing.js +210 -66
  307. package/lib/util/tracing.js.map +1 -1
  308. package/lib/util/tracing.spec.d.ts +7 -0
  309. package/lib/util/tracing.spec.d.ts.map +1 -0
  310. package/lib/util/tracing.spec.js +121 -0
  311. package/lib/util/tracing.spec.js.map +1 -0
  312. package/lib/util/workspace-port-authentication.d.ts +9 -9
  313. package/lib/util/workspace-port-authentication.d.ts.map +1 -1
  314. package/lib/util/workspace-port-authentication.js +13 -14
  315. package/lib/util/workspace-port-authentication.js.map +1 -1
  316. package/lib/webhook-event.d.ts +44 -0
  317. package/lib/webhook-event.d.ts.map +1 -0
  318. package/lib/webhook-event.js +8 -0
  319. package/lib/webhook-event.js.map +1 -0
  320. package/lib/workspace-class.d.ts +14 -0
  321. package/lib/workspace-class.d.ts.map +1 -0
  322. package/lib/workspace-class.js +8 -0
  323. package/lib/workspace-class.js.map +1 -0
  324. package/lib/workspace-cluster.d.ts +80 -0
  325. package/lib/workspace-cluster.d.ts.map +1 -0
  326. package/lib/workspace-cluster.js +36 -0
  327. package/lib/workspace-cluster.js.map +1 -0
  328. package/lib/workspace-instance.d.ts +51 -8
  329. package/lib/workspace-instance.d.ts.map +1 -1
  330. package/lib/workspace-instance.js +2 -2
  331. package/lib/wsready.d.ts +8 -2
  332. package/lib/wsready.d.ts.map +1 -1
  333. package/lib/wsready.js +4 -3
  334. package/lib/wsready.js.map +1 -1
  335. package/package.json +42 -18
  336. package/pkg-yarn.lock +24 -10
  337. package/provenance-bundle.jsonl +2 -0
  338. package/src/accounting-protocol.ts +253 -0
  339. package/src/admin-protocol.ts +96 -21
  340. package/src/analytics.ts +52 -0
  341. package/src/attribution.ts +67 -0
  342. package/src/auth.ts +27 -0
  343. package/src/billing-mode.ts +84 -0
  344. package/src/blocked-repositories-protocol.ts +13 -0
  345. package/src/context-url.spec.ts +49 -0
  346. package/src/context-url.ts +107 -0
  347. package/src/encryption/container-module.ts +4 -5
  348. package/src/encryption/encryption-engine.spec.ts +11 -10
  349. package/src/encryption/encryption-engine.ts +22 -18
  350. package/src/encryption/encryption-service.ts +6 -7
  351. package/src/encryption/key-provider.ts +18 -21
  352. package/src/env.ts +3 -26
  353. package/src/experiments/always-default.ts +24 -0
  354. package/src/experiments/configcat-server.ts +42 -0
  355. package/src/experiments/configcat.ts +56 -0
  356. package/src/experiments/types.ts +34 -0
  357. package/src/frontend-dashboard-service.ts +148 -0
  358. package/src/gitpod-file-parser.spec.ts +57 -63
  359. package/src/gitpod-file-parser.ts +18 -19
  360. package/src/gitpod-service.ts +602 -99
  361. package/src/headless-workspace-log.ts +14 -16
  362. package/src/ide-frontend-service.ts +28 -0
  363. package/src/ide-protocol.ts +147 -0
  364. package/src/index.ts +18 -12
  365. package/src/installation-admin-protocol.ts +45 -0
  366. package/src/license-protocol.ts +14 -8
  367. package/src/messaging/browser/connection.ts +202 -26
  368. package/src/messaging/browser/window-connection.ts +45 -29
  369. package/src/messaging/client-call-metrics.ts +94 -0
  370. package/src/messaging/error.ts +51 -10
  371. package/src/messaging/handler.ts +13 -1
  372. package/src/messaging/node/connection.ts +23 -70
  373. package/src/messaging/proxy-factory.ts +35 -34
  374. package/src/oss-allowlist.ts +15 -0
  375. package/src/payment-protocol.ts +20 -0
  376. package/src/permission.ts +53 -40
  377. package/src/plans.ts +699 -0
  378. package/src/protocol.spec.ts +97 -0
  379. package/src/protocol.ts +790 -302
  380. package/src/snapshot-url.spec.ts +27 -0
  381. package/src/snapshot-url.ts +27 -0
  382. package/src/team-subscription-protocol.ts +153 -0
  383. package/src/teams-projects-protocol.ts +180 -0
  384. package/src/typings/globals.ts +13 -5
  385. package/src/usage.ts +85 -0
  386. package/src/util/analytics.ts +109 -0
  387. package/src/util/async-iterator.ts +6 -7
  388. package/src/util/cancelable.ts +5 -5
  389. package/src/util/date-time.ts +10 -10
  390. package/src/util/debug-app.ts +81 -0
  391. package/src/util/deep-partial.ts +2 -2
  392. package/src/util/deferred.ts +8 -8
  393. package/src/util/disposable.ts +3 -6
  394. package/src/util/event.ts +9 -11
  395. package/src/util/garbage-collected-cache.ts +18 -10
  396. package/src/util/generate-workspace-id.spec.ts +58 -0
  397. package/src/util/generate-workspace-id.ts +481 -0
  398. package/src/util/gitpod-cookie.ts +38 -0
  399. package/src/util/gitpod-host-url.spec.ts +76 -0
  400. package/src/util/gitpod-host-url.ts +119 -40
  401. package/src/util/grpc.ts +107 -0
  402. package/src/util/jaeger-client-types.ts +102 -0
  403. package/src/util/logging.spec.ts +23 -0
  404. package/src/util/logging.ts +163 -73
  405. package/src/util/make-link.ts +8 -9
  406. package/src/util/nice-grpc.ts +96 -0
  407. package/src/util/parse-workspace-id.spec.ts +62 -12
  408. package/src/util/parse-workspace-id.ts +40 -10
  409. package/src/util/queue.spec.ts +30 -28
  410. package/src/util/queue.ts +2 -2
  411. package/src/util/repeat.ts +45 -0
  412. package/src/util/semaphore.ts +8 -10
  413. package/src/util/skip-if.ts +12 -9
  414. package/src/util/timeutil.spec.ts +42 -16
  415. package/src/util/timeutil.ts +33 -17
  416. package/src/util/tracing.spec.ts +88 -0
  417. package/src/util/tracing.ts +211 -33
  418. package/src/util/workspace-port-authentication.ts +12 -15
  419. package/src/webhook-event.ts +55 -0
  420. package/src/workspace-class.ts +14 -0
  421. package/src/workspace-cluster.ts +121 -0
  422. package/src/workspace-instance.ts +120 -36
  423. package/src/wsready.ts +11 -4
  424. package/data/builtin-theia-plugins.json +0 -362
  425. package/lib/email-protocol.d.ts +0 -49
  426. package/lib/email-protocol.d.ts.map +0 -1
  427. package/lib/email-protocol.js +0 -27
  428. package/lib/email-protocol.js.map +0 -1
  429. package/lib/messaging/connection-error-handler.d.ts +0 -27
  430. package/lib/messaging/connection-error-handler.d.ts.map +0 -1
  431. package/lib/messaging/connection-error-handler.js +0 -45
  432. package/lib/messaging/connection-error-handler.js.map +0 -1
  433. package/lib/theia-plugins.d.ts +0 -11
  434. package/lib/theia-plugins.d.ts.map +0 -1
  435. package/lib/theia-plugins.js +0 -8
  436. package/lib/theia-plugins.js.map +0 -1
  437. package/lib/util/repeater.d.ts +0 -22
  438. package/lib/util/repeater.d.ts.map +0 -1
  439. package/lib/util/repeater.js +0 -117
  440. package/lib/util/repeater.js.map +0 -1
  441. package/lib/util/safe-promise.d.ts +0 -11
  442. package/lib/util/safe-promise.d.ts.map +0 -1
  443. package/lib/util/safe-promise.js +0 -33
  444. package/lib/util/safe-promise.js.map +0 -1
  445. package/lib/util/without.d.ts +0 -7
  446. package/lib/util/without.d.ts.map +0 -1
  447. package/lib/util/without.js +0 -8
  448. package/lib/util/without.js.map +0 -1
  449. package/src/email-protocol.ts +0 -67
  450. package/src/messaging/connection-error-handler.ts +0 -62
  451. package/src/theia-plugins.ts +0 -11
  452. package/src/util/jaeger-client.d.ts +0 -105
  453. package/src/util/repeater.ts +0 -49
  454. package/src/util/safe-promise.ts +0 -26
  455. package/src/util/without.ts +0 -8
@@ -0,0 +1,481 @@
1
+ /**
2
+ * Copyright (c) 2020 Gitpod GmbH. All rights reserved.
3
+ * Licensed under the GNU Affero General Public License (AGPL).
4
+ * See License.AGPL.txt in the project root for license information.
5
+ */
6
+
7
+ import randomNumber = require("random-number-csprng");
8
+
9
+ export async function generateWorkspaceID(firstSegment?: string, secondSegment?: string): Promise<string> {
10
+ const firstSeg = clean(firstSegment) || (await random(colors));
11
+ const secSeg = clean(secondSegment) || (await random(animals));
12
+ function fit(makeFit: string, otherSeg: string) {
13
+ return makeFit.substring(0, Math.max(segLength, 2 * segLength - otherSeg.length));
14
+ }
15
+ return fit(firstSeg, secSeg) + "-" + fit(secSeg, firstSeg) + "-" + (await random(characters, segLength));
16
+ }
17
+
18
+ function clean(segment: string | undefined, maxChars: number = 16) {
19
+ if (!segment) {
20
+ return undefined;
21
+ }
22
+ segment = segment.toLowerCase();
23
+ let result = "";
24
+ for (let i = 0; i < segment.length; i++) {
25
+ if (characters.indexOf(segment[i]) !== -1) {
26
+ result += segment[i];
27
+ }
28
+ }
29
+ if (result.length >= 2) {
30
+ return result.substring(0, maxChars);
31
+ }
32
+ }
33
+
34
+ async function random(array: string[], length: number = 1): Promise<string> {
35
+ var result = "";
36
+ for (var i = 0; i < length; i++) {
37
+ result += array[await randomNumber(0, array.length - 1)];
38
+ }
39
+ return result;
40
+ }
41
+
42
+ const segLength = 11;
43
+
44
+ const characters = "abcdefghijklmnopqrstuvwxyz0123456789".split("");
45
+
46
+ export const colors = [
47
+ "amaranth",
48
+ "amber",
49
+ "amethyst",
50
+ "apricot",
51
+ "aqua",
52
+ "aquamarine",
53
+ "azure",
54
+ "beige",
55
+ "black",
56
+ "blue",
57
+ "blush",
58
+ "bronze",
59
+ "brown",
60
+ "chocolate",
61
+ "coffee",
62
+ "copper",
63
+ "coral",
64
+ "crimson",
65
+ "cyan",
66
+ "emerald",
67
+ "fuchsia",
68
+ "gold",
69
+ "gray",
70
+ "green",
71
+ "harlequin",
72
+ "indigo",
73
+ "ivory",
74
+ "jade",
75
+ "kumquat",
76
+ "lavender",
77
+ "lime",
78
+ "magenta",
79
+ "maroon",
80
+ "moccasin",
81
+ "olive",
82
+ "orange",
83
+ "peach",
84
+ "pink",
85
+ "plum",
86
+ "purple",
87
+ "red",
88
+ "rose",
89
+ "salmon",
90
+ "sapphire",
91
+ "scarlet",
92
+ "silver",
93
+ "tan",
94
+ "teal",
95
+ "tomato",
96
+ "turquoise",
97
+ "violet",
98
+ "white",
99
+ "yellow",
100
+ ];
101
+
102
+ export const animals = [
103
+ "canidae",
104
+ "felidae",
105
+ "cat",
106
+ "cattle",
107
+ "dog",
108
+ "donkey",
109
+ "goat",
110
+ "horse",
111
+ "pig",
112
+ "rabbit",
113
+ "aardvark",
114
+ "aardwolf",
115
+ "albatross",
116
+ "alligator",
117
+ "alpaca",
118
+ "amphibian",
119
+ "anaconda",
120
+ "angelfish",
121
+ "anglerfish",
122
+ "ant",
123
+ "anteater",
124
+ "antelope",
125
+ "antlion",
126
+ "ape",
127
+ "aphid",
128
+ "armadillo",
129
+ "asp",
130
+ "baboon",
131
+ "badger",
132
+ "bandicoot",
133
+ "barnacle",
134
+ "barracuda",
135
+ "basilisk",
136
+ "bass",
137
+ "bat",
138
+ "bear",
139
+ "beaver",
140
+ "bedbug",
141
+ "bee",
142
+ "beetle",
143
+ "bird",
144
+ "bison",
145
+ "blackbird",
146
+ "boa",
147
+ "boar",
148
+ "bobcat",
149
+ "bobolink",
150
+ "bonobo",
151
+ "booby",
152
+ "bovid",
153
+ "bug",
154
+ "butterfly",
155
+ "buzzard",
156
+ "camel",
157
+ "canid",
158
+ "capybara",
159
+ "cardinal",
160
+ "caribou",
161
+ "carp",
162
+ "cat",
163
+ "catshark",
164
+ "caterpillar",
165
+ "catfish",
166
+ "cattle",
167
+ "centipede",
168
+ "cephalopod",
169
+ "chameleon",
170
+ "cheetah",
171
+ "chickadee",
172
+ "chicken",
173
+ "chimpanzee",
174
+ "chinchilla",
175
+ "chipmunk",
176
+ "clam",
177
+ "clownfish",
178
+ "cobra",
179
+ "cockroach",
180
+ "cod",
181
+ "condor",
182
+ "constrictor",
183
+ "coral",
184
+ "cougar",
185
+ "cow",
186
+ "coyote",
187
+ "crab",
188
+ "crane",
189
+ "crawdad",
190
+ "crayfish",
191
+ "cricket",
192
+ "crocodile",
193
+ "crow",
194
+ "cuckoo",
195
+ "cicada",
196
+ "damselfly",
197
+ "deer",
198
+ "dingo",
199
+ "dinosaur",
200
+ "dodo",
201
+ "dog",
202
+ "dolphin",
203
+ "donkey",
204
+ "dormouse",
205
+ "dove",
206
+ "dragonfly",
207
+ "dragon",
208
+ "duck",
209
+ "eagle",
210
+ "earthworm",
211
+ "earwig",
212
+ "echidna",
213
+ "eel",
214
+ "egret",
215
+ "elephant",
216
+ "elk",
217
+ "emu",
218
+ "ermine",
219
+ "falcon",
220
+ "ferret",
221
+ "finch",
222
+ "firefly",
223
+ "fish",
224
+ "flamingo",
225
+ "flea",
226
+ "fly",
227
+ "flyingfish",
228
+ "fowl",
229
+ "fox",
230
+ "frog",
231
+ "gamefowl",
232
+ "galliform",
233
+ "gazelle",
234
+ "gecko",
235
+ "gerbil",
236
+ "gibbon",
237
+ "giraffe",
238
+ "goat",
239
+ "goldfish",
240
+ "goose",
241
+ "gopher",
242
+ "gorilla",
243
+ "grasshopper",
244
+ "grouse",
245
+ "guan",
246
+ "guanaco",
247
+ "guineafowl",
248
+ "gull",
249
+ "guppy",
250
+ "haddock",
251
+ "halibut",
252
+ "hamster",
253
+ "hare",
254
+ "harrier",
255
+ "hawk",
256
+ "hedgehog",
257
+ "heron",
258
+ "herring",
259
+ "hippopotamus",
260
+ "hookworm",
261
+ "hornet",
262
+ "horse",
263
+ "hoverfly",
264
+ "hummingbird",
265
+ "hyena",
266
+ "iguana",
267
+ "impala",
268
+ "jackal",
269
+ "jaguar",
270
+ "jay",
271
+ "jellyfish",
272
+ "junglefowl",
273
+ "kangaroo",
274
+ "kingfisher",
275
+ "kite",
276
+ "kiwi",
277
+ "koala",
278
+ "koi",
279
+ "krill",
280
+ "ladybug",
281
+ "lamprey",
282
+ "landfowl",
283
+ "lark",
284
+ "leech",
285
+ "lemming",
286
+ "lemur",
287
+ "leopard",
288
+ "leopon",
289
+ "limpet",
290
+ "lion",
291
+ "lizard",
292
+ "llama",
293
+ "lobster",
294
+ "locust",
295
+ "loon",
296
+ "louse",
297
+ "lungfish",
298
+ "lynx",
299
+ "macaw",
300
+ "mackerel",
301
+ "magpie",
302
+ "mammal",
303
+ "manatee",
304
+ "mandrill",
305
+ "marlin",
306
+ "marmoset",
307
+ "marmot",
308
+ "marsupial",
309
+ "marten",
310
+ "mastodon",
311
+ "meadowlark",
312
+ "meerkat",
313
+ "mink",
314
+ "minnow",
315
+ "mite",
316
+ "mockingbird",
317
+ "mole",
318
+ "mollusk",
319
+ "mongoose",
320
+ "monkey",
321
+ "moose",
322
+ "mosquito",
323
+ "moth",
324
+ "mouse",
325
+ "mule",
326
+ "muskox",
327
+ "narwhal",
328
+ "newt",
329
+ "nightingale",
330
+ "ocelot",
331
+ "octopus",
332
+ "opossum",
333
+ "orangutan",
334
+ "orca",
335
+ "ostrich",
336
+ "otter",
337
+ "owl",
338
+ "ox",
339
+ "panda",
340
+ "panther",
341
+ "parakeet",
342
+ "parrot",
343
+ "parrotfish",
344
+ "partridge",
345
+ "peacock",
346
+ "peafowl",
347
+ "pelican",
348
+ "penguin",
349
+ "perch",
350
+ "pheasant",
351
+ "pig",
352
+ "pigeon",
353
+ "pike",
354
+ "pinniped",
355
+ "piranha",
356
+ "planarian",
357
+ "platypus",
358
+ "pony",
359
+ "porcupine",
360
+ "porpoise",
361
+ "possum",
362
+ "prawn",
363
+ "primate",
364
+ "ptarmigan",
365
+ "puffin",
366
+ "puma",
367
+ "python",
368
+ "quail",
369
+ "quelea",
370
+ "quokka",
371
+ "rabbit",
372
+ "raccoon",
373
+ "rat",
374
+ "rattlesnake",
375
+ "raven",
376
+ "reindeer",
377
+ "reptile",
378
+ "rhinoceros",
379
+ "roadrunner",
380
+ "rodent",
381
+ "rook",
382
+ "rooster",
383
+ "roundworm",
384
+ "sailfish",
385
+ "salamander",
386
+ "salmon",
387
+ "sawfish",
388
+ "scallop",
389
+ "scorpion",
390
+ "seahorse",
391
+ "shark",
392
+ "sheep",
393
+ "shrew",
394
+ "shrimp",
395
+ "silkworm",
396
+ "silverfish",
397
+ "skink",
398
+ "skunk",
399
+ "sloth",
400
+ "slug",
401
+ "smelt",
402
+ "snail",
403
+ "snake",
404
+ "snipe",
405
+ "sole",
406
+ "sparrow",
407
+ "spider",
408
+ "spoonbill",
409
+ "squid",
410
+ "squirrel",
411
+ "starfish",
412
+ "stingray",
413
+ "stoat",
414
+ "stork",
415
+ "sturgeon",
416
+ "swallow",
417
+ "swan",
418
+ "swift",
419
+ "swordfish",
420
+ "swordtail",
421
+ "tahr",
422
+ "takin",
423
+ "tapir",
424
+ "tarantula",
425
+ "tarsier",
426
+ "termite",
427
+ "tern",
428
+ "thrush",
429
+ "tick",
430
+ "tiger",
431
+ "tiglon",
432
+ "toad",
433
+ "tortoise",
434
+ "toucan",
435
+ "trout",
436
+ "tuna",
437
+ "turkey",
438
+ "turtle",
439
+ "tyrannosaurus",
440
+ "urial",
441
+ "vicuna",
442
+ "viper",
443
+ "vole",
444
+ "vulture",
445
+ "wallaby",
446
+ "walrus",
447
+ "wasp",
448
+ "warbler",
449
+ "weasel",
450
+ "whale",
451
+ "whippet",
452
+ "whitefish",
453
+ "wildcat",
454
+ "wildebeest",
455
+ "wildfowl",
456
+ "wolf",
457
+ "wolverine",
458
+ "wombat",
459
+ "woodpecker",
460
+ "worm",
461
+ "wren",
462
+ "xerinae",
463
+ "yak",
464
+ "zebra",
465
+ "alpaca",
466
+ "cat",
467
+ "cattle",
468
+ "chicken",
469
+ "dog",
470
+ "donkey",
471
+ "ferret",
472
+ "gayal",
473
+ "goldfish",
474
+ "guppy",
475
+ "horse",
476
+ "koi",
477
+ "llama",
478
+ "sheep",
479
+ "yak",
480
+ "unicorn",
481
+ ];
@@ -0,0 +1,38 @@
1
+ /**
2
+ * Copyright (c) 2021 Gitpod GmbH. All rights reserved.
3
+ * Licensed under the GNU Affero General Public License (AGPL).
4
+ * See License.AGPL.txt in the project root for license information.
5
+ */
6
+ import * as cookie from "cookie";
7
+
8
+ /**
9
+ * This cookie indicates whether the connected client is a Gitpod user (= "has logged in within the last year") or not.
10
+ * This is used by "gitpod.io" and "www.gitpod.io" to display different content/buttons.
11
+ */
12
+ export const NAME = "gitpod-user";
13
+ export const VALUE = "true";
14
+
15
+ /**
16
+ * @param domain The domain the Gitpod installation is installed onto
17
+ * @returns
18
+ */
19
+ export function options(domain: string): cookie.CookieSerializeOptions {
20
+ // Reference: https://developer.mozilla.org/en-US/docs/Web/HTTP/Cookies
21
+ return {
22
+ path: "/", // make sure we send the cookie to all sub-pages
23
+ httpOnly: false,
24
+ secure: false,
25
+ maxAge: 60 * 60 * 24 * 365, // 1 year
26
+ sameSite: "lax", // default: true. "Lax" needed to ensure we see cookies from users that neavigate to gitpod.io from external sites
27
+ domain: `.${domain}`, // explicilty include subdomains to not only cover "gitpod.io", but also "www.gitpod.io" or workspaces
28
+ };
29
+ }
30
+
31
+ export function generateCookie(domain: string): string {
32
+ return cookie.serialize(NAME, VALUE, options(domain));
33
+ }
34
+
35
+ export function isPresent(cookies: string): boolean {
36
+ // needs to match the old (gitpod-user=loggedIn) and new (gitpod-user=true) values to ensure a smooth transition during rollout.
37
+ return !!cookies.match(`${NAME}=`);
38
+ }
@@ -0,0 +1,76 @@
1
+ /**
2
+ * Copyright (c) 2020 Gitpod GmbH. All rights reserved.
3
+ * Licensed under the GNU Affero General Public License (AGPL).
4
+ * See License.AGPL.txt in the project root for license information.
5
+ */
6
+
7
+ import * as chai from "chai";
8
+ import { suite, test } from "mocha-typescript";
9
+ import { GitpodHostUrl } from "./gitpod-host-url";
10
+ const expect = chai.expect;
11
+
12
+ @suite
13
+ export class GitpodHostUrlTest {
14
+ @test public parseWorkspaceId_pathBased() {
15
+ const actual = GitpodHostUrl.fromWorkspaceUrl(
16
+ "http://35.223.201.195/workspace/bc77e03d-c781-4235-bca0-e24087f5e472/",
17
+ ).workspaceId;
18
+ expect(actual).to.equal("bc77e03d-c781-4235-bca0-e24087f5e472");
19
+ }
20
+
21
+ @test public parseWorkspaceId_hosts_withEnvVarsInjected() {
22
+ const actual = GitpodHostUrl.fromWorkspaceUrl(
23
+ "https://gray-grasshopper-nfbitfia.ws-eu02.gitpod-staging.com/#passedin=test%20value/https://github.com/gitpod-io/gitpod-test-repo",
24
+ ).workspaceId;
25
+ expect(actual).to.equal("gray-grasshopper-nfbitfia");
26
+ }
27
+
28
+ @test public async testWithoutWorkspacePrefix() {
29
+ expect(
30
+ GitpodHostUrl.fromWorkspaceUrl("https://3000-moccasin-ferret-155799b3.ws-eu02.gitpod-staging.com/")
31
+ .withoutWorkspacePrefix()
32
+ .toString(),
33
+ ).to.equal("https://gitpod-staging.com/");
34
+ }
35
+
36
+ @test public async testWithoutWorkspacePrefix2() {
37
+ expect(
38
+ GitpodHostUrl.fromWorkspaceUrl("https://gitpod-staging.com/").withoutWorkspacePrefix().toString(),
39
+ ).to.equal("https://gitpod-staging.com/");
40
+ }
41
+
42
+ @test public async testWithoutWorkspacePrefix3() {
43
+ expect(
44
+ GitpodHostUrl.fromWorkspaceUrl("https://gray-rook-5523v5d8.ws-dev.my-branch-1234.staging.gitpod-dev.com/")
45
+ .withoutWorkspacePrefix()
46
+ .toString(),
47
+ ).to.equal("https://my-branch-1234.staging.gitpod-dev.com/");
48
+ }
49
+
50
+ @test public async testWithoutWorkspacePrefix4() {
51
+ expect(
52
+ GitpodHostUrl.fromWorkspaceUrl("https://my-branch-1234.staging.gitpod-dev.com/")
53
+ .withoutWorkspacePrefix()
54
+ .toString(),
55
+ ).to.equal("https://my-branch-1234.staging.gitpod-dev.com/");
56
+ }
57
+
58
+ @test public async testWithoutWorkspacePrefix5() {
59
+ expect(
60
+ GitpodHostUrl.fromWorkspaceUrl("https://abc-nice-brunch-4224.staging.gitpod-dev.com/")
61
+ .withoutWorkspacePrefix()
62
+ .toString(),
63
+ ).to.equal("https://abc-nice-brunch-4224.staging.gitpod-dev.com/");
64
+ }
65
+
66
+ @test public async testWithoutWorkspacePrefix6() {
67
+ expect(
68
+ GitpodHostUrl.fromWorkspaceUrl(
69
+ "https://gray-rook-5523v5d8.ws-dev.abc-nice-brunch-4224.staging.gitpod-dev.com/",
70
+ )
71
+ .withoutWorkspacePrefix()
72
+ .toString(),
73
+ ).to.equal("https://abc-nice-brunch-4224.staging.gitpod-dev.com/");
74
+ }
75
+ }
76
+ module.exports = new GitpodHostUrlTest();