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/10/25 08:07:41 UTC

[incubator-dlab] 01/01: Merge pull request #355 from apache/DLAB-1201

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 d39bfd558994bcbc17a0ca6244859dee3dbd7fac
Merge: ed83108 e187c52
Author: bhliva <bo...@ukr.net>
AuthorDate: Fri Oct 25 11:07:29 2019 +0300

    Merge pull request #355 from apache/DLAB-1201
    
    [DLAB-1201] Fixed scheduler issue with token expiration

 .../dlab/model/scheduler/SchedulerJobData.java     |  3 ++
 .../epam/dlab/backendapi/dao/ComputationalDAO.java |  1 +
 .../epam/dlab/backendapi/dao/SchedulerJobDAO.java  |  6 ++-
 .../schedulers/CheckProjectQuoteScheduler.java     |  2 +-
 .../dlab/backendapi/service/KeycloakService.java   |  1 +
 .../backendapi/service/KeycloakServiceImpl.java    | 10 +++++
 .../dlab/backendapi/service/SecurityService.java   |  1 +
 .../backendapi/service/SecurityServiceImpl.java    |  6 +++
 .../service/impl/EnvironmentServiceImpl.java       |  2 +-
 .../service/impl/SchedulerJobServiceImpl.java      | 19 +++++----
 .../resources/SchedulerJobResourceTest.java        |  4 +-
 .../service/impl/EnvironmentServiceImplTest.java   | 12 +++---
 .../service/impl/SchedulerJobServiceImplTest.java  | 49 +++++++++++-----------
 13 files changed, 72 insertions(+), 44 deletions(-)


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