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

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


    from 9ab3b43  [DLAB-1748]: made some changes for r pkg installation
     add d681f82  [DLAB-1749] BE support library installation of particular 
version
     add 88429c0  [DLAB-1751]: Added dependencies info for lib list
     add 2ff620b  upd libs
     add 03fd607  [DLAB-1750] Added lib versions from UI
     add a9a4c9d  Merge branch 'DLAB-1750' into DLAB-1749
     add 6412708  small fix
     add 18104f0  [DLAB-1750] Added possibility to install lib with different 
version
     add e2e5f74  [DLAB-1750] Added validation for existing and installed libs
     add a4ce996  [DLAB-1749] BE support library installation of particular 
version
     add a45f5ac  Merge branch 'DLAB-1749' of github.com:apache/incubator-dlab 
into DLAB-1749
     add cdecfd1  [DLAB-1750] Added validation for existing and installed libs
     add 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)
     add 507cb3d  Merge branch 'develop' into DLAB-1749
     add 0bad8ba  [DLAB-1749] Added available lib version list dialog
     add a42782f  [DLAB-1749] Updated ordering
     add fdd45f1  Merge remote-tracking branch 'origin/DLAB-1749' into DLAB-1749
     new c2466db  Merge remote-tracking branch 'remotes/origin/DLAB-1749' into 
DLAB-1748

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:
 .../epam/dlab/dto/exploratory/LibInstallDTO.java   |   8 ++
 .../com/epam/dlab/backendapi/dao/AuditDAOImpl.java |   7 ++
 .../dlab/backendapi/dao/ExploratoryLibDAO.java     |  38 +++++-
 .../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/resources/dto/LibraryStatus.java    |   6 +
 .../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/LibraryServiceImpl.java           |  29 ++---
 .../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 +-
 .../exploratory/install-libraries/index.ts         |   6 +-
 .../install-libraries.component.html               |  78 ++++++++++---
 .../install-libraries.component.scss               |  86 +++++++++++++-
 .../install-libraries.component.ts                 | 130 +++++++++++++++++++--
 .../install-libraries/install-libraries.model.ts   |   2 +-
 .../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/LibraryServiceImplTest.java       |   4 +-
 .../service/impl/SchedulerJobServiceImplTest.java  |  80 ++++++-------
 38 files changed, 575 insertions(+), 242 deletions(-)


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

Reply via email to