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

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


    from a7ebef4  FINERACT-807
     new 753554e  Fix audit trails filter (FINERACT-808)
     new a34742b  Made SQL builder ColumnName regex more general

The 2 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:
 .../fineract/commands/api/AuditsApiResource.java   |  81 ++++---------
 .../commands/api/MakercheckersApiResource.java     |  61 +++-------
 .../commands/service/AuditReadPlatformService.java |   7 +-
 .../service/AuditReadPlatformServiceImpl.java      |  59 +++-------
 .../infrastructure/security/utils/SQLBuilder.java  | 126 +++++++++++++++++++++
 .../security/utils/SQLBuilderTest.java             |  86 ++++++++++++++
 6 files changed, 269 insertions(+), 151 deletions(-)
 create mode 100644 
fineract-provider/src/main/java/org/apache/fineract/infrastructure/security/utils/SQLBuilder.java
 create mode 100644 
fineract-provider/src/test/java/org/apache/fineract/infrastructure/security/utils/SQLBuilderTest.java

Reply via email to