Skip to content

Commit 5fcbedc

Browse files
arnaudroquesgithub-actions
andauthored
Auto branch 20251104154423 (#39)
* Create tmp1.puml * Add generated files in /db --------- Co-authored-by: github-actions <[email protected]>
1 parent d2516da commit 5fcbedc

File tree

5 files changed

+256
-0
lines changed

5 files changed

+256
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"sha1": "40ebem4cxxhjf3emrp5rpbfahh53fwg",
3+
"insertion": {
4+
"when": "2025-11-04T15:44:23.300Z",
5+
"url": "https://github.com/plantuml/plantuml/issues/2409",
6+
7+
}
8+
}
9+
@startuml
10+
robust "Web Browser" as WB
11+
rectangle "Web User" as WU
12+
13+
@0
14+
WU is Idle
15+
WB is Idle
16+
17+
@100
18+
WU is Waiting
19+
WB is Processing
20+
21+
@300
22+
WB is Waiting
23+
@enduml
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"sha1": "42hoxv5zkmigauyy92cekx7isfin8l5",
3+
"insertion": {
4+
"when": "2025-11-04T15:44:23.299Z",
5+
"url": "https://github.com/plantuml/plantuml/issues/2409",
6+
7+
}
8+
}
9+
@startuml
10+
rectangle "A" as A
11+
rectangle "B" as B
12+
13+
A is ""
14+
B is ""
15+
16+
@A
17+
0 is ""
18+
19+
@B
20+
25 is "" : drawStatesLabels
21+
22+
@0
23+
A -> B@+5 : msg
24+
25+
@40
26+
@enduml
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"sha1": "7rnqj7bwszcr0uty6vku0ihsxk4x5uo",
3+
"insertion": {
4+
"when": "2025-11-04T15:44:23.302Z",
5+
"url": "https://github.com/plantuml/plantuml/issues/2409",
6+
7+
}
8+
}
9+
@startuml
10+
<style>
11+
timingDiagram {
12+
.bluecolor {
13+
BackGroundColor blue
14+
}
15+
}
16+
</style>
17+
rectangle "LR" as LR <<bluecolor>> #red
18+
rectangle "ST" as ST
19+
20+
LR is AtPlace
21+
ST is AtLoad
22+
23+
@LR
24+
0 is Lowering
25+
100 is Lowered
26+
350 is Releasing
27+
28+
@ST
29+
200 is Moving
30+
@enduml
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
{
2+
"sha1": "k9su79w2176kysj0833qnul7kp4enow",
3+
"insertion": {
4+
"when": "2025-11-04T15:44:23.246Z",
5+
"url": "https://github.com/plantuml/plantuml/pull/2405",
6+
7+
}
8+
}
9+
@startuml
10+
skinparam defaultTextAlignment center
11+
12+
start
13+
14+
:«foreach»
15+
Network interface controllers (NIC)
16+
{{
17+
skinparam backgroundColor #f1f1f1
18+
19+
start
20+
21+
:«foreach»
22+
NIC ports
23+
{{
24+
start
25+
26+
if (Port is failure?) then (yes)
27+
:Prepare notification;
28+
29+
:«json»
30+
{{json
31+
#highlight "message"
32+
{
33+
"NIC": "$name",
34+
"port": "$i",
35+
"message": "$error",
36+
"time": "$time",
37+
"date": "$date"
38+
}
39+
}}
40+
;
41+
42+
:Send notification;
43+
else (no)
44+
endif
45+
46+
stop
47+
}}
48+
;
49+
50+
stop
51+
}}
52+
;
53+
54+
stop
55+
@enduml

input/tmp1.puml

Lines changed: 122 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,122 @@
1+
https://github.com/plantuml/plantuml/pull/2405
2+
3+
@startuml
4+
skinparam defaultTextAlignment center
5+
6+
start
7+
8+
:«foreach»
9+
Network interface controllers (NIC)
10+
{{
11+
skinparam backgroundColor #f1f1f1
12+
13+
start
14+
15+
:«foreach»
16+
NIC ports
17+
{{
18+
start
19+
20+
if (Port is failure?) then (yes)
21+
:Prepare notification;
22+
23+
:«json»
24+
{{json
25+
#highlight "message"
26+
{
27+
"NIC": "$name",
28+
"port": "$i",
29+
"message": "$error",
30+
"time": "$time",
31+
"date": "$date"
32+
}
33+
}}
34+
;
35+
36+
:Send notification;
37+
else (no)
38+
endif
39+
40+
stop
41+
}}
42+
;
43+
44+
stop
45+
}}
46+
;
47+
48+
stop
49+
@enduml
50+
51+
52+
53+
54+
55+
https://github.com/plantuml/plantuml/issues/2409
56+
57+
@startuml
58+
rectangle "A" as A
59+
rectangle "B" as B
60+
61+
A is ""
62+
B is ""
63+
64+
@A
65+
0 is ""
66+
67+
@B
68+
25 is "" : drawStatesLabels
69+
70+
@0
71+
A -> B@+5 : msg
72+
73+
@40
74+
@enduml
75+
76+
77+
78+
https://github.com/plantuml/plantuml/issues/2409
79+
80+
@startuml
81+
robust "Web Browser" as WB
82+
rectangle "Web User" as WU
83+
84+
@0
85+
WU is Idle
86+
WB is Idle
87+
88+
@100
89+
WU is Waiting
90+
WB is Processing
91+
92+
@300
93+
WB is Waiting
94+
@enduml
95+
96+
97+
https://github.com/plantuml/plantuml/issues/2409
98+
99+
@startuml
100+
<style>
101+
timingDiagram {
102+
.bluecolor {
103+
BackGroundColor blue
104+
}
105+
}
106+
</style>
107+
rectangle "LR" as LR <<bluecolor>> #red
108+
rectangle "ST" as ST
109+
110+
LR is AtPlace
111+
ST is AtLoad
112+
113+
@LR
114+
0 is Lowering
115+
100 is Lowered
116+
350 is Releasing
117+
118+
@ST
119+
200 is Moving
120+
@enduml
121+
122+

0 commit comments

Comments
 (0)