This is an automated email from the ASF dual-hosted git repository. ankovalyshyn pushed a change to branch DLAB-1239 in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git.
from 04e193d [DLAB-1239]: Swagger UI integration in DLab added 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 add c43816a Updated LICENSE and build.properties add cb598e4 [DLAB-1381]: Libraries management bugs fixing add d02fec7 [DLAB-1381]: Fixed issues with libraries filter add d274482 Merge pull request #490 from apache/DLAB-1381 add c2e24a4 [DLAB-1376]: Added local endpoint check add 2177315 [DLAB-1376]: Added local endpoint check add 934719b Merge pull request #491 from apache/DLAB-1376 add 57d92d6 [DLAB-1386]: Fixed issues with libraries filter add ac2913e Merge pull request #492 from apache/DLAB-1386 add 8ce3d97 [DLAB-1383] Updated RELEASE_NOTES.md add 87ad55a [Dlab 1321]: Conveyed all resources which will be terminated on confirmation dialog (#493) add a002db4 [1400] Altered information message for endpoint management add 20229ba Merge pull request #494 from apache/DLAB-1400 add f650f54 [DLAB-1401] Created endpoint for endpoint resources add 8163664 [DLAB-1406] Added validation for endpoint disconnection in case if saving related resources new 528ebfb Merge branch 'develop' of github.com:apache/incubator-dlab into DLAB-1239 new b2ca611 [DLAB-1239]: Swagger UI integration in DLab navigation The 2 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: 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 +- .../superset_start.py} | 29 ++-- .../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} | 14 +- .../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} | 22 ++- .../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 +++++++++++++-------- .../src/app/shared/navbar/navbar.component.html | 57 ++++--- .../src/app/shared/navbar/navbar.component.scss | 24 +++ .../webapp/src/assets/styles/_dialogs.scss | 8 +- .../webapp/src/assets/svg/swagger-logo.svg | 8 + .../InfrastructureTemplateServiceBaseTest.java | 9 +- 49 files changed, 858 insertions(+), 399 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/{dlab-model/src/main/java/com/epam/dlab/dto/base/keyload/UploadFile.java => self-service/src/main/java/com/epam/dlab/backendapi/domain/EndpointResourcesDTO.java} (79%) 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%) create mode 100644 services/self-service/src/main/resources/webapp/src/assets/svg/swagger-logo.svg --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@dlab.apache.org For additional commands, e-mail: commits-h...@dlab.apache.org