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

169 Коммитов

Автор SHA1 Сообщение Дата
Vijay Ramakrishnan 797869f0ec Merge pull request #87 from Azure/fixReferences
Fixing the copying of application dll
2017-08-04 15:06:00 -07:00
Vijay Ramakrishnan 5b9f65e34b Fixing the copying of application dll 2017-08-04 13:57:32 -07:00
Ahmed ElSayed 2386db4816 Fix ApiHubFileTrigger serialization. Fixes #55 2017-08-04 09:18:27 -07:00
Ahmed ElSayed 3098dbdfc7 Only serialize triggers, and add generatedBy flag. Closes #74 2017-08-04 09:04:41 -07:00
Vijay Ramakrishnan 1205899e93 Adding support for building and publishing to bin 2017-08-02 18:26:41 -07:00
Vijay Ramakrishnan 3305f7d28b Fixing the TargetFileName 2017-08-02 14:12:03 -07:00
Vijay Ramakrishnan b40bc2a8b0 Update the msbuild package versions to latest stable 2017-08-02 09:52:29 -07:00
Vijay Ramakrishnan 6cbeab5902 Creating a bin folder for the published output 2017-08-01 19:57:35 -07:00
Vijay Ramakrishnan b0b035b8bf Adding package references to the targets 2017-08-01 10:02:09 -07:00
Vijay Ramakrishnan 307c7773e0 Fixing up the comments 2017-07-31 16:23:10 -07:00
Vijay Ramakrishnan 0aaf96c5c0 Clean should delete the generated Files 2017-07-31 16:15:54 -07:00
Vijay Ramakrishnan 2ef2d4805a Renaming target names 2017-07-29 09:59:33 -07:00
Vijay Ramakrishnan 110d4a433b Supports Publishing to a folder 2017-07-28 17:36:21 -07:00
Vijay Ramakrishnan 293303c795 Fixing the publish imports 2017-07-28 13:54:49 -07:00
Martijn Stolk bc7efe971d Updated the generated 'disabled' field to generate either a bool or string based upon the overload that has been used in the DisabledAttribute. 2017-07-20 11:15:40 +02:00
Ahmed ElSayed a88858a0c4 Correctly handle errors when function.json shouldn't be generated 2017-06-09 13:34:12 -07:00
Vijay Ramakrishnan 85378be511 Moving the all the publish contents outside bin 2017-06-09 12:35:04 -07:00
Ahmed ElSayed 659ce76b63 Update to alpha5 2017-05-26 14:21:16 -07:00
Ahmed ElSayed ef4ff41096 Only copy artifact files if it's needed. 2017-05-26 14:20:49 -07:00
Ahmed ElSayed a0cf1a27c9 Copy function runtime artifacts from _assemblyPath to _outputPath. Fixes #49 2017-05-25 11:47:44 -07:00
Ahmed ElSayed 7ae75e6cb2 Allow manually provided function.json file. Closes #50 2017-05-25 11:29:09 -07:00
Ahmed ElSayed 68ef61ce39 Make having multiple functions with the same FunctionNameAttribute an error 2017-05-16 11:46:20 -07:00
Ahmed ElSayed e221e29a44 Upgrade package to alpha4 2017-05-12 13:43:05 -07:00
Ahmed ElSayed 169ad808f3 Fix warning for missing or blank AzureWebJobsStorage 2017-05-12 13:41:40 -07:00
Ahmed ElSayed a8e0dfe726 Handle EventHubAttribute correctly 2017-05-12 13:22:01 -07:00
Ahmed ElSayed dc0bf3dd3a Warn on a blank or missing AzureWebJobsStorage connection string if the function is anything but httpTrigger. Closes #39 2017-05-11 16:19:05 -07:00
Ahmed ElSayed e72092add9 Handle ServiceBusAttribute correctly. Fixes #40 2017-05-11 15:43:14 -07:00
Ahmed ElSayed b4058f606a Don't warn on local.settings.json missing. 2017-05-09 10:45:19 -07:00
Mike Lorbetske 3b173e7b50 Fix location of debug information 2017-05-09 10:43:56 -07:00
Mike Lorbetske 363ee4f50e Bump versions 2017-05-09 10:43:56 -07:00
Mike Lorbetske 15e218fd0d Fix quotes, add the ability to set debug symbols 2017-05-09 10:43:56 -07:00
Mike Lorbetske a380357b3c Move property defaulting into the build target 2017-05-09 10:43:56 -07:00
Mike Lorbetske 4d43dda932 Fix issue #3 2017-05-09 10:43:56 -07:00
Ahmed ElSayed 8d04d05792 Change version back to alpha2 2017-05-08 13:44:50 -07:00
Ahmed ElSayed 6f02bbbca7 Warn on missing app settings from local.settings.json 2017-05-08 13:44:01 -07:00
Ahmed ElSayed 2691a3b425 Use LoadInSeparateAppDomain instead of creating an app domain explicitly. Closes #35 2017-05-08 13:36:35 -07:00
Vijay Ramakrishnan a5fb7d8c13 Changing MsBuildSDKsPath to Import Sdk 2017-05-03 15:26:25 -07:00
Ahmed ElSayed 95bc4c104e Clean function.json directory on build. Fixes #29 2017-05-03 15:25:59 -07:00
Ahmed ElSayed e56e4d4d7f Refactor clearing authLevel for httpTrigger webhooks 2017-05-03 14:57:05 -07:00
Ahmed ElSayed c6a84b6ff3 Update package version to alpha2 2017-05-02 14:12:19 -07:00
Ahmed ElSayed 1c13be4996 Load assembly in a different app domain, then unload it to prevent the assembly from being locked 2017-05-02 14:05:44 -07:00
Ahmed ElSayed af9e317480 Still use _supportedAttributes list until ServiceBusAttributes have [Binding] 2017-05-01 16:25:32 -07:00
Ahmed ElSayed bda42928b3 Fix authLevel with WebHook handling 2017-05-01 16:19:16 -07:00
Ahmed ElSayed 51e1bf7bb0 Handle DocumentDbAttribute. Fixes #27 2017-05-01 16:07:58 -07:00
Ahmed ElSayed 96ffae1de3 Support SDK DisableAttribute. Closes #17 2017-04-27 10:51:47 -07:00
Ahmed ElSayed 2c6db75f56 Update signing settings 2017-04-26 17:01:11 -07:00
Ahmed ElSayed 951158396c Clear AuthLevel from httpTrigger that has a webHook property. Fixes #23 2017-04-26 17:00:55 -07:00
Ahmed ElSayed 73a9e17f7b Add IConnectionProvider tests 2017-04-26 12:17:57 -07:00
Ahmed ElSayed b1b62fc45e Move logic for adding $return for httpTrigger to the returnOutputBinding logic 2017-04-26 12:07:32 -07:00
Ahmed ElSayed d51dff065a Support IConnectionProvider. Closes #11 2017-04-25 18:44:46 -07:00
Ahmed ElSayed 1718afd2c3 Use [Binding] attribute instead of hardcoded list. Closes #4 2017-04-25 16:51:39 -07:00
Ahmed ElSayed 4355dd5307 Better error message/handle scenario where outputPath is relative path. Closes #2 2017-04-25 13:11:49 -07:00
Ahmed ElSayed 03f94863bf authLevel in HttpTrigger should get converted to a string. Fixes #16 2017-04-25 11:14:48 -07:00
Ahmed ElSayed eee03f4ab3 Add warning if webjobs attributes are used without FunctionName. Closes #14 2017-04-21 18:19:03 -07:00
Ahmed ElSayed d5ce994302 Add support for $return in the output binding. Closes #13 2017-04-21 17:18:28 -07:00
Ahmed ElSayed 7aac6244ce Add public signing key 2017-04-20 15:58:00 -07:00
Ahmed ElSayed 92d9c7777c Support HttpTriggerAttribute. Fixes #9 2017-04-20 14:49:33 -07:00
Ahmed ElSayed 22323d04aa AccessRights property in servicebus trigger get converted to a number instead of string. Closes #1 2017-04-20 14:12:43 -07:00
Ahmed ElSayed 6698d619e9 Use FunctionName attribute and remove convention of ClassFunction. Fixes #6 2017-04-18 16:17:25 -07:00
Ahmed ElSayed 6a8b30f20d EventHubTrigger needs to use 'path' property for 'EventHubName'. Fixes #8 2017-04-18 15:59:35 -07:00
Vijay Ramakrishnan ca01e5366c Fixing the application dll path 2017-04-18 15:59:35 -07:00
Vijay Ramakrishnan 3e9aacfcf9 Add Support for Publishing Function Projects 2017-04-18 15:59:35 -07:00
Vijay Ramakrishnan 9994bb06a2 Removing the CheckedIn References 2017-04-18 15:59:35 -07:00
Vijay Ramakrishnan 252e255cb3 Cross compiling for netstandard1.5 & net46 2017-04-18 15:59:35 -07:00
Ahmed ElSayed fb34ce4f41 Trim path from any double quotes 2017-04-18 15:59:35 -07:00
Ahmed ElSayed 69b7a90fc2 Fix TimerTrigger special mapping. Fixes #1 2017-04-18 15:59:35 -07:00
Ahmed ElSayed 2b691e9ec5 Throw an error for unsupported attribute properties 2017-04-18 15:59:35 -07:00
Ahmed ElSayed e986f2244c Add more comments 2017-04-18 15:59:35 -07:00
Ahmed ElSayed 218fc63935 Initial Commit 2017-04-18 15:59:35 -07:00