This is an automated email from the ASF dual-hosted git repository. myrle pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/fineract-cn-customer.git
commit 65d25fe85c4d5d6943828af9f023112012d61cc7 Merge: 1500da3 498c48e Author: Mark <[email protected]> AuthorDate: Wed Jul 19 18:34:33 2017 +0200 Merge pull request #14 from crain/develop Add identification card scan upload .../customer/api/v1/CustomerEventConstants.java | 6 + .../customer/api/v1/client/CustomerManager.java | 83 +++++-- .../api/v1/client/ScanAlreadyExistsException.java | 19 +- .../api/v1/client/ScanNotFoundException.java | 19 +- .../api/v1/client/ScanValidationException.java | 17 +- .../api/v1/domain/IdentificationCardScan.java | 38 ++-- .../io/mifos/customer/api/v1/events/ScanEvent.java | 52 +++++ .../main/java/io/mifos/customer/TestCustomer.java | 105 +-------- .../io/mifos/customer/TestIdentificationCards.java | 252 +++++++++++++++++++++ .../src/main/java/io/mifos/customer/TestSuite.java | 1 + .../customer/listener/CustomerEventListener.java | 19 ++ .../java/io/mifos/customer/util/ScanGenerator.java | 39 ++++ .../CreateIdentificationCardScanCommand.java | 52 +++++ .../DeleteIdentificationCardScanCommand.java | 32 +-- .../command/handler/CustomerAggregate.java | 64 ++++++ .../mapper/IdentificationCardScanMapper.java | 44 ++++ .../repository/IdentificationCardScanEntity.java | 128 +++++++++++ .../IdentificationCardScanRepository.java | 35 +++ .../service/internal/service/CustomerService.java | 45 +++- .../rest/controller/CustomerRestController.java | 151 +++++++++++- .../mariadb/V4__identification_card_scans.sql | 30 +++ 21 files changed, 1016 insertions(+), 215 deletions(-) -- To stop receiving notification emails like this one, please contact [email protected].
