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

machristie pushed a change to branch airavata-v2-refactoring
in repository https://gitbox.apache.org/repos/asf/airavata.git


    from 202c36f904 Removing unrecognized VM option
     new 6ee95b68e6 Converted field names to lower_snake_case to match style 
guide and to work better with Dozer
     new e9e8a82c4d Test and fixes for storing RunConfiguration

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:
 .../airavata/apis/client/AiravataAPIClient.java    |   6 +-
 .../apis/db/entity/RunConfigurationEntity.java     |  65 ++++++++
 .../db/entity/backend/ComputeBackendEntity.java    |   1 -
 .../apis/db/entity/backend/EC2BackendEntity.java   |   2 -
 .../apis/db/entity/backend/LocalBackendEntity.java |   2 -
 .../db/entity/backend/ServerBackendEntity.java     |   6 +-
 .../airavata/apis/handlers/ExecutionHandler.java   |   2 +-
 .../airavata/apis/scheduling/MetaScheduler.java    |   2 +-
 .../apis/handlers/ExecutionHandlerTest.java        |  73 ++++++++-
 .../main/proto/execution/experiment_service.proto  |  10 +-
 .../src/main/proto/execution/experiment_stub.proto | 177 ++++++++++++---------
 11 files changed, 246 insertions(+), 100 deletions(-)

Reply via email to