You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by my...@apache.org on 2019/12/11 08:58:03 UTC

[incubator-dlab] branch DLAB-13xx_versions updated (515985e -> c0ee354)

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

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


    from 515985e  [DLAB-1349] - Dataproc version update
     add ff77076  [DLAB-1341]: changed edge node statuses on project
     add 97c896c  [DLAB-1341]: changed endpoint actions confirmation
     add f1ea462  [DLAB-1339] - Superset starting fails (previous it was stopped) fixed
     add 9bdd6f1  Merge pull request #469 from apache/DLAB-1339
     add f37710f  Merge branch 'develop' of github.com:apache/incubator-dlab into DLAB-1341
     add 5d91479  Merge pull request #470 from apache/DLAB-1341
     add 7f27f1a  [DLAB-1215]: added tags to billing report data grid
     add d198d51  Updated link in README
     add f0c39f3  [DLAB-1331] Remove credentials from RStudio/Rstudio with TensorFlow
     add 49e111f  [DLAB-1334] Error handling improvement for project actions
     add 55b9922  Merge branch 'develop' of github.com:apache/incubator-dlab into DLAB-1215
     add d6544cb  Merge pull request #472 from apache/DLAB-1215
     add 0f237dc  [DLAB-1347] Added Superset in dev mode
     add fcd4915  [DLAB-1271] Added PROJECT column to billing export
     add c8300ef  [DLAB-1305]: prevent actions for superset template
     add a42d403  [DLAB-1305]: prevent spark configuration for superset
     add 167e9ec  [DLAB-1305]: prevent actions and spark configuration for JupyterLab template
     add c7411d4  Merge pull request #473 from apache/DLAB-1305
     add 1fe7bba  [DLAB-1358]: adjusted confirmation messages for edge node on projects list
     add 81c86ed  Merge pull request #474 from apache/DLAB-1358
     add e0bedd7  [DLAB-1359] - Superset creation fails fixed
     add 7af76f3  [DLAB-1359] - Superset version changed
     add 425dca7  Merge pull request #475 from apache/DLAB-1339
     add fe8acf2  [DLAB-1366]: bucket labels changed
     add d35cf2b  [DLAB-1366]: cleanup tags on billing page
     add 89623b1  [DLAB-1366]: cleanup tags on billing page
     add e3805ed  Merge pull request #478 from apache/DLAB-1366
     add eb1b99e  [DLAB-1368] Added Superset in 'Roles' dropdown list
     add 5fc1d4e  [DLAB-1337] Enhancement for 'List of resource pages' and other small fixes
     add efcb046  Merge pull request #479 from apache/DLAB-1337
     add 0497150  Merge remote-tracking branch 'origin/develop' into develop
     add 754107e  [DLAB-1223] Fixed billing values according to updates on billing page
     add 332d52b  [DLAB-1334] Error handling improvement for project actions
     add c62ad1e  [DLAB-1363] - SSO on AWS fixed
     add 4bdfcc1  Merge pull request #480 from apache/DLAB-1363
     add 8950437  [DLAB-1372]: prevent actions for superset and jupyter lab according statuses
     add 102ad16  [DLAB-1371]: fixed issue with permission info message appearing
     add ab2432b  Merge pull request #481 from apache/DLAB-1372
     add d425183  [DLAB-1373] Fixed issue with permissions for user during instances creation
     add 2aa79ef  [DLAB-1363] - SSO on Azure fixed
     add 7a66479  Merge pull request #482 from apache/DLAB-1363
     add 3626d5f  [DLAB-448] Added possibility of filtering list of installed libraries
     add fc88a27  [DLAB-448] Added possibility of filtering list of installed libraries
     add 4f4112f  Merge pull request #484 from apache/DLAB-448
     add 8eb9afd  [DLAB-1363] - SSO implementation, EDGE node egress rules for AWS and Azure fixed
     add faa2a1a  Merge pull request #485 from apache/DLAB-1363
     add 8b5ff32  [DLAB-1326] Implemented proxy configuration for docker
     add 1df52e1  [DLAB-1326] Implemented proxy configuration for docker
     add a417a96  Merge pull request #467 from apache/develop
     add 35247bb  Merge remote-tracking branch 'origin/DLAB-1326' into DLAB-1326
     add 46b1bd8  [DLAB-1326] Implemented proxy configuration for docker
     add e7cec67  Merge pull request #471 from apache/develop
     add f96e0f2  Merge remote-tracking branch 'origin/DLAB-1326' into DLAB-1326
     add 835a667  [DLAB-1326] Refactored Superset deployment scripts
     add ee3a8c5  Merge pull request #483 from apache/DLAB-1326
     add 3befbd1  [DLAB-1363] - SSO and Superset fixed for keycloak auth via any url
     add 637500d  Merge pull request #486 from apache/DLAB-1363
     new c0ee354  Merge remote-tracking branch 'remotes/origin/develop' into DLAB-13xx_versions

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:
 README.md                                          |  2 +-
 .../src/general/conf/dlab.ini                      |  2 +
 .../general/files/gcp/superset_description.json    |  2 +-
 .../src/general/lib/os/debian/edge_lib.py          |  4 +-
 .../src/general/lib/os/fab.py                      | 65 +++-----------
 .../general/scripts/aws/jupyterlab_configure.py    | 20 +++++
 .../src/general/scripts/aws/project_prepare.py     |  7 --
 .../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 +-
 .../superset_start.py}                             | 29 +++++--
 .../scripts/configure_jupyterlab_node.py           |  2 +-
 .../src/project/templates/conf.d/proxy.conf        |  2 +-
 .../src/project/templates/nginx.conf               |  4 +-
 .../src/ssn/files/gcp/mongo_roles.json             | 10 +++
 .../superset/scripts/configure_superset_node.py    | 17 +++-
 .../src/superset/templates/id_provider.json        | 10 +--
 .../src/superset/templates/superset_config.py      |  2 +-
 .../com/epam/dlab/mongo/DlabResourceTypeDAO.java   |  6 +-
 .../java/com/epam/dlab/model/aws/ReportLine.java   |  1 +
 .../core/commands/CommandExecutorMock.java         |  1 +
 .../epam/dlab/backendapi/dao/BaseBillingDAO.java   | 11 ++-
 .../epam/dlab/backendapi/dao/ExploratoryDAO.java   |  5 +-
 .../backendapi/service/aws/AwsBillingService.java  |  2 +
 .../service/azure/AzureBillingService.java         |  3 +
 .../backendapi/service/gcp/GcpBillingService.java  |  2 +
 .../impl/InfrastructureTemplateServiceBase.java    |  6 +-
 .../service/impl/ProjectServiceImpl.java           | 31 ++++---
 .../src/main/resources/mongo/gcp/mongo_roles.json  | 10 +++
 .../management-grid/management-grid.component.scss |  2 +-
 .../management-grid/management-grid.component.ts   |  4 +-
 .../project-list/project-list.component.html       |  9 +-
 .../project/project-list/project-list.component.ts |  4 +-
 .../administration/project/project.component.ts    |  4 +-
 .../app/administration/roles/roles.component.ts    |  6 +-
 .../reporting-grid/reporting-grid.component.html   |  4 +-
 .../reporting-grid/reporting-grid.component.scss   | 49 ++++++++++-
 .../cluster-details/cluster-details.component.html |  7 +-
 ...utational-resource-create-dialog.component.html |  6 +-
 ...mputational-resource-create-dialog.component.ts |  2 +-
 .../computational-resources-list.component.scss    |  3 +
 .../computational-resources-list.component.ts      | 14 ++--
 .../create-environment.component.html              | 32 +++----
 .../detail-dialog/detail-dialog.component.html     | 23 +++--
 .../detail-dialog/detail-dialog.component.scss     | 17 ++--
 .../install-libraries/filter-libs.model.ts}        | 22 +++--
 .../install-libraries.component.html               | 98 ++++++++++++++++++++--
 .../install-libraries.component.scss               | 74 +++++++++++++---
 .../install-libraries.component.ts                 | 47 +++++++++++
 .../resources-grid/resources-grid.component.html   | 15 ++--
 .../resources-grid/resources-grid.component.ts     |  1 -
 .../shared/form-controls/dropdowns.component.scss  |  4 +-
 .../confirmation-dialog.component.html             |  4 +-
 .../notification-dialog.component.ts               | 34 +++++---
 .../webapp/src/assets/styles/_dialogs.scss         | 15 ++--
 .../webapp/src/assets/styles/_variables.scss       |  6 +-
 .../webapp/src/dictionary/aws.dictionary.ts        |  4 +-
 .../webapp/src/dictionary/azure.dictionary.ts      |  4 +-
 .../webapp/src/dictionary/gcp.dictionary.ts        |  4 +-
 .../src/main/resources/webapp/src/styles.scss      |  9 +-
 .../service/aws/AwsBillingServiceTest.java         | 16 ++--
 .../service/azure/AzureBillingServiceTest.java     | 20 ++---
 .../InfrastructureTemplateServiceBaseTest.java     |  9 +-
 66 files changed, 657 insertions(+), 307 deletions(-)
 copy infrastructure-provisioning/src/general/scripts/os/{jupyterlab_container_start.py => configure_proxy_for_docker.py} (58%)
 copy infrastructure-provisioning/src/general/scripts/{azure/rstudio_change_pass.py => os/superset_start.py} (65%)
 copy services/self-service/src/main/resources/webapp/src/app/resources/{resources-grid/filter-configuration.model.ts => exploratory/install-libraries/filter-libs.model.ts} (72%)


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


