Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
puml includes
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EMERALD
Public
puml includes
Commits
db740ac7
Commit
db740ac7
authored
2 months ago
by
Etxaniz Errazkin, Iñaki
Browse files
Options
Downloads
Patches
Plain Diff
Update 4 files
- /roles.puml - /bad_including.puml - /included_part.iuml - /testDiagram.md
parent
484c997a
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
bad_including.puml
+1
-1
1 addition, 1 deletion
bad_including.puml
included_part.iuml
+1
-1
1 addition, 1 deletion
included_part.iuml
roles.puml
+2
-2
2 additions, 2 deletions
roles.puml
testDiagram.md
+24
-5
24 additions, 5 deletions
testDiagram.md
with
28 additions
and
9 deletions
bad_including.puml
+
1
−
1
View file @
db740ac7
'This include wont work
.
The renderer
doesn't found
the file locally
'This include wont work
(
The renderer
looks
the file locally
, and doesn't found it)
!include included_part.iuml
!include included_part.iuml
\ No newline at end of file
This diff is collapsed.
Click to expand it.
included_part.iuml
+
1
−
1
View file @
db740ac7
@startuml
@startuml
'C
heck also
https://gitlab.com/schurzi/playground/-/blob/main/plantuml_include/included_part.iuml
'C
opied from
https://gitlab.com/schurzi/playground/-/blob/main/plantuml_include/included_part.iuml
interface List
interface List
List : int size()
List : int size()
...
...
This diff is collapsed.
Click to expand it.
roles.puml
+
2
−
2
View file @
db740ac7
!define InternalA "Internal Auditor"
!define Int-Au "Internal Auditor"
!define ComplianceM "Compliance Manager"
!define Comp-Mg "Compliance Manager"
\ No newline at end of file
\ No newline at end of file
This diff is collapsed.
Click to expand it.
testDiagram.md
+
24
−
5
View file @
db740ac7
```
plantuml this is for tecnalia plantuml plugin
```
plantuml this is for tecnalia plantuml plugin
'!include https://git.code.tecnalia.dev/emerald/public/puml-includes/-/blob/master/roles.puml
participant "GUI/IDE eclipse" as DESIDE
participant "GUI/IDE eclipse" as DESIDE
participant "Infrastructural\nElements\nCatalogue" as IECDB #99FF99
participant "Infrastructural\nElements\nCatalogue" as IECDB #99FF99
participant "IaC Optimizer Platform (IOP)" as IAIOP
participant "IaC Optimizer Platform (IOP)" as IAIOP
...
@@ -10,9 +8,30 @@ participant "Runtime Controller (PRC)" as RTPRC
...
@@ -10,9 +8,30 @@ participant "Runtime Controller (PRC)" as RTPRC
participant PerformanceMonitoring as IAMON
participant PerformanceMonitoring as IAMON
participant SecurityMonitoring as SECMON
participant SecurityMonitoring as SECMON
'Testing !include
'Testing HTTP !include
== TESTING HTTPS INCLUDE ==
'!include https://git.code.tecnalia.dev/emerald/public/puml-includes/-/blob/master/roles.puml
InternalA -> ComplianceM
group Testing !include
Int-Au -> Comp-Mg
note left: If the names are \n "Int-Au" and "Comp-Mg" \n the "!include http..." didn't work in a markdown file (*.md)
Int-Au <- Comp-Mg
end
'Testing filename !include
'!include roles.puml
group Testing !include
Int-Au -> Comp-Mg
note left: If the names are \n "Internal Auditor" and "Compliance-Mnager" \n the "!include filename" works in a markdown file (*.md)
Int-Au <- Comp-Mg
end
'Testing markdown !include
'!include roles.puml
group Testing !include
Int-Au -> Comp-Mg
note left: If the names are \n "Internal Auditor" and "Compliance-Mnager" \n the "::include{file=diagram.puml}" works in a markdown file (*.md)
Int-Au <- Comp-Mg
end
== DESIGN TIME ==
== DESIGN TIME ==
group Catalogue update
group Catalogue update
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment