t44 0.2.0-rc.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.
Potentially problematic release.
This version of t44 might be problematic. Click here for more details.
- package/LICENSE.md +203 -0
- package/README.md +154 -0
- package/bin/activate +36 -0
- package/bin/activate.ts +30 -0
- package/bin/postinstall.sh +19 -0
- package/bin/shell +27 -0
- package/bin/t44 +27 -0
- package/caps/HomeRegistry.v0.ts +298 -0
- package/caps/OpenApiSchema.v0.ts +192 -0
- package/caps/ProjectDeployment.v0.ts +363 -0
- package/caps/ProjectDevelopment.v0.ts +246 -0
- package/caps/ProjectPublishing.v0.ts +307 -0
- package/caps/ProjectRack.v0.ts +128 -0
- package/caps/WorkspaceCli.v0.ts +391 -0
- package/caps/WorkspaceConfig.v0.ts +626 -0
- package/caps/WorkspaceConfig.yaml +53 -0
- package/caps/WorkspaceConnection.v0.ts +240 -0
- package/caps/WorkspaceEntityConfig.v0.ts +64 -0
- package/caps/WorkspaceEntityFact.v0.ts +193 -0
- package/caps/WorkspaceInfo.v0.ts +554 -0
- package/caps/WorkspaceInit.v0.ts +30 -0
- package/caps/WorkspaceKey.v0.ts +186 -0
- package/caps/WorkspaceProjects.v0.ts +455 -0
- package/caps/WorkspacePrompt.v0.ts +396 -0
- package/caps/WorkspaceShell.sh +39 -0
- package/caps/WorkspaceShell.v0.ts +104 -0
- package/caps/WorkspaceShell.yaml +65 -0
- package/caps/WorkspaceShellCli.v0.ts +109 -0
- package/caps/WorkspaceTest.v0.ts +167 -0
- package/caps/providers/LICENSE.md +8 -0
- package/caps/providers/README.md +2 -0
- package/caps/providers/bunny.net/ProjectDeployment.v0.ts +328 -0
- package/caps/providers/bunny.net/api-pull.v0.test.ts +319 -0
- package/caps/providers/bunny.net/api-pull.v0.ts +161 -0
- package/caps/providers/bunny.net/api-storage.v0.test.ts +168 -0
- package/caps/providers/bunny.net/api-storage.v0.ts +245 -0
- package/caps/providers/bunny.net/api.v0.ts +95 -0
- package/caps/providers/dynadot.com/ProjectDeployment.v0.ts +207 -0
- package/caps/providers/dynadot.com/api-domains.v0.test.ts +147 -0
- package/caps/providers/dynadot.com/api-domains.v0.ts +137 -0
- package/caps/providers/dynadot.com/api.v0.ts +88 -0
- package/caps/providers/git-scm.com/ProjectPublishing.v0.ts +231 -0
- package/caps/providers/github.com/ProjectPublishing.v0.ts +75 -0
- package/caps/providers/github.com/api.v0.ts +90 -0
- package/caps/providers/npmjs.com/ProjectPublishing.v0.ts +741 -0
- package/caps/providers/vercel.com/ProjectDeployment.v0.ts +339 -0
- package/caps/providers/vercel.com/api.v0.test.ts +67 -0
- package/caps/providers/vercel.com/api.v0.ts +132 -0
- package/caps/providers/vercel.com/bun.lock +194 -0
- package/caps/providers/vercel.com/package.json +10 -0
- package/caps/providers/vercel.com/project.v0.test.ts +108 -0
- package/caps/providers/vercel.com/project.v0.ts +150 -0
- package/caps/providers/vercel.com/tsconfig.json +28 -0
- package/docs/Overview.drawio +189 -0
- package/docs/Overview.svg +4 -0
- package/lib/crypto.ts +53 -0
- package/lib/openapi.ts +132 -0
- package/lib/ucan.ts +137 -0
- package/package.json +41 -0
- package/structs/HomeRegistryConfig.v0.ts +27 -0
- package/structs/ProjectDeploymentConfig.v0.ts +27 -0
- package/structs/ProjectDeploymentFact.v0.ts +110 -0
- package/structs/ProjectPublishingFact.v0.ts +69 -0
- package/structs/ProjectRackConfig.v0.ts +27 -0
- package/structs/WorkspaceCliConfig.v0.ts +27 -0
- package/structs/WorkspaceConfig.v0.ts +27 -0
- package/structs/WorkspaceKeyConfig.v0.ts +27 -0
- package/structs/WorkspaceMappings.v0.ts +27 -0
- package/structs/WorkspaceProjectsConfig.v0.ts +27 -0
- package/structs/WorkspaceRepositories.v0.ts +27 -0
- package/structs/WorkspaceShellConfig.v0.ts +45 -0
- package/structs/providers/LICENSE.md +8 -0
- package/structs/providers/README.md +2 -0
- package/structs/providers/bunny.net/ProjectDeploymentFact.v0.ts +41 -0
- package/structs/providers/bunny.net/WorkspaceConnectionConfig.v0.ts +42 -0
- package/structs/providers/dynadot.com/DomainFact.v0.ts +146 -0
- package/structs/providers/dynadot.com/WorkspaceConnectionConfig.v0.ts +41 -0
- package/structs/providers/git-scm.com/ProjectPublishingFact.v0.ts +46 -0
- package/structs/providers/github.com/ProjectPublishingFact.v0.ts +52 -0
- package/structs/providers/github.com/WorkspaceConnectionConfig.v0.ts +42 -0
- package/structs/providers/npmjs.com/ProjectPublishingFact.v0.ts +48 -0
- package/structs/providers/vercel.com/ProjectDeploymentFact.v0.ts +38 -0
- package/structs/providers/vercel.com/WorkspaceConnectionConfig.v0.ts +48 -0
- package/tsconfig.json +28 -0
- package/workspace-rt.ts +134 -0
- package/workspace.yaml +5 -0
|
@@ -0,0 +1,189 @@
|
|
|
1
|
+
<mxfile host="Electron" agent="Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) draw.io/29.3.0 Chrome/140.0.7339.249 Electron/38.7.2 Safari/537.36" version="29.3.0">
|
|
2
|
+
<diagram name="Page-1" id="aidB9f1QkH5sa6P63Yxt">
|
|
3
|
+
<mxGraphModel dx="1457" dy="1080" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1100" pageHeight="850" math="0" shadow="0">
|
|
4
|
+
<root>
|
|
5
|
+
<mxCell id="0" />
|
|
6
|
+
<mxCell id="1" parent="0" />
|
|
7
|
+
<mxCell id="DcQkaO7AGQ5R7fWngdzd-69" parent="1" style="rounded=0;whiteSpace=wrap;html=1;movable=1;resizable=1;rotatable=1;deletable=1;editable=1;locked=0;connectable=1;strokeColor=none;" value="" vertex="1">
|
|
8
|
+
<mxGeometry height="570" width="1030" x="10" y="10" as="geometry" />
|
|
9
|
+
</mxCell>
|
|
10
|
+
<mxCell id="DcQkaO7AGQ5R7fWngdzd-43" parent="1" style="rounded=0;whiteSpace=wrap;html=1;movable=1;resizable=1;rotatable=1;deletable=1;editable=1;locked=0;connectable=1;strokeWidth=2;" value="" vertex="1">
|
|
11
|
+
<mxGeometry height="510" width="1010" x="20" y="20" as="geometry" />
|
|
12
|
+
</mxCell>
|
|
13
|
+
<mxCell id="DcQkaO7AGQ5R7fWngdzd-45" edge="1" parent="1" source="DcQkaO7AGQ5R7fWngdzd-2" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0.5;entryY=1;entryDx=0;entryDy=0;strokeColor=#6C8EBF;" target="DcQkaO7AGQ5R7fWngdzd-44">
|
|
14
|
+
<mxGeometry relative="1" as="geometry">
|
|
15
|
+
<Array as="points">
|
|
16
|
+
<mxPoint x="110" y="510" />
|
|
17
|
+
<mxPoint x="800" y="510" />
|
|
18
|
+
</Array>
|
|
19
|
+
<mxPoint x="310" y="580" as="targetPoint" />
|
|
20
|
+
</mxGeometry>
|
|
21
|
+
</mxCell>
|
|
22
|
+
<mxCell id="DcQkaO7AGQ5R7fWngdzd-2" parent="1" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#e1d5e7;strokeColor=#9673a6;" value="Ed25519 Private Key" vertex="1">
|
|
23
|
+
<mxGeometry height="20" width="140" x="40" y="550" as="geometry" />
|
|
24
|
+
</mxCell>
|
|
25
|
+
<mxCell id="DcQkaO7AGQ5R7fWngdzd-3" parent="1" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#dae8fc;strokeColor=#6c8ebf;" value="WorkspaceConfig" vertex="1">
|
|
26
|
+
<mxGeometry height="20" width="140" x="40" y="440" as="geometry" />
|
|
27
|
+
</mxCell>
|
|
28
|
+
<mxCell id="DcQkaO7AGQ5R7fWngdzd-5" parent="1" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#dae8fc;strokeColor=#6c8ebf;" value="WorkspaceCli" vertex="1">
|
|
29
|
+
<mxGeometry height="20" width="140" x="40" y="410" as="geometry" />
|
|
30
|
+
</mxCell>
|
|
31
|
+
<mxCell id="DcQkaO7AGQ5R7fWngdzd-54" edge="1" parent="1" source="DcQkaO7AGQ5R7fWngdzd-10" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=1;entryY=0.5;entryDx=0;entryDy=0;" target="DcQkaO7AGQ5R7fWngdzd-3">
|
|
32
|
+
<mxGeometry relative="1" as="geometry" />
|
|
33
|
+
</mxCell>
|
|
34
|
+
<mxCell id="DcQkaO7AGQ5R7fWngdzd-10" parent="1" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#fff2cc;strokeColor=#d6b656;" value="workspace.yaml" vertex="1">
|
|
35
|
+
<mxGeometry height="20" width="140" x="230" y="440" as="geometry" />
|
|
36
|
+
</mxCell>
|
|
37
|
+
<mxCell id="DcQkaO7AGQ5R7fWngdzd-57" edge="1" parent="1" source="DcQkaO7AGQ5R7fWngdzd-11" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=1;entryY=0.5;entryDx=0;entryDy=0;" target="DcQkaO7AGQ5R7fWngdzd-5">
|
|
38
|
+
<mxGeometry relative="1" as="geometry" />
|
|
39
|
+
</mxCell>
|
|
40
|
+
<mxCell id="DcQkaO7AGQ5R7fWngdzd-11" parent="1" style="rounded=0;whiteSpace=wrap;html=1;" value="bin: <b>workspace</b>" vertex="1">
|
|
41
|
+
<mxGeometry height="20" width="140" x="230" y="410" as="geometry" />
|
|
42
|
+
</mxCell>
|
|
43
|
+
<mxCell id="DcQkaO7AGQ5R7fWngdzd-13" parent="1" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#fff2cc;strokeColor=#d6b656;" value="dev" vertex="1">
|
|
44
|
+
<mxGeometry height="20" width="140" x="40" y="280" as="geometry" />
|
|
45
|
+
</mxCell>
|
|
46
|
+
<mxCell id="DcQkaO7AGQ5R7fWngdzd-14" parent="1" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#fff2cc;strokeColor=#d6b656;" value="push" vertex="1">
|
|
47
|
+
<mxGeometry height="20" width="140" x="40" y="310" as="geometry" />
|
|
48
|
+
</mxCell>
|
|
49
|
+
<mxCell id="DcQkaO7AGQ5R7fWngdzd-15" parent="1" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#fff2cc;strokeColor=#d6b656;" value="deploy" vertex="1">
|
|
50
|
+
<mxGeometry height="20" width="140" x="40" y="160" as="geometry" />
|
|
51
|
+
</mxCell>
|
|
52
|
+
<mxCell id="DcQkaO7AGQ5R7fWngdzd-16" parent="1" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#fff2cc;strokeColor=#d6b656;" value="activate" vertex="1">
|
|
53
|
+
<mxGeometry height="20" width="140" x="40" y="340" as="geometry" />
|
|
54
|
+
</mxCell>
|
|
55
|
+
<mxCell id="DcQkaO7AGQ5R7fWngdzd-17" parent="1" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#dae8fc;strokeColor=#6c8ebf;" value="ProjectDeployment" vertex="1">
|
|
56
|
+
<mxGeometry height="20" width="400" x="180" y="160" as="geometry" />
|
|
57
|
+
</mxCell>
|
|
58
|
+
<mxCell id="DcQkaO7AGQ5R7fWngdzd-63" edge="1" parent="1" source="DcQkaO7AGQ5R7fWngdzd-19" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" target="DcQkaO7AGQ5R7fWngdzd-22">
|
|
59
|
+
<mxGeometry relative="1" as="geometry">
|
|
60
|
+
<mxPoint x="360" y="320" as="targetPoint" />
|
|
61
|
+
</mxGeometry>
|
|
62
|
+
</mxCell>
|
|
63
|
+
<mxCell id="DcQkaO7AGQ5R7fWngdzd-19" parent="1" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#dae8fc;strokeColor=#6c8ebf;" value="RepositoryPublishing" vertex="1">
|
|
64
|
+
<mxGeometry height="20" width="140" x="180" y="310" as="geometry" />
|
|
65
|
+
</mxCell>
|
|
66
|
+
<mxCell id="DcQkaO7AGQ5R7fWngdzd-20" parent="1" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#dae8fc;strokeColor=#6c8ebf;" value="WorkspaceShell" vertex="1">
|
|
67
|
+
<mxGeometry height="20" width="140" x="180" y="340" as="geometry" />
|
|
68
|
+
</mxCell>
|
|
69
|
+
<mxCell id="DcQkaO7AGQ5R7fWngdzd-22" parent="1" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#f5f5f5;fontColor=#333333;strokeColor=#666666;" value="git protocol" vertex="1">
|
|
70
|
+
<mxGeometry height="20" width="90" x="340" y="310" as="geometry" />
|
|
71
|
+
</mxCell>
|
|
72
|
+
<mxCell id="DcQkaO7AGQ5R7fWngdzd-65" edge="1" parent="1" source="DcQkaO7AGQ5R7fWngdzd-24" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=1;entryY=1;entryDx=0;entryDy=0;dashed=1;dashPattern=1 2;strokeColor=#CC0066;strokeWidth=2;" target="DcQkaO7AGQ5R7fWngdzd-41">
|
|
73
|
+
<mxGeometry relative="1" as="geometry">
|
|
74
|
+
<Array as="points">
|
|
75
|
+
<mxPoint x="630" y="290" />
|
|
76
|
+
<mxPoint x="630" y="60" />
|
|
77
|
+
</Array>
|
|
78
|
+
</mxGeometry>
|
|
79
|
+
</mxCell>
|
|
80
|
+
<mxCell id="DcQkaO7AGQ5R7fWngdzd-66" connectable="0" parent="DcQkaO7AGQ5R7fWngdzd-65" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];fontColor=#CC0066;fontStyle=1" value="Realtime<br>Updates" vertex="1">
|
|
81
|
+
<mxGeometry relative="1" x="0.2967" y="3" as="geometry">
|
|
82
|
+
<mxPoint y="-23" as="offset" />
|
|
83
|
+
</mxGeometry>
|
|
84
|
+
</mxCell>
|
|
85
|
+
<mxCell id="DcQkaO7AGQ5R7fWngdzd-24" parent="1" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#dae8fc;strokeColor=#6c8ebf;" value="ProjectDevelopment" vertex="1">
|
|
86
|
+
<mxGeometry height="20" width="400" x="180" y="280" as="geometry" />
|
|
87
|
+
</mxCell>
|
|
88
|
+
<mxCell id="DcQkaO7AGQ5R7fWngdzd-29" parent="1" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#d5e8d4;strokeColor=#82b366;" value="Projected Resource and Runtime Namespace" vertex="1">
|
|
89
|
+
<mxGeometry height="40" width="260" x="670" y="140" as="geometry" />
|
|
90
|
+
</mxCell>
|
|
91
|
+
<mxCell id="DcQkaO7AGQ5R7fWngdzd-30" parent="1" style="rounded=0;whiteSpace=wrap;html=1;" value="Imperative code execution" vertex="1">
|
|
92
|
+
<mxGeometry height="60" width="170" x="300" y="190" as="geometry" />
|
|
93
|
+
</mxCell>
|
|
94
|
+
<mxCell id="DcQkaO7AGQ5R7fWngdzd-31" parent="1" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#f5f5f5;fontColor=#333333;strokeColor=#666666;" value="turbo" vertex="1">
|
|
95
|
+
<mxGeometry height="20" width="290" x="180" y="250" as="geometry" />
|
|
96
|
+
</mxCell>
|
|
97
|
+
<mxCell id="DcQkaO7AGQ5R7fWngdzd-32" parent="1" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#d5e8d4;strokeColor=#82b366;" value="Statically linked component model" vertex="1">
|
|
98
|
+
<mxGeometry height="20" width="260" x="670" y="230" as="geometry" />
|
|
99
|
+
</mxCell>
|
|
100
|
+
<mxCell id="DcQkaO7AGQ5R7fWngdzd-33" parent="1" style="rounded=0;whiteSpace=wrap;html=1;" value="Build processes" vertex="1">
|
|
101
|
+
<mxGeometry height="60" width="120" x="180" y="190" as="geometry" />
|
|
102
|
+
</mxCell>
|
|
103
|
+
<mxCell id="DcQkaO7AGQ5R7fWngdzd-36" parent="1" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#d5e8d4;strokeColor=#82b366;" value="Generated code<br>components" vertex="1">
|
|
104
|
+
<mxGeometry height="40" width="130" x="670" y="190" as="geometry" />
|
|
105
|
+
</mxCell>
|
|
106
|
+
<mxCell id="DcQkaO7AGQ5R7fWngdzd-37" parent="1" style="rounded=0;whiteSpace=wrap;html=1;" value="Provisioned Runtime Containers &amp; Resources" vertex="1">
|
|
107
|
+
<mxGeometry height="20" width="400" x="180" y="60" as="geometry" />
|
|
108
|
+
</mxCell>
|
|
109
|
+
<mxCell id="DcQkaO7AGQ5R7fWngdzd-38" parent="1" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#d5e8d4;strokeColor=#82b366;" value="Optimized runtime<br>bundles" vertex="1">
|
|
110
|
+
<mxGeometry height="40" width="130" x="800" y="190" as="geometry" />
|
|
111
|
+
</mxCell>
|
|
112
|
+
<mxCell id="DcQkaO7AGQ5R7fWngdzd-42" edge="1" parent="1" source="DcQkaO7AGQ5R7fWngdzd-40" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=1;entryY=0.5;entryDx=0;entryDy=0;dashed=1;dashPattern=1 2;strokeWidth=2;" target="DcQkaO7AGQ5R7fWngdzd-41">
|
|
113
|
+
<mxGeometry relative="1" as="geometry">
|
|
114
|
+
<Array as="points">
|
|
115
|
+
<mxPoint x="960" y="50" />
|
|
116
|
+
</Array>
|
|
117
|
+
</mxGeometry>
|
|
118
|
+
</mxCell>
|
|
119
|
+
<mxCell id="DcQkaO7AGQ5R7fWngdzd-72" connectable="0" parent="DcQkaO7AGQ5R7fWngdzd-42" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];fontStyle=1" value="Fast catalog distribution" vertex="1">
|
|
120
|
+
<mxGeometry relative="1" x="0.2435" y="-2" as="geometry">
|
|
121
|
+
<mxPoint x="46" y="2" as="offset" />
|
|
122
|
+
</mxGeometry>
|
|
123
|
+
</mxCell>
|
|
124
|
+
<mxCell id="DcQkaO7AGQ5R7fWngdzd-40" parent="1" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#d5e8d4;strokeColor=#82b366;" value="IPFS" vertex="1">
|
|
125
|
+
<mxGeometry height="130" width="60" x="930" y="140" as="geometry" />
|
|
126
|
+
</mxCell>
|
|
127
|
+
<mxCell id="DcQkaO7AGQ5R7fWngdzd-41" parent="1" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#d5e8d4;strokeColor=#82b366;" value="Published Runtime Catalogs" vertex="1">
|
|
128
|
+
<mxGeometry height="20" width="400" x="180" y="40" as="geometry" />
|
|
129
|
+
</mxCell>
|
|
130
|
+
<mxCell id="DcQkaO7AGQ5R7fWngdzd-44" parent="1" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#e1d5e7;strokeColor=#9673a6;" value="Private data spaces model" vertex="1">
|
|
131
|
+
<mxGeometry height="20" width="260" x="670" y="250" as="geometry" />
|
|
132
|
+
</mxCell>
|
|
133
|
+
<mxCell id="DcQkaO7AGQ5R7fWngdzd-49" parent="1" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#e1d5e7;strokeColor=#9673a6;" value="CredentialsStore" vertex="1">
|
|
134
|
+
<mxGeometry height="20" width="140" x="40" y="470" as="geometry" />
|
|
135
|
+
</mxCell>
|
|
136
|
+
<mxCell id="DcQkaO7AGQ5R7fWngdzd-70" edge="1" parent="1" source="DcQkaO7AGQ5R7fWngdzd-51" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0.5;entryY=1;entryDx=0;entryDy=0;" target="DcQkaO7AGQ5R7fWngdzd-37">
|
|
137
|
+
<mxGeometry relative="1" as="geometry" />
|
|
138
|
+
</mxCell>
|
|
139
|
+
<mxCell id="DcQkaO7AGQ5R7fWngdzd-71" connectable="0" parent="DcQkaO7AGQ5R7fWngdzd-70" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];" value="Slow CI / CD process" vertex="1">
|
|
140
|
+
<mxGeometry relative="1" x="-0.0286" y="-1" as="geometry">
|
|
141
|
+
<mxPoint x="-1" y="4" as="offset" />
|
|
142
|
+
</mxGeometry>
|
|
143
|
+
</mxCell>
|
|
144
|
+
<mxCell id="DcQkaO7AGQ5R7fWngdzd-51" parent="1" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#dae8fc;strokeColor=#6c8ebf;" value="Connections" vertex="1">
|
|
145
|
+
<mxGeometry height="20" width="400" x="180" y="140" as="geometry" />
|
|
146
|
+
</mxCell>
|
|
147
|
+
<mxCell id="DcQkaO7AGQ5R7fWngdzd-52" edge="1" parent="1" source="DcQkaO7AGQ5R7fWngdzd-2" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;strokeColor=#6C8EBF;exitX=0.5;exitY=0;exitDx=0;exitDy=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;" target="DcQkaO7AGQ5R7fWngdzd-49">
|
|
148
|
+
<mxGeometry relative="1" as="geometry">
|
|
149
|
+
<Array as="points">
|
|
150
|
+
<mxPoint x="110" y="500" />
|
|
151
|
+
<mxPoint x="110" y="500" />
|
|
152
|
+
</Array>
|
|
153
|
+
<mxPoint x="440" y="930" as="sourcePoint" />
|
|
154
|
+
<mxPoint x="120" y="480" as="targetPoint" />
|
|
155
|
+
</mxGeometry>
|
|
156
|
+
</mxCell>
|
|
157
|
+
<mxCell id="DcQkaO7AGQ5R7fWngdzd-1" parent="1" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#dae8fc;strokeColor=#6c8ebf;" value="WorkspaceKey" vertex="1">
|
|
158
|
+
<mxGeometry height="20" width="140" x="40" y="520" as="geometry" />
|
|
159
|
+
</mxCell>
|
|
160
|
+
<mxCell id="DcQkaO7AGQ5R7fWngdzd-58" parent="1" style="text;html=1;whiteSpace=wrap;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;rounded=0;fontStyle=1" value="Workspace Commands" vertex="1">
|
|
161
|
+
<mxGeometry height="20" width="140" x="40" y="370" as="geometry" />
|
|
162
|
+
</mxCell>
|
|
163
|
+
<mxCell id="DcQkaO7AGQ5R7fWngdzd-60" edge="1" parent="1" source="DcQkaO7AGQ5R7fWngdzd-59" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=1;entryY=0.5;entryDx=0;entryDy=0;" target="DcQkaO7AGQ5R7fWngdzd-11">
|
|
164
|
+
<mxGeometry relative="1" as="geometry" />
|
|
165
|
+
</mxCell>
|
|
166
|
+
<mxCell id="DcQkaO7AGQ5R7fWngdzd-59" parent="1" style="text;html=1;whiteSpace=wrap;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;rounded=0;fontStyle=1;fontColor=#CC0066;" value="Run commands" vertex="1">
|
|
167
|
+
<mxGeometry height="20" width="110" x="425" y="410" as="geometry" />
|
|
168
|
+
</mxCell>
|
|
169
|
+
<mxCell id="DcQkaO7AGQ5R7fWngdzd-34" edge="1" parent="1" style="shape=flexArrow;endArrow=classic;html=1;rounded=0;endWidth=24;endSize=13;width=38;fillColor=#d5e8d4;strokeColor=#82b366;" value="">
|
|
170
|
+
<mxGeometry height="50" relative="1" width="50" as="geometry">
|
|
171
|
+
<mxPoint x="487" y="230" as="sourcePoint" />
|
|
172
|
+
<mxPoint x="657" y="230" as="targetPoint" />
|
|
173
|
+
</mxGeometry>
|
|
174
|
+
</mxCell>
|
|
175
|
+
<mxCell id="DcQkaO7AGQ5R7fWngdzd-39" connectable="0" parent="DcQkaO7AGQ5R7fWngdzd-34" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];fontSize=12;labelBackgroundColor=none;" value="Projection through<br>instrumentation" vertex="1">
|
|
176
|
+
<mxGeometry relative="1" x="0.2706" y="3" as="geometry">
|
|
177
|
+
<mxPoint x="-38" y="1" as="offset" />
|
|
178
|
+
</mxGeometry>
|
|
179
|
+
</mxCell>
|
|
180
|
+
<mxCell id="DcQkaO7AGQ5R7fWngdzd-68" edge="1" parent="1" source="DcQkaO7AGQ5R7fWngdzd-67" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0.75;entryY=1;entryDx=0;entryDy=0;" target="DcQkaO7AGQ5R7fWngdzd-24">
|
|
181
|
+
<mxGeometry relative="1" as="geometry" />
|
|
182
|
+
</mxCell>
|
|
183
|
+
<mxCell id="DcQkaO7AGQ5R7fWngdzd-67" parent="1" style="text;html=1;whiteSpace=wrap;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;rounded=0;fontStyle=1;fontColor=#CC0066;" value="Makes source code changes" vertex="1">
|
|
184
|
+
<mxGeometry height="20" width="230" x="365" y="370" as="geometry" />
|
|
185
|
+
</mxCell>
|
|
186
|
+
</root>
|
|
187
|
+
</mxGraphModel>
|
|
188
|
+
</diagram>
|
|
189
|
+
</mxfile>
|