You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by om...@apache.org on 2019/09/27 09:46:30 UTC

[incubator-dlab] branch DLAB-1028 updated (437dfd5 -> 755db4d)

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

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


    from 437dfd5  fixed typo
     add 2b4b95d  ingrid alignments fixes
     add 4caec0f  Merge branch 'DLAB-terraform' of github.com:apache/incubator-dlab into DLAB-terraform
     add c6c4189  DLAB-000 fixed bug connected with project modification
     add 2853db9  DLAB-000 fixed regex for project key
     add 40ee170  DLAB-000 added authentication for guacamole
     add 3d91d18  DLAB-000 fixed bug connected with removing user group
     add 3b0f049  DLAB-000 fixed bug connected with roles
     new 755db4d  Merge branch 'DLAB-terraform' of github.com:apache/incubator-dlab into DLAB-1028

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:
 .../main/java/com/epam/dlab/auth/UserInfoDAO.java  | 32 ---------
 .../epam/dlab/auth/UserVerificationService.java    | 30 --------
 .../dlab/backendapi/domain/CreateProjectDTO.java   |  2 +-
 .../epam/dlab/backendapi/modules/DevModule.java    | 79 +---------------------
 .../backendapi/resources/KeycloakResource.java     | 10 ++-
 .../service/impl/ProjectServiceImpl.java           |  3 +-
 .../service/impl/UserGroupServiceImpl.java         | 18 +++--
 .../servlet/guacamole/GuacamoleSecurityFilter.java | 35 ++++++----
 .../management-grid/management-grid.component.scss | 18 +++--
 .../project-list/project-list.component.html       |  6 +-
 .../project-list/project-list.component.scss       |  9 +--
 .../service/impl/UserGroupServiceImplTest.java     |  4 +-
 12 files changed, 70 insertions(+), 176 deletions(-)
 delete mode 100644 services/dlab-webapp-common/src/main/java/com/epam/dlab/auth/UserInfoDAO.java
 delete mode 100644 services/dlab-webapp-common/src/main/java/com/epam/dlab/auth/UserVerificationService.java


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


[incubator-dlab] 01/01: Merge branch 'DLAB-terraform' of github.com:apache/incubator-dlab into DLAB-1028

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

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

commit 755db4de8a00d2d758a0e50bdfec3045535f796a
Merge: 437dfd5 3b0f049
Author: Oleh Martushevskyi <Ol...@epam.com>
AuthorDate: Fri Sep 27 12:46:19 2019 +0300

    Merge branch 'DLAB-terraform' of github.com:apache/incubator-dlab into DLAB-1028

 .../main/java/com/epam/dlab/auth/UserInfoDAO.java  | 32 ---------
 .../epam/dlab/auth/UserVerificationService.java    | 30 --------
 .../dlab/backendapi/domain/CreateProjectDTO.java   |  2 +-
 .../epam/dlab/backendapi/modules/DevModule.java    | 79 +---------------------
 .../backendapi/resources/KeycloakResource.java     | 10 ++-
 .../service/impl/ProjectServiceImpl.java           |  3 +-
 .../service/impl/UserGroupServiceImpl.java         | 18 +++--
 .../servlet/guacamole/GuacamoleSecurityFilter.java | 35 ++++++----
 .../management-grid/management-grid.component.scss | 18 +++--
 .../project-list/project-list.component.html       |  6 +-
 .../project-list/project-list.component.scss       |  9 +--
 .../service/impl/UserGroupServiceImplTest.java     |  4 +-
 12 files changed, 70 insertions(+), 176 deletions(-)


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