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

1790 Коммитов

Автор SHA1 Сообщение Дата
Summer 17112d16f8
Update the default value of region to West Europe in V1 schema (#431) 2018-10-23 11:17:31 +08:00
Hanxiao Liu 42b803b112 Set up E2E tests (#425) 2018-10-18 12:48:11 +08:00
Summer c4d37f940a
Revert "Disable the schemaversion configuration until the implementation complete (#409)" (#427)
This reverts commit bde0aa03e0.
2018-10-18 12:20:14 +08:00
Summer 90270231b0
Implement V2 runtime handlers (#376) 2018-10-18 10:44:07 +08:00
Hanxiao Liu 0163510a64
Remove NotificationHubOutput for it is unsupported (#424) 2018-10-17 22:50:08 +08:00
Allon Murienik 387aa77fd0 Mockito upgrade (#410) 2018-10-15 14:19:48 +08:00
Hanxiao Liu d34e33d943
Bump function plugin version for next release (#419) 2018-10-12 15:12:45 +08:00
Summer 94dfcaae72
Update version for next release (#414) 2018-10-09 19:55:55 +08:00
Hanxiao Liu 698ac69f26
Make debug port configurable (#407) 2018-09-30 14:45:07 +08:00
Summer bde0aa03e0
Disable the schemaversion configuration until the implementation complete (#409) 2018-09-29 11:28:14 +08:00
Sheng Chen dfc7dc968a
Update docs (#408) 2018-09-28 13:15:23 +08:00
Hanxiao Liu 84d132f24c
remove webhook (#406) 2018-09-27 14:33:05 +08:00
Hanxiao Liu 2f1bc4dde8
Enable trigger it job by hand (#399) 2018-09-21 17:38:40 +08:00
Hanxiao Liu 271b46c87b
separate function ci to webapp ci (#398)
* Divide the ci test into two parts, function and webapp
2018-09-21 15:47:16 +08:00
Summer 4d3a01dd9d
Move web.config.template to v1 folder to fix integration test (#397) 2018-09-21 14:50:23 +08:00
jazzyray de15b9e406 Support http proxy settings (#381) 2018-09-21 10:51:02 +08:00
Hanxiao Liu 906d5a7c45
Add integration test cases for timer trigger function (#393) 2018-09-18 20:41:09 +08:00
Hanxiao Liu 0ac4820785
Add regular ci test with appveyor (#392) 2018-09-17 13:28:44 +08:00
Hanxiao Liu 75842ca12f
bump version to next release (#388) 2018-09-14 11:07:40 +08:00
Hanxiao Liu 06235edb69
Update azure sdk to 1.15.1. (#384)
Update azure sdk to 1.15.1
2018-09-11 15:48:01 +08:00
Hanxiao Liu 663e44a332
Remove disabled flag when generating function.json to solve Issue #364
* Remove disabled flag when generating function.json to solve Issue #364
2018-09-03 16:21:45 +08:00
Summer fe29f98f6e
Update HandlerFactoryImpl to create runtime handlers by schemaVersion (#375) 2018-08-30 17:41:28 +08:00
Summer 7d42ef4a68
Add schemaVersion to prepare the re-construction of setting (#359) 2018-08-29 12:12:28 +08:00
Summer a48a5268db
Bump version to next release (#374) 2018-08-29 11:33:12 +08:00
Summer 8cb020522a
Create handler.v1 package to separate from v2 handlers (#373) 2018-08-28 13:12:09 +08:00
Summer 831db79855
Update utils function to depend on properties instead of the whole mojo (#372) 2018-08-27 16:18:54 +08:00
Summer 5533b4c0ba
Upgrade library module version for release (#368) 2018-08-27 12:44:16 +08:00
Summer 0dedba5f7f
Output the web app URL when deployment is finished (#367) 2018-08-27 11:34:18 +08:00
Summer 7ab053b457
Fix zip deploy logic of if preparing resource is required (#363) 2018-08-27 10:09:19 +08:00
Hanxiao Liu 57f67b78d0
Rename template function (#360)
* Rename template function to fit java naming conventions and keep consistent with maven archetypes
2018-08-24 10:50:03 +08:00
Summer 50357586e6
Throw exception early if <resource> is required but not configured (#357) 2018-08-21 15:04:38 +08:00
Summer 587a9ccdfb
Centralize deployment type to library module (#336) 2018-08-21 09:49:56 +08:00
Sheng Chen f984300002
Fix integration tests (#351) 2018-08-17 16:40:30 +08:00
Sheng Chen 72396e29b6
bump function plugin version to next release (#350) 2018-08-17 11:25:20 +08:00
Summer 01e1451e8e
Remove dot at the end of URL for users to navigate easily (#348) 2018-08-16 20:09:27 +08:00
Sheng Chen 9ab3b07f96
update documents (#346) 2018-08-16 16:19:50 +08:00
Sheng Chen 5aba9aa001
add deployment type in function deploy mojo (#344) 2018-08-15 12:51:46 +08:00
Sheng Chen 87104ee549
downgrade ai version (#343) 2018-08-15 12:25:52 +08:00
Sheng Chen 65196cfb61 refine wording and adding more comments (#340) 2018-08-15 09:20:27 +08:00
Sheng Chen 5a72513f18
Add binding informations (#337) 2018-08-10 13:36:04 +08:00
Summer 2cd47eb43e
Adjust deployment type sequence (#333) 2018-08-09 14:54:18 +08:00
Summer 3eb377b935
Move unit test to base class (#335) 2018-08-09 14:36:24 +08:00
Summer 3298efed5b
remove local settings file in zip deploy (#332) 2018-08-08 17:17:30 +08:00
Sheng Chen fc40e0b350
Update docs - linux tomcat support deploy to context path other than root (#331) 2018-08-08 15:33:10 +08:00
Sheng Chen 751e91d066
update templates (#327) 2018-08-08 10:24:20 +08:00
Sheng Chen b9faa9053d
Refine the function deploy log (#325) 2018-08-07 15:53:18 +08:00
Summer b6370a500c Add retry logic for zip deploy (#324) 2018-08-07 15:02:11 +08:00
Summer 9ab1d53349
Add comment to explain the type casting during war deploy (#322) 2018-08-07 14:12:41 +08:00
Summer dc36b25294
Throw exception when user set unknown deployment type (#321) 2018-08-07 09:52:04 +08:00
Sheng Chen 2c53ab16c3
Move getStagingDirectoryPath() from FunctionMojo to AppServiceMojo (#317) 2018-08-06 18:33:29 +08:00