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

32 Коммитов

Автор SHA1 Сообщение Дата
Nathan 411ece5f94
package migration for @microsoft packages and T2 (#3046)
* package migration for @microsoft packages and T2

* Remove stale comment

* Add registerAzureUtilsExtensionVariables(ext) call before AppService

* Alphabetize

* Comments to fix loadMore if paging gets fixed
2022-02-15 10:08:16 -08:00
Eric Jizba 15e9aacb95
Use action-specific user input (#2869)
and remove extension-specific user input

See https://github.com/microsoft/vscode-azuretools/pull/949 for more info
2021-07-08 11:05:34 -07:00
Eric Jizba 4d34ad3137
Fix Add binding test (#2865) 2021-06-23 11:27:18 -07:00
Eric Jizba 2b918fc045
Run a bunch of tests in parallel (#2856) 2021-06-17 14:28:28 -07:00
Eric Jizba 3445bf7fc7
Add action-specific templateProvider for parallel tests (#2854) 2021-06-16 14:46:05 -07:00
Eric Jizba 77d25d915f
Don't throw error if there are comments in local.settings.json (#2430) 2020-10-05 17:43:16 -07:00
Eric Jizba 891d499686
Add support for Java 11 (#2331) 2020-08-21 17:16:19 -07:00
Eric Jizba 284be6507a
Add WEBSITE_RUN_FROM_PACKAGE to windows apps by default (#2207) 2020-07-02 16:09:52 -07:00
Eric Jizba 324afaf6cf
Add tool to update backup templates (#2112) 2020-06-01 10:40:06 -07:00
Eric Jizba bdfbcd5f37
Validate name in package.json when creating project (#2081) 2020-05-12 10:00:32 -07:00
Eric Jizba ae75403b2b
Add official api to create function (#2077) 2020-05-12 09:51:28 -07:00
Eric Jizba 9d9a73014c
Initial support for Azure Functions v3 Preview 🔍👀 (#1606) 2019-10-24 16:16:07 -07:00
Eric Jizba b3b8e69955
Add nuget versioning logic for getting bundle templates (#1545) 2019-10-07 13:53:05 -07:00
Eric Jizba 492a046950
Get templates from bundle feed (#1540) 2019-10-07 13:37:01 -07:00
Eric Jizba e6536a5e61 Better error handling/loading of templates (#1509) 2019-09-25 15:07:55 -07:00
Eric Jizba 439ea64a6e
Clean up request code (#1493) 2019-09-18 17:09:43 -07:00
Eric Jizba efe1212057
Enable project tree view (#1396) 2019-07-30 13:54:28 -07:00
v-wuzhai 4ae2b4fe87
Add tests for deploying CSharp and JavaScript projects (#1190)
* Add tests for deploying CSharp and JavaScript projects

* Modify the code according to FTE's comments

* Solve the file conflict in the package.json

* Modify the code according to FTE's comments

* Modify file configuration information in package.json

* Modify the code according to FTE's comments

* Modify the code according to FTE's comments

* Modify the code according to FTE's comments

* Adjust the code format

* Update the path to match docker repo

* Update code according to the comments

* Update code according to the comments

* Update code according to the comments

* Update code according to the comments
2019-07-01 19:45:00 -07:00
Eric Jizba 2dff550e34
Move to latest tree that's friendlier to non-Azure scenarios (#1273) 2019-05-15 22:49:45 +00:00
Eric Jizba 891f233dbf Improve "Create Function" tests
1. Actually verify the settings passed in
1. Don't use "vscode.command.executeCommand" becuase that swallows exceptions
1. Validate that there is a test for every "Verified" template
2019-04-24 14:48:54 -07:00
Eric Jizba 2c247b9b9d Consolidate logic related to function artifacts into "funcConfig" folder
Aka logic related to "function.json", "local.settings.json", "host.json", etc.
2019-04-22 15:59:45 -07:00
Eric Jizba 970b75e242
Make "Init for VS Code" less destructive (#1196)
As opposed to overwriting the "tasks.json" and "launch.json" files if they already exist, we will just add our config to those files. I think this is especially necessary when users have their Functions project in a sub directory because that means they could have debug configs for other projects in other sub directories.
2019-04-19 13:32:07 -07:00
Eric Jizba 802c350b19 Refactor verifyVSCodeConfig into separate files
And move ProjectSettings.ts into the same folder
2019-04-12 09:34:08 -07:00
Eric Jizba 704f13bffe Refactor deploy into separate files 2019-04-12 09:34:08 -07:00
Eric Jizba 92fc746c17
Verify language worker runtime on deploy (#1141) 2019-04-09 16:24:14 -07:00
Eric Jizba 2bf329933c
Revamp new project experience (#1119)
Allow users to create a function right after creating a project
Allow projects in subdirectories
2019-03-26 16:14:53 -07:00
Eric Jizba 1b85e77335
Use localized strings when creating functions (#1100) 2019-03-21 16:12:15 -07:00
Eric Jizba ec9b71adbd
Use wizard for create function (#1096) 2019-03-19 15:48:54 -07:00
Tyler James Leonhardt 0c90dbd7cc Initial PowerShell on Functions v2 Support (#1075) 2019-03-12 13:51:42 -07:00
Eric Jizba 9b9549bd1a
Fix and consolidate venvUtils for all terminals/OS's (#978)
I ran into two bugs while testing the release candidate:
1. The tasks.json we generate is meant to work if someone pushes their project to GitHub and clones it on a different OS. That wasn't the case for our "pipInstall" task because it always used the path separator from the _original_ OS
1. Windows users with their terminal set to bash would fail to debug

In order to fix, I ended up doing quite a bit of refactoring of venvUtils and added several tests to cover all the weird edge cases. Here's the list of terminals: https://code.visualstudio.com/docs/editor/integrated-terminal#_configuration

I also removed the logic to install "pylint" by default. It's just another command that could fail and it slows down project creation. We originally did it because the Python extension was super annoying and prompted you to install pylint every time, but now they at least have a "Don't show again" button. Fixes #814
2019-02-08 14:36:12 -08:00
Eric Jizba afcf38b081
Use "vscode-azureextensionui" from bundle to fix nightly tests (#966) 2019-02-06 13:26:53 -08:00
Eric Jizba fe87e68d66
Improve startup performance with webpack (#947) 2019-02-01 09:54:33 -08:00