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

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


    from 6737547  [DLAB-1749] BE support library installation of particular 
version
     add 9d5dbc5  [DLAB-1919]First part of audit changes
     add 4ef5ba3  [DLAB-1919] Second part of changes
     add c03a9c1  Added log for opening terminal(UI)
     add 9c1384b  [DLAB-1924]:Implemented UI changes for scheduler (#814)
     add c873985  Merge remote-tracking branch 'origin/develop' into develop
     add 70f2594  [DLAB-1925] Change total instance number for EMR, fixed 
billing on resource (#815)
     add 1d9fc97  [DLAB-1921] Fixed creation Group defect (#813)
     add ca3f908  [DLAB-1929] Allowed only one active Data Engine Service per 
notebook (#816)
     new 507cb3d  Merge branch 'develop' into DLAB-1749

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:
 .../com/epam/dlab/backendapi/dao/AuditDAOImpl.java |  7 ++
 .../dlab/backendapi/domain/AuditActionEnum.java    |  2 +-
 .../dlab/backendapi/domain/AuditCreateDTO.java     |  2 +
 .../backendapi/domain/AuditResourceTypeEnum.java   |  3 +-
 .../backendapi/resources/UserGroupResource.java    |  2 +-
 .../dlab/backendapi/resources/dto/GroupDTO.java    |  3 +-
 .../backendapi/service/ExploratoryService.java     |  2 +
 .../backendapi/service/impl/AuditServiceImpl.java  |  3 +-
 .../service/impl/ComputationalServiceImpl.java     | 41 ++++++-----
 .../service/impl/EndpointServiceImpl.java          |  8 +--
 .../service/impl/ExploratoryServiceImpl.java       | 58 +++++++++++-----
 .../service/impl/ProjectServiceImpl.java           | 53 +++++++-------
 .../service/impl/SchedulerJobServiceImpl.java      | 40 +++++------
 .../administration/project/project-data.service.ts | 13 ++--
 .../project-list/project-list.component.html       |  4 +-
 .../cluster-details/cluster-details.component.html |  5 +-
 ...utational-resource-create-dialog.component.html |  2 +-
 ...mputational-resource-create-dialog.component.ts |  7 +-
 .../resources-grid/resources-grid.component.html   |  4 +-
 .../resources-grid/resources-grid.component.ts     |  6 ++
 .../resources/scheduler/scheduler.component.html   | 13 ++--
 .../app/resources/scheduler/scheduler.component.ts |  9 +--
 .../notification-dialog.component.ts               | 17 ++---
 .../src/app/shared/navbar/navbar.component.scss    |  4 ++
 .../resources/ImageExploratoryResourceTest.java    |  2 +-
 .../resources/UserGroupResourceTest.java           |  8 +--
 .../service/impl/ExploratoryServiceImplTest.java   | 32 ++++-----
 .../service/impl/SchedulerJobServiceImplTest.java  | 80 +++++++++++-----------
 28 files changed, 243 insertions(+), 187 deletions(-)


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

Reply via email to