You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by dg...@apache.org on 2021/02/02 14:54:05 UTC

[incubator-datalab] branch DATALAB-2091 updated (460728f -> bd802e5)

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

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


    from 460728f  [DATALAB-2091]: removed gpu_shapes from jupyter_description.json
     add 7030b9c  [DATALAB-2235]: Added GPU for compute creating, Changed checkboxes
     add be49dc7  Merge branch 'DATALAB-2232' of github.com:apache/incubator-dlab into DATALAB-2233
     add 9d3c40d  [DATALAB-2233]: Add service layer
     add 13985e9  [DATALAB-2233]: added GPU count
     add 4e349f0  Merge branch 'DATALAB-2232' of github.com:apache/incubator-dlab into DATALAB-2233
     add 84ae771  Merge branch 'DATALAB-2232' of github.com:apache/incubator-dlab into DATALAB-2233
     add dfe19b4  [DATALAB-2233]: upd gpu for dataproc
     add 255fa64  Merge branch 'DATALAB-2232' of github.com:apache/incubator-dlab into DATALAB-2233
     add 3193d91  [DATALAB-2233]: Add validation
     add 818a0dc  small fix
     add 1e746d2  Merge branch 'DATALAB-2232' of github.com:apache/incubator-dlab into DATALAB-2233
     add 24cf73d  [DATALAB-2233]:  Added GPU parameters for Dataproc
     add a34252b  Merge branch 'DATALAB-2233' of github.com:apache/incubator-dlab into DATALAB-2246
     add 8a97e5f  Merge branch 'DATALAB-2232' of github.com:apache/incubator-dlab into DATALAB-2246
     add 4313d3f  [DATALAB-2233]: Fixed visibility of action menu on small screen
     add 47ef2be  [DATALAB-2233]: Add possibility to create jupiter with GPU
     add 8d8e207  DATALAB-2232 --  refactoring GPU for Jupyter.
     add 4a8169c  DATALAB-2232/DATALAB-2247
     add 63accf4  Merge branch 'DATALAB-2232' of github.com:apache/incubator-dlab into DATALAB-2246
     add 2387e4c  add gpu tag
     add 2543665  [DATALAB-2232] - show gpu for jupyter
     add a9d8089  Merge branch 'DATALAB-2232' of github.com:apache/incubator-dlab into DATALAB-2246
     add fc9a452  [DATALAB-2246]: Added GPU for jupyter on GCP
     add f7f6f39  Merge branch 'DATALAB-2091' into DATALAB-2246
     new bd802e5  Merge pull request #1053 from apache/DATALAB-2246

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:
 .../java/com/epam/datalab/dto/UserInstanceDTO.java |  21 ++++
 .../dto/imagemetadata/ExploratoryMetadataDTO.java  |   3 +
 .../datalab/model/exploratory/Exploratory.java     |   4 +
 .../backendapi/resources/ExploratoryResource.java  |   4 +-
 .../resources/dto/ExploratoryCreateFormDTO.java    | 115 ++-------------------
 .../service/impl/ExploratoryServiceImpl.java       |   6 +-
 .../webapp/src/app/core/util/helpUtils.ts          |  20 ++++
 ...mputational-resource-create-dialog.component.ts |  25 +----
 .../create-environment.component.html              |  81 +++++++++++++--
 .../create-environment.component.scss              |   5 +
 .../create-environment.component.ts                |  83 +++++++++++++--
 .../detail-dialog/detail-dialog.component.html     |   5 +-
 .../detail-dialog/detail-dialog.component.ts       |   1 -
 .../resources-grid/resources-grid.component.html   |  28 ++++-
 .../resources-grid/resources-grid.component.scss   |   7 ++
 .../resources-grid/resources-grid.model.ts         |   6 +-
 16 files changed, 255 insertions(+), 159 deletions(-)


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


[incubator-datalab] 01/01: Merge pull request #1053 from apache/DATALAB-2246

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

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

commit bd802e592d50c54609807836f4e73c7d1d56368e
Merge: 460728f f7f6f39
Author: Dmytro Gnatyshyn <42...@users.noreply.github.com>
AuthorDate: Tue Feb 2 16:53:30 2021 +0200

    Merge pull request #1053 from apache/DATALAB-2246
    
     [DATALAB-2246]: Added GPU for jupyter on GCP

 .../java/com/epam/datalab/dto/UserInstanceDTO.java |  21 ++++
 .../dto/imagemetadata/ExploratoryMetadataDTO.java  |   3 +
 .../datalab/model/exploratory/Exploratory.java     |   4 +
 .../backendapi/resources/ExploratoryResource.java  |   4 +-
 .../resources/dto/ExploratoryCreateFormDTO.java    | 115 ++-------------------
 .../service/impl/ExploratoryServiceImpl.java       |   6 +-
 .../webapp/src/app/core/util/helpUtils.ts          |  20 ++++
 ...mputational-resource-create-dialog.component.ts |  25 +----
 .../create-environment.component.html              |  81 +++++++++++++--
 .../create-environment.component.scss              |   5 +
 .../create-environment.component.ts                |  83 +++++++++++++--
 .../detail-dialog/detail-dialog.component.html     |   5 +-
 .../detail-dialog/detail-dialog.component.ts       |   1 -
 .../resources-grid/resources-grid.component.html   |  28 ++++-
 .../resources-grid/resources-grid.component.scss   |   7 ++
 .../resources-grid/resources-grid.model.ts         |   6 +-
 16 files changed, 255 insertions(+), 159 deletions(-)


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