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

awasum pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-group.git.


    from c9f6fb4  Merge pull request #6 from apache/revert-5-develop
     add 3ce19f9  adding permittableGroupIds and modifiying the bootstrap.yml 
file
     add 62c4bd0  modified requestparams in GrouprestController and some 
modifications in GroupDefinitionRestController
     add f2297c2  Implementing PUT request on Group definition
     add 57e94d3  adding UpdateGroupdefinition in Group aggregate
     add 4bd0052  implemeting UpdateGroup request
     add a018cdd  modifying updateGroup request in the groupAggregate.java file
     add a9aeb1b  changing name from updateGroupDefinition to updateDefinition
     add 9484cac  modifying the implementation of updateGroupDefinition
     add 7df8dc5  modifying the implementation of updateGroupDefinition in the 
GroupAggregate.java file
     add c96cd33  modified endpoint for updateGroupDefinition
     add b9f1f39  running ./gradlew licenseFormat
     add 4b1b30b  implementing Unit test on Group and GroupDefinition
     new acdd064  Merge pull request #7 from kengneruphine/develop

The 1 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:
 .gitignore                                         |  2 +
 .../fineract/cn/group/api/v1/EventConstants.java   |  2 +
 ...tionException.java => PermittableGroupIds.java} | 11 ++-
 .../cn/group/api/v1/client/GroupManager.java       | 35 +++++++--
 .../cn/group/api/v1/domain/GroupCommand.java       |  2 +-
 .../org/apache/fineract/cn/group/TestGroup.java    | 23 ++++++
 .../fineract/cn/group/TestGroupDefinition.java     | 31 +++++++-
 .../listener/GroupDefinitionEventListener.java     | 11 +++
 ...teGroupCommand.java => UpdateGroupCommand.java} | 20 ++---
 ...mand.java => UpdateGroupDefinitionCommand.java} | 19 ++---
 .../internal/command/handler/GroupAggregate.java   | 91 +++++++++++++++++++++-
 .../repository/GroupDefinitionRepository.java      |  5 +-
 .../internal/service/GroupDefinitionService.java   |  4 +
 .../group/rest/GroupDefinitionRestController.java  | 52 ++++++++++---
 .../cn/group/rest/GroupRestController.java         | 45 +++++++++--
 service/src/main/resources/bootstrap.yml           |  2 +-
 16 files changed, 306 insertions(+), 49 deletions(-)
 copy 
api/src/main/java/org/apache/fineract/cn/group/api/v1/{client/GroupValidationException.java
 => PermittableGroupIds.java} (82%)
 copy 
service/src/main/java/org/apache/fineract/cn/group/internal/command/{CreateGroupCommand.java
 => UpdateGroupCommand.java} (80%)
 copy 
service/src/main/java/org/apache/fineract/cn/group/internal/command/{CreateGroupDefinitionCommand.java
 => UpdateGroupDefinitionCommand.java} (73%)

Reply via email to