Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
Regenerate dot of plugins for release 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins-release committed Oct 30, 2020
1 parent bffaebf commit 0cb41ac
Show file tree
Hide file tree
Showing 5 changed files with 169 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/images/plugins.dot
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,10 @@ strict digraph G {
template [shape=Mdiamond];
tracing [shape=Mdiamond];
timeofday -> tracing;
storage [shape=Mdiamond];
toml -> storage;
toml [shape=Mdiamond];
toml -> toml;
tracing [shape=Mdiamond];
tracer -> tracing;
check [shape=Mdiamond];
Expand Down
165 changes: 165 additions & 0 deletions doc/images/plugins.dot.flatten
Original file line number Diff line number Diff line change
@@ -0,0 +1,165 @@
strict digraph G {
graph [splines=true];
storage [shape=Mdiamond];
augeas -> storage;
binary [shape=Mdiamond];
base64 -> binary;
resolver [shape=Mdiamond];
resolver -> resolver;
blockresolver -> resolver;
c [shape=Mdiamond];
c -> storage;
c -> c;
cache [shape=Mdiamond];
code [shape=Mdiamond];
ccode -> code;
conditionals [shape=Mdiamond];
constants -> storage;
info [shape=Mdiamond];
constants -> info;
tracing [shape=Mdiamond];
counter -> tracing;
cpptemplate -> storage;
cpptemplate -> info;
crypto [shape=Mdiamond];
crypto -> crypto;
csvstorage -> storage;
csv [shape=Mdiamond];
csvstorage -> csv;
curlget [shape=Mdiamond];
date [shape=Mdiamond];
notification [shape=Mdiamond];
dbus -> notification;
dbusrecv -> notification;
desktop -> storage;
desktop -> info;
directoryvalue [shape=Mdiamond];
doc [shape=Mdiamond];
dpkg [shape=Mdiamond];
dpkg -> storage;
dpkg -> dpkg;
dump [shape=Mdiamond];
dump -> storage;
dump -> dump;
error [shape=Mdiamond];
error -> error;
sync [shape=Mdiamond];
sync -> sync;
fcrypt -> crypto;
fcrypt -> sync;
filefilter [shape=Mdiamond];
fcrypt -> filefilter;
file [shape=Mdiamond];
file -> storage;
file -> file;
filecheck [shape=Mdiamond];
fstab [shape=Mdiamond];
fstab -> storage;
fstab -> fstab;
gitresolver -> resolver;
apply [shape=Mdiamond];
glob -> apply;
gopts [shape=Mdiamond];
gpgme -> crypto;
hexcode -> code;
conv [shape=Mdiamond];
hexnumber -> conv;
check [shape=Mdiamond];
hexnumber -> check;
hidden [shape=Mdiamond];
hosts [shape=Mdiamond];
hosts -> storage;
hosts -> hosts;
iconv -> conv;
ini [shape=Mdiamond];
ini -> storage;
ini -> ini;
internalnotification [shape=Mdiamond];
ipaddr -> check;
iterate [shape=Mdiamond];
jni [shape=Mdiamond];
logging [shape=Mdiamond];
journald -> logging;
kconfig [shape=Mdiamond];
kconfig -> storage;
kconfig -> kconfig;
keytometa -> conv;
line [shape=Mdiamond];
line -> storage;
line -> line;
lineendings [shape=Mdiamond];
list [shape=Mdiamond];
logchange -> tracing;
lua [shape=Mdiamond];
macaddr -> check;
mathcheck -> check;
mini -> storage;
mini -> ini;
mmapstorage [shape=Mdiamond];
mmapstorage -> storage;
mmapstorage -> mmapstorage;
mozprefs -> storage;
multifile -> storage;
multifile -> resolver;
network -> check;
ni -> storage;
ni -> ini;
noresolver -> resolver;
null -> code;
passwd [shape=Mdiamond];
passwd -> storage;
passwd -> passwd;
path -> check;
process [shape=Mdiamond];
profile [shape=Mdiamond];
python [shape=Mdiamond];
quickdump [shape=Mdiamond];
quickdump -> storage;
quickdump -> quickdump;
range [shape=Mdiamond];
reference [shape=Mdiamond];
filter [shape=Mdiamond];
rename -> filter;
rgbcolor [shape=Mdiamond];
ruby -> storage;
shell [shape=Mdiamond];
simpleini -> storage;
simpleini -> ini;
spec -> apply;
spec -> check;
specload [shape=Mdiamond];
specload -> storage;
specload -> specload;
syslog -> logging;
tcl [shape=Mdiamond];
tcl -> storage;
tcl -> tcl;
template [shape=Mdiamond];
timeofday -> tracing;
toml [shape=Mdiamond];
toml -> storage;
toml -> toml;
tracer -> tracing;
type -> check;
uname -> storage;
uname -> info;
unit [shape=Mdiamond];
validation -> check;
wresolver -> resolver;
xerces -> storage;
xml [shape=Mdiamond];
xerces -> xml;
xmltool -> storage;
xmltool -> xml;
yajl -> storage;
json [shape=Mdiamond];
yajl -> json;
yamlcpp -> storage;
yaml [shape=Mdiamond];
yamlcpp -> yaml;
yamlsmith [shape=Mdiamond];
yanlr -> storage;
yanlr -> yaml;
zeromqrecv -> notification;
zeromqsend -> notification;
}
Binary file added doc/images/plugins.pdf
Binary file not shown.
Binary file modified doc/images/plugins.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/images/plugins.ps
Binary file not shown.

0 comments on commit 0cb41ac

Please sign in to comment.