Skip to content
Snippets Groups Projects
Commit f9a69dad authored by Etxaniz Errazkin, Iñaki's avatar Etxaniz Errazkin, Iñaki
Browse files

Update 5 files

- /including.puml
- /roles.puml
- /testDiagram.md
- /README.md
- /bad_including.puml
parent 54d950e8
No related branches found
No related tags found
No related merge requests found
...@@ -55,3 +55,14 @@ Hopefully, this feature will be automatically translated to Tecnalia's Gitlab wh ...@@ -55,3 +55,14 @@ Hopefully, this feature will be automatically translated to Tecnalia's Gitlab wh
(Example: https://git.code.tecnalia.dev/emerald/public/puml-includes/-/blob/master/testDiagram.puml renders only text) (Example: https://git.code.tecnalia.dev/emerald/public/puml-includes/-/blob/master/testDiagram.puml renders only text)
**03/2025**: Updated to GitLab Community Edition v17.9.1
Now, the puml files render as diagrams!!
Examples:
https://git.code.tecnalia.dev/emerald/public/puml-includes/-/blob/master/testDiagram.puml renders only text)
https://git.code.tecnalia.dev/emerald/public/puml-includes/-/blob/master/included_part.iuml
https://git.code.tecnalia.dev/emerald/public/puml-includes/-/blob/master/bad_including.puml (includes a wrong ```!including``` clause, and gives an error :-())
https://git.code.tecnalia.dev/emerald/public/puml-includes/-/blob/master/including.puml (includes a correct (https://) ```!including``` clause!)
\ No newline at end of file
'This include wont work. The renderer doesn't found the file locally
!include included_part.iuml
\ No newline at end of file
!include https://git.code.tecnalia.dev/emerald/public/puml-includes/-/blob/master/included_part.iuml
'Copied from:
'https://gitlab.com/schurzi/playground/-/raw/main/plantuml_include/master.puml
!define InternalAuditor "Internal Auditor" !define InternalA "Internal Auditor"
!define ComplianceManager "Compliance Manager" !define ComplianceM "Compliance Manager"
\ No newline at end of file \ No newline at end of file
@startuml @startuml
```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
...@@ -8,6 +9,10 @@ participant "Runtime Controller (PRC)" as RTPRC ...@@ -8,6 +9,10 @@ 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 HTTPS INCLUDE ==
InternalA -> ComplianceM
== DESIGN TIME == == DESIGN TIME ==
group Catalogue update group Catalogue update
DESIDE -> IECDB: Element endorsement (26) DESIDE -> IECDB: Element endorsement (26)
...@@ -37,5 +42,5 @@ end ...@@ -37,5 +42,5 @@ end
'note over InfrastruturalElementsCatalogue:Is the IOP always called by RuntimeController? 'note over InfrastruturalElementsCatalogue:Is the IOP always called by RuntimeController?
```
@enduml @enduml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment