You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by an...@apache.org on 2019/10/16 10:22:02 UTC

[incubator-dlab] branch DLAB-1157 updated (613c41c -> af5dd30)

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

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


    from 613c41c  [DLAB-1178]: fixed issue with billing report page/ azure
     add 1a50cea  [DLAB-1156] Update user in mongo while refreshing access token
     add 0fd8ed2  Code review
     add b515d6d  Merge pull request #340 from apache/DLAB-1156-fix
     add 7af2245  DLAB-000 fixed unit test
     add 30191da  [DLAB-1192] Changed – info message while connecting/disconnecting endpoint
     add 66d4cdc  Merge pull request #344 from apache/DLAB-1192
     add b31d792  DLAB-1175 - made groups case insensitive
     add 0da7bb0  DLAB-1175 - made users case insensitive
     add 488998e  [DLAB-1179] Fixed issue with billing (Azure)
     add c35ce6d  [DLAB-1179] Added required parameters to billing.yml
     add a849df1  [DLAB-1179] Updated parameters in config files
     add 2c8191a  Merge pull request #345 from apache/DLAB-1179
     new af5dd30  Merge branch 'develop' of github.com:apache/incubator-dlab into DLAB-1157

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/billing-azure/billing.yml                 |  4 +
 .../azure/AzureBillableResourcesService.java       | 13 ++--
 .../dlab/billing/azure/BillingSchedulerAzure.java  |  5 +-
 .../azure/config/BillingConfigurationAzure.java    |  4 +
 services/self-service/self-service.yml             | 12 +--
 .../conf/SelfServiceApplicationConfiguration.java  |  7 ++
 .../com/epam/dlab/backendapi/dao/SecurityDAO.java  | 12 ++-
 .../dropwizard/listeners/MongoStartupListener.java |  4 +
 .../backendapi/resources/KeycloakResource.java     |  2 +-
 .../com/epam/dlab/backendapi/roles/UserRoles.java  |  4 +-
 .../dlab/backendapi/service/KeycloakService.java   |  1 +
 .../backendapi/service/KeycloakServiceImpl.java    | 14 +++-
 .../administration/project/project.component.ts    | 12 ++-
 .../backendapi/resources/KeycloakResourceTest.java |  4 +-
 .../service/KeycloakServiceImplTest.java           | 85 ++++++++++++++++++++++
 15 files changed, 163 insertions(+), 20 deletions(-)
 create mode 100644 services/self-service/src/test/java/com/epam/dlab/backendapi/service/KeycloakServiceImplTest.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 'develop' of github.com:apache/incubator-dlab into DLAB-1157

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

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

commit af5dd307e7d0815cbb6fdd3b235ec08d458f7c7d
Merge: 613c41c 2c8191a
Author: Andriana Kovalyshyn <An...@epam.com>
AuthorDate: Wed Oct 16 13:17:01 2019 +0300

    Merge branch 'develop' of github.com:apache/incubator-dlab into DLAB-1157

 services/billing-azure/billing.yml                 |  4 +
 .../azure/AzureBillableResourcesService.java       | 13 ++--
 .../dlab/billing/azure/BillingSchedulerAzure.java  |  5 +-
 .../azure/config/BillingConfigurationAzure.java    |  4 +
 services/self-service/self-service.yml             | 12 +--
 .../conf/SelfServiceApplicationConfiguration.java  |  7 ++
 .../com/epam/dlab/backendapi/dao/SecurityDAO.java  | 12 ++-
 .../dropwizard/listeners/MongoStartupListener.java |  4 +
 .../backendapi/resources/KeycloakResource.java     |  2 +-
 .../com/epam/dlab/backendapi/roles/UserRoles.java  |  4 +-
 .../dlab/backendapi/service/KeycloakService.java   |  1 +
 .../backendapi/service/KeycloakServiceImpl.java    | 14 +++-
 .../administration/project/project.component.ts    | 12 ++-
 .../backendapi/resources/KeycloakResourceTest.java |  4 +-
 .../service/KeycloakServiceImplTest.java           | 85 ++++++++++++++++++++++
 15 files changed, 163 insertions(+), 20 deletions(-)


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