[incubator-dlab] 01/01: Merge remote-tracking branch 'remotes/origin/develop' into DLAB-13xx_versions

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

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

commit c0ee3544b31bf6c0b322aa1aff2d8a2e3741bcb9
Merge: 515985e 637500d
Author: Mykola_Bodnar1 <bo...@gmail.com>
AuthorDate: Wed Dec 11 10:44:18 2019 +0200

    Merge remote-tracking branch 'remotes/origin/develop' into DLAB-13xx_versions

 README.md                                          |  2 +-
 .../src/general/conf/dlab.ini                      |  2 +
 .../general/files/gcp/superset_description.json    |  2 +-
 .../src/general/lib/os/debian/edge_lib.py          |  4 +-
 .../src/general/lib/os/fab.py                      | 65 +++-----------
 .../general/scripts/aws/jupyterlab_configure.py    | 20 +++++
 .../src/general/scripts/aws/project_prepare.py     |  7 --
 .../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               |  4 +-
 .../src/ssn/files/gcp/mongo_roles.json             | 10 +++
 .../superset/scripts/configure_superset_node.py    | 17 +++-
 .../src/superset/templates/id_provider.json        | 10 +--
 .../src/superset/templates/superset_config.py      |  2 +-
 .../com/epam/dlab/mongo/DlabResourceTypeDAO.java   |  6 +-
 .../java/com/epam/dlab/model/aws/ReportLine.java   |  1 +
 .../core/commands/CommandExecutorMock.java         |  1 +
 .../epam/dlab/backendapi/dao/BaseBillingDAO.java   | 11 ++-
 .../epam/dlab/backendapi/dao/ExploratoryDAO.java   |  5 +-
 .../backendapi/service/aws/AwsBillingService.java  |  2 +
 .../service/azure/AzureBillingService.java         |  3 +
 .../backendapi/service/gcp/GcpBillingService.java  |  2 +
 .../impl/InfrastructureTemplateServiceBase.java    |  6 +-
 .../service/impl/ProjectServiceImpl.java           | 31 ++++---
 .../src/main/resources/mongo/gcp/mongo_roles.json  | 10 +++
 .../management-grid/management-grid.component.scss |  2 +-
 .../management-grid/management-grid.component.ts   |  4 +-
 .../project-list/project-list.component.html       |  9 +-
 .../project/project-list/project-list.component.ts |  4 +-
 .../administration/project/project.component.ts    |  4 +-
 .../app/administration/roles/roles.component.ts    |  6 +-
 .../reporting-grid/reporting-grid.component.html   |  4 +-
 .../reporting-grid/reporting-grid.component.scss   | 49 ++++++++++-
 .../cluster-details/cluster-details.component.html |  7 +-
 ...utational-resource-create-dialog.component.html |  6 +-
 ...mputational-resource-create-dialog.component.ts |  2 +-
 .../computational-resources-list.component.scss    |  3 +
 .../computational-resources-list.component.ts      | 14 ++--
 .../create-environment.component.html              | 32 +++----
 .../detail-dialog/detail-dialog.component.html     | 23 +++--
 .../detail-dialog/detail-dialog.component.scss     | 17 ++--
 .../install-libraries/filter-libs.model.ts}        | 21 ++++-
 .../install-libraries.component.html               | 98 ++++++++++++++++++++--
 .../install-libraries.component.scss               | 74 +++++++++++++---
 .../install-libraries.component.ts                 | 47 +++++++++++
 .../resources-grid/resources-grid.component.html   | 15 ++--
 .../resources-grid/resources-grid.component.ts     |  1 -
 .../shared/form-controls/dropdowns.component.scss  |  4 +-
 .../confirmation-dialog.component.html             |  4 +-
 .../notification-dialog.component.ts               | 34 +++++---
 .../webapp/src/assets/styles/_dialogs.scss         | 15 ++--
 .../webapp/src/assets/styles/_variables.scss       |  6 +-
 .../webapp/src/dictionary/aws.dictionary.ts        |  4 +-
 .../webapp/src/dictionary/azure.dictionary.ts      |  4 +-
 .../webapp/src/dictionary/gcp.dictionary.ts        |  4 +-
 .../src/main/resources/webapp/src/styles.scss      |  9 +-
 .../service/aws/AwsBillingServiceTest.java         | 16 ++--
 .../service/azure/AzureBillingServiceTest.java     | 20 ++---
 .../InfrastructureTemplateServiceBaseTest.java     |  9 +-
 66 files changed, 656 insertions(+), 305 deletions(-)



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