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/23 00:38:07 UTC

[airavata] branch develop updated (4784822 -> 0e11ed4)

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 4784822  Merge pull request #234 from isururanawaka/Java_11_migration
     add 57d3f90  Adding profile service stubs to distributions
     add 492a9f2  Adding security jars to distributions
     add 8b214e6  Temporarily freezing gateway user email fetching feature
     add c03c802  Updating usd certs to let's encrypt (at least for now)
     add e66939d  Added the new domain for the gateway
     add 84dae43  Added the new gateway theme to future water
     add 6c410b0  Added the new gateway theme to future water
     add 3bfbc11  Testing asf yaml file
     add f0809fb  Enabling streaming in file transfers to_avoid using temporary storage (Copied from staging)
     add 3823a07  Setting virtual stream polling timeout to 2 minutes
     add 19de9cf  Checking the connectivity of the ssh client before leasing
     add b9c9be3  Adding epw-gateway.cs.binghamton.edu server alias
     add 007e251  Redirect alias domain to ssl domain
     add 4cce116  Disable simccs pga deploy
     add 42a0787  Adding SnowVision Gateway
     add 0e50737  Adding SSL certificate details to SnowVision gateway
     add 18245f8  Adding Snowvision gateway details
     add ce05252  Adding gateway credential store key for storage
     add 9e924c7  Added new gateway snowvision
     add 2190e82  Adding CILogon for SnowVision
     add 1737f8f  AIRAVATA-3238 Add INITIAL_USER_GROUP_ID to DOMAIN
     add 4caefaf  AIRAVATA-3233 Skip staging optional inputs that have no value
     add 45672db  Merge branch 'staging' into master
     add c94f3be  Merge pull request #233 from apache/master
     new 0e11ed4  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:
 .asf.yaml                                          |  11 +
 .../model/group/ResourcePermissionType.java        |   2 +-
 .../pfec-hydro-production/group_vars/pga/vars.yml  |  12 +-
 .../production/pga_config/epwgateway/vars.yml      |   1 +
 .../pga_config/{pfec-hydro => snowvision}/vars.yml |  21 +-
 .../production/pga_config/snowvision/vault.yml     |  18 ++
 .../production/pga_config/southdakota/vars.yml     |   6 +-
 dev-tools/ansible/pga-scigap-prod.yml              |   3 +-
 .../participant/airavata-server.properties.j2      |   3 +-
 .../roles/pga/templates/pga-ssl-vhost.conf.j2      |   6 +-
 .../airavata/helix/adaptor/PoolingSSHJClient.java  |  87 ++++----
 .../src/main/assembly/participant-bin-assembly.xml |   4 +
 .../src/main/assembly/post-wm-bin-assembly.xml     |   4 +
 .../src/main/assembly/pre-wm-bin-assembly.xml      |   4 +
 .../database_scripts/sharing-registry-mysql.sql    |   5 +-
 .../cpi/impl/SimpleOrchestratorImpl.java           |   3 +
 .../DeltaScripts/sharingCatalog_schema_delta.sql   |   4 +
 .../sharing/registry/db/entities/DomainEntity.java |  13 +-
 .../server/SharingRegistryServerHandler.java       |   6 +
 .../src/main/resources/sharing-registry-derby.sql  |   3 +
 .../src/main/resources/sharing-registry-mysql.sql  |   5 +-
 .../registry/SharingRegistryServerHandlerTest.java |  35 ++++
 .../airavata/sharing/registry/models/Domain.java   | 141 +++++++++++--
 .../registry/models/DuplicateEntryException.java   |  12 +-
 .../airavata/sharing/registry/models/Entity.java   |  70 +++----
 .../sharing/registry/models/EntityType.java        |  32 ++-
 .../sharing/registry/models/GroupAdmin.java        |  17 +-
 .../sharing/registry/models/GroupMembership.java   |  36 ++--
 .../sharing/registry/models/PermissionType.java    |  32 ++-
 .../sharing/registry/models/SearchCriteria.java    |  25 +--
 .../airavata/sharing/registry/models/Sharing.java  |  46 ++---
 .../registry/models/SharingRegistryException.java  |  12 +-
 .../airavata/sharing/registry/models/User.java     |  50 ++---
 .../sharing/registry/models/UserGroup.java         |  60 ++----
 .../sharing-service-docs/api-docs/sharing_cpi.html | 224 ++++++++++-----------
 .../api-docs/sharing_models.html                   |  70 +++----
 .../sharing-models/sharing_models.thrift           |   6 +-
 37 files changed, 599 insertions(+), 490 deletions(-)
 create mode 100644 .asf.yaml
 copy dev-tools/ansible/inventories/scigap/production/pga_config/{pfec-hydro => snowvision}/vars.yml (71%)
 create mode 100644 dev-tools/ansible/inventories/scigap/production/pga_config/snowvision/vault.yml


