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 f2822df  Merge pull request #381 from apache/DLAB-1237
     new 3dc952d  Merge branch 'develop' of 
/Users/bohdan.hliva/IdeaProjects/incubator-dlab with conflicts.
     new 0dca866  DLAB-000 remove swagger 1.x and replace it with openapi

The 2 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:
 pom.xml                                            |  5 --
 services/self-service/pom.xml                      | 27 ++++++--
 services/self-service/self-service.yml             | 11 ----
 .../dlab/backendapi/SelfServiceApplication.java    |  6 ++
 .../conf/SelfServiceApplicationConfiguration.java  |  8 ---
 .../resources/ApplicationSettingResource.java      | 17 ++---
 .../dlab/backendapi/resources/BackupResource.java  | 20 ++----
 .../dlab/backendapi/resources/EdgeResource.java    | 12 +---
 .../backendapi/resources/EnvironmentResource.java  | 26 ++------
 .../backendapi/resources/ExploratoryResource.java  | 36 ++++------
 .../backendapi/resources/GitCredsResource.java     | 12 +---
 .../resources/ImageExploratoryResource.java        | 27 ++------
 .../resources/InfrastructureInfoResource.java      | 15 +----
 .../resources/InfrastructureTemplateResource.java  | 14 +---
 .../backendapi/resources/KeyUploaderResource.java  | 28 ++------
 .../resources/LibExploratoryResource.java          | 32 ++-------
 .../backendapi/resources/SchedulerJobResource.java | 46 ++-----------
 .../backendapi/resources/SecurityResource.java     | 24 +------
 .../backendapi/resources/SystemInfoResource.java   |  8 +--
 .../backendapi/resources/UserGroupResource.java    | 77 +++++-----------------
 .../backendapi/resources/UserRoleResource.java     | 12 +---
 .../backendapi/resources/UserSettingsResource.java | 17 ++---
 .../resources/aws/ComputationalResourceAws.java    | 67 ++++---------------
 .../azure/ComputationalResourceAzure.java          | 51 ++------------
 .../resources/gcp/ComputationalResourceGcp.java    | 64 ++++--------------
 .../resources/swagger/SwaggerSecurityInfo.java     | 38 -----------
 .../service/impl/EnvironmentServiceImpl.java       |  3 -
 27 files changed, 143 insertions(+), 560 deletions(-)
 delete mode 100644 
services/self-service/src/main/java/com/epam/dlab/backendapi/resources/swagger/SwaggerSecurityInfo.java


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

Reply via email to