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

dgnatyshyn pushed a change to branch DATALAB-2258
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git.


    from 2d03289  [DATALAB-2233]: Show GPU Dataproc parameters on cluster 
details dialog
     add 0b3b2b7  DATALAB-2232 --  added GPU param
     add 7d80d9b  DATALAB-2232 --  added GPU param
     add dcff0e5  DATALAB-2232 --  added licence
     add 9825c7b  DATALAB-2232 --  refactored ComputationalGPU
     add aeb0486  DATALAB-2232 --  added gpu param for Jupyter.
     add e862bae  DATALAB-2232 --  show param of GPU.
     new a34480f  Merge branch 'DATALAB-2232' of 
github.com:apache/incubator-dlab into DATALAB-2258

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:
 .../files/gcp/dataengine-service_description.json  |  6 ++-
 .../src/general/files/gcp/jupyter_description.json |  4 ++
 .../DynamicChangePropertiesException.java          | 19 ++++++++
 .../computational/UserComputationalResource.java   | 11 +++++
 .../gcp/computational/ComputationalCreateGcp.java  | 46 +++++++++++++++++
 .../computational/GcpComputationalResource.java    | 38 ++++++++++++---
 .../ComputationalGPU.java}                         | 17 +++++--
 .../imagemetadata/ComputationalMetadataDTO.java    |  5 ++
 .../DynamicChangePropertiesExceptionMapper.java    | 20 ++++++++
 .../datalab/backendapi/core/DockerWarmuper.java    | 39 +++++++--------
 .../handlers/ExploratoryCallbackHandler.java       |  1 +
 .../handlers/dao/FileSystemCallbackHandlerDao.java |  2 +
 .../backendapi/resources/EnvironmentResource.java  |  2 +-
 .../backendapi/resources/ExploratoryResource.java  |  2 +-
 .../resources/InfrastructureTemplateResource.java  |  2 +-
 .../resources/dto/ComputationalCreateFormDTO.java  |  2 +
 .../dto/gcp/GcpComputationalCreateForm.java        | 17 +++++++
 .../resources/gcp/ComputationalResourceGcp.java    | 13 +++--
 .../datalab/backendapi/service/TagService.java     |  3 +-
 .../datalab/backendapi/service/TagServiceImpl.java |  6 ++-
 .../service/impl/ComputationalServiceImpl.java     | 43 +++-------------
 .../service/impl/DynamicChangeProperties.java      | 19 ++++++++
 .../service/impl/ExploratoryServiceImpl.java       | 57 ++++------------------
 .../impl/InfrastructureInfoServiceImpl.java        |  1 +
 .../impl/InfrastructureTemplateServiceImpl.java    |  1 -
 .../datalab/backendapi/util/RequestBuilder.java    |  4 ++
 .../resources/InfrastructureInfoResourceTest.java  | 12 ++---
 .../backendapi/service/TagServiceImplTest.java     |  6 ++-
 28 files changed, 259 insertions(+), 139 deletions(-)
 copy 
services/datalab-model/src/main/java/com/epam/datalab/dto/{base/keyload/UploadFile.java
 => imagemetadata/ComputationalGPU.java} (78%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to