[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 0e11ed44e5ccdf062f00297a2c72bb0def3af015
Merge: 4784822 c94f3be
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Tue Oct 22 20:37:18 2019 -0400

    Merge branch 'staging' into develop

 .asf.yaml                                          |  11 +
 .../model/group/ResourcePermissionType.java        |   2 +-
 .../pfec-hydro-production/group_vars/pga/vars.yml  |  12 +-
 .../production/pga_config/epwgateway/vars.yml      |   1 +
 .../{southdakota => snowvision}/vars.yml           |  34 ++--
 .../production/pga_config/snowvision/vault.yml     |  18 ++
 .../production/pga_config/southdakota/vars.yml     |   6 +-
 dev-tools/ansible/pga-scigap-prod.yml              |   3 +-
 .../participant/airavata-server.properties.j2      |   3 +-
 .../roles/pga/templates/pga-ssl-vhost.conf.j2      |   6 +-
 .../airavata/helix/adaptor/PoolingSSHJClient.java  |  87 ++++----
 .../src/main/assembly/participant-bin-assembly.xml |   4 +
 .../src/main/assembly/post-wm-bin-assembly.xml     |   4 +
 .../src/main/assembly/pre-wm-bin-assembly.xml      |   4 +
 .../database_scripts/sharing-registry-mysql.sql    |   5 +-
 .../cpi/impl/SimpleOrchestratorImpl.java           |   3 +
 .../DeltaScripts/sharingCatalog_schema_delta.sql   |   4 +
 .../sharing/registry/db/entities/DomainEntity.java |  13 +-
 .../server/SharingRegistryServerHandler.java       |   6 +
 .../src/main/resources/sharing-registry-derby.sql  |   3 +
 .../src/main/resources/sharing-registry-mysql.sql  |   5 +-
 .../registry/SharingRegistryServerHandlerTest.java |  35 ++++
 .../airavata/sharing/registry/models/Domain.java   | 141 +++++++++++--
 .../registry/models/DuplicateEntryException.java   |  12 +-
 .../airavata/sharing/registry/models/Entity.java   |  70 +++----
 .../sharing/registry/models/EntityType.java        |  32 ++-
 .../sharing/registry/models/GroupAdmin.java        |  17 +-
 .../sharing/registry/models/GroupMembership.java   |  36 ++--
 .../sharing/registry/models/PermissionType.java    |  32 ++-
 .../sharing/registry/models/SearchCriteria.java    |  25 +--
 .../airavata/sharing/registry/models/Sharing.java  |  46 ++---
 .../registry/models/SharingRegistryException.java  |  12 +-
 .../airavata/sharing/registry/models/User.java     |  50 ++---
 .../sharing/registry/models/UserGroup.java         |  60 ++----
 .../sharing-service-docs/api-docs/sharing_cpi.html | 224 ++++++++++-----------
 .../api-docs/sharing_models.html                   |  70 +++----
 .../sharing-models/sharing_models.thrift           |   6 +-
 37 files changed, 607 insertions(+), 495 deletions(-)