You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by bh...@apache.org on 2019/04/11 11:44:07 UTC

[incubator-dlab] branch develop updated (8dae908 -> d1842f7)

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

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


    from 8dae908  Merge pull request #90 from apache/DLAB-597-fix
     add bdc7fea  DLAB-453 added possibility to terminate computational by scheduler
     new d1842f7  Merge pull request #91 from apache/feature-DLAB-453-1

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:
 services/self-service/self-service.yml             |  3 ++
 .../epam/dlab/backendapi/dao/SchedulerJobDAO.java  | 43 ++++++++++++----------
 .../computational/StopComputationalJob.java        |  2 -
 ...onalJob.java => TerminateComputationalJob.java} | 19 ++++------
 .../service/impl/SchedulerJobServiceImpl.java      | 29 +++++++--------
 .../validation/SchedulerJobDTOValidator.java       |  2 +-
 .../service/impl/SchedulerJobServiceImplTest.java  | 17 +++------
 7 files changed, 54 insertions(+), 61 deletions(-)
 copy services/self-service/src/main/java/com/epam/dlab/backendapi/schedulers/computational/{StopComputationalJob.java => TerminateComputationalJob.java} (70%)


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


[incubator-dlab] 01/01: Merge pull request #91 from apache/feature-DLAB-453-1

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

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

commit d1842f791453eea13efb774e6c3418f8a89c9beb
Merge: 8dae908 bdc7fea
Author: bhliva <bo...@ukr.net>
AuthorDate: Thu Apr 11 14:44:02 2019 +0300

    Merge pull request #91 from apache/feature-DLAB-453-1
    
    DLAB-453 added possibility to terminate computational by scheduler

 services/self-service/self-service.yml             |  3 ++
 .../epam/dlab/backendapi/dao/SchedulerJobDAO.java  | 43 ++++++++++++----------
 .../computational/StopComputationalJob.java        |  2 -
 ...onalJob.java => TerminateComputationalJob.java} | 19 ++++------
 .../service/impl/SchedulerJobServiceImpl.java      | 29 +++++++--------
 .../validation/SchedulerJobDTOValidator.java       |  2 +-
 .../service/impl/SchedulerJobServiceImplTest.java  | 17 +++------
 7 files changed, 54 insertions(+), 61 deletions(-)


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