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

1199 Коммитов

Автор SHA1 Сообщение Дата
Alex Weininger a7b5edc1f8 Add actions view 2022-08-23 15:42:09 -07:00
Phillip Hoff 925796cee3
Support for new Python language model (#3235)
* Sketch preview project type.

* Switch to language model rather than separate (sub) languages.

* Exclude Python v2+ from creating functions on project create.

* Store project language model in workspace settings.

* Add project-level function source.

* Use "isolated mode" detection of functions for Python v2+.

* Open function .py file on project creation.

* Detect Python language model.

* Add Python preview to VS Code init list.

* Extract python preview model into constant.

* Sketch prompt for Python function location.

* Sketch selecting a script.

* Sketch opening template.

* Append new function to file.

* Enforce storage configuration for Python V2+.

* Exclude extension bundles from Python V2+ projects.

* Check for valid Functions version.

* Complete merge from `main`.

* Resolve linter warnings.

* Updates per PM feedback.

* Updates per PR feedback.

* Shift subwizard to separate class.

* Move Python location script up front.

* Move Python script name prompt up front.

* Switch to local content provider.

* Fake Markdown for trigger template.

* Tweak text.

* Move content to query string.

* Sketch embedding PyStein templates in extension.

* Add Python Preview templates to verified list.

* Exclude OpenAPI function from PyStein projects.

* Account for lack of new files in function creation.

* Use template for project.

* Fix finding MD content in template.

* Disable name prompt for V2.

* Update required Function host version, add whitespace during append.

* Update version number.

* Replace direct use of fs-extra.

* Add notes for preview Python model numbering.

* More notes.

* Show getting started MD on creation.

* Do not expose properties commands from PyStein functions in tree.

* Exclude PyStein from re-adding bundle property on function create.

* Updates to documentation per feedback in PR.

* Update supported PyStein version number and comments.

* Allow opening MD to the side.

* Use opt-out list instead of opt-in.
2022-08-19 13:54:27 -07:00
motm32 0f10d458de
Fixed activity title for deleting slots (#3283) 2022-08-10 10:38:02 -07:00
Nathan de1d196330
Load siteConfig on resolve (#3281)
* Load siteConfig on resolve

* Remove try/catch handling from resolver

* Get siteConfig async
2022-08-10 10:14:55 -07:00
Alex Weininger d8cc659c3e
Revert main.js change (#3278) 2022-08-05 13:11:39 -07:00
Nathan 03bfe11077
Add net7 tests (#3277)
* Add net7 tests

* Update test/project/createNewProject.test.ts

Co-authored-by: Brandon Waterloo [MSFT] <36966225+bwateratmsft@users.noreply.github.com>

Co-authored-by: Brandon Waterloo [MSFT] <36966225+bwateratmsft@users.noreply.github.com>
2022-08-05 10:05:19 -07:00
Nathan 2249997540
Just use the 1st value for creating python projects (#3276) 2022-08-04 11:41:59 -07:00
Nathan 2fc0c510e9
Push Framework argument for .net7.0 (#3273)
* Add new optional argument to create .net7 project

* More generically just add the targetFramework of .net projects
2022-08-04 11:38:05 -07:00
Alex Weininger 32c2d51312
Switch to latest VS Code test package (#3275)
Co-authored-by: phoff <phoff@microsoft.com>
2022-08-04 10:45:44 -07:00
Nathan c27703a3e0
Replace fse with AzExtFsUtils where possible (#3268)
* SqlBindingTrigger template changes

* Use AzExtFsUtils where possible

* recursive delete/overwrite copy

* Overwrite backup templates when copying them

* Try to revert package.json

* Change fse.remove to .deleteResource
2022-08-01 11:51:07 -07:00
Nathan 72eddaee33
Fix tests to use v4 Core Tools (#3267)
* Change defaultTestFuncVersion to v4 and some other test fixes

* Download v4 version instead of v3

* standaloneCli changed to coreTools in releases json

* More test fixes

* Increase the minimum version in the test because the local version will be v4
2022-07-29 10:32:04 -07:00
Nathan b877d7e5ab
Update net7 templates (#3262) 2022-07-28 10:44:29 -07:00
Nathan 5adb507159
Update backup templates (#3260)
* SqlBindingTrigger template changes

* Update templates
2022-07-27 20:10:50 -07:00
Alex Weininger 440c83b9ed
Move workflow from root to workflows folder (#3259) 2022-07-26 14:13:18 -07:00
Brandon Waterloo [MSFT] 59d61981cc
Rename info-needed-closer (#3257) 2022-07-25 13:45:55 -04:00
Nathan 852467567d
Upgrade appservice package (#3254)
* SqlBindingTrigger template changes

* Update package

* Update package.json

Co-authored-by: Brandon Waterloo [MSFT] <36966225+bwateratmsft@users.noreply.github.com>

* Run npm install

Co-authored-by: Brandon Waterloo [MSFT] <36966225+bwateratmsft@users.noreply.github.com>
2022-07-21 14:47:11 -07:00
dependabot[bot] 50ec1b77a6
Bump terser from 5.9.0 to 5.14.2 (#3253)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-21 11:26:36 -07:00
Alex Weininger 7b515dd411
Use shared azure id parsing utils (#3246) 2022-07-15 12:56:19 -07:00
Alex Weininger b5049d4a90
Add post release version bumper (#3244) 2022-07-14 10:29:25 -07:00
Alex Weininger f87413e257
Don't resolve Logic Apps (#3238) 2022-07-13 11:02:57 -07:00
Brandon Waterloo [MSFT] f88dff2fed
Update AppInsights key (#3239) 2022-07-12 15:09:30 -04:00
Alex Weininger e9905554eb
Bump version post release (#3234) 2022-07-06 08:49:00 -07:00
Alex Weininger 7cce693b27
v1.7.4 release prep (#3233) 2022-07-05 14:29:00 -07:00
Alex Weininger 6ee676ed42
Update min supported VS Code version to 1.66.0 (#3231) 2022-07-05 09:56:33 -07:00
Alex Weininger ac59e0b951
Remove version checker action (#3232) 2022-07-05 09:55:45 -07:00
Alex Weininger 0beaccdda1
Update utils (#3229)
* Update utils

* Bump version
2022-06-28 10:26:00 -04:00
Matthew Fisher e9bc82bc56
Update azext-utils version (#3215)
* Update azext-utils version
2022-06-10 11:06:27 -07:00
Alex Weininger d6cda2a244
Fix advanced create context menu item (#3216) 2022-06-10 09:53:41 -07:00
Alex Weininger ad720b24f2
Fix PowerShell template tests (#3213) 2022-06-07 10:56:06 -07:00
Eric Jizba 2b4b6b025e
Add node types to TS project template (#3212) 2022-06-06 16:31:45 -07:00
Alex Weininger b4e86c6210
Bump extension version post release (#3209) 2022-06-02 08:55:02 -07:00
Alex Weininger 16b1c00577
Create .gitattributes (#3208) 2022-06-01 12:09:08 -07:00
Alex Weininger 0cb9b5f072
Release v1.7.3 prep (#3207)
* Bump version

* Update CHANGELOG

* Update NOTICE

* Link to PR

* Undo format
2022-06-01 09:03:18 -04:00
Alex Weininger 167b2be8bb
Update @vscode/extension-telemetry to 0.5.2 (#3206) 2022-05-31 12:30:33 -07:00
Alex Weininger ccd44012a5
v1.7.2 release prep (#3202) 2022-05-27 10:29:46 -07:00
Alex Weininger 947ded14db
Fix activating extension before running tests (#3198) 2022-05-27 09:42:06 -07:00
Alex Weininger 5e5d8f72d9
Set account tree item (#3196) 2022-05-26 16:26:08 -07:00
Alex Weininger a541de2f49
Bump extension version post release (#3197) 2022-05-26 13:33:13 -07:00
Alex Weininger d8f7bc9dbf
v1.7.1 release prep (#3193)
* Bump version

* Update CHANGELOG
2022-05-26 10:34:41 -04:00
Alex Weininger cc5c29a3c3
Contribute deploy submenu (#3192) 2022-05-25 11:52:03 -07:00
Alex Weininger dbd450f98d
Bump extension version post release (#3189) 2022-05-25 08:53:38 -07:00
Alex Weininger 82f1b23edd
v1.7.0 App Centric Release prep (#3187) 2022-05-23 16:53:22 -07:00
Nathan 9f72c0cf78
SqlBindingTrigger template changes (#3185) 2022-05-19 17:06:04 -07:00
Alex Weininger d0b21855fe
Upgrade appservice package to fix deploy (#3178) 2022-05-17 14:04:32 -07:00
Alex Weininger 9defb45a74
Bump shared packages to fix deploy (#3174) 2022-05-16 16:13:04 -07:00
Alex Weininger ef9ae5fb2a
Fix create function context menu items (#3173)
Co-authored-by: Brandon Waterloo [MSFT] <36966225+bwateratmsft@users.noreply.github.com>
2022-05-16 12:32:34 -07:00
Alex Weininger a991bd57cb
Merge unified into main (#3168)
Co-authored-by: Alex Weininger <alex.weininger@live.com>
Co-authored-by: Nathan <naturins@microsoft.com>
2022-05-13 14:39:39 -07:00
Vasu Bhog 8694350c4f
Add Execute Step in createFunction API (#3150)
* add execute step in api to allow for execution of new azure function prior to openFolderStep

* address comments

* vbump apiVersion

* add comment
2022-05-05 14:28:57 -07:00
Charles Gagnon f68e470980
Fix "Create Project" flow losing options (#3116) 2022-04-19 12:41:50 -07:00
Alex Weininger fe1f344b11
Add version check workflow (#3114) 2022-04-15 09:51:56 -07:00