You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2019/10/28 14:47:40 UTC

[airavata] branch develop updated (86ca628 -> 7dcfc50)

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

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


    from 86ca628  Merge pull request #236 from isururanawaka/Java_11_migration
     add ed86689  added script to migrate missing active users from keycloak to database
     add 45718db  refactored the migration script
     add 5b97b0a  refactored sharing migration script
     add 8df1313  refactored sharing migration script
     add 3a0c81b  Merge pull request #235 from aarushiibisht/abisht_airavata_staging
     add c6a6ae9  AIRAVATA-3186 Enable abandoned object removal in ThriftClientPool
     add f674a98  AIRAVATA-3019 last job status is most recent
     add 1e66dfe  AIRAVATA-3238 Adding migration to ide-integration module
     new 7dcfc50  Merge branch 'staging' into 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:
 .../api/server/handler/AiravataServerHandler.java  |  41 +++---
 .../scigap/develop/group_vars/all/vars.yml         |   2 +-
 .../scigap/staging/group_vars/all/vars.yml         |   2 +
 dev-tools/ansible/roles/api-orch/defaults/main.yml |   2 +
 .../templates/airavata-server.properties.j2        |   5 +
 .../ansible/roles/helix_setup/defaults/main.yml    |   2 +
 .../parser-wm/airavata-server.properties.j2        |   7 +-
 .../participant/airavata-server.properties.j2      |   7 +-
 .../post-wm/airavata-server.properties.j2          |   7 +-
 .../templates/pre-wm/airavata-server.properties.j2 |   7 +-
 .../ansible/roles/job_monitor/defaults/main.yml    |   2 +
 .../email-monitor/airavata-server.properties.j2    |   7 +-
 .../helix/impl/workflow/WorkflowManager.java       |  20 +--
 modules/commons/pom.xml                            |  12 ++
 .../airavata/common/utils/ApplicationSettings.java |   7 +
 .../airavata/common/utils/ThriftClientPool.java    |  70 +++++++---
 .../common/utils/ThriftClientPoolTest.java         | 141 +++++++++++++++++++++
 .../src/main/resources/airavata-server.properties  |   5 +
 .../src/main/resources/airavata-server.properties  |   7 +-
 .../init/02-sharing-registry-migrations.sql        |   5 +
 .../apache/airavata/monitor/AbstractMonitor.java   |  20 +--
 .../api/service/handler/RegistryServerHandler.java |   3 +-
 .../messaging/RegistryServiceDBEventHandler.java   |  21 +--
 .../migrator/airavata/AiravataDataMigrator.java    | 100 ++++++++++++++-
 24 files changed, 428 insertions(+), 74 deletions(-)
 create mode 100644 modules/commons/src/test/java/org/apache/airavata/common/utils/ThriftClientPoolTest.java
 create mode 100644 modules/ide-integration/src/main/resources/database_scripts/init/02-sharing-registry-migrations.sql


[airavata] 01/01: Merge branch 'staging' into develop

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 7dcfc50bf61ca301f54e7cb6e3fe09ccf9a31266
Merge: 86ca628 1e66dfe
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Mon Oct 28 10:11:47 2019 -0400

    Merge branch 'staging' into develop

 .../api/server/handler/AiravataServerHandler.java  |  41 +++---
 .../scigap/develop/group_vars/all/vars.yml         |   2 +-
 .../scigap/staging/group_vars/all/vars.yml         |   2 +
 dev-tools/ansible/roles/api-orch/defaults/main.yml |   2 +
 .../templates/airavata-server.properties.j2        |   5 +
 .../ansible/roles/helix_setup/defaults/main.yml    |   2 +
 .../parser-wm/airavata-server.properties.j2        |   7 +-
 .../participant/airavata-server.properties.j2      |   7 +-
 .../post-wm/airavata-server.properties.j2          |   7 +-
 .../templates/pre-wm/airavata-server.properties.j2 |   7 +-
 .../ansible/roles/job_monitor/defaults/main.yml    |   2 +
 .../email-monitor/airavata-server.properties.j2    |   7 +-
 .../helix/impl/workflow/WorkflowManager.java       |  20 +--
 modules/commons/pom.xml                            |  12 ++
 .../airavata/common/utils/ApplicationSettings.java |   7 +
 .../airavata/common/utils/ThriftClientPool.java    |  70 +++++++---
 .../common/utils/ThriftClientPoolTest.java         | 141 +++++++++++++++++++++
 .../src/main/resources/airavata-server.properties  |   5 +
 .../src/main/resources/airavata-server.properties  |   7 +-
 .../init/02-sharing-registry-migrations.sql        |   5 +
 .../apache/airavata/monitor/AbstractMonitor.java   |  20 +--
 .../api/service/handler/RegistryServerHandler.java |   3 +-
 .../messaging/RegistryServiceDBEventHandler.java   |  21 +--
 .../migrator/airavata/AiravataDataMigrator.java    | 100 ++++++++++++++-
 24 files changed, 428 insertions(+), 74 deletions(-)