Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wendelin.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Joshua
wendelin.core
Commits
c2e53f66
Commit
c2e53f66
authored
Jun 27, 2018
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
89546f76
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
wcfs/todo.dot
wcfs/todo.dot
+2
-2
wcfs/todo.svg
wcfs/todo.svg
+2
-2
No files found.
wcfs/todo.dot
View file @
c2e53f66
...
...
@@ -16,7 +16,7 @@ digraph {
wcfs
[
label
=
"wcfs"
]
wcfs_simple
[
label
=
"wcfs no\ninvalidations"
]
client
[
label
=
"client"
]
wcfs_spawn
[
label
=
"spawn wcfs"
]
wcfs_spawn
[
label
=
"spawn wcfs"
,
style
=
filled
fillcolor
=
lightyellow
]
nowcfs
[
label
=
"!wcfs mode"
]
ZODB_go_inv
[
label
=
"ZODB/go\ninvalidations"
]
...
...
@@ -26,5 +26,5 @@ digraph {
δ
R
[
label
=
"δR encoding"
]
test
[
label
=
"? tests"
]
zodburl
[
label
=
"zstor -> zurl"
]
zodburl
[
label
=
"zstor -> zurl"
,
style
=
filled
fillcolor
=
grey95
]
}
wcfs/todo.svg
View file @
c2e53f66
...
...
@@ -104,7 +104,7 @@
<!-- wcfs_spawn -->
<g
id=
"node9"
class=
"node"
>
<title>
wcfs_spawn
</title>
<ellipse
fill=
"
none
"
stroke=
"#000000"
cx=
"680.0456"
cy=
"-98.8701"
rx=
"51.9908"
ry=
"18"
/>
<ellipse
fill=
"
#ffffe0
"
stroke=
"#000000"
cx=
"680.0456"
cy=
"-98.8701"
rx=
"51.9908"
ry=
"18"
/>
<text
text-anchor=
"middle"
x=
"680.0456"
y=
"-95.1701"
font-family=
"Times,serif"
font-size=
"14.00"
fill=
"#000000"
>
spawn wcfs
</text>
</g>
<!-- client->wcfs_spawn -->
...
...
@@ -128,7 +128,7 @@
<!-- zodburl -->
<g
id=
"node11"
class=
"node"
>
<title>
zodburl
</title>
<ellipse
fill=
"
none
"
stroke=
"#000000"
cx=
"928.0456"
cy=
"-98.8701"
rx=
"54.6905"
ry=
"18"
/>
<ellipse
fill=
"
#f2f2f2
"
stroke=
"#000000"
cx=
"928.0456"
cy=
"-98.8701"
rx=
"54.6905"
ry=
"18"
/>
<text
text-anchor=
"middle"
x=
"928.0456"
y=
"-95.1701"
font-family=
"Times,serif"
font-size=
"14.00"
fill=
"#000000"
>
zstor
->
zurl
</text>
</g>
<!-- client->zodburl -->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment