Skip to content

Commit

Permalink
Implemented workflow visualization
Browse files Browse the repository at this point in the history
  • Loading branch information
mvSapphire committed Feb 8, 2024
1 parent a4a5dac commit 4769c59
Show file tree
Hide file tree
Showing 60 changed files with 828 additions and 616 deletions.
1 change: 1 addition & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project>
<PropertyGroup>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>

<PackageIcon>logo.png</PackageIcon>
<GenerateDocumentationFile>true</GenerateDocumentationFile>

Expand Down
19 changes: 8 additions & 11 deletions PowerPipe.sln
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{5A41
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PowerPipe.Sample", "samples\PowerPipe.Sample\PowerPipe.Sample.csproj", "{931462F7-C5FE-4A73-9F2C-75D79AD6F9F0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PowerPipe.Visualization.Core", "src\PowerPipe.Visualization.Core\PowerPipe.Visualization.Core.csproj", "{2AB1CB82-0B84-494B-A391-4D1EB73B52D5}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PowerPipe.Visualization", "src\PowerPipe.Visualization\PowerPipe.Visualization.csproj", "{2AB1CB82-0B84-494B-A391-4D1EB73B52D5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PowerPipe.Visualization.Core.Tests", "tests\PowerPipe.Visualization.Core.Tests\PowerPipe.Visualization.Core.Tests.csproj", "{3B916DBD-B3D5-4377-A93E-E33793B9C959}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PowerPipe.Visualization.Extensions.MicrosoftDependencyInjection", "src\PowerPipe.Visualization.Extensions.MicrosoftDependencyInjection\PowerPipe.Visualization.Extensions.MicrosoftDependencyInjection.csproj", "{50C7988C-E66C-410D-8B09-35FD707D5A7C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PowerPipe.Visualization.WebTest", "tests\PowerPipe.Visualization.WebTest\PowerPipe.Visualization.WebTest.csproj", "{65DC6F69-7661-4ECF-B818-34FAB0DF8C49}"
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{CFF6E12F-B083-428E-990C-D1221F97D7D0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down Expand Up @@ -42,16 +42,13 @@ Global
{2AB1CB82-0B84-494B-A391-4D1EB73B52D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2AB1CB82-0B84-494B-A391-4D1EB73B52D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2AB1CB82-0B84-494B-A391-4D1EB73B52D5}.Release|Any CPU.Build.0 = Release|Any CPU
{3B916DBD-B3D5-4377-A93E-E33793B9C959}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3B916DBD-B3D5-4377-A93E-E33793B9C959}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3B916DBD-B3D5-4377-A93E-E33793B9C959}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3B916DBD-B3D5-4377-A93E-E33793B9C959}.Release|Any CPU.Build.0 = Release|Any CPU
{65DC6F69-7661-4ECF-B818-34FAB0DF8C49}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{65DC6F69-7661-4ECF-B818-34FAB0DF8C49}.Debug|Any CPU.Build.0 = Debug|Any CPU
{65DC6F69-7661-4ECF-B818-34FAB0DF8C49}.Release|Any CPU.ActiveCfg = Release|Any CPU
{65DC6F69-7661-4ECF-B818-34FAB0DF8C49}.Release|Any CPU.Build.0 = Release|Any CPU
{50C7988C-E66C-410D-8B09-35FD707D5A7C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{50C7988C-E66C-410D-8B09-35FD707D5A7C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{50C7988C-E66C-410D-8B09-35FD707D5A7C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50C7988C-E66C-410D-8B09-35FD707D5A7C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{931462F7-C5FE-4A73-9F2C-75D79AD6F9F0} = {5A41270C-1028-4CDE-B6B9-F867B1FBB613}
{7307FC89-968C-4769-B1A3-C3C2F7B439A8} = {CFF6E12F-B083-428E-990C-D1221F97D7D0}
EndGlobalSection
EndGlobal

This file was deleted.

102 changes: 0 additions & 102 deletions src/PowerPipe.Visualization.Core/DiagramsService.cs

This file was deleted.

8 changes: 0 additions & 8 deletions src/PowerPipe.Visualization.Core/IDiagramService.cs

This file was deleted.

9 changes: 0 additions & 9 deletions src/PowerPipe.Visualization.Core/Mermaid/Graph/Enum/Link.cs

This file was deleted.

7 changes: 0 additions & 7 deletions src/PowerPipe.Visualization.Core/Mermaid/Graph/Enum/Shape.cs

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

14 changes: 0 additions & 14 deletions src/PowerPipe.Visualization.Core/Mermaid/Graph/Interfaces/INode.cs

This file was deleted.

This file was deleted.

43 changes: 0 additions & 43 deletions src/PowerPipe.Visualization.Core/Mermaid/Graph/Relation.cs

This file was deleted.

Loading

0 comments on commit 4769c59

Please sign in to comment.