You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by dy...@apache.org on 2022/03/09 08:54:48 UTC

[incubator-datalab] branch develop updated (1d0a203 -> 65ec242)

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

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


    from 1d0a203  Merge pull request #1446 from apache/DATALAB-2728
     add 736edf2  removed redundant condition in markup
     add e9318c3  fixed markup
     add 788a895  temp commit
     add c1dce88  Merge pull request #1440 from GennadiyShpak/feat/DATALAB-2697/Support-possibility-to-start-instance
     add 2b39b24  add support for starting user instances as admin in selfservice
     add c088140  Merge pull request #1441 from denysyankiv/DATALAB-2649
     add 16f0139  removed redundant condition in markup
     add 4cec9e5  Merge pull request #1442 from GennadiyShpak/feat/DATALAB-2697/Support-possibility-to-start-instance
     add b052553  Merge branch 'DATALAB-2697' into feat/DATALAB-2697/Support-possibility-to-start-instance
     add 3de89d9  Merge pull request #1443 from GennadiyShpak/feat/DATALAB-2697/Support-possibility-to-start-instance
     add dee895e  change EnvironmentService.start method, ExploratiryService, add logs
     add 2607c9a  added action pipe
     add 187f0c0  Merge pull request #1447 from GennadiyShpak/feat/DATALAB-2697/Support-possibility-to-start-instance
     new 65ec242  Merge pull request #1448 from apache/DATALAB-2697

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:
 .../backendapi/resources/EnvironmentResource.java  |  12 ++
 .../CheckInfrastructureStatusScheduler.java        |   1 +
 .../backendapi/service/EnvironmentService.java     |   2 +
 .../backendapi/service/ExploratoryService.java     |   1 +
 .../service/impl/EnvironmentServiceImpl.java       |  13 +-
 .../src/app/administration/management/index.ts     |   2 +
 .../management-grid/management-grid.component.html |   9 +-
 .../management-grid/management-grid.component.ts   |   2 +-
 .../management/management.component.ts             | 172 +++++++++++----------
 .../administration/management/management.model.ts  |  21 +++
 .../convert-action-type.pipe.ts}                   |  29 +++-
 .../index.ts                                       |   8 +-
 12 files changed, 171 insertions(+), 101 deletions(-)
 copy services/self-service/src/main/resources/webapp/src/app/core/pipes/{keys-pipe/keys.pipe.ts => convert-action-type-pipe/convert-action-type.pipe.ts} (59%)
 copy services/self-service/src/main/resources/webapp/src/app/core/pipes/{keys-pipe => convert-action-type-pipe}/index.ts (83%)

---------------------------------------------------------------------
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 #1448 from apache/DATALAB-2697

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

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

commit 65ec242920941082e7bd83bb0c8bd0ed8af31f5d
Merge: 1d0a203 187f0c0
Author: Denys Yankiv <de...@gmail.com>
AuthorDate: Wed Mar 9 10:54:42 2022 +0200

    Merge pull request #1448 from apache/DATALAB-2697
    
    [DATALAB-2697]: support possibility to start user's instance by Admin

 .../backendapi/resources/EnvironmentResource.java  |  12 ++
 .../CheckInfrastructureStatusScheduler.java        |   1 +
 .../backendapi/service/EnvironmentService.java     |   2 +
 .../backendapi/service/ExploratoryService.java     |   1 +
 .../service/impl/EnvironmentServiceImpl.java       |  13 +-
 .../src/app/administration/management/index.ts     |   2 +
 .../management-grid/management-grid.component.html |   9 +-
 .../management-grid/management-grid.component.ts   |   2 +-
 .../management/management.component.ts             | 172 +++++++++++----------
 .../administration/management/management.model.ts  |  21 +++
 .../convert-action-type.pipe.ts                    |  48 ++++++
 .../core/pipes/convert-action-type-pipe/index.ts   |  30 ++++
 12 files changed, 223 insertions(+), 90 deletions(-)

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