You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by dg...@apache.org on 2020/02/05 16:12:51 UTC

[incubator-dlab] branch DLAB-1509 updated (ae8b326 -> 5249b8b)

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

dgnatyshyn pushed a change to branch DLAB-1509
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git.


    from ae8b326  [DLAB-1509]: Small fix
     add 2494f70  [DLAB-1430] - Prepare post-deployment configuration scripts for SSN
     add 393b919  [DLAB-1430]: Prepare post-deployment configuration scripts for SSN
     add 9b7f10b  [DLAB-1430]: Post-deployment configuration scripts for SSN prepared
     add 52652c9  [DLAB-1430]: Post-deployment configuration scripts for SSN prepared
     add 622fb73  [DLAB-1430]: Post-deployment configuration scripts for SSN fixed
     add 2b8488c  [DLAB-1511] Pass cloud provider to FE on 'Environment Management' page
     add a0bf2dc  Merge pull request #7 from apache/develop
     add aa8c449  DLAB-1449 moved keycloak deployment script to other directory
     add 6d0425a  DLAB-1453 added docs for Keycloak installation script
     add 87ec516  Merge pull request #573 from leonidfrolov/develop
     add 21b6d2f  Merge pull request #8 from apache/develop
     add 840921a  DLAB-1508 changed shared_storage_account_name to include endpoint_name instead of default_endpoint_name
     add 8728722  [DLAB-1507]: Fixed endpoint disconnection should not cause disappearing previously available instance (#575)
     add 703183c  [DLAB-1499]: Noteboks/links are not loaded successfully if project contains more than one edge fixed
     add 0c15fa2  [DLAB-1499]: Noteboks/links are not loaded successfully if project contains more than one edge fixed
     add 0a3d7d9  [DLAB-1499]: Noteboks/links are not loaded successfully if project contains more than one edge fixed
     add 25805de  Merge pull request #574 from apache/DLAB-1499
     add aa7816a  [DLAB-1484] Added check for inactive endpoints
     add 5d401be  [DLAB-1504]: Fixed cluster issues during notebook stopping/termination (#577)
     add c4a0802  [DLAB-1512]: Combined the similar action for a project (#579)
     add 1f6dc59  [DLAB-1515] Fixed issue with disappearing of notebooks templates
     add 85b004f  Merge pull request #9 from apache/develop
     add 70636ac  Merge pull request #580 from leonidfrolov/develop
     add 6ec542e  [DLAB-1378] Fixed issue with roles for computational resources
     add c57a1d6  [DLAB-1519]: Made report footer sticky (#581)
     add 30c0450  Merge remote-tracking branch 'origin/develop' into develop
     add 74991cc  [DLAB-1447] Endpoints Fields verification (#576)
     add ae5f19e  [DLAB-1513]: Fixed 'Formatted exploratory name' request repetition (#582)
     add d7f3d14  Merge branch 'develop' into DLAB-1430
     add 2c04bc0  Merge remote-tracking branch 'origin/DLAB-1430' into DLAB-1430
     add 528d976  [DLAB-1430]: Post-deployment configuration scripts for SSN fixed
     add c240417  Update dlab.ini
     add 70357cd  Update post-deployment_configuration.py
     add 60fd3b3  Update post-deployment_configuration.py
     add 445472a  Merge pull request #583 from apache/DLAB-1430
     add c714a53  [DLAB-1522]: Made notebook name unique per project (#585)
     add 5249b8b  Merge branch 'develop' into DLAB-1509

No new revisions were added by this update.

Summary of changes:
 README.md                                          |   54 +-
 .../scripts/POST_DEPLOYMENT.md                     |   42 +
 .../scripts/deploy_keycloak/deploy_keycloak.py     |  128 +++
 .../deploy_keycloak/templates/keycloak.service}    |   16 +-
 .../scripts/deploy_keycloak/templates/nginx.conf   |   14 +
 .../scripts/deploy_keycloak/templates/realm.json   | 1207 ++++++++++++++++++++
 .../scripts/post-deployment_configuration.py       |  156 +++
 .../src/general/conf/dlab.ini                      |    2 +
 .../src/general/scripts/aws/edge_configure.py      |    6 +-
 .../src/general/scripts/aws/project_terminate.py   |    2 +-
 .../src/general/scripts/azure/edge_configure.py    |    6 +-
 .../src/general/scripts/azure/project_prepare.py   |    3 +-
 .../src/general/scripts/azure/project_terminate.py |    2 +-
 .../src/general/scripts/gcp/edge_configure.py      |    6 +-
 .../src/general/scripts/gcp/project_terminate.py   |    2 +-
 .../src/project/scripts/configure_keycloak.py      |    3 +-
 .../src/ssn/scripts/docker_build.py                |    4 +-
 .../java/com/epam/dlab/dto/UserInstanceDTO.java    |   13 +-
 ...rovisioningServiceApplicationConfiguration.java |    2 +-
 .../epam/dlab/backendapi/dao/EndpointDAOImpl.java  |    4 +-
 .../backendapi/resources/dto/UserResourceInfo.java |    8 +
 .../endpoint/CheckEndpointStatusScheduler.java     |   22 +-
 .../service/impl/EndpointServiceImpl.java          |   22 +-
 .../service/impl/EnvironmentServiceImpl.java       |    9 +-
 .../service/impl/ExploratoryServiceImpl.java       |   29 +-
 .../impl/InfrastructureTemplateServiceImpl.java    |    9 +-
 .../administration/management/management.model.ts  |    4 +-
 .../project-list/project-list.component.html       |    6 -
 .../project/project-list/project-list.component.ts |    6 +-
 .../administration/project/project.component.ts    |    9 -
 .../reporting-grid/reporting-grid.component.html   |   16 +-
 .../reporting-grid/reporting-grid.component.scss   |   10 +
 .../create-environment.component.ts                |   11 +-
 .../install-libraries.component.ts                 |   48 +-
 .../resources-grid/resources-grid.component.ts     |   10 +-
 .../resources-grid/resources-grid.model.ts         |    2 +-
 .../confirmation-dialog.component.html             |    2 +-
 .../confirmation-dialog.model.ts                   |    8 +-
 .../edge-action-dialog.component.ts                |   40 +-
 .../service/impl/ExploratoryServiceImplTest.java   |   39 +-
 40 files changed, 1831 insertions(+), 151 deletions(-)
 create mode 100644 infrastructure-provisioning/scripts/POST_DEPLOYMENT.md
 create mode 100644 infrastructure-provisioning/scripts/deploy_keycloak/deploy_keycloak.py
 copy infrastructure-provisioning/{src/general/templates/os/debian/superset-notebook.service => scripts/deploy_keycloak/templates/keycloak.service} (69%)
 create mode 100644 infrastructure-provisioning/scripts/deploy_keycloak/templates/nginx.conf
 create mode 100644 infrastructure-provisioning/scripts/deploy_keycloak/templates/realm.json
 create mode 100644 infrastructure-provisioning/scripts/post-deployment_configuration.py


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org