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:52 UTC

[airavata-custos] 48/48: Merge pull request #6 from aarushiibisht/master

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 a57cdd662f57107dea7366c15a7c36bce15fdea6
Merge: 2e3135a 240a19b
Author: Suresh Marru <sm...@apache.org>
AuthorDate: Mon Sep 9 15:17:00 2019 -0400

    Merge pull request #6 from aarushiibisht/master
    
    Refactored exception handling in sharing registry to return appropriate HTTP status to the user.

 .../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(-)