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

26 Коммитов

Автор SHA1 Сообщение Дата
Surgupta 5fd72f769b
Assign cardinality correctly for Blob collection scenarios (#1271)
* IsBatched for blobInputAttribute
2023-01-18 10:47:12 -08:00
Fabio Cavalcante 00d4386c9c
Updating samples and tests targets and dependencies (#1203)
* Updating samples and tests targets and dependencies

* PR feedback
2022-12-16 14:12:46 -08:00
Lilian Kasem 2c1b3a8ae6
Support sdk-type binding reference type (#1107)
* Support sdk-type binding reference type
2022-11-03 10:49:35 -07:00
Lilian Kasem 3b4ae8c222
Handle InvocationCancel message and signal cancellation for in-flight invocations (#972) 2022-09-08 12:43:30 -07:00
Fabio Cavalcante 90e6f922f9
Fixing warnings and minor code cleanup. (#1024) 2022-09-07 19:07:33 -07:00
sarah 45555ee1ca
Fix Retry Attribute Test (#1000)
Fix failing E2E test that checks generated functions.metadata file against expected result.
2022-08-23 16:13:41 -07:00
Brett Samblanet 748e95928e
increasing SharpZipLib version (#904) 2022-05-18 17:15:50 -07:00
Shyju Krishnankutty 94e486f950
Fix test data (funcitons.metadata) to reflect the renaming change of functions in samples project (from PR #847) (#864) 2022-04-25 11:36:34 -07:00
Shyju Krishnankutty 598d0b7231
Change first character of Type property value of metadata bindings entries to lower case (#589)
Change first character of Type property value of metadata bindings entries to lower case since the scaling infra structure expects it in that format (ex: "httpTrigger")
2021-08-30 19:40:53 -07:00
Brett Samblanet 020bfeab8f improving tests 2021-08-20 09:18:09 -07:00
Brett Samblanet 3649307541
updating file properties for self-contained zip deployments (#529)
* updating file properties for self-contained zip deployments

* retrying delete

* fixes

* simplifying

* another simplification
2021-07-21 15:37:49 -07:00
Fabio Cavalcante 37d3f63e33
Implemented Track 2 storage extensions 2021-07-13 17:32:25 -07:00
Fabio Cavalcante 7463067b8d
Ensuring references are up-to-date (#408) 2021-04-22 16:07:26 -07:00
Mattias Karlsson 758423cbf8
Fix HttpReponse to HttpResponse (#365) 2021-03-26 11:38:45 -07:00
Fabio Cavalcante c24aa32984 Updating and consolidating all package references 2021-03-09 16:45:15 -08:00
Brett Samblanet 6858ce4d22
fixing issue with build version race (#250) 2021-03-08 16:47:32 -08:00
Brett Samblanet 62a7273256
adding rid publish test (#247) 2021-03-08 13:26:28 -08:00
Marie Hoeger 16856c46b1
Batched trigger events (#205)
* MetadataGenerator adds cardinality-many and value provider understands  collections

event hubs e2e initial

updates

temp

add to solution too

update to new model

rebase to latest

Improved logic for resolving generics

remove webjobs reference

Fix IEnumerable

some enumerable converter tests

Clean up test

Cleanup

reverting local settings json change

change localsettings

typo

added datatype string to some tests

fix generator test

* update sdk e2e test for datatype

* move cardinality and datatype stuff to later

* resolve typeof's

* cardinality through IBatchedInput - tests need changes

* re-add removed stuff

* fix spacing

* add comments

* Update tests and make SDK generation exceptions surface as build error

* fixing low hanging cr changes

* minor updates from cr

* change where we get default value

* casing

* fix docs

* Modify batched output to be ISupportCardinality - set up for extensible future

* array converter only

* test fixes

* release notes

* update array converter logic

* remove nested type search and update readme because double and int aren't passed over by host yet apparently

* address comment to make default value attribute (a temporary attribute) less discoverable

* nit: add example to readme

* update namespace

* namespace reference
2021-03-04 23:55:22 -08:00
Ankit Kumar a51456c6d6
Change output binding model
This commit changes how output bindings are defined. There can now be
only 1 output binding at the method level. The data returned from the
function is used for that. For multiple output bindings, the properties
inside the returned type needs to have output binding attributes
2021-02-23 15:38:47 -08:00
Brett Samblanet ac6e7034c3
adding blob and storage e2e; fixing related bugs (#147) 2021-02-22 11:45:21 -08:00
Ankit Kumar 9b934bb7e5
Add new extensions, and samples (#139)
The extensions added here are -- EventGrid, ServiceBus, EventHubs, SignalRService, RabbitMQ, Kafka, Warmup and Table (from storage). This commit also adds samples using each of these new bindings.
2021-02-17 13:38:40 -08:00
Ankit Kumar e4096d8748
Build extensions separately
This commit adds a new set of extensions that will be referenced by
function code. These new worker extensions have the WebJobs
corresponding extension in an attribute. During build, the Sdk package
collects the WebJobs extension information and performs a separate
build. This helps keep the extension package from Host separate from
user code for worker.
2021-02-17 11:13:44 -08:00
Fabio Cavalcante 805f78d3df Normalizing line endings 2021-02-02 18:18:36 -08:00
Fabio Cavalcante 8a9768ce36
Fix line endings 2021-02-02 17:30:01 -08:00
Fabio Cavalcante 34531c1f16 Adding copyright headers 2021-02-01 17:51:00 -08:00
Brett Samblanet f7e628076c
moving away from SourceGenerator to a FunctionMetadataGenerator (at build) and FunctionMetadataLoader (at runtime) (#71) 2021-01-27 13:34:11 -08:00