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

144 Коммитов

Автор SHA1 Сообщение Дата
pragnagopa 490153006e Add Build status to README 2018-06-04 14:09:01 -07:00
Pragna Gopa 6ac916ff38
Merge pull request #114 from pragnagopa/updateBuild
Fix build script to use tag
2018-06-04 13:13:43 -07:00
pragnagopa 000fad1ab5 Fix build script to use tag 2018-06-04 13:09:29 -07:00
Pragna Gopa 7693900617
Merge pull request #111 from pragnagopa/dev
Update entry point in pom.xml
2018-05-25 14:55:00 -07:00
pragnagopa de6cc763b6 Update entry point in pom.xml 2018-05-25 14:53:05 -07:00
Pragna Gopa 396de70a7e
Merge pull request #110 from pragnagopa/dev
Update version
2018-05-25 14:26:37 -07:00
pragnagopa 2cf83b5a88 Update version 2018-05-25 14:25:49 -07:00
Pragna Gopa 0f83664f35
Merge pull request #109 from pragnagopa/dev
Update package name to com.microsoft.azure.functions.worker
2018-05-25 14:11:11 -07:00
pragnagopa a9960aa14f update build script 2018-05-25 14:04:52 -07:00
pragnagopa 820917ad8d Update package name to com.microsoft.azure.functions.worker 2018-05-25 14:01:50 -07:00
Pragna Gopa 3a26a0516a
Merge pull request #108 from pragnagopa/dev
Fixes #101
2018-05-25 13:33:42 -07:00
pragnagopa bf024c07f6 Fixes #101 2018-05-25 13:02:51 -07:00
Pragna Gopa ca3f0ca024
Merge pull request #106 from pragnagopa/dev
Consume latest proto file
2018-05-24 09:31:27 -07:00
pragnagopa 782b016eb0 Added subtree from https://github.com/azure/azure-functions-language-worker-protobuf 2018-05-23 13:14:17 -07:00
Junyi Yi 199f6cfe4d
Merge pull request #104 from pragnagopa/dev
Delete annotations from worker repo
2018-05-18 16:26:46 -04:00
pragnagopa 1f89c6e9ec Addressing CR. 2018-05-17 15:35:32 -07:00
Junyi Yi 6d76ce12af
Explain the model of multiple functions. 2018-05-16 17:09:51 -07:00
Jonathan Giles 6be61e0fff Updating 3rd party libraries text (#102) 2018-05-14 15:15:20 -04:00
Junyi Yi 278696f375
Add sample code to all triggers. (#99) 2018-05-03 19:32:06 -04:00
Junyi Yi 1198d07fe9 Merge branch 'master' into dev 2018-04-26 01:07:07 -04:00
Junyi Yi e6c21f8c0d Hotfix: Add grpc max message length argument. (#94) 2018-04-26 01:06:03 -04:00
Junyi Yi 43055dfe9d
Hotfix: Add grpc max message length argument. (#94) 2018-04-26 01:02:21 -04:00
Junyi Yi c1f426f91b
Merge pull request #91 from kevinhillinger/core-unit-tests
adding initial unit tests to core via JUnit 4
2018-04-25 22:31:32 -04:00
Kevin Hillinger 4714219d88 Reverting to using only naming conventions for binding annotations. 2018-04-24 10:27:33 -04:00
Kevin Hillinger 2e194d4170 updating maven plugin configuration for unit tests 2018-04-23 15:27:26 -04:00
Kevin Hillinger 8f990ce0bf downgrading to JUnit 4 2018-04-23 15:24:47 -04:00
Kevin Hillinger bb9e6da743 removing unused logger 2018-04-23 14:31:10 -04:00
Kevin Hillinger a330b5c928 adding updates to current binding annotations 2018-04-23 14:29:48 -04:00
Kevin Hillinger 02b28da879 adding initial unit tests to core via JUnit 5. \n Enforcing implicit binding annotation contract and naming conventions 2018-04-23 13:15:18 -04:00
Junyi Yi 49b24144e4
Merge pull request #88 from Azure/dev
Merge to resolve conflicts.
2018-04-18 18:42:20 -07:00
Junyi Yi 15d6c93c32
New preview introduces new annotations (#87)
* Format xml with syntax highlighting in readme.md

* A few improvements to the JavaDoc for Azure Functions / Java

* Further updates to JavaDocs for Azure Functions Java API. Not complete, but a good starting point.

* Updates to javadoc based on review feedback

* Small tweaks based on PR review

* Update readme.md file to remove shade advice

Shade advice is no longer recommended practice, so removing from the readme.md file before it leads to additional confusion.

* Update README.md

Add details about the funcitonLib property requirement.

* Increase both core and worker version since both of them will be updated.

* Remove the unnecessary variable definition.

* change documentdb to cosmosdb

* add cosmosdb trigger

* add cosmosDBTrigger binding defination

* add eventgrid support

* Add convenient method of createResponse with empty body.

* Add development documentation on how to build and debug.

* Add javadoc generation instruction.

* Add unit test framework to the project.

* Rename package names of testing categories.

* Add GRPC e2e test framework as well as test cases.
2018-04-18 18:40:44 -07:00
Junyi Yi 4301438235
Merge pull request #86 from Azure/ut-framework
Create the testing framework for Java worker.
2018-04-18 18:25:28 -07:00
Junyi Yi a2dc3f85a7
Merge pull request #84 from Azure/empty-body-response
Add convenient method of createResponse with empty body
2018-04-18 18:24:00 -07:00
Junyi Yi 337c9b3e33 Add GRPC e2e test framework as well as test cases. 2018-04-18 17:29:46 -07:00
Junyi Yi c42b0bc3ca Rename package names of testing categories. 2018-04-18 13:13:32 -07:00
Junyi Yi d0dff7b445 Add unit test framework to the project. 2018-04-17 16:02:23 -07:00
Junyi Yi 68fcb91c40 Add javadoc generation instruction. 2018-04-16 16:45:41 -07:00
Junyi Yi 5b0fb1192f Add development documentation on how to build and debug. 2018-04-16 16:35:17 -07:00
Junyi Yi 806a1297cf Add convenient method of createResponse with empty body. 2018-04-16 16:34:54 -07:00
Junyi Yi 9e874db28b
Merge pull request #82 from jdneo/eventgrid
add eventgrid support
2018-04-13 12:24:11 -07:00
Junyi Yi de97bac77d
Merge branch 'dev' into eventgrid 2018-04-13 12:21:50 -07:00
Junyi Yi e89bdfd029
Merge pull request #81 from jdneo/cosmosdb
change documentdb to cosmosdb
2018-04-13 12:15:52 -07:00
Sheng Chen d124f2133a add eventgrid support 2018-04-11 17:54:38 +08:00
Sheng Chen 69f256a44b add cosmosDBTrigger binding defination 2018-04-11 16:39:04 +08:00
Sheng Chen 7cb12cb6fd Merge branch 'cosmosdb' of github.com:jdneo/azure-functions-java-worker into cosmosdb 2018-04-11 15:25:01 +08:00
Sheng Chen c477582b10 add cosmosdb trigger 2018-04-11 15:23:28 +08:00
Junyi Yi 3d870f14af
Merge branch 'dev' into cosmosdb 2018-04-10 15:01:41 -07:00
Junyi Yi 4ddb58a858
Merge pull request #79 from Azure/upgrade_version
Increase both core and worker version since both of them will be updated.
2018-04-10 15:01:25 -07:00
Sheng Chen 6cd5f286eb change documentdb to cosmosdb 2018-04-09 17:45:04 +08:00
Junyi Yi 4a34b57e26
Merge branch 'dev' into upgrade_version 2018-04-04 16:51:11 -07:00