Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
87841ca
Initial scaffold for deployContainerApp
MicroFish91 Dec 18, 2024
1088867
Improve wizard title
MicroFish91 Dec 18, 2024
3e85ad6
Add retries for failed updates
MicroFish91 Dec 18, 2024
e0a7003
Update throw condition
MicroFish91 Dec 18, 2024
c35bd08
Improve activity children and output logs
MicroFish91 Dec 19, 2024
ef87f0f
Add todo
MicroFish91 Dec 19, 2024
631be79
Add resource output logs
MicroFish91 Dec 19, 2024
b537741
Add comment
MicroFish91 Dec 19, 2024
146661f
Merge branch 'mwf/adorable-plum' of https://github.com/microsoft/vsco…
MicroFish91 Dec 19, 2024
e4ede57
Fix a log message
MicroFish91 Dec 19, 2024
7906366
Always prompt registry
MicroFish91 Dec 19, 2024
7c8d543
Improvements to finding recommended pick
MicroFish91 Dec 19, 2024
b8a81fb
Impl
MicroFish91 Dec 20, 2024
a5db872
Add fix for imageSourceListStep
MicroFish91 Dec 20, 2024
c9292be
Merge branch 'mwf/homely-emerald' of https://github.com/microsoft/vsc…
MicroFish91 Dec 20, 2024
1feaddd
Improve placeHolder prompt
MicroFish91 Dec 20, 2024
a139430
Fix deployImage
MicroFish91 Dec 20, 2024
f2cd6a7
Merge branch 'mwf/homely-emerald' of https://github.com/microsoft/vsc…
MicroFish91 Dec 20, 2024
300a5da
Merge with main
MicroFish91 Dec 21, 2024
2d05935
Improve acr pick recommendations
MicroFish91 Dec 24, 2024
209d1ac
Only sort if sr exists
MicroFish91 Dec 24, 2024
e2c87c6
Add draft boolean to context and register more children for editConta…
MicroFish91 Dec 24, 2024
7a8787c
Update editContainerImage
MicroFish91 Dec 24, 2024
eff6574
Improve comment
MicroFish91 Dec 24, 2024
5b22cc9
Improve comment again
MicroFish91 Dec 24, 2024
bd3e538
Add guard clauses to key commands
MicroFish91 Dec 24, 2024
57661f6
Small improvements
MicroFish91 Dec 24, 2024
d2eddbb
Make pick description search case insensitive
MicroFish91 Dec 24, 2024
4ec09bb
Change to pickUtils
MicroFish91 Dec 24, 2024
85eba7d
Consolidate with pickUtils
MicroFish91 Dec 26, 2024
85d8d1c
Merge branch 'mwf/fiscal-beige' of https://github.com/microsoft/vscod…
MicroFish91 Dec 26, 2024
ac5b4dc
Merge branch 'mwf/obliged-gold' of https://github.com/microsoft/vscod…
MicroFish91 Dec 26, 2024
31db97f
Initial functions api support
MicroFish91 Dec 26, 2024
6f7cb74
Update changelog
MicroFish91 Dec 27, 2024
75df8de
Update suppress option
MicroFish91 Dec 27, 2024
6a98700
Feedback
MicroFish91 Dec 27, 2024
08428a0
Remove container app name
MicroFish91 Dec 27, 2024
7849f25
Merge branch 'mwf/gentle-amber' of https://github.com/microsoft/vscod…
MicroFish91 Dec 27, 2024
5faccfc
Update deployImageApi
MicroFish91 Dec 27, 2024
21cf2c0
Add todos
MicroFish91 Dec 27, 2024
a5ddc53
Update changelog
MicroFish91 Dec 30, 2024
6a433d9
Add activity children and support template updates
MicroFish91 Dec 30, 2024
316ea8c
Add parent resource reference
MicroFish91 Dec 30, 2024
d3c884c
Make command consistent with other deploy commands
MicroFish91 Dec 30, 2024
4604735
Scaffold environment variable preconfigure logic
MicroFish91 Dec 30, 2024
979d280
Change prompt
MicroFish91 Dec 31, 2024
64d07ab
Add output logs and prompt verbiage/key
MicroFish91 Dec 31, 2024
8446e0c
Add editValue
MicroFish91 Jan 2, 2025
8824b42
Scaffold convertEnvironmentVariable
MicroFish91 Jan 2, 2025
ca8af7a
Finish adding convert implementation
MicroFish91 Jan 3, 2025
241c8e3
Remove legacy command
MicroFish91 Jan 3, 2025
80b2964
Small fixes for activity log output
MicroFish91 Jan 7, 2025
dc309f8
Merge branch 'mwf/positive-fuchsia' of https://github.com/microsoft/v…
MicroFish91 Jan 7, 2025
a36cdcb
Merge branch 'mwf/sacred-aqua' of https://github.com/microsoft/vscode…
MicroFish91 Jan 7, 2025
9b12bc7
Merge branch 'mwf/expensive-blue' of https://github.com/microsoft/vsc…
MicroFish91 Jan 7, 2025
9e03c1e
Merge with main
MicroFish91 Jan 10, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,6 @@
"category": "Azure Container Apps",
"icon": "$(add)"
},
{
"command": "containerApps.createContainerAppFromWorkspace",
"title": "%containerApps.createContainerAppFromWorkspace%",
"category": "Azure Container Apps"
},
{
"command": "containerApps.deleteManagedEnvironment",
"title": "%containerApps.deleteManagedEnvironment%",
Expand Down Expand Up @@ -368,11 +363,6 @@
"when": "view =~ /(azureResourceGroups|azureFocusView)/ && viewItem =~ /managedEnvironmentItem/i",
"group": "2@1"
},
{
"command": "containerApps.createContainerAppFromWorkspace",
"when": "view =~ /(azureResourceGroups|azureFocusView)/ && viewItem =~ /managedEnvironmentItem/i",
"group": "2@2"
},
{
"command": "containerApps.deleteManagedEnvironment",
"when": "view =~ /(azureResourceGroups|azureFocusView)/ && viewItem =~ /managedEnvironmentItem/i",
Expand Down Expand Up @@ -605,10 +595,6 @@
}
],
"commandPalette": [
{
"command": "containerApps.createContainerAppFromWorkspace",
"when": "never"
},
{
"command": "containerApps.deployWorkspaceProjectApi",
"when": "never"
Expand Down
1 change: 0 additions & 1 deletion package.nls.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"containerApps.showDraftCommandDeployPopup": "Prompt to deploy revision draft whenever a draft command is run.",
"containerApps.browse": "Browse",
"containerApps.createContainerApp": "Create Container App...",
"containerApps.createContainerAppFromWorkspace": "Create Container App from Workspace...",
"containerApps.editContainerApp": "Edit Container App (Advanced)...",
"containerApps.editContainer": "Edit Container...",
"containerApps.editContainerImage.title": "Edit Container Image...",
Expand Down
1 change: 0 additions & 1 deletion src/commands/registerCommands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ export function registerCommands(): void {
// container apps
registerCommandWithTreeNodeUnwrapping('containerApps.browse', browseContainerAppNode);
registerCommandWithTreeNodeUnwrapping('containerApps.createContainerApp', createContainerApp);
registerCommandWithTreeNodeUnwrapping('containerApps.createContainerAppFromWorkspace', deployWorkspaceProject);
registerCommandWithTreeNodeUnwrapping('containerApps.deleteContainerApp', deleteContainerApp);
registerCommandWithTreeNodeUnwrapping('containerApps.editContainerApp', editContainerApp);
registerCommandWithTreeNodeUnwrapping('containerApps.openConsoleInPortal', openConsoleInPortal);
Expand Down