Deployment plan view fixes - #1627
Megan Mott (motm32) wants to merge 81 commits into
Conversation
Removes the Copilot on Rails webviews, commands, agents, tree contributions, and build wiring. The feature is preserved on the feat/CoR branch for future development.
This reverts commit 8044301.
Co-authored-by: Nathan <naturins@microsoft.com> Co-authored-by: Nathan Turinski <naturins@microsoft.comm> Co-authored-by: Megan Mott <meganmott@Megans-MacBook-Pro.local> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Nathan Turinski <naturins@microsoft.comm>
Co-authored-by: Nathan Turinski <naturins@microsoft.comm>
…aps are generated (#1489)
Co-authored-by: Nathan Turinski <naturins@microsoft.comm>
Co-authored-by: Nathan Turinski <naturins@microsoft.comm> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
…1496) Co-authored-by: Nathan Turinski <naturins@microsoft.comm>
…1498) Co-authored-by: Nathan Turinski <naturins@microsoft.comm>
Co-authored-by: Nathan Turinski <naturins@microsoft.comm>
Co-authored-by: Nathan Turinski <naturins@microsoft.comm> Co-authored-by: MicroFish91 <40250218+MicroFish91@users.noreply.github.com>
Co-authored-by: Megan Mott <meganmott@Megans-MacBook-Pro.local>
Co-authored-by: Megan Mott <meganmott@Megans-MacBook-Pro.local>
Co-authored-by: Nathan Turinski <naturins@microsoft.comm>
Co-authored-by: Megan Mott <meganmott@Megans-MacBook-Pro.local>
Co-authored-by: Nathan Turinski <naturins@microsoft.comm> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Megan Mott <meganmott@Megans-MacBook-Pro.local>
…folding plan webview (#1516)
… targeted page feedback (#1509)
Co-authored-by: Nathan Turinski <naturins@microsoft.comm> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Nathan Turinski <naturins@microsoft.comm> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: MicroFish91 <40250218+MicroFish91@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Megan Mott <meganmott@Megans-MacBook-Pro.local>
…hen trying to deploy (#1614) Co-authored-by: Megan Mott <meganmott@Megans-MacBook-Pro.local>
…1618) Co-authored-by: Megan Mott <meganmott@Megans-MacBook-Pro.local>
Co-authored-by: Megan Mott <meganmott@Megans-MacBook-Pro.local>
Co-authored-by: Megan Mott <meganmott@Megans-MacBook-Pro.local>
… loop (#1626) Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 86527a40-2bb0-4365-b6d5-49d38840de7e
| import { ext } from "../../../extensionVariables"; | ||
| import { CopilotOnRailsContext } from "../../../utils/copilotOnRails/CopilotOnRailsContext"; | ||
| import { DEPLOYMENT_PLAN_FILE_GLOB } from "../../../tree/project/projectPlanFiles"; | ||
| import { CopilotOnRailsContext } from "../../../utils/copilotOnRails/CopilotOnRailsContext"; |
There was a problem hiding this comment.
Any idea why this got moved? I don't see any obvious difference
There was a problem hiding this comment.
Probably just formatting differences I'll move it back
| { name: 'East US 2', code: 'eastus2' }, | ||
| { name: 'West US', code: 'westus' }, | ||
| { name: 'West US 2', code: 'westus2' }, | ||
| { name: 'West US 3', code: 'westus3' }, |
There was a problem hiding this comment.
I know that it's been like this for a while, but I feel like we should get this static list from the locations step or something similar in the tools package rather than managing it
|
Making more changes so waiting to get those into this PR before merging |
|
The above changes include some updates to the view to better align with what the azure-prepare skill flow looks like. I also removed the already approved plan functionality as it was super buggy since the status could be different with each iteration which made it so users could not continue. |
The base branch was changed.
Fixes: #1622
I also noticed the subscription and location had not been properly being shown on the view even if they have been chosen in the chat and show up in the plan.md. I tested this and it seemed to fix it.