You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by an...@apache.org on 2019/12/19 13:41:45 UTC

[incubator-dlab] 01/02: Merge branch 'develop' of github.com:apache/incubator-dlab into DLAB-1239

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

ankovalyshyn pushed a commit to branch DLAB-1239
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git

commit 528ebfba9c3e6d5626fa62d75368d438242e3481
Merge: 04e193d 8163664
Author: Andriana Kovalyshyn <An...@epam.com>
AuthorDate: Thu Dec 19 12:07:27 2019 +0200

    Merge branch 'develop' of github.com:apache/incubator-dlab into DLAB-1239

 LICENSE                                            |  26 +---
 RELEASE_NOTES.md                                   |  94 ++++-------
 build.properties                                   |   2 +-
 .../src/general/lib/os/debian/edge_lib.py          |   4 +-
 .../src/general/lib/os/fab.py                      |  61 ++------
 .../general/scripts/aws/jupyterlab_configure.py    |  20 +++
 .../src/general/scripts/aws/project_prepare.py     |  32 ++--
 .../src/general/scripts/azure/edge_configure.py    |   2 +-
 .../src/general/scripts/azure/project_prepare.py   |   2 +-
 .../general/scripts/gcp/jupyterlab_configure.py    |  21 +++
 .../src/general/scripts/gcp/superset_configure.py  |  65 +++++++-
 ...iner_start.py => configure_proxy_for_docker.py} |  42 +++--
 .../scripts/os/jupyterlab_container_start.py       |   4 +-
 ...terlab_container_start.py => superset_start.py} |  27 ++--
 .../scripts/configure_jupyterlab_node.py           |   2 +-
 .../src/project/templates/conf.d/proxy.conf        |   2 +-
 .../src/project/templates/nginx.conf               |   2 +
 .../superset/scripts/configure_superset_node.py    |   2 +-
 .../src/superset/templates/id_provider.json        |  10 +-
 .../src/superset/templates/superset_config.py      |   2 +-
 .../epam/dlab/backendapi/dao/ExploratoryDAO.java   |  30 +++-
 .../com/epam/dlab/backendapi/dao/ProjectDAO.java   |   2 +
 .../epam/dlab/backendapi/dao/ProjectDAOImpl.java   |   5 +
 .../backendapi/domain/EndpointResourcesDTO.java}   |  23 ++-
 .../backendapi/resources/EndpointResource.java     |  21 ++-
 .../dlab/backendapi/service/EndpointService.java   |  10 +-
 .../dlab/backendapi/service/ProjectService.java    |   4 +
 .../service/impl/EndpointServiceImpl.java          |  51 +++++-
 .../impl/InfrastructureTemplateServiceBase.java    |   6 +-
 .../service/impl/ProjectServiceImpl.java           |  43 ++++--
 .../management/endpoints/endpoints.component.ts    |  45 ++++--
 .../manage-environment-dilog.component.ts          |   4 +-
 ...utational-resource-create-dialog.component.html |   6 +-
 ...mputational-resource-create-dialog.component.ts |   2 +-
 .../install-libraries/filter-libs.model.ts}        |  30 ++--
 .../install-libraries.component.html               | 115 ++++++++++++--
 .../install-libraries.component.scss               | 108 ++++++++++---
 .../install-libraries.component.ts                 |  53 ++++++-
 .../resources-grid/resources-grid.component.html   |   4 +-
 .../resources-grid/resources-grid.component.ts     |   1 -
 .../shared/form-controls/dropdowns.component.scss  |   4 +-
 .../multi-select-dropdown.component.html           |   2 +-
 .../modal-dialog/notification-dialog/index.ts      |   3 +-
 .../notification-dialog.component.ts               | 172 +++++++++++++--------
 .../webapp/src/assets/styles/_dialogs.scss         |   8 +-
 .../InfrastructureTemplateServiceBaseTest.java     |   9 +-
 46 files changed, 795 insertions(+), 388 deletions(-)


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