You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sm...@apache.org on 2019/09/09 19:17:51 UTC

[airavata-custos] 47/48: Added validations and refactored exception handling for sharing service

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

smarru pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata-custos.git

commit 240a19b7fb45d9da8262225febccc9bdb68c952c
Merge: 409ac82 7fee0b2
Author: Aarushi Bisht <39...@users.noreply.github.com>
AuthorDate: Thu Sep 5 13:06:12 2019 -0400

    Added validations and refactored exception handling for sharing service

 .../service/api/controllers/DomainsController.java |  28 +-
 .../service/api/controllers/EntityController.java  |  27 +-
 .../api/controllers/EntityTypeController.java      |  41 +--
 .../service/api/controllers/GroupController.java   | 135 ++-----
 .../api/controllers/PermissionTypeController.java  |  40 +--
 .../service/api/controllers/UsersController.java   |  36 +-
 .../src/main/resources/application.properties      |   3 +-
 .../core/exceptions/InvalidRequestException.java   |  16 +
 .../custos/sharing/service/core/models/Domain.java |   2 +-
 .../core/service/SharingRegistryService.java       | 396 ++++++++++++++++-----
 pom.xml                                            |   5 +
 11 files changed, 399 insertions(+), 330 deletions(-)