Skip to content

Commit d1d5cdb

Browse files
committed
new tests
1 parent 0731e28 commit d1d5cdb

7 files changed

Lines changed: 168 additions & 0 deletions

File tree

dbhum/d_ed/dedili-37-sipe856.puml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"sha1": "q70xfezb4a9ruk7qiqf6wb27ssnm1ug",
3+
"humhash": "dedili-37-sipe856",
4+
"insertion": {
5+
"when": "2026-04-29T09:31:08.473Z",
6+
"url": "https://github.com/plantuml/plantuml/pull/2661",
7+
"user": "plantuml@gmail.com"
8+
}
9+
}
10+
@startuml
11+
<style>
12+
arrow {
13+
fontcolor red
14+
MaximumWidth 150
15+
}
16+
</style>
17+
18+
node "Web Server" as web
19+
node "App Server" as app
20+
database "PostgreSQL" as db
21+
22+
web -> app : forwards authenticated requests with session tokens and user context
23+
app -> db : executes parameterized queries against the primary read-write replica
24+
db -> app : returns result sets with pagination metadata and cache headers
25+
@enduml

dbhum/g_ep/gepipe-05-rosu313.puml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"sha1": "o5z4n0kya4f587trrvn0rlfwpmfmkry",
3+
"humhash": "gepipe-05-rosu313",
4+
"insertion": {
5+
"when": "2026-04-29T09:31:08.441Z",
6+
"url": "https://github.com/plantuml/plantuml/issues/2622",
7+
"user": "plantuml@gmail.com"
8+
}
9+
}
10+
@startuml
11+
12+
<style>
13+
participant {
14+
Padding: 2 20
15+
Margin: 0 50
16+
}
17+
</style>
18+
19+
Bob -> Alice : hello
20+
@enduml

dbhum/m_ig/migeju-58-zisi446.puml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"sha1": "922u71rdemb4l17duqmfdjz539eaicj",
3+
"humhash": "migeju-58-zisi446",
4+
"insertion": {
5+
"when": "2026-04-29T09:31:08.479Z",
6+
"user": "plantuml@gmail.com"
7+
}
8+
}
9+
@startwbs
10+
<style>
11+
wbsDiagram {
12+
node {
13+
AutoWidth true
14+
}
15+
}
16+
</style>
17+
* Project
18+
** Planning
19+
*** Define scope
20+
*** Set milestones
21+
*** Allocate resources
22+
** Implementation
23+
*** Code
24+
*** Test
25+
*** Deploy to production environment
26+
** Review
27+
@endwbs

dbhum/n_ex/nexuxi-32-gici059.puml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"sha1": "8fcwqw3acd6kqzxkp83vvu6d49qu6rc",
3+
"humhash": "nexuxi-32-gici059",
4+
"insertion": {
5+
"when": "2026-04-29T09:31:08.469Z",
6+
"url": "https://github.com/plantuml/plantuml/pull/2661",
7+
"user": "plantuml@gmail.com"
8+
}
9+
}
10+
@startuml
11+
<style>
12+
arrow {
13+
fontcolor red
14+
MaximumWidth 150
15+
}
16+
</style>
17+
18+
Alice -> Bob : sends a request with authentication credentials and session context
19+
Bob -> Charlie : forwards the validated request to the downstream processing service
20+
Charlie -> Alice : returns the aggregated response with pagination metadata
21+
Alice -> Alice : logs the complete request-response cycle for audit trail
22+
@enduml

dbhum/n_ix/nixesa-07-juda030.puml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"sha1": "kw1mhdqi1b70ico577qbyz1keaf9lvm",
3+
"humhash": "nixesa-07-juda030",
4+
"insertion": {
5+
"when": "2026-04-29T09:31:08.477Z",
6+
"url": "https://github.com/plantuml/plantuml/pull/2661",
7+
"user": "plantuml@gmail.com"
8+
}
9+
}
10+
@startuml
11+
<style>
12+
arrow {
13+
fontcolor red
14+
MaximumWidth 150
15+
}
16+
</style>
17+
18+
[*] -> Pending : user submits order through checkout flow with payment details
19+
Pending -> Processing : payment gateway confirms successful charge authorization
20+
Processing -> Shipped : warehouse marks package as dispatched with tracking number
21+
Shipped -> Delivered : carrier confirms delivery at destination address
22+
Delivered -> [*]
23+
@enduml

dbhum/r_az/razobe-34-dodu145.puml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"sha1": "qoaof1h7tdi4t4p3jxq342r4xg11n3c",
3+
"humhash": "razobe-34-dodu145",
4+
"insertion": {
5+
"when": "2026-04-29T09:31:08.476Z",
6+
"url": "https://github.com/plantuml/plantuml/pull/2661",
7+
"user": "plantuml@gmail.com"
8+
}
9+
}
10+
@startuml
11+
<style>
12+
arrow {
13+
fontcolor red
14+
MaximumWidth 150
15+
}
16+
</style>
17+
18+
class OrderService
19+
class PaymentGateway
20+
class InventoryManager
21+
22+
OrderService -> PaymentGateway : processes payment through external gateway service with validation
23+
PaymentGateway -> InventoryManager : updates stock levels after successful payment confirmation
24+
InventoryManager -> OrderService : returns availability status and reservation confirmation
25+
@enduml

dbhum/s_ap/saposo-03-tovu833.puml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"sha1": "36054wkb4p9k54dt7rvn3qd3sxnteuh",
3+
"humhash": "saposo-03-tovu833",
4+
"insertion": {
5+
"when": "2026-04-29T09:31:08.474Z",
6+
"url": "https://github.com/plantuml/plantuml/pull/2661",
7+
"user": "plantuml@gmail.com"
8+
}
9+
}
10+
@startuml
11+
<style>
12+
arrow {
13+
fontcolor red
14+
MaximumWidth 150
15+
}
16+
</style>
17+
18+
component "API Gateway" as gw
19+
component "Auth Service" as auth
20+
component "Order Service" as orders
21+
component "Notification Service" as notify
22+
23+
gw -> auth : validates JWT tokens and checks role-based access control permissions
24+
gw -> orders : routes order creation requests with validated user identity
25+
orders -> notify : triggers email and push notifications after order state changes
26+
@enduml

0 commit comments

Comments
 (0)