Граф коммитов

1454 Коммитов

Автор SHA1 Сообщение Дата
alexweininger af477c7cf4 Testing PR build 2024-03-12 11:02:11 -04:00
alexweininger 73a6631c9d Install Ballerina in GHA 2024-03-12 11:00:33 -04:00
Alex Weininger 3d86c10ccb
Add main.yml GitHub Action (#4035) 2024-03-12 10:28:49 -04:00
Megan Mott 5909b52c89
Fix advanced function app creation failing for containerized function apps (#4009)
* move functionapphostingplanstep

* move where createFunctionAppWizard gets called

* use shouldPrompt
2024-03-08 10:04:58 -08:00
JasonYeMSFT 2844ce2d62
Add more agent benchmarks (#4023) 2024-03-08 09:39:19 -08:00
JasonYeMSFT 9f3d9b01b5
Fix agent benchmark label (#4022) 2024-03-07 14:52:27 -08:00
Megan Mott a9719db1ec
remove toggle slot setting (#4007) 2024-03-01 15:02:36 -08:00
Megan Mott 6098b3ee39
Fix fail to create containerized function apps with a .NET 7.0/8.0 containerized function project (#4005)
* Add targetframework

* add comment
2024-03-01 15:02:01 -08:00
Megan Mott 1f6f075120
Change PickFunctionApp to distinguish between containerized function apps and regular ones (#3959)
* distinguish between containerized function app picks and other

* Rename
2024-03-01 14:39:34 -08:00
Nathan ca31f6e143
Check for AzureWebJobsStorage__accountName as well (#3997) 2024-03-01 13:57:55 -08:00
Megan Mott bce851609a
Fix incorrect import (#3995)
* fix wrong import

* upgrade appservice package
2024-03-01 10:58:49 -08:00
Megan Mott 7d04a34685
Add containerized function app tree items (#3943)
* Add UI

* Fix functions refresh

* Fix view properties

* Fix function app commands and other small changes

* Requested changes and created base classes

* create ContainerSite

* couple more changes

* couple more changes

* Fix defaultHostName

* requested changes and fix function view prop

* Add create containerized function app capabilities  (#3964)

* Initial commit

* requested changes

* small changes

* Move detectDockerfile

* Fix undefined in upload settings notification
2024-02-28 13:12:58 -08:00
Megan Mott 353d3f54c2
Fix containerized project creation for .NET projects (#3988)
* Fix dotnet project creation

* Add comments

* Remove .NET 6.0 LTS from picks

* Add back .NET 6.0 LTS

* suggested changes
2024-02-28 13:12:29 -08:00
dependabot[bot] 0e26f73fbd
Bump es5-ext from 0.10.62 to 0.10.64 (#3991)
Bumps [es5-ext](https://github.com/medikoo/es5-ext) from 0.10.62 to 0.10.64.
- [Release notes](https://github.com/medikoo/es5-ext/releases)
- [Changelog](https://github.com/medikoo/es5-ext/blob/main/CHANGELOG.md)
- [Commits](https://github.com/medikoo/es5-ext/compare/v0.10.62...v0.10.64)

---
updated-dependencies:
- dependency-name: es5-ext
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-28 10:47:27 -08:00
Alex Weininger fe717543b1
Bump version after release (#3993)
Co-authored-by: GitHub <noreply@github.com>
2024-02-27 17:13:00 -08:00
Megan Mott 10c7f6cccc
wrong ext (#3985) 2024-02-22 08:23:01 -08:00
Megan Mott 040dbb99ff
Add support for creating functions projects with dockerfiles (#3929)
* Add support for creating dockerfile projects

* change to javascript

* Refactor

* requested changes
2024-02-16 13:51:36 -08:00
Matthew Rayermann c433add755
Starter integration with Azure agent extension (#3979)
Some initial work on integrating the Azure Functions extension with the Azure Agent extension.

- Add `agentIntegration.ts` which serves as the initial entry point for where the integration lives. Contains the implementations of the various `package.json.agentMetadata` commands.
- Expose create function app as a `WizardCommandConfig`, which also includes:
   - Adding `ui: IAzureAgentInput;` on the `IFunctionAppWizardContext` so the associated wizard step is forced by the compiler to use `IAzureAgentInput` related types.
   - Switching to `IAzureAgentInput` related types in `FunctionAppStackStep.ts`
   - Switching to `IAzureAgentInput` related types in `getStackPicks.ts`
   - Using the new option on `SiteNameStep` to give the step appropriate agent metadata information for its UI prompts
   - Appropriately using the new `skipExecute` option when creating the `AzureWizard` for the command
   - Appropriately setting the `showLoadingPrompt` option when creating the `AzureWizard` for the command
- Expose create function project and deploy to function app as `SimpleCommandConfig`s (quick way to get them exposed via agent, ideally they should be exposed as `WizardCommandConfig`s instead, what lucky dev will get to do that work? 🙃)
- Write some sample benchmarks for Azure Functions extension related functionality (note: there's no verification of buttons because buttons are in a messed up state right now, please don't ask).
2024-02-13 17:13:20 -08:00
Brandon Waterloo [MSFT] 154599cb79
Fix credscan suppression file (#3981) 2024-02-13 11:02:19 -05:00
Matthew Fisher b367786246
Add Azure Container Apps API type definition and util (#3934) 2024-02-12 11:14:41 -08:00
Alex Weininger 37e277af3f
Add 1ES pipeline (#3977) 2024-02-07 13:21:56 -08:00
Alex Weininger d5e7f8e064
Bump version after release (#3975)
Co-authored-by: GitHub <noreply@github.com>
2024-02-05 15:27:39 -08:00
Nathan 60e5b8bb67
Changelog and version bump (#3974)
* Changelog and version bump

* ###
2024-02-05 14:07:05 -08:00
Nathan d884321e38
Functions node fully refreshes after deploy (#3973)
* loadChildren on RemoteFunctions refresh since the list will not update

* Make init and refresh different functions
2024-02-05 13:53:09 -08:00
Nathan 9fbcbb64eb
Bump appservice package to fix deployment bugs (#3970) 2024-02-02 18:08:26 -08:00
Alex Weininger aefc704b31
Bump version after release (#3965)
Co-authored-by: GitHub <noreply@github.com>
2024-01-31 16:07:30 -08:00
Nathan c58c59c321
Changelog for v1.13.2 (#3962)
* Revert "Add Service Connector (#3790)"

    This reverts commit 58588c19a7.

* Changelog and third party notices

* Fix changelog link

* Remove service connector

* Grab package-lock from main

* Fix package-lock.json

* Fix package-lock.json

* Fix package-lock.json

* Edit changelog to be more consistent with App Service
2024-01-31 14:16:50 -08:00
Nathan 3e321cbd6a
Bump appservice package and roll back auth to mitigate sovereign cloud bug (#3963) 2024-01-31 12:15:40 -08:00
Nathan 59e13a2fd7
RIP service connector (#3961)
* Bump version

* Revert "Add Service Connector (#3790)"

This reverts commit 58588c19a7.

* Delete sc files
2024-01-30 15:08:59 -08:00
Nathan 2dea22794a
Bump version (#3960) 2024-01-30 13:41:38 -08:00
Nathan 5ff442b36d
Delete the right project templates on reload. (#3958) 2024-01-29 17:48:49 -08:00
Alex Weininger e49eb51c38
Bump appservice and azureutils (#3956) 2024-01-29 14:33:40 -08:00
Nathan 1ff4e2a8ec
Bump appservice and azureutils packages (#3950) 2024-01-25 16:02:11 -08:00
Nathan 7c5d56d8b4
Accomondate new .NET HTTP trigger ids (#3946) 2024-01-22 15:08:07 -08:00
Nathan 99be0e37d7
Improve local settings for V2 schema templates (#3927)
* Add values as desciptions for local settings. Select emulator for storage connection

* Add string to end of placeholder

* Revert package.json dependencies

* Revert package-lock.json dependencies

* Fix linter

* Hide app settings value by default

* Convert types for v2 schema

* Fix error validators and parsing UserPrompts

* Fix build error

* Clean up some code

* Add comment
2024-01-19 14:06:44 -08:00
dependabot[bot] 65c686bbec
Bump follow-redirects from 1.15.3 to 1.15.4 (#3938)
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.3 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.3...v1.15.4)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-11 13:33:34 -08:00
Matthew Fisher c30d8cecaf
Upgrade `@vscode/test-electron` (#3931) 2023-12-27 13:05:37 -06:00
Nathan f10f8f0f0c
Improve local settings when creating templates (#3924)
* Add values as desciptions for local settings. Select emulator for storage connection

* Add string to end of placeholder

* Revert package.json dependencies

* Revert package-lock.json dependencies

* Fix linter

* Hide app settings value by default

* PR feedback
2023-12-15 11:50:13 -08:00
Megan Mott 6a7a02a691
Update `eslint-config` to enforce import types (#3918)
* Update imports using import type

* change
2023-12-05 10:48:45 -08:00
Hossam Mabed d080d3b977
Add EventGrid Cloud Event templates for .NET to verified list (#3916)
* update backup templates

remove setting

* attempt 1

* clean up
2023-11-29 11:34:08 -08:00
Hossam Mabed 1418032857
Update backup templates (#3905)
* update backup templates

* remove setting
2023-11-20 22:04:14 -08:00
Nathan af38bb9710
Remove .net 5 from testing (#3901) 2023-11-16 11:12:09 -08:00
Alex Weininger b78828a8c0
Remove Azure Account from extension dependencies (#3902) 2023-11-16 11:37:52 -05:00
Alex Weininger 19a09e45e2
Exclude `DIST` from Policheck (#3899) 2023-11-15 16:29:01 -05:00
Nathan 81400f0828
Revert ff5b0755dd (#3888) 2023-11-13 17:59:32 -08:00
Nathan 82e402d335
Automatically enable full monitoring for Java Elastic Premium (#3887)
* Automatically enable full monitoring for Java Elastic Premium

* Missed a brace
2023-11-13 17:59:14 -08:00
Nathan 3c77f18e34
Bump appservice to fix the gitignore issue and remove globby (#3889) 2023-11-13 17:59:03 -08:00
dependabot[bot] 86fe83f6d8
Bump axios and vscode-tas-client (#3892)
Bumps [axios](https://github.com/axios/axios) and vscode-tas-client. These dependencies needed to be updated together.

Updates `axios` from 0.26.1 to 1.6.1
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.26.1...v1.6.1)

Updates `vscode-tas-client` from 0.1.63 to 0.1.75

---
updated-dependencies:
- dependency-name: axios
  dependency-type: indirect
- dependency-name: vscode-tas-client
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-13 17:04:44 -08:00
Alex Weininger dfa434e81b
Add workspace functions to extension API (#3881)
* Add workspace functions to extension API

* Fixup
2023-10-11 15:08:15 -04:00
Nathan 5e16be93ac
Fix automated testing suite (#3880)
* Move assert in if clause

* Fix remaining tests (hopefully)
2023-10-10 13:24:27 -07:00