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

aleks pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git


    from 47d5a85f1 [FINERACT-1678] configuration validation for COBs
     new 5df284aad FINERACT-1670: Add auditable fields to Business date
     new 6e189fcc8 FINERACT-1670: Add auditable fields to Client identifier
     new cad37ed95 FINERACT-1670: Add some missing indexes
     new 4029464e3 FINERACT-1670: Add auditable fields to Loan Repayment 
Schedule installment and history
     new e47e2cd1e FINERACT-1670: Add auditable fields to Note
     new 656ecdef9 FINERACT-1670: Add auditable fields to Calendar
     new eea635e90 Spotless apply

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../businessdate/domain/BusinessDate.java          |   4 +-
 .../portfolio/calendar/data/CalendarData.java      |  29 +++---
 .../portfolio/calendar/domain/Calendar.java        |   4 +-
 .../service/CalendarReadPlatformServiceImpl.java   |  23 +++--
 .../portfolio/client/domain/ClientIdentifier.java  |   4 +-
 .../domain/LoanRepaymentScheduleInstallment.java   |   6 +-
 .../domain/LoanRepaymentScheduleHistory.java       |  34 +++++--
 .../LoanScheduleHistoryReadPlatformService.java    |   3 +
 ...LoanScheduleHistoryReadPlatformServiceImpl.java |   7 ++
 ...oanScheduleHistoryWritePlatformServiceImpl.java |  45 +++++----
 ...nRescheduleRequestWritePlatformServiceImpl.java |   4 +-
 .../LoanWritePlatformServiceJpaRepositoryImpl.java |   3 -
 .../fineract/portfolio/note/data/NoteData.java     |   8 +-
 .../fineract/portfolio/note/domain/Note.java       |   4 +-
 .../note/service/NoteReadPlatformServiceImpl.java  |  22 +++--
 .../db/changelog/tenant/changelog-tenant.xml       |   6 ++
 .../0030_add_audit_entries_to_business_date.xml    |  74 +++++++++++++++
 ...0031_add_audit_entries_to_client_identifier.xml |  77 +++++++++++++++
 ...ef_no.xml => 0032_add_some_missing_indexes.xml} |  15 ++-
 ...ries_to_loan_repayment_schedule_installment.xml | 103 +++++++++++++++++++++
 .../parts/0034_add_audit_entries_to_note.xml       |  77 +++++++++++++++
 .../parts/0035_add_audit_entries_to_calendar.xml   |  77 +++++++++++++++
 22 files changed, 550 insertions(+), 79 deletions(-)
 create mode 100644 
fineract-provider/src/main/resources/db/changelog/tenant/parts/0030_add_audit_entries_to_business_date.xml
 create mode 100644 
fineract-provider/src/main/resources/db/changelog/tenant/parts/0031_add_audit_entries_to_client_identifier.xml
 copy 
fineract-provider/src/main/resources/db/changelog/tenant/parts/{0016_changed_unique_constraint_of_ref_no.xml
 => 0032_add_some_missing_indexes.xml} (70%)
 create mode 100644 
fineract-provider/src/main/resources/db/changelog/tenant/parts/0033_add_audit_entries_to_loan_repayment_schedule_installment.xml
 create mode 100644 
fineract-provider/src/main/resources/db/changelog/tenant/parts/0034_add_audit_entries_to_note.xml
 create mode 100644 
fineract-provider/src/main/resources/db/changelog/tenant/parts/0035_add_audit_entries_to_calendar.xml

Reply via email to