Skip to content

Commit 57cc123

Browse files
authored
Change project name and reduce execution time (#205)
* Change project name and reduce execution time Signed-off-by: Joe Batt <[email protected]> * Removed solution reference to old csproj Signed-off-by: Joe Batt <[email protected]>
1 parent 8a4cb49 commit 57cc123

File tree

56 files changed

+934
-2741
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+934
-2741
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -543,3 +543,6 @@ FodyWeavers.xsd
543543
# Results from tests
544544
src/results
545545
/tests/IntegrationTests/WorkflowManager.IntegrationTests/.run/minio/data
546+
547+
# minio state
548+
*.run

src/Monai.Deploy.WorkflowManager.sln

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{71DDEE7B
2323
EndProject
2424
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Monai.Deploy.WorkloadManager.WorkfowExecuter", "WorkflowExecuter\Monai.Deploy.WorkloadManager.WorkfowExecuter.csproj", "{BF0FB5E4-2C58-4AC3-9D68-5FB6BD196C45}"
2525
EndProject
26-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Monai.Deploy.WorkflowManager.IntegrationTests", "..\tests\IntegrationTests\WorkflowManager.IntegrationTests\Monai.Deploy.WorkflowManager.IntegrationTests.csproj", "{60687B1C-691D-48D7-85DD-B58BDC3F4461}"
27-
EndProject
2826
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Monai.Deploy.WorkflowManager.CLI.Tests", "..\tests\UnitTests\CLI.Tests\Monai.Deploy.WorkflowManager.CLI.Tests.csproj", "{D593E28A-0FD2-45EA-9A75-10433AE517C8}"
2927
EndProject
3028
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Monai.Deploy.WorkflowManager.Configuration.Tests", "..\tests\UnitTests\Configuration.Tests\Monai.Deploy.WorkflowManager.Configuration.Tests.csproj", "{A3E8A54A-063A-4274-8C1F-EE65AC1AF588}"
@@ -59,7 +57,9 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Monai.Deploy.WorkflowManage
5957
EndProject
6058
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Monai.Deploy.WorkflowManager.Storage", "Monai.Deploy.WorkflowManager.Storage\Monai.Deploy.WorkflowManager.Storage.csproj", "{3CCAEF98-6A23-4CFB-8030-D3A754A97AD6}"
6159
EndProject
62-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Monai.Deploy.WorkflowManager.Storage.Tests", "..\tests\UnitTests\Storage.Tests\Monai.Deploy.WorkflowManager.Storage.Tests.csproj", "{722C0D57-49F8-4178-88F0-06E369B797A3}"
60+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Monai.Deploy.WorkflowManager.Storage.Tests", "..\tests\UnitTests\Storage.Tests\Monai.Deploy.WorkflowManager.Storage.Tests.csproj", "{722C0D57-49F8-4178-88F0-06E369B797A3}"
61+
EndProject
62+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Monai.Deploy.WorkflowManager.WorkflowExecutor.IntegrationTests", "..\tests\IntegrationTests\Monai.Deploy.WorkflowManager.WorkflowExecutor.IntegrationTests\Monai.Deploy.WorkflowManager.WorkflowExecutor.IntegrationTests.csproj", "{0325A986-7E8B-4688-B4FA-0680F220BE90}"
6363
EndProject
6464
Global
6565
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -103,10 +103,6 @@ Global
103103
{BF0FB5E4-2C58-4AC3-9D68-5FB6BD196C45}.Debug|Any CPU.Build.0 = Debug|Any CPU
104104
{BF0FB5E4-2C58-4AC3-9D68-5FB6BD196C45}.Release|Any CPU.ActiveCfg = Release|Any CPU
105105
{BF0FB5E4-2C58-4AC3-9D68-5FB6BD196C45}.Release|Any CPU.Build.0 = Release|Any CPU
106-
{60687B1C-691D-48D7-85DD-B58BDC3F4461}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
107-
{60687B1C-691D-48D7-85DD-B58BDC3F4461}.Debug|Any CPU.Build.0 = Debug|Any CPU
108-
{60687B1C-691D-48D7-85DD-B58BDC3F4461}.Release|Any CPU.ActiveCfg = Release|Any CPU
109-
{60687B1C-691D-48D7-85DD-B58BDC3F4461}.Release|Any CPU.Build.0 = Release|Any CPU
110106
{D593E28A-0FD2-45EA-9A75-10433AE517C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
111107
{D593E28A-0FD2-45EA-9A75-10433AE517C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
112108
{D593E28A-0FD2-45EA-9A75-10433AE517C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
@@ -175,12 +171,15 @@ Global
175171
{722C0D57-49F8-4178-88F0-06E369B797A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
176172
{722C0D57-49F8-4178-88F0-06E369B797A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
177173
{722C0D57-49F8-4178-88F0-06E369B797A3}.Release|Any CPU.Build.0 = Release|Any CPU
174+
{0325A986-7E8B-4688-B4FA-0680F220BE90}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
175+
{0325A986-7E8B-4688-B4FA-0680F220BE90}.Debug|Any CPU.Build.0 = Debug|Any CPU
176+
{0325A986-7E8B-4688-B4FA-0680F220BE90}.Release|Any CPU.ActiveCfg = Release|Any CPU
177+
{0325A986-7E8B-4688-B4FA-0680F220BE90}.Release|Any CPU.Build.0 = Release|Any CPU
178178
EndGlobalSection
179179
GlobalSection(SolutionProperties) = preSolution
180180
HideSolutionNode = FALSE
181181
EndGlobalSection
182182
GlobalSection(NestedProjects) = preSolution
183-
{60687B1C-691D-48D7-85DD-B58BDC3F4461} = {71DDEE7B-E213-4E39-A7F4-4646783A27F7}
184183
{D593E28A-0FD2-45EA-9A75-10433AE517C8} = {71DDEE7B-E213-4E39-A7F4-4646783A27F7}
185184
{A3E8A54A-063A-4274-8C1F-EE65AC1AF588} = {71DDEE7B-E213-4E39-A7F4-4646783A27F7}
186185
{24DC4287-D24B-41BD-9135-19F68B190AC4} = {71DDEE7B-E213-4E39-A7F4-4646783A27F7}
@@ -196,6 +195,7 @@ Global
196195
{918E4DE3-A7BF-4B7F-9B5A-5C36FEFA3C30} = {71DDEE7B-E213-4E39-A7F4-4646783A27F7}
197196
{A44F975E-70CA-49D6-8513-78F2D5210EAF} = {71DDEE7B-E213-4E39-A7F4-4646783A27F7}
198197
{722C0D57-49F8-4178-88F0-06E369B797A3} = {71DDEE7B-E213-4E39-A7F4-4646783A27F7}
198+
{0325A986-7E8B-4688-B4FA-0680F220BE90} = {71DDEE7B-E213-4E39-A7F4-4646783A27F7}
199199
EndGlobalSection
200200
GlobalSection(ExtensibilityGlobals) = postSolution
201201
SolutionGuid = {DC0D56C8-D8CB-45CE-B528-F3DCF86D63ED}

src/WorkflowManager/Extentions/TaskManagerExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
namespace Monai.Deploy.WorkflowManager.Services
1212
{
13-
internal static class TaskManagerExtensions
13+
public static class TaskManagerExtensions
1414
{
1515
public static IServiceCollection AddTaskManager(this IServiceCollection services, HostBuilderContext hostContext)
1616
{

src/WorkflowManager/Extentions/WorkflowExecutorExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
namespace Monai.Deploy.WorkflowManager.Services
1919
{
20-
internal static class WorkflowExecutorExtensions
20+
public static class WorkflowExecutorExtensions
2121
{
2222
public static IServiceCollection AddWorkflowExecutor(this IServiceCollection services, HostBuilderContext hostContext)
2323
{

tests/IntegrationTests/WorkflowManager.IntegrationTests/Features/TaskDestinations.feature.cs renamed to tests/IntegrationTests/Monai.Deploy.WorkflowManager.WorkflowExecutor.IntegrationTests/Features/TaskDestinations.feature.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)