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

[airavata] branch develop updated (f3ec141 -> 79eede4)

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

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


    from f3ec141  AIRAVATA-3047 Distinguish between enabled and email verified
     new bdea660  Backend implementation for JIRA-1870 includes a change in the experiment model thrift file where one JOB_ID experimentSearchField is added. Added JOB_ID search field in the searchExperiments service handler.
     new afb4b1c  JIRA-1870 code for front-end. Need to remove error logging, handle exceptions and clean up the code.
     new 36538aa  JIRA-1870 code for front-end. Need to remove error logging, handle exceptions and clean up the code.
     new 880a506  Merge branch 'Jira-1870' of https://github.com/shivamriky/airavata into Jira-1870
     new ddf9488  Added error handling and some debug for searching the experiments by Id.
     new d51e989  Addressing the code review comments and updating the log error message.
     new 79eede4  Merge pull request #225 from shivamriky/Jira-1870

The 8217 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:
 .../lib/Airavata/Model/Experiment/Types.php        |   4 +
 .../lib/airavata/model/experiment/ttypes.py        |   3 +
 .../model/experiment/ExperimentSearchFields.java   |   5 +-
 .../app/controllers/ExperimentController.php       |  42 +++++++-
 .../libraries/Airavata/Model/Experiment/Types.php  |  32 ++++++
 .../app/libraries/ExperimentUtilities.php          |   3 +
 .../pga/airavata-php-gateway/app/routes.php        |   7 +-
 .../app/views/admin/manage-experiments.blade.php   | 113 ++++++++++++++-------
 .../expcatalog/ExperimentSummaryRepository.java    |  16 +++
 .../airavata/registry/core/utils/DBConstants.java  |   1 +
 .../api/service/handler/RegistryServerHandler.java |   2 +
 .../experiment_model.thrift                        |   1 +
 12 files changed, 188 insertions(+), 41 deletions(-)
 mode change 100644 => 100755 modules/ide-integration/src/main/resources/pga/airavata-php-gateway/app/libraries/Airavata/Model/Experiment/Types.php
 mode change 100644 => 100755 modules/ide-integration/src/main/resources/pga/airavata-php-gateway/app/views/admin/manage-experiments.blade.php