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/01 08:08:27 UTC

[incubator-datalab] branch DATALAB-2246 created (now 4313d3f)

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

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


      at 4313d3f  [DATALAB-2233]: Fixed visibility of action menu on small screen

This branch includes the following new commits:

     new a34252b  Merge branch 'DATALAB-2233' of github.com:apache/incubator-dlab into DATALAB-2246
     new 8a97e5f  Merge branch 'DATALAB-2232' of github.com:apache/incubator-dlab into DATALAB-2246
     new 4313d3f  [DATALAB-2233]: Fixed visibility of action menu on small screen

The 3 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.



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


[incubator-datalab] 01/03: Merge branch 'DATALAB-2233' of github.com:apache/incubator-dlab into 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-2246
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git

commit a34252b345c2285e16c9160d958b41a1fa1eb80a
Merge: 4bf806e 24cf73d
Author: Dmytro_Gnatyshyn <di...@ukr.net>
AuthorDate: Thu Jan 28 12:40:40 2021 +0200

    Merge branch 'DATALAB-2233' of github.com:apache/incubator-dlab into DATALAB-2246

 .../files/gcp/dataengine-service_description.json  |   6 +-
 .../general/files/gcp/jupyterlab_description.json  |   4 +
 .../DynamicChangePropertiesException.java          |  19 +++
 .../gcp/computational/ComputationalCreateGcp.java  |  46 ++++++
 .../computational/GcpComputationalResource.java    |  32 +++-
 .../dto/imagemetadata/ComputationalGPU.java}       |  23 ++-
 .../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/InfrastructureTemplateServiceImpl.java    |   1 -
 .../datalab/backendapi/util/RequestBuilder.java    |   4 +
 ...utational-resource-create-dialog.component.html | 184 +++++++++++++++++----
 ...utational-resource-create-dialog.component.scss |   8 +-
 ...mputational-resource-create-dialog.component.ts | 111 ++++++++++---
 .../computational-resource-create.model.ts         |   9 +-
 .../webapp/src/assets/styles/_dialogs.scss         |   2 +-
 .../webapp/src/assets/styles/_general.scss         |   6 +
 .../src/main/resources/webapp/src/styles.scss      |   4 +
 .../resources/InfrastructureInfoResourceTest.java  |  12 +-
 .../backendapi/service/TagServiceImplTest.java     |   6 +-
 33 files changed, 511 insertions(+), 199 deletions(-)


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


[incubator-datalab] 02/03: Merge branch 'DATALAB-2232' of github.com:apache/incubator-dlab into 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-2246
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git

commit 8a97e5f4f424fd7675554916ecbd1cf0bdd4f896
Merge: a34252b e862bae
Author: Dmytro_Gnatyshyn <di...@ukr.net>
AuthorDate: Thu Jan 28 17:05:30 2021 +0200

    Merge branch 'DATALAB-2232' of github.com:apache/incubator-dlab into DATALAB-2246

 .../src/general/files/gcp/jupyter_description.json            |  4 ++++
 .../src/general/files/gcp/jupyterlab_description.json         |  4 ----
 .../datalab/dto/computational/UserComputationalResource.java  | 11 +++++++++++
 .../dto/gcp/computational/GcpComputationalResource.java       |  6 ++++++
 .../service/impl/InfrastructureInfoServiceImpl.java           |  1 +
 5 files changed, 22 insertions(+), 4 deletions(-)


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


[incubator-datalab] 03/03: [DATALAB-2233]: Fixed visibility of action menu on small screen

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

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

commit 4313d3f96721c096ea2524b30b8d10dcd8ff8890
Author: Dmytro_Gnatyshyn <di...@ukr.net>
AuthorDate: Mon Feb 1 08:53:32 2021 +0200

    [DATALAB-2233]: Fixed visibility of action menu on small screen
---
 .../src/app/resources/resources-grid/resources-grid.component.html      | 2 +-
 .../src/app/resources/resources-grid/resources-grid.component.scss      | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/services/self-service/src/main/resources/webapp/src/app/resources/resources-grid/resources-grid.component.html b/services/self-service/src/main/resources/webapp/src/app/resources/resources-grid/resources-grid.component.html
index 55199b1..ac7311b 100644
--- a/services/self-service/src/main/resources/webapp/src/app/resources/resources-grid/resources-grid.component.html
+++ b/services/self-service/src/main/resources/webapp/src/app/resources/resources-grid/resources-grid.component.html
@@ -163,7 +163,7 @@
               || (element.image === 'docker.datalab-jupyterlab' && element.status !== 'running' && element.status !== 'stopped') }">
             </span>
 
-              <bubble-up #actions class="list-menu" position="bottom-left" alternative="top-left">
+              <bubble-up #actions class="list-menu scrolling" position="bottom-left" alternative="top-left">
                 <ul class="list-unstyled" *ngIf="element.shape !== 'odahu cluster'">
                   <div class="active-items" *ngIf="element.status.toLowerCase() !== 'failed'
                 && element.status !== 'terminating'
diff --git a/services/self-service/src/main/resources/webapp/src/app/resources/resources-grid/resources-grid.component.scss b/services/self-service/src/main/resources/webapp/src/app/resources/resources-grid/resources-grid.component.scss
index 51d2f0d..50b7694 100644
--- a/services/self-service/src/main/resources/webapp/src/app/resources/resources-grid/resources-grid.component.scss
+++ b/services/self-service/src/main/resources/webapp/src/app/resources/resources-grid/resources-grid.component.scss
@@ -373,6 +373,7 @@ table.resources {
   0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
   border: none;
   min-width: 190px;
+  max-height: calc(100vh / 2 - 70px);
 }
 
 .settings:not(.label-header) {


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