Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
gitpod-io
GitHub Repository: gitpod-io/gitpod
Path: blob/main/components/gitpod-db/src/test/04-WorkspaceInit.json
2500 views
1
{
2
"id": "af55d1cc-ab8b-4058-8a8d-7e8259afeefd",
3
"workspaceId": "cbdcfccd-6c5f-4dad-849d-f7922bed631f",
4
"creationTime": "2018-03-23T15:55:26.373Z",
5
"ideUrl": "https://cbdcfccd-6c5f-4dad-849d-f7922bed631f.ws.gitpod.io/",
6
"status": "Starting",
7
"events": [
8
{
9
"type": "Started",
10
"creationTime": "2018-03-23T15:55:26.373Z",
11
"heading": "Gitpod is Starting ...",
12
"severity": "Normal"
13
},
14
{
15
"type": "Heartbeat",
16
"heading": "Heartbeat From Client",
17
"creationTime": "2018-03-23T15:55:27.968Z",
18
"internal": true,
19
"severity": "Normal"
20
},
21
{
22
"type": "PodScheduled",
23
"heading": "PodScheduled",
24
"creationTime": "2018-03-23T15:55:26.524Z",
25
"inProgress": false,
26
"severity": "Normal",
27
"lastUpdatedTime": "2018-03-23T15:55:28.209Z"
28
},
29
{
30
"type": "Ready",
31
"heading": "Ready",
32
"creationTime": "2018-03-23T15:55:26.552Z",
33
"inProgress": true,
34
"message": "containers with unready status: [theia workspace sync]",
35
"severity": "Normal",
36
"lastUpdatedTime": "2018-03-23T15:55:28.209Z"
37
},
38
{
39
"type": "Initialized",
40
"heading": "Initialized",
41
"creationTime": "2018-03-23T15:55:26.552Z",
42
"inProgress": true,
43
"message": "containers with incomplete status: [git-init]",
44
"severity": "Normal",
45
"lastUpdatedTime": "2018-03-23T15:55:30.243Z"
46
}
47
]
48
}
49