From c9bb7addf826010eb7499069e26a979160bd9b4e Mon Sep 17 00:00:00 2001 From: Kenny Bastani Date: Thu, 15 Dec 2016 06:10:26 -1000 Subject: [PATCH] Updated submodules --- .gitmodules | 6 ++++++ account-parent/account-worker/manifest.yml | 11 +++++++++++ .../src/main/java/demo/function/AccountService.java | 4 ++++ account-parent/functions/account-activated-function | 1 + account-parent/functions/account-archived-function | 1 + account-parent/functions/account-confirmed-function | 1 + account-parent/functions/account-suspended-function | 1 + account-parent/functions/account-unarchived-function | 1 + account-parent/functions/account-unsuspended-function | 1 + account-parent/functions/create-account-function | 2 +- 10 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 account-parent/account-worker/manifest.yml create mode 100644 account-parent/account-worker/src/main/java/demo/function/AccountService.java create mode 160000 account-parent/functions/account-activated-function create mode 160000 account-parent/functions/account-archived-function create mode 160000 account-parent/functions/account-confirmed-function create mode 160000 account-parent/functions/account-suspended-function create mode 160000 account-parent/functions/account-unarchived-function create mode 160000 account-parent/functions/account-unsuspended-function diff --git a/.gitmodules b/.gitmodules index 759ffe5..97c07fa 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,9 @@ [submodule "account-parent/functions/create-account-function"] path = account-parent/functions/create-account-function url = https://github.com/kbastani/create-account-function.git +[submodule "account-parent/functions/account-confirmed-function"] + path = account-parent/functions/account-confirmed-function + url = https://github.com/event-stream-processing-microservices/account-confirmed-function.git +[submodule "account-parent/functions/account-suspended-function"] + path = account-parent/functions/account-suspended-function + url = https://github.com/event-stream-processing-microservices/account-suspended-function.git diff --git a/account-parent/account-worker/manifest.yml b/account-parent/account-worker/manifest.yml new file mode 100644 index 0000000..1552562 --- /dev/null +++ b/account-parent/account-worker/manifest.yml @@ -0,0 +1,11 @@ +name: account-web +memory: 512M +instances: 1 +path: ./target/account-web-0.0.1-SNAPSHOT.jar +buildpack: java_buildpack +services: +- rabbit-events +- redis-cache +disk_quota: 1024M +host: account-event-web +domain: cfapps.io diff --git a/account-parent/account-worker/src/main/java/demo/function/AccountService.java b/account-parent/account-worker/src/main/java/demo/function/AccountService.java new file mode 100644 index 0000000..6d3f733 --- /dev/null +++ b/account-parent/account-worker/src/main/java/demo/function/AccountService.java @@ -0,0 +1,4 @@ +package demo.function; + +public class AccountService { +} diff --git a/account-parent/functions/account-activated-function b/account-parent/functions/account-activated-function new file mode 160000 index 0000000..0732443 --- /dev/null +++ b/account-parent/functions/account-activated-function @@ -0,0 +1 @@ +Subproject commit 0732443191a3c5c1e8e513286aa341c33aab253d diff --git a/account-parent/functions/account-archived-function b/account-parent/functions/account-archived-function new file mode 160000 index 0000000..bc84d25 --- /dev/null +++ b/account-parent/functions/account-archived-function @@ -0,0 +1 @@ +Subproject commit bc84d25a1482c40fab440ca12f4f3ff7b2e644d9 diff --git a/account-parent/functions/account-confirmed-function b/account-parent/functions/account-confirmed-function new file mode 160000 index 0000000..9750acd --- /dev/null +++ b/account-parent/functions/account-confirmed-function @@ -0,0 +1 @@ +Subproject commit 9750acd1d519fa399a048a1e48695b990bb04144 diff --git a/account-parent/functions/account-suspended-function b/account-parent/functions/account-suspended-function new file mode 160000 index 0000000..e1fee40 --- /dev/null +++ b/account-parent/functions/account-suspended-function @@ -0,0 +1 @@ +Subproject commit e1fee403acda58fbf5f649b72f108095d9875d5c diff --git a/account-parent/functions/account-unarchived-function b/account-parent/functions/account-unarchived-function new file mode 160000 index 0000000..0144a13 --- /dev/null +++ b/account-parent/functions/account-unarchived-function @@ -0,0 +1 @@ +Subproject commit 0144a13967a56e20eb0813e2fbb603ab902b557c diff --git a/account-parent/functions/account-unsuspended-function b/account-parent/functions/account-unsuspended-function new file mode 160000 index 0000000..8a0c8e3 --- /dev/null +++ b/account-parent/functions/account-unsuspended-function @@ -0,0 +1 @@ +Subproject commit 8a0c8e3a4f1bbda4f9db75c406a7371e42111796 diff --git a/account-parent/functions/create-account-function b/account-parent/functions/create-account-function index 71ab62f..ed63620 160000 --- a/account-parent/functions/create-account-function +++ b/account-parent/functions/create-account-function @@ -1 +1 @@ -Subproject commit 71ab62f4955991aed6092de8998fa63ba6eb76d6 +Subproject commit ed636207ce45d2015ef48dc449ad659f0db4f54e