This is an automated email from the ASF dual-hosted git repository. ofuks pushed a change to branch DLAB-1321 in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git.
from eb408be [DLAB-1321]: Conveyed all resources which will be terminated on confirmation dialog and added possibility to terminate all resources on endpoint add 4630407 # Conflicts: # services/self-service/src/main/java/com/epam/dlab/backendapi/service/impl/ProjectServiceImpl.java add 2aa8034 Resolve conflicts No new revisions were added by this update. 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 | 4 +- .../superset/scripts/configure_superset_node.py | 2 +- .../src/superset/templates/id_provider.json | 10 +- .../src/superset/templates/superset_config.py | 2 +- .../com/epam/dlab/mongo/DlabResourceTypeDAO.java | 6 +- .../epam/dlab/backendapi/dao/BaseBillingDAO.java | 11 +- .../impl/InfrastructureTemplateServiceBase.java | 6 +- .../service/impl/ProjectServiceImpl.java | 9 +- ...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 +- .../shared/form-controls/dropdowns.component.scss | 4 +- .../multi-select-dropdown.component.html | 2 +- .../webapp/src/assets/styles/_dialogs.scss | 8 +- .../InfrastructureTemplateServiceBaseTest.java | 9 +- 35 files changed, 510 insertions(+), 281 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-unsubscr...@dlab.apache.org For additional commands, e-mail: commits-h...@dlab.apache.org