This is an automated email from the ASF dual-hosted git repository.
mykolabodnar pushed a change to branch DATALAB-2372
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git.
from 9d85715 [DATALAB-2372] - [GCP] Deeplearning deploy from cloud image
fixed
add 6f1cf89 [DATALAB-2410]: added output
add fabef23 [DATALAB-2410]: added sensitive argument hiding
add 02dfdc1 [DATALAB-2410]: added element to sensitive list
add e6f2af8 [DATALAB-2410]: removed unnecessary output
add c22694a [DATALAB-2410]: added sensitive vars handling in output
add 52a7505 [DATALAB-2410]: removed unnecessary args print
add a769109 Merge pull request #1190 from apache/DATALAB-2410
add cb8de1c [DATALAB-2432] removed space under the grid for project
termination dialog
add c00e7cf Merge pull request #1191 from apache/DATALAB-2432
add 867c233 [DATALAB-2414]: made dataengine use virtualenv
add 009c293 [DATALAB-2414]: remade some vars definition
add 650faaa Merge pull request #1192 from apache/DATALAB-2414
add c3a62f1 [DATALAB-2179,2318] -- fixed status bugs
add 7949842 Merge pull request #1193 from apache/DATALAB-2179
add 79af48b [DATALAB-2408] -- added response for properties restart
add 0b29efb [DATALAB-2437] -- added slave gpu for user resources
add e4d2949 changed property names
add ec5ad1e [DATALAB-2408] -- added response for properties restart
add f5d878d Merge pull request #1194 from apache/DATALAB-2437
add 66cc8e2 [DATALAB-1939] showed all resources which will be terminated
add 4da6e91 Merge pull request #1195 from apache/DATALAB-1939
add 65d619b [DATALAB-2414]: fixed python version in kernel name
add ba8a03d Merge pull request #1196 from apache/DATALAB-2414
add 29729c4 [DATALAB-2413] -- changed quartz_mongodb dependencies
add 2e3e05d [DATALAB-2420]: changed one of lib installation temporary
files name
add 8d41e00 [DATALAB-2420]: fixed status in case if lib is already
installed
add 6def217 Merge pull request #1197 from apache/DATALAB-2420
add 1bf1940 Merge branch 'develop' of
https://github.com/apache/incubator-datalab into develop
add 97b493c [DATALAB-2430] -- added missed param
add 15783c1 Merge pull request #1198 from apache/DATALAB-2430
add 75b01b0 [DATALAB-2430] -- fixed tests
add ada232b Merge pull request #1199 from apache/DATALAB-2430
add 5d768c3 [DATALAB-2430] -- fixed tests
add 902ead4 [DATALAB] -- fixed bugs
add 5dbc237 Merge pull request #1200 from apache/DATALAB-2317
add c720897 [DATALAB-2429]: fixed additional lib installation for gcp
dataengine-service
add 6e1067b Merge pull request #1201 from apache/DATALAB-2429
add dfdf27d [DATALAB-2431] added gpu for Apache cluster
add 592b38b Merge branch 'DATALAB-2431' of
https://github.com/apache/incubator-datalab into DATALAB-2430
add 4453695 [DATALAB-2430] -- fixed bugs with param
add 42d050d Merge pull request #1202 from apache/DATALAB-2430
add c402fd4 [DATALAB-2431] added new parameters for Apache Standalone
cluster
add 1f442ba Merge pull request #1203 from apache/DATALAB-2431
add 0ca34b1 Merge pull request #1204 from apache/DATALAB-2372
add 85daed9 Merge pull request #1205 from apache/DATALAB-2372
add 0478968 [DataProc] [GCP] Dataproc version updated
new 6123437 [DATALAB-2372] - [GCP] Deeplearning libs installation fixed
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:
.../src/dataengine/scripts/configure_dataengine.py | 7 +
.../files/gcp/dataengine-service_description.json | 4 +-
.../src/general/lib/os/debian/notebook_lib.py | 10 +-
.../src/general/lib/os/fab.py | 49 +++-
.../scripts/gcp/dataengine-service_install_libs.py | 6 +-
.../general/scripts/os/common_clean_instance.py | 2 +-
.../os/deeplearning_dataengine_create_configs.py | 4 +-
.../general/scripts/os/install_additional_libs.py | 7 +-
.../os/jupyter_dataengine_create_configs.py | 4 +-
.../os/jupyter_install_dataengine_kernels.py | 4 +-
.../scripts/os/tensor_dataengine_create_configs.py | 4 +-
.../terraform/bin/datalab.py | 38 +--
.../terraform/bin/deploy/endpoint_fab.py | 17 +-
.../java/com/epam/datalab/dto/UserInstanceDTO.java | 11 +-
.../computational/AwsComputationalResource.java | 14 +-
.../SparkStandaloneClusterResource.java | 37 ++-
.../computational/UserComputationalResource.java | 12 +-
.../gcp/computational/ComputationalCreateGcp.java | 8 +-
.../computational/GcpComputationalResource.java | 10 +-
.../computational/SparkComputationalCreateGcp.java | 69 +++--
.../properties/ChangePropertiesService.java | 12 +-
.../properties/ExternalChangeProperties.java | 6 +-
.../com/epam/datalab/properties/RestartAnswer.java | 13 +
.../resources/ChangePropertiesResource.java | 56 +---
services/self-service/pom.xml | 3 +-
.../backendapi/resources/ExploratoryResource.java | 9 +-
.../resources/aws/ComputationalResourceAws.java | 3 +-
.../resources/dto/ExploratoryCreateFormDTO.java | 4 +-
.../dto/SparkStandaloneClusterCreateForm.java | 31 ++-
.../resources/gcp/ComputationalResourceGcp.java | 12 +-
.../CheckInfrastructureStatusScheduler.java | 2 +-
.../service/impl/ComputationalServiceImpl.java | 19 +-
.../datalab/backendapi/util/RequestBuilder.java | 23 +-
.../src/main/resources/quartz.properties | 3 +-
.../administration/project/project.component.ts | 20 +-
.../cluster-details/cluster-details.component.html | 126 +++++----
...utational-resource-create-dialog.component.html | 308 +++++++++++----------
.../computational-resource-create.model.ts | 11 +-
.../create-environment.component.html | 8 +-
.../create-environment.component.ts | 20 +-
.../install-libraries.component.scss | 59 ++--
.../webapp/src/dictionary/gcp.dictionary.ts | 3 +-
.../service/impl/ComputationalServiceImplTest.java | 4 +-
43 files changed, 597 insertions(+), 475 deletions(-)
create mode 100644
services/datalab-webapp-common/src/main/java/com/epam/datalab/properties/RestartAnswer.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]