Batch planning#193
Open
nkleiner wants to merge 39 commits into
Open
Conversation
…s available for the user to select from.
# Conflicts: # Ares.Core/Ares.Core.csproj # AresScript/AresScript.csproj # DemoRemoteAnalyzer/DemoRemoteAnalyzer.csproj # DemoRemoteDevice/DemoRemoteDevice.csproj # DemoRemotePlanner/DemoRemotePlanner.csproj # UI/UI.csproj
…h retying commands, which is done at the step execution level when applicable. Next is going to be dealing with things like replanning and safe mode entry.
…prompt user" case which will need some additional UI work done.
…ail in an experiment
# Conflicts: # Ares.Core/Ares.Core.csproj # Ares.Core/ServiceCollectionExtensions.cs # AresScript/AresScript.csproj # DemoRemoteAnalyzer/DemoRemoteAnalyzer.csproj # DemoRemoteDevice/DemoRemoteDevice.csproj # DemoRemotePlanner/DemoRemotePlanner.csproj # UI/ServiceCollectionExtensions.cs # UI/UI.csproj
# Conflicts: # Ares.Core/Ares.Core.csproj # Ares.Core/Execution/Executors/ExecutorSummaryHelpers.cs # Ares.Core/Execution/Executors/SequentialStepExecutor.cs # AresScript/AresScript.csproj # DemoRemoteAnalyzer/DemoRemoteAnalyzer.csproj # DemoRemoteDevice/DemoRemoteDevice.csproj # DemoRemotePlanner/DemoRemotePlanner.csproj # UI/UI.csproj
…nfirm settings were saved
…safe. Also prompt user for decision when receiving the default (unset) status code from a command failure.
# Conflicts: # Ares.Core/Ares.Core.csproj # Ares.Core/Execution/IExecutionManager.cs # Ares.Core/Planning/PlanningHelper.cs # AresScript/AresScript.csproj # DemoRemoteAnalyzer/DemoRemoteAnalyzer.csproj # DemoRemoteDevice/DemoRemoteDevice.csproj # DemoRemotePlanner/DemoRemotePlanner.csproj # UI/UI.csproj
# Conflicts: # Ares.Core.Tests/Execution/CampaignExecutorTests.cs # Ares.Core/Ares.Core.csproj # Ares.Core/Execution/Executors/CampaignExecutor.cs # Ares.Core/Execution/Executors/CommandExecutor.cs # Ares.Core/Execution/Executors/ExecutorSummaryHelpers.cs # Ares.Core/Execution/Executors/ExperimentExecutor.cs # AresScript/AresScript.csproj # DemoRemoteAnalyzer/DemoRemoteAnalyzer.csproj # DemoRemoteDevice/DemoRemoteDevice.csproj # DemoRemotePlanner/DemoRemotePlanner.csproj # UI/Components/Layouts/MainLayout.razor # UI/Features/Execution/Execution.razor # UI/Features/Execution/ExecutionViewModel.cs # UI/UI.csproj
… planning and to make things more readable. Also enabled more efficient requesting of plans by firing all requests at once rather than one at a time.
# Conflicts: # Ares.Core.Grpc/Services/AutomationService.cs # Ares.Core/Ares.Core.csproj # Ares.Core/Execution/Executors/CampaignExecutor.cs # AresScript/AresScript.csproj # DemoRemoteAnalyzer/DemoRemoteAnalyzer.csproj # DemoRemoteDevice/DemoRemoteDevice.csproj # DemoRemotePlanner/DemoRemotePlanner.csproj # UI/Features/Execution/Components/CampaignConfig.razor # UI/Features/Execution/ExecutionViewModel.cs # UI/UI.csproj
# Conflicts: # Ares.Core.Tests/Execution/CampaignExecutorTests.cs # Ares.Core/Execution/Executors/CampaignExecutor.cs # Ares.Core/Planning/IPlanningHelper.cs # Ares.Core/Planning/PlanningHelper.cs
Open
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates to ARES to support batch planning