This is an automated email from the ASF dual-hosted git repository.
arnold pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
from 2543e6f6a FINERACT-1784: Support undo waive charge for specific due
date charges
add 8e0273bfc FINERACT-1694-Event-Configuration-Apis
No new revisions were added by this update.
Summary of changes:
.../commands/service/CommandWrapperBuilder.java | 7 +
.../api/ExternalEventConfigurationApiResource.java | 100 +++++
...ternalEventConfigurationApiResourceSwagger.java | 48 +++
.../ExternalEventConfigurationUpdateHandler.java} | 12 +-
.../db/changelog/tenant/changelog-tenant.xml | 1 +
...rmissions_for_external_event_configuration.xml} | 24 +-
.../ExternalEventConfigurationIntegrationTest.java | 87 ++++
.../common/ExternalEventConfigurationHelper.java | 458 +++++++++++++++++++++
8 files changed, 715 insertions(+), 22 deletions(-)
create mode 100644
fineract-provider/src/main/java/org/apache/fineract/infrastructure/event/external/api/ExternalEventConfigurationApiResource.java
create mode 100644
fineract-provider/src/main/java/org/apache/fineract/infrastructure/event/external/api/ExternalEventConfigurationApiResourceSwagger.java
copy
fineract-provider/src/main/java/org/apache/fineract/infrastructure/{businessdate/handler/BusinessDateUpdateHandler.java
=> event/external/handler/ExternalEventConfigurationUpdateHandler.java} (74%)
copy
fineract-provider/src/main/resources/db/changelog/tenant/parts/{0005_savings_transaction_reversal.xml
=> 0063_add_permissions_for_external_event_configuration.xml} (61%)
create mode 100644
integration-tests/src/test/java/org/apache/fineract/integrationtests/ExternalEventConfigurationIntegrationTest.java
create mode 100644
integration-tests/src/test/java/org/apache/fineract/integrationtests/common/ExternalEventConfigurationHelper.java