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/09/19 12:13:04 UTC

[incubator-dlab] branch develop updated (b4bfca3 -> cc6ecf9)

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

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


    from b4bfca3  Merge pull request #313 from apache/DLAB-997
     new 222d2ce  [DLAB-1078]:  Added endpoint to generate key pairs
     new 6c26043  Code review
     new cc6ecf9  Merge pull request #309 from ofuks/DLAB-1078

The 6742 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:
 .../dlab/backendapi/resources/ProjectResource.java | 20 +++++-
 .../dlab/backendapi/resources/dto/KeysDTO.java     | 11 ++++
 .../dlab/backendapi/service/AccessKeyService.java  |  2 +
 .../service/impl/AccessKeyServiceImpl.java         | 17 +++++
 .../backendapi/resources/ProjectResourceTest.java  | 73 ++++++++++++++++++++++
 5 files changed, 122 insertions(+), 1 deletion(-)
 create mode 100644 services/self-service/src/main/java/com/epam/dlab/backendapi/resources/dto/KeysDTO.java
 create mode 100644 services/self-service/src/test/java/com/epam/dlab/backendapi/resources/ProjectResourceTest.java


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