From 722be548a25eb74b532657320ce952b759f37467 Mon Sep 17 00:00:00 2001 From: PlantUML Date: Tue, 4 Nov 2025 16:43:48 +0100 Subject: [PATCH 1/2] Create tmp1.puml --- input/tmp1.puml | 122 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 122 insertions(+) create mode 100644 input/tmp1.puml diff --git a/input/tmp1.puml b/input/tmp1.puml new file mode 100644 index 00000000..26da51f2 --- /dev/null +++ b/input/tmp1.puml @@ -0,0 +1,122 @@ +https://github.com/plantuml/plantuml/pull/2405 + +@startuml +skinparam defaultTextAlignment center + +start + +:«foreach» +Network interface controllers (NIC) +{{ +skinparam backgroundColor #f1f1f1 + +start + +:«foreach» +NIC ports +{{ +start + +if (Port is failure?) then (yes) +:Prepare notification; + +:«json» +{{json +#highlight "message" +{ + "NIC": "$name", + "port": "$i", + "message": "$error", + "time": "$time", + "date": "$date" +} +}} +; + +:Send notification; +else (no) +endif + +stop +}} +; + +stop +}} +; + +stop +@enduml + + + + + +https://github.com/plantuml/plantuml/issues/2409 + +@startuml +rectangle "A" as A +rectangle "B" as B + +A is "" +B is "" + +@A +0 is "" + +@B +25 is "" : drawStatesLabels + +@0 +A -> B@+5 : msg + +@40 +@enduml + + + +https://github.com/plantuml/plantuml/issues/2409 + +@startuml +robust "Web Browser" as WB +rectangle "Web User" as WU + +@0 +WU is Idle +WB is Idle + +@100 +WU is Waiting +WB is Processing + +@300 +WB is Waiting +@enduml + + +https://github.com/plantuml/plantuml/issues/2409 + +@startuml + +rectangle "LR" as LR <> #red +rectangle "ST" as ST + +LR is AtPlace +ST is AtLoad + +@LR +0 is Lowering +100 is Lowered +350 is Releasing + +@ST +200 is Moving +@enduml + + From f921ea228d008208919f34ef60be3fd96876119b Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 4 Nov 2025 15:44:23 +0000 Subject: [PATCH 2/2] Add generated files in /db --- db/40/40ebem4cxxhjf3emrp5rpbfahh53fwg.puml | 23 +++++++++ db/42/42hoxv5zkmigauyy92cekx7isfin8l5.puml | 26 ++++++++++ db/7r/7rnqj7bwszcr0uty6vku0ihsxk4x5uo.puml | 30 ++++++++++++ db/k9/k9su79w2176kysj0833qnul7kp4enow.puml | 55 ++++++++++++++++++++++ 4 files changed, 134 insertions(+) create mode 100644 db/40/40ebem4cxxhjf3emrp5rpbfahh53fwg.puml create mode 100644 db/42/42hoxv5zkmigauyy92cekx7isfin8l5.puml create mode 100644 db/7r/7rnqj7bwszcr0uty6vku0ihsxk4x5uo.puml create mode 100644 db/k9/k9su79w2176kysj0833qnul7kp4enow.puml diff --git a/db/40/40ebem4cxxhjf3emrp5rpbfahh53fwg.puml b/db/40/40ebem4cxxhjf3emrp5rpbfahh53fwg.puml new file mode 100644 index 00000000..650d07ab --- /dev/null +++ b/db/40/40ebem4cxxhjf3emrp5rpbfahh53fwg.puml @@ -0,0 +1,23 @@ +{ + "sha1": "40ebem4cxxhjf3emrp5rpbfahh53fwg", + "insertion": { + "when": "2025-11-04T15:44:23.300Z", + "url": "https://github.com/plantuml/plantuml/issues/2409", + "user": "plantuml@gmail.com" + } +} +@startuml +robust "Web Browser" as WB +rectangle "Web User" as WU + +@0 +WU is Idle +WB is Idle + +@100 +WU is Waiting +WB is Processing + +@300 +WB is Waiting +@enduml diff --git a/db/42/42hoxv5zkmigauyy92cekx7isfin8l5.puml b/db/42/42hoxv5zkmigauyy92cekx7isfin8l5.puml new file mode 100644 index 00000000..ec2f18b6 --- /dev/null +++ b/db/42/42hoxv5zkmigauyy92cekx7isfin8l5.puml @@ -0,0 +1,26 @@ +{ + "sha1": "42hoxv5zkmigauyy92cekx7isfin8l5", + "insertion": { + "when": "2025-11-04T15:44:23.299Z", + "url": "https://github.com/plantuml/plantuml/issues/2409", + "user": "plantuml@gmail.com" + } +} +@startuml +rectangle "A" as A +rectangle "B" as B + +A is "" +B is "" + +@A +0 is "" + +@B +25 is "" : drawStatesLabels + +@0 +A -> B@+5 : msg + +@40 +@enduml diff --git a/db/7r/7rnqj7bwszcr0uty6vku0ihsxk4x5uo.puml b/db/7r/7rnqj7bwszcr0uty6vku0ihsxk4x5uo.puml new file mode 100644 index 00000000..67da24ff --- /dev/null +++ b/db/7r/7rnqj7bwszcr0uty6vku0ihsxk4x5uo.puml @@ -0,0 +1,30 @@ +{ + "sha1": "7rnqj7bwszcr0uty6vku0ihsxk4x5uo", + "insertion": { + "when": "2025-11-04T15:44:23.302Z", + "url": "https://github.com/plantuml/plantuml/issues/2409", + "user": "plantuml@gmail.com" + } +} +@startuml + +rectangle "LR" as LR <> #red +rectangle "ST" as ST + +LR is AtPlace +ST is AtLoad + +@LR +0 is Lowering +100 is Lowered +350 is Releasing + +@ST +200 is Moving +@enduml diff --git a/db/k9/k9su79w2176kysj0833qnul7kp4enow.puml b/db/k9/k9su79w2176kysj0833qnul7kp4enow.puml new file mode 100644 index 00000000..240ad9ab --- /dev/null +++ b/db/k9/k9su79w2176kysj0833qnul7kp4enow.puml @@ -0,0 +1,55 @@ +{ + "sha1": "k9su79w2176kysj0833qnul7kp4enow", + "insertion": { + "when": "2025-11-04T15:44:23.246Z", + "url": "https://github.com/plantuml/plantuml/pull/2405", + "user": "plantuml@gmail.com" + } +} +@startuml +skinparam defaultTextAlignment center + +start + +:«foreach» +Network interface controllers (NIC) +{{ +skinparam backgroundColor #f1f1f1 + +start + +:«foreach» +NIC ports +{{ +start + +if (Port is failure?) then (yes) +:Prepare notification; + +:«json» +{{json +#highlight "message" +{ + "NIC": "$name", + "port": "$i", + "message": "$error", + "time": "$time", + "date": "$date" +} +}} +; + +:Send notification; +else (no) +endif + +stop +}} +; + +stop +}} +; + +stop +@enduml