- 22 Apr, 2020 2 commits
-
-
buildmaster authored
-
Oleg Zhurakousky authored
We need to only extract payload for cases where input is coming from SCF-Web
-
- 21 Apr, 2020 8 commits
-
-
buildmaster authored
-
buildmaster authored
-
buildmaster authored
-
Oleg Zhurakousky authored
-
Mike Eltsufin authored
Add Pub/Sub payload vs. PubSumMessage support Fixes: #491 Resolves #492
-
Ray Tsang authored
Resolves #488
-
Mike Eltsufin authored
Fixes: #486. Resolves #487
-
Oleg Zhurakousky authored
-
- 20 Apr, 2020 6 commits
-
-
Oleg Zhurakousky authored
Polish function composition logic
-
Oleg Zhurakousky authored
This fix effectively forces all type conversion happen in function catalog
-
Oleg Zhurakousky authored
- Add 'contentType' property to ExporterProperties to assist SupplierExporter with delegating it to function catalog - Add additional logging and testing - Change JsonMapper to abstract class providing special handling of conversion of Json Sting to byte[]
-
Oleg Zhurakousky authored
-
Oleg Zhurakousky authored
Also, added message check in AWS destination resolver
-
Oleg Zhurakousky authored
. . . to ensure that we can have the version of FunctionRegistry that is not dependent on BeanFactory.
-
- 08 Apr, 2020 6 commits
-
-
Oleg Zhurakousky authored
Resolves #480
-
Oleg Zhurakousky authored
Removed the *-readme.adoc files are no longer used Resolves #481
-
Oleg Zhurakousky authored
Resolves #483
-
dzou authored
Add Integration Tests for GcfSpringBootHttpRequestHandler2 fix up fix build cleanup after merge Added process-based server integration test support some more refactoring remove unneeded maven deps address Dmitry and Dans feedback
-
Mike Eltsufin authored
Resolves #482
-
Ray Tsang authored
Resolves #484
-
- 07 Apr, 2020 3 commits
-
-
buildmaster authored
-
buildmaster authored
-
buildmaster authored
-
- 06 Apr, 2020 1 commit
-
-
Oleg Zhurakousky authored
Adds Readme to GCP sample app
-
- 03 Apr, 2020 5 commits
-
-
Mike Eltsufin authored
-
Mike Eltsufin authored
-
Mike Eltsufin authored
-
Mike Eltsufin authored
Also, fixing a bug in the default constructor of the invoker. Fixes: #478.
-
- 02 Apr, 2020 2 commits
-
-
Oleg Zhurakousky authored
Added static delegate context which holds target context and is also refreshed with new context on each request Resolves #456
-
Oleg Zhurakousky authored
Resolves #468
-
- 01 Apr, 2020 3 commits
-
-
dsolomakha authored
implement HttpFunction add headers processing Some refactoring [WIP] Add invoker integration test Make test classes nested within test. Add sample and refdoc Resolves #468
-
Oleg Zhurakousky authored
Added implementation of JsonMessageConverter which is initialized with JsonMapper so it can delegate to Jackson or Gson based on property setting and/or availability of the underlying library. Resolves #476
-
Marcin Grzejszczak authored
-
- 31 Mar, 2020 4 commits
-
-
Oleg Zhurakousky authored
The name is the decapitalized name of the CustomRuntimeAutoConfiguration class name Resolves #469
-
Oleg Zhurakousky authored
Added condition to the start method of the SupplierExporter to prevent it from starting for cases where there are no Suppliers in catalog Resolves #466
-
Oleg Zhurakousky authored
At the moment support is rudimentary but given that BeanFactoryAwareFunctionRegistry provides all the necessary type conversion functionality the true fix should consider utilizing it. Resolves #475
-
Oleg Zhurakousky authored
At the moment support is rudimentary as it does not include any type conversion, but neither does POST so it is consistent. Given that BeanFactoryAwareFunctionRegistry provides all that functionality already perhaps the proper fix with regard to converter would be to use it or part of it in place of InMemoryFunctionCatalog currently used. Resolves #467
-