From 000a0693ad88dff885225c635ba2520e8486ffdd Mon Sep 17 00:00:00 2001 From: kirchsth Date: Sun, 13 Oct 2024 14:38:26 +0200 Subject: [PATCH] #364,365 Percy tests would require additional font installations like sudo apt-get update sudo apt-get install -y fonts-noto fonts-noto-cjk fonts-noto-color-emoji --- percy/TestLanguageChinese.puml | 21 --------------------- percy/TestLanguageDutch.puml | 21 --------------------- percy/TestLanguageEnglish.puml | 21 --------------------- percy/TestLanguageGerman.puml | 21 --------------------- percy/TestLanguageItalian.puml | 21 --------------------- percy/TestLanguageJapanese.puml | 30 ------------------------------ percy/TestLanguageKorean.puml | 21 --------------------- percy/TestLanguagePortuguese.puml | 21 --------------------- percy/TestLanguageRussian.puml | 21 --------------------- percy/TestLanguageSpanish.puml | 21 --------------------- percy/TestLanguageUkrainian.puml | 21 --------------------- 11 files changed, 240 deletions(-) delete mode 100644 percy/TestLanguageChinese.puml delete mode 100644 percy/TestLanguageDutch.puml delete mode 100644 percy/TestLanguageEnglish.puml delete mode 100644 percy/TestLanguageGerman.puml delete mode 100644 percy/TestLanguageItalian.puml delete mode 100644 percy/TestLanguageJapanese.puml delete mode 100644 percy/TestLanguageKorean.puml delete mode 100644 percy/TestLanguagePortuguese.puml delete mode 100644 percy/TestLanguageRussian.puml delete mode 100644 percy/TestLanguageSpanish.puml delete mode 100644 percy/TestLanguageUkrainian.puml diff --git a/percy/TestLanguageChinese.puml b/percy/TestLanguageChinese.puml deleted file mode 100644 index 6e0cc52f..00000000 --- a/percy/TestLanguageChinese.puml +++ /dev/null @@ -1,21 +0,0 @@ -@startuml -' convert it with additional command line argument -DRELATIVE_INCLUDE="./.." to use locally -!if %variable_exists("RELATIVE_INCLUDE") - !theme C4Language_chinese from %get_variable_value("RELATIVE_INCLUDE")/themes - !include %get_variable_value("RELATIVE_INCLUDE")/C4_Container.puml -!else - !theme C4Language_chinese from https://raw.githubusercontent.com/kirchsth/C4-PlantUML/extended/themes - !include https://raw.githubusercontent.com/kirchsth/C4-PlantUML/extended/C4_Container.puml -!endif - -Person(admin, "Administrator") -System_Boundary(c1, 'Sample') { - Container(web_app, "Web Application", "C#, ASP.NET Core 2.1 MVC", "Allows users to compare multiple Twitter timelines") -} -System(twitter, "Twitter") - -Rel(admin, web_app, "Uses", "HTTPS") -Rel(web_app, twitter, "Gets tweets from", "HTTPS") - -SHOW_LEGEND() -@enduml \ No newline at end of file diff --git a/percy/TestLanguageDutch.puml b/percy/TestLanguageDutch.puml deleted file mode 100644 index c871438d..00000000 --- a/percy/TestLanguageDutch.puml +++ /dev/null @@ -1,21 +0,0 @@ -@startuml -' convert it with additional command line argument -DRELATIVE_INCLUDE="./.." to use locally -!if %variable_exists("RELATIVE_INCLUDE") - !theme C4Language_dutch from %get_variable_value("RELATIVE_INCLUDE")/themes - !include %get_variable_value("RELATIVE_INCLUDE")/C4_Container.puml -!else - !theme C4Language_dutch from https://raw.githubusercontent.com/kirchsth/C4-PlantUML/extended/themes - !include https://raw.githubusercontent.com/kirchsth/C4-PlantUML/extended/C4_Container.puml -!endif - -Person(admin, "Administrator") -System_Boundary(c1, 'Sample') { - Container(web_app, "Web Application", "C#, ASP.NET Core 2.1 MVC", "Allows users to compare multiple Twitter timelines") -} -System(twitter, "Twitter") - -Rel(admin, web_app, "Uses", "HTTPS") -Rel(web_app, twitter, "Gets tweets from", "HTTPS") - -SHOW_LEGEND() -@enduml \ No newline at end of file diff --git a/percy/TestLanguageEnglish.puml b/percy/TestLanguageEnglish.puml deleted file mode 100644 index b413e1b9..00000000 --- a/percy/TestLanguageEnglish.puml +++ /dev/null @@ -1,21 +0,0 @@ -@startuml -' convert it with additional command line argument -DRELATIVE_INCLUDE="./.." to use locally -!if %variable_exists("RELATIVE_INCLUDE") - !theme C4Language_english from %get_variable_value("RELATIVE_INCLUDE")/themes - !include %get_variable_value("RELATIVE_INCLUDE")/C4_Container.puml -!else - !theme C4Language_english from https://raw.githubusercontent.com/kirchsth/C4-PlantUML/extended/themes - !include https://raw.githubusercontent.com/kirchsth/C4-PlantUML/extended/C4_Container.puml -!endif - -Person(admin, "Administrator") -System_Boundary(c1, 'Sample') { - Container(web_app, "Web Application", "C#, ASP.NET Core 2.1 MVC", "Allows users to compare multiple Twitter timelines") -} -System(twitter, "Twitter") - -Rel(admin, web_app, "Uses", "HTTPS") -Rel(web_app, twitter, "Gets tweets from", "HTTPS") - -SHOW_LEGEND() -@enduml \ No newline at end of file diff --git a/percy/TestLanguageGerman.puml b/percy/TestLanguageGerman.puml deleted file mode 100644 index 7af19381..00000000 --- a/percy/TestLanguageGerman.puml +++ /dev/null @@ -1,21 +0,0 @@ -@startuml -' convert it with additional command line argument -DRELATIVE_INCLUDE="./.." to use locally -!if %variable_exists("RELATIVE_INCLUDE") - !theme C4Language_german from %get_variable_value("RELATIVE_INCLUDE")/themes - !include %get_variable_value("RELATIVE_INCLUDE")/C4_Container.puml -!else - !theme C4Language_german from https://raw.githubusercontent.com/kirchsth/C4-PlantUML/extended/themes - !include https://raw.githubusercontent.com/kirchsth/C4-PlantUML/extended/C4_Container.puml -!endif - -Person(admin, "Administrator") -System_Boundary(c1, 'Sample') { - Container(web_app, "Web Application", "C#, ASP.NET Core 2.1 MVC", "Allows users to compare multiple Twitter timelines") -} -System(twitter, "Twitter") - -Rel(admin, web_app, "Uses", "HTTPS") -Rel(web_app, twitter, "Gets tweets from", "HTTPS") - -SHOW_LEGEND() -@enduml \ No newline at end of file diff --git a/percy/TestLanguageItalian.puml b/percy/TestLanguageItalian.puml deleted file mode 100644 index 47975d21..00000000 --- a/percy/TestLanguageItalian.puml +++ /dev/null @@ -1,21 +0,0 @@ -@startuml -' convert it with additional command line argument -DRELATIVE_INCLUDE="./.." to use locally -!if %variable_exists("RELATIVE_INCLUDE") - !theme C4Language_italian from %get_variable_value("RELATIVE_INCLUDE")/themes - !include %get_variable_value("RELATIVE_INCLUDE")/C4_Container.puml -!else - !theme C4Language_italian from https://raw.githubusercontent.com/kirchsth/C4-PlantUML/extended/themes - !include https://raw.githubusercontent.com/kirchsth/C4-PlantUML/extended/C4_Container.puml -!endif - -Person(admin, "Administrator") -System_Boundary(c1, 'Sample') { - Container(web_app, "Web Application", "C#, ASP.NET Core 2.1 MVC", "Allows users to compare multiple Twitter timelines") -} -System(twitter, "Twitter") - -Rel(admin, web_app, "Uses", "HTTPS") -Rel(web_app, twitter, "Gets tweets from", "HTTPS") - -SHOW_LEGEND() -@enduml \ No newline at end of file diff --git a/percy/TestLanguageJapanese.puml b/percy/TestLanguageJapanese.puml deleted file mode 100644 index 36fb41e8..00000000 --- a/percy/TestLanguageJapanese.puml +++ /dev/null @@ -1,30 +0,0 @@ -@startuml -' convert it with additional command line argument -DRELATIVE_INCLUDE="./.." to use locally -!if %variable_exists("RELATIVE_INCLUDE") - !theme C4Language_japanese from %get_variable_value("RELATIVE_INCLUDE")/themes - - !include %get_variable_value("RELATIVE_INCLUDE")/C4_Container.puml -!else - !theme C4Language_japanese from https://raw.githubusercontent.com/kirchsth/C4-PlantUML/extended/themes - - !include https://raw.githubusercontent.com/kirchsth/C4-PlantUML/extended/C4_Container.puml -!endif - -LAYOUT_LANDSCAPE() -' sketch mode changes the font to 'Comic Sans MS' but ex. Japanese requires a unicode -' font like Dialog but it could be that different user have different fonts. -' Global solution in language theme files themselves are missing. -' !$SKETCH_FONT_NAME="Dialog" -' LAYOUT_AS_SKETCH() - -Person(admin, "管理者") -System_Boundary(c1, 'サンプル') { - Container(web_app, "ウェブアプリケーション", "C#, ASP.NET Core 2.1 MVC", "複数のTwitterタイムラインを比較することができます") -} -System(twitter, "Twitter") - -Rel(admin, web_app, "使用する", "HTTPS") -Rel(web_app, twitter, "ツイートを取得する", "HTTPS") - -SHOW_LEGEND() -@enduml diff --git a/percy/TestLanguageKorean.puml b/percy/TestLanguageKorean.puml deleted file mode 100644 index 0e96e3c4..00000000 --- a/percy/TestLanguageKorean.puml +++ /dev/null @@ -1,21 +0,0 @@ -@startuml -' convert it with additional command line argument -DRELATIVE_INCLUDE="./.." to use locally -!if %variable_exists("RELATIVE_INCLUDE") - !theme C4Language_korean from %get_variable_value("RELATIVE_INCLUDE")/themes - !include %get_variable_value("RELATIVE_INCLUDE")/C4_Container.puml -!else - !theme C4Language_korean from https://raw.githubusercontent.com/kirchsth/C4-PlantUML/extended/themes - !include https://raw.githubusercontent.com/kirchsth/C4-PlantUML/extended/C4_Container.puml -!endif - -Person(admin, "Administrator") -System_Boundary(c1, 'Sample') { - Container(web_app, "Web Application", "C#, ASP.NET Core 2.1 MVC", "Allows users to compare multiple Twitter timelines") -} -System(twitter, "Twitter") - -Rel(admin, web_app, "Uses", "HTTPS") -Rel(web_app, twitter, "Gets tweets from", "HTTPS") - -SHOW_LEGEND() -@enduml \ No newline at end of file diff --git a/percy/TestLanguagePortuguese.puml b/percy/TestLanguagePortuguese.puml deleted file mode 100644 index e63d235a..00000000 --- a/percy/TestLanguagePortuguese.puml +++ /dev/null @@ -1,21 +0,0 @@ -@startuml -' convert it with additional command line argument -DRELATIVE_INCLUDE="./.." to use locally -!if %variable_exists("RELATIVE_INCLUDE") - !theme C4Language_portuguese from %get_variable_value("RELATIVE_INCLUDE")/themes - !include %get_variable_value("RELATIVE_INCLUDE")/C4_Container.puml -!else - !theme C4Language_portuguese from https://raw.githubusercontent.com/kirchsth/C4-PlantUML/extended/themes - !include https://raw.githubusercontent.com/kirchsth/C4-PlantUML/extended/C4_Container.puml -!endif - -Person(admin, "Administrator") -System_Boundary(c1, 'Sample') { - Container(web_app, "Web Application", "C#, ASP.NET Core 2.1 MVC", "Allows users to compare multiple Twitter timelines") -} -System(twitter, "Twitter") - -Rel(admin, web_app, "Uses", "HTTPS") -Rel(web_app, twitter, "Gets tweets from", "HTTPS") - -SHOW_LEGEND() -@enduml \ No newline at end of file diff --git a/percy/TestLanguageRussian.puml b/percy/TestLanguageRussian.puml deleted file mode 100644 index 60b627b2..00000000 --- a/percy/TestLanguageRussian.puml +++ /dev/null @@ -1,21 +0,0 @@ -@startuml -' convert it with additional command line argument -DRELATIVE_INCLUDE="./.." to use locally -!if %variable_exists("RELATIVE_INCLUDE") - !theme C4Language_russian from %get_variable_value("RELATIVE_INCLUDE")/themes - !include %get_variable_value("RELATIVE_INCLUDE")/C4_Container.puml -!else - !theme C4Language_russian from https://raw.githubusercontent.com/kirchsth/C4-PlantUML/extended/themes - !include https://raw.githubusercontent.com/kirchsth/C4-PlantUML/extended/C4_Container.puml -!endif - -Person(admin, "Administrator") -System_Boundary(c1, 'Sample') { - Container(web_app, "Web Application", "C#, ASP.NET Core 2.1 MVC", "Allows users to compare multiple Twitter timelines") -} -System(twitter, "Twitter") - -Rel(admin, web_app, "Uses", "HTTPS") -Rel(web_app, twitter, "Gets tweets from", "HTTPS") - -SHOW_LEGEND() -@enduml \ No newline at end of file diff --git a/percy/TestLanguageSpanish.puml b/percy/TestLanguageSpanish.puml deleted file mode 100644 index 1b5d377d..00000000 --- a/percy/TestLanguageSpanish.puml +++ /dev/null @@ -1,21 +0,0 @@ -@startuml -' convert it with additional command line argument -DRELATIVE_INCLUDE="./.." to use locally -!if %variable_exists("RELATIVE_INCLUDE") - !theme C4Language_spanish from %get_variable_value("RELATIVE_INCLUDE")/themes - !include %get_variable_value("RELATIVE_INCLUDE")/C4_Container.puml -!else - !theme C4Language_spanish from https://raw.githubusercontent.com/kirchsth/C4-PlantUML/extended/themes - !include https://raw.githubusercontent.com/kirchsth/C4-PlantUML/extended/C4_Container.puml -!endif - -Person(admin, "Administrator") -System_Boundary(c1, 'Sample') { - Container(web_app, "Web Application", "C#, ASP.NET Core 2.1 MVC", "Allows users to compare multiple Twitter timelines") -} -System(twitter, "Twitter") - -Rel(admin, web_app, "Uses", "HTTPS") -Rel(web_app, twitter, "Gets tweets from", "HTTPS") - -SHOW_LEGEND() -@enduml \ No newline at end of file diff --git a/percy/TestLanguageUkrainian.puml b/percy/TestLanguageUkrainian.puml deleted file mode 100644 index 010f623c..00000000 --- a/percy/TestLanguageUkrainian.puml +++ /dev/null @@ -1,21 +0,0 @@ -@startuml -' convert it with additional command line argument -DRELATIVE_INCLUDE="./.." to use locally -!if %variable_exists("RELATIVE_INCLUDE") - !theme C4Language_ukrainian from %get_variable_value("RELATIVE_INCLUDE")/themes - !include %get_variable_value("RELATIVE_INCLUDE")/C4_Container.puml -!else - !theme C4Language_ukrainian from https://raw.githubusercontent.com/kirchsth/C4-PlantUML/extended/themes - !include https://raw.githubusercontent.com/kirchsth/C4-PlantUML/extended/C4_Container.puml -!endif - -Person(admin, "Administrator") -System_Boundary(c1, 'Sample') { - Container(web_app, "Web Application", "C#, ASP.NET Core 2.1 MVC", "Allows users to compare multiple Twitter timelines") -} -System(twitter, "Twitter") - -Rel(admin, web_app, "Uses", "HTTPS") -Rel(web_app, twitter, "Gets tweets from", "HTTPS") - -SHOW_LEGEND() -@enduml \ No newline at end of file