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

146 Коммитов

Автор SHA1 Сообщение Дата
Pragna Gopa 07798fbfcc
Update CosmosDB Defaults (#57) 2018-10-17 15:57:53 -07:00
Jonathan Giles 49ac4d69e2 Update dependencies to centralized Microsoft BOM file for Java libraries (#52) 2018-10-16 14:36:44 -07:00
Pragna Gopa b00de6afb9 Update CosmosDB Annotations and delete NotificationHubOutput (#54) 2018-10-16 14:29:29 -07:00
Junyi Yi 1f7037fe2e Add remaining samples P1 bindings/triggers (#40)
* Add CosmosDB binding samples (#34).

* Add EventGrid binding samples (#36).

* Adjust CosmosDB sample according to the feedback

* Fix syntax error in the sample code of CosmosDBInput.

* Modify the samples to match the latest CosmosDB runtime.
2018-10-12 19:41:59 -07:00
pragnagopa 68bf85803b Merge branch 'dev' of https://github.com/Azure/azure-functions-java-library 2018-10-08 14:14:00 -07:00
Pragna Gopa 3155e81a58
Update README and version, delete WebHookType (#50)
* Update README and version, delete WebHookType
2018-10-08 14:08:13 -07:00
Bruno Borges a0ad533419 Enhance README documentation (#28)
Add link back to Java Dev Guide, reference Maven plugin, and other minor adjustments.
2018-10-08 13:24:24 -07:00
Jonathan Giles 017a0c5835 Remove deprecated 'summary' attribute from HTML table (#47) 2018-08-27 09:24:33 -07:00
Pragna Gopa 82d40bd32d
Update Readme 2018-08-24 11:44:00 -07:00
Pragna Gopa 1319d0d914
Merge pull request #46 from JonathanGiles/dev
Adding a CODEOWNERS file
2018-08-23 19:20:04 -07:00
Jonathan Giles a568685b78 Adding a CODEOWNERS file to ensure all pull requests are allocated directly to an engineer for review 2018-08-22 14:29:27 +12:00
Pragna Gopa 6323172659
Merge pull request #44 from pragnagopa/cardinality
Add support to specify Cadinality on the EventHubTrigger
2018-08-13 09:16:14 -07:00
pragnagopa 8049aabaf2 Add support to specify Cadinality on EventHubTrigger 2018-08-07 15:17:09 -07:00
Pragna Gopa a8828c96fb
Merge pull request #38 from JunyiYi/add_samples
Add verified samples for P1 bindings/triggers
2018-07-30 13:49:02 -07:00
Junyi Yi 0f76559325 Revert "Add EventGrid binding samples (#36)."
This reverts commit 8bea461fa3.
2018-07-24 11:46:17 -07:00
Junyi Yi fff71ab15f Revert "Add CosmosDB binding samples (#34)."
This reverts commit 546e32220d.
2018-07-24 11:45:54 -07:00
Junyi Yi 8bea461fa3 Add EventGrid binding samples (#36). 2018-07-23 18:01:57 -07:00
Junyi Yi 41d47c9f29 Add ServiceBusQueue binding samples (#37). 2018-07-23 17:29:07 -07:00
Junyi Yi 80aa5ca0c9 Add EventHub binding samples (#35). 2018-07-23 16:16:18 -07:00
Junyi Yi 546e32220d Add CosmosDB binding samples (#34). 2018-07-20 19:43:35 -07:00
Junyi Yi 9e6ceaeabb Add queue binding samples (#33). 2018-07-20 16:37:03 -07:00
Junyi Yi 256cb7e62c Add blob binding samples (#32). 2018-07-20 14:31:07 -07:00
Junyi Yi 1e4a7c5294 Add TimerTrigger sample (#31). 2018-07-20 12:39:06 -07:00
Junyi Yi 68d16d09c4 Samples for HTTP Binding (#30). 2018-07-20 12:26:16 -07:00
Pragna Gopa 6eeab26426
Merge pull request #29 from JunyiYi/add_javadoc
Complete JavaDoc of all annotations.
2018-07-19 13:16:24 -07:00
Junyi Yi d208dd74f5 Modify code according to feedbacks 2018-07-16 17:51:33 -07:00
Junyi Yi 5b192b33c7 Complete JavaDoc of all annotations. 2018-07-16 12:32:38 -07:00
Pragna Gopa 03a663ac54
Merge pull request #20 from Azure/dev
Merge dev to master for release 1.0.0-beta-5
2018-06-22 12:23:22 -07:00
Pragna Gopa d5f66c0be8
Updating version for release 1.0.0-beta-5 (#19)
* Updating version
2018-06-22 12:21:28 -07:00
Pragna Gopa 674e249a76
Rename HttpWebHookType to WebHookType (#17) 2018-06-22 11:55:44 -07:00
Bruno Borges 42161a3342 Add HttpMethod enum and return HttpResponseMessage for fluent API (#12)
* Add HttpMethod enum
* Add HttpStatus enum
* Define a HttpWebHookType enum
* Remove unecessary generic type on HttpResponseMessage and define HttpResponseMessage.Builder
* fix javadoc
2018-06-18 10:13:27 -07:00
pragnagopa 5c79bebb51 Merge branch 'dev' of https://github.com/Azure/azure-functions-java-library 2018-05-24 15:43:17 -07:00
Pragna Gopa 81206a2ef5
Delete unsupported bindings (#11)
* Delete unsupported bindings

* Update README to include License
2018-05-24 15:40:21 -07:00
Pragna Gopa b8e12ca04a
Get the latest code for annotations from azure-functions-java-worker repo (#10)
* Get the latest code for annotations from azure-functions-java-worker repo
2018-05-24 14:56:38 -07:00
Pragna Gopa f0d78c7965
Merge changes from dev (#9)
*Fixing bad merges
2018-05-22 11:31:11 -07:00
Pragna Gopa aae53ebb29
Fix version number in README (#8) 2018-05-22 11:29:42 -07:00
Pragna Gopa d587d68ec3
Merge master into dev (#7)
* Moving annotataions from https://github.com/pragnagopa/azure-functions-java-worker master branch

* Fixing bad merge
2018-05-22 11:26:48 -07:00
pragnagopa 77ea32d5c9 Fixing bad merge 2018-05-22 11:25:38 -07:00
pragnagopa 1e7cb0d5f0 Merge branch 'dev' of https://github.com/Azure/azure-functions-java-library 2018-05-22 11:18:52 -07:00
Pragna Gopa e394ed30ca
Rename package names (#4)
* Rename package names to com.microsoft.azure.functions and com.microsoft.azure.functions.annotation
2018-05-17 14:18:52 -07:00
Pragna Gopa cecc79f24b
Merging master to dev 2018-05-15 11:14:47 -07:00
Pragna Gopa d17ccb2736
Merge pull request #1 from pragnagopa/master
Moving annotatations
2018-05-15 11:12:21 -07:00
pragnagopa 7eb504b20b Moving annotataions from https://github.com/pragnagopa/azure-functions-java-worker master branch 2018-05-14 14:55:34 -07:00
Microsoft Open Source 27f4fa9806 Initial commit 2018-05-14 14:39:12 -07:00
Microsoft Open Source 7aa2e7d209 Initial commit 2018-05-14 14:39:12 -07:00
Microsoft GitHub User 0029c05a73
Initial commit 2018-05-14 14:39:08 -07:00