Alex Weininger
5f83dde816
Refactor `executeFunction` to not require a tree item arg ( #3875 )
...
* Add `listLocalProjects` function
* Add `listLocalFunctions` function
* Fixup
* Refactor `executeFunction` to not require a tree item arg
2023-10-06 14:52:50 -04:00
Alex Weininger
7cb8a1a9b0
Add `listLocalFunctions` function ( #3874 )
...
* Add `listLocalProjects` function
* Add `listLocalFunctions` function
* Fixup
2023-10-06 12:59:10 -04:00
Alex Weininger
3829996063
Add `listLocalProjects` function ( #3873 )
...
* Add `listLocalProjects` function
* Rename `projects` to `initializedProjects`
2023-10-06 12:14:31 -04:00
Alex Weininger
9d7c39c33d
Update appservice package to v2.2.6 ( #3872 )
2023-10-04 17:27:32 -04:00
Alex Weininger
e124f5c854
Update changelog from patch releases ( #3871 )
2023-09-27 12:22:01 -04:00
Alex Weininger
58bb70fa4c
Bump version after release ( #3870 )
...
Co-authored-by: GitHub <noreply@github.com>
2023-09-26 16:16:22 -04:00
Eric Jizba
791c5d474e
Remove '-alpha.7' from v4 node projects ( #3867 )
2023-09-26 14:25:32 -04:00
pdthummar
298b435fba
Enable Python3.11 for GA. ( #3864 )
...
* Enable support of Python3.11.
* updated python3.10 preview to false.
* update date
2023-09-25 15:25:57 -04:00
Alex Weininger
c51b214b60
Bump version after release ( #3861 )
...
Co-authored-by: GitHub <noreply@github.com>
2023-09-24 21:41:34 -07:00
Megan Mott
0489c8e8f2
Use extension specific context values ( #3863 )
2023-09-22 10:14:22 -07:00
Nathan
d48841aba8
Refactor template providers to check template schema, not language model ( #3842 )
...
* Refactor template providers to check template schema, not the language model
* Minor edits
* Improve comment
* Fix some accidentaly typos
* Add EnableWorkerIndexing for Python v2 projects as well
2023-09-15 13:08:52 -07:00
Nathan
3526cf3a30
Remove old workarounds that have been fixed ( #3847 )
2023-09-15 13:07:56 -07:00
Nathan
89035619e6
Add .net8.dll and and check for it. Remove .net5 since it is EOL ( #3841 )
2023-09-12 15:57:32 -07:00
Nathan
53db433877
TemplateProvider for python v2 templates ( #3799 )
...
* Basic WIP of parsing v2 schema templates
* WIP
* WIP
* Handle project creation and job prompts/executes
* Initial PR feedback
* Rename FuctionTemplateV2 to FunctionV2Template
* Retrieve templates from extension bundle
* Use AzExtFsExtra.appendFile
* Fix build errors
* Rename BaseStep to StepBase
* PR feedback
* Rename FunctionV2Template variable
* Update package, add prog model step for Python, parse templates by template.v# rather than bundleVersions prop, default main app name
* Extra enumInputStep out to use QuickPickInputStep
* Refactor typings and add tests
* See if this fixes the tests at all
* Minor fixes
* Update backup templates for Pystein
* Revert changes in tests
* Revert changes in tests
* Add back changes removing .net 5
* Fix some build errors in test
* Comb through for a few more changes
* Fix build
2023-09-11 15:36:18 -07:00
Nathan
abb35de416
Remove Node V4 preview label and make it the default ( #3834 )
2023-09-11 14:19:09 -07:00
Nathan
d1249d4da7
Remove all .NET 5 tests since its EOL ( #3832 )
2023-09-08 13:00:48 -07:00
Alex Weininger
05fd1fc95c
Use Node 18.15 ( #3831 )
...
* Use Node 18.15
* Bump required VS Code version
* Make build step use .nvmrc
2023-09-07 13:38:10 -07:00
Megan Mott
58588c19a7
Add Service Connector ( #3790 )
...
* Add Service Connector
* Requested changes and update package
* Add name to activity log
* Hide validate from the command palette
* Update package and change create/delete name
* one more change
* Update dev and serviceconnector package
2023-08-29 13:17:09 -07:00
Alex Weininger
47f93ac878
Update appservice package to fix Windows files feature ( #3813 )
2023-08-21 13:06:49 -07:00
Alex Weininger
98a968ff11
Bump version after release ( #3809 )
...
Co-authored-by: GitHub <noreply@github.com>
2023-08-17 13:36:12 -07:00
Nathan
531f8fde51
Update to changelogs ( #3808 )
2023-08-17 11:50:56 -07:00
Nathan
1d941114f6
Add support for CV2 deployments ( #3760 )
...
* Add support for CV2 deployments
* npm install and some comments
* Assume flexConsumptionRemoteBuild is false until proven true
* Update package
2023-08-17 09:25:22 -07:00
Nathan
7edfc85fa3
Add executeActivityContext to deploy context ( #3798 )
2023-08-14 11:11:48 -07:00
Alex Weininger
63e49fa622
Bump version after release ( #3803 )
...
Co-authored-by: GitHub <noreply@github.com>
2023-08-11 11:13:11 -07:00
Alex Weininger
b86cfd15b9
Bump version, update changelog, and generate notice ( #3802 )
2023-08-10 16:36:34 -07:00
Alex Weininger
ae00929da8
Add type to create command ( #3801 )
2023-08-10 15:56:07 -07:00
Alex Weininger
142842e3c9
Update appservice package to 2.2.3 ( #3800 )
2023-08-10 15:55:05 -07:00
Alex Weininger
ca36a78e28
Add enable/disable function commands to focus view ( #3797 )
2023-08-10 13:51:48 -07:00
Alex Weininger
cf0c6a6a36
Fix executing remote function ( #3788 )
2023-08-04 14:15:44 -07:00
Alex Weininger
6ef48d8314
Update to appservice v2.2.2 ( #3786 )
2023-08-04 10:46:21 -07:00
Nathan
2817be29aa
Add svg and set light and dark paths ( #3784 )
2023-08-02 11:33:29 -07:00
Nathan
cd03f1f59e
EOL warnings for V2/V3 runtimes ( #3771 )
...
* EOL warnings for V2/V3 runtimes
* PR feedbakc
2023-08-02 09:46:11 -07:00
Alex Weininger
061fff19c1
Bump version after release ( #3781 )
...
Co-authored-by: GitHub <noreply@github.com>
2023-08-02 09:18:24 -07:00
Alex Weininger
34b173a735
Bump version and update changelog ( #3780 )
2023-08-01 16:47:42 -07:00
Alex Weininger
6dc8432fee
Downgrade to appservice v2.1.1 from v.2.2.0 ( #3779 )
...
To get the .funcignore fix without introducing the files/logs issues
2023-08-01 16:34:54 -07:00
Alex Weininger
9ff463d393
Update appservice package to fix Files and Remote debugging ( #3770 )
2023-07-20 11:53:58 -07:00
Alex Weininger
1520bd72f3
Bump version after release ( #3768 )
...
Co-authored-by: GitHub <noreply@github.com>
2023-07-19 17:26:33 -07:00
Alex Weininger
9e57b0ad92
Bump version after release ( #3768 )
...
Co-authored-by: GitHub <noreply@github.com>
2023-07-19 17:26:19 -07:00
Alex Weininger
d2e0bce48f
Prep for v1.12.1 release ( #3767 )
...
* Bump version
* Update changelog
2023-07-19 16:49:09 -07:00
Markus Frey
2eb49f523d
Throw a verbose error if the function project root can't be found on deploy ( #3764 )
...
Inform the user that the project root could not be found instead of
throwing a generic null value error and suggest a possible cause.
2023-07-19 09:38:31 -07:00
Alex Weininger
7ced659cf9
Fix executing service bus topic trigger ( #3763 )
...
* Fix executing service bus topic trigger
* Fix test
2023-07-18 16:30:51 -07:00
Anjana Supun
cd2e6326a5
Add Ballerina language support ( #3584 )
...
* Add Ballerina language support
* Remove project subpath
* Add review suggestions
* Add debugger related changes
* Add minor review comments
* Add ballerina tests
* Add ballerina to test workflows
* Add ballerina related changes
* Add ballerina script type
* Fix lint issues
* Migrate from bal init to bal new
2023-07-14 13:09:46 -07:00
Alex Weininger
fb67f66aa0
Bump version after release ( #3759 )
...
Co-authored-by: GitHub <noreply@github.com>
2023-07-13 16:26:26 -07:00
Alex Weininger
3812e96ac1
Prep for v1.12.0 release ( #3743 )
...
* Bump version to 1.12.0
* Update changelog
* Update readme image
* Generate notice
* Update changelog
2023-07-13 15:39:53 -07:00
Alex Weininger
ba45b72503
Fix execute function command ( #3758 )
2023-07-13 15:22:44 -07:00
Alex Weininger
4b04587856
Update azureutils package and remove allow insecure connection ( #3757 )
...
* Update azureutils package
* Fixup
2023-07-13 12:40:58 -07:00
Nathan
74fb52844b
Change priorities of execute steps ( #3756 )
2023-07-13 10:16:44 -07:00
Alex Weininger
89651c3857
Fix attaching to C# func process ( #3754 )
2023-07-13 09:30:44 -07:00
Alex Weininger
8e95697a74
Fix create function command from workspace menu ( #3746 )
2023-07-12 15:59:26 -07:00
Alex Weininger
a801994760
Fix create new project from workspace menu ( #3745 )
2023-07-11 13:54:51 -07:00