You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sm...@apache.org on 2017/11/17 21:03:41 UTC

[airavata-sandbox] 01/01: Merge pull request #11 from nikchett/master

This is an automated email from the ASF dual-hosted git repository.

smarru pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-sandbox.git

commit 816f73316e433575fe40189689dc36b2c6acb844
Merge: 0877e2f 9faa017
Author: Suresh Marru <sm...@apache.org>
AuthorDate: Fri Nov 17 16:03:38 2017 -0500

    Merge pull request #11 from nikchett/master
    
    Creating multi module project to contain server and stub files

 allocation-manager/.gitignore                      |   27 +
 .../Notification-Authenticator/pom.xml             |   27 +
 .../Notification-Receiver/pom.xml                  |   33 +
 .../receiver/NotificationReceiver.java             |   51 +
 .../notification/receiver/NotificationSender.java  |   44 +
 .../src/main/resources/messages.properties         |    8 +
 .../Notification-Sender/pom.xml                    |   32 +
 .../notification/models/EmailCredentials.java      |   20 +
 .../notification/models/NotificationMessage.java   |   21 +
 .../sender/EmailNotificationConfiguration.java     |   42 +
 .../sender/EmailNotificationMessage.java           |   52 +
 .../notification/sender/MailNotification.java      |   48 +
 allocation-manager/Notification-Manager/pom.xml    |   13 +
 .../airavata-allocation-manager-server/pom.xml     |   21 +
 .../server/AllocationManagerServerHandler.java     |   33 +
 .../airavata-allocation-manager-stubs/pom.xml      |   17 +
 .../manager/models/AllocationManagerException.java |  369 ++
 .../allocation/manager/models/RequestStatus.java   |  893 +++
 .../manager/models/UserAllocationDetail.java       | 1961 +++++++
 .../manager/models/UserAllocationDetailPK.java     |  482 ++
 .../allocation/manager/models/UserDetail.java      |  803 +++
 .../service/cpi/AllocationRegistryService.java     | 6166 ++++++++++++++++++++
 .../airavata-allocation-manager/pom.xml            |   12 +
 23 files changed, 11175 insertions(+)

-- 
To stop receiving notification emails like this one, please contact
"commits@airavata.apache.org" <co...@airavata.apache.org>.