You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by dg...@apache.org on 2020/12/03 13:57:30 UTC

[incubator-datalab] 03/05: Merge ODAHU UI to develop

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

dgnatyshyn pushed a commit to branch develop_odahu_UI
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git

commit 075234d8d46554795863df7c70c9cb6d19a87c4a
Author: Dmytro_Gnatyshyn <di...@ukr.net>
AuthorDate: Wed Dec 2 16:18:15 2020 +0200

    Merge ODAHU UI to develop
---
 .../app/core/services/applicationServiceFacade.service.ts    | 12 ++++++++++++
 .../src/main/resources/webapp/src/app/core/services/index.ts |  1 +
 2 files changed, 13 insertions(+)

diff --git a/services/self-service/src/main/resources/webapp/src/app/core/services/applicationServiceFacade.service.ts b/services/self-service/src/main/resources/webapp/src/app/core/services/applicationServiceFacade.service.ts
index 30882f1..6bd1c9c 100644
--- a/services/self-service/src/main/resources/webapp/src/app/core/services/applicationServiceFacade.service.ts
+++ b/services/self-service/src/main/resources/webapp/src/app/core/services/applicationServiceFacade.service.ts
@@ -759,4 +759,16 @@ export class ApplicationServiceFacade {
       return this.http.get(body ? (url + body) : url, opt);
     }
   }
+
+  createOdahuCluster(data: any) {
+    
+  }
+
+  getOdahuList() {
+    
+  }
+
+  odahuStartStop(data: any, action: any) {
+    
+  }
 }
diff --git a/services/self-service/src/main/resources/webapp/src/app/core/services/index.ts b/services/self-service/src/main/resources/webapp/src/app/core/services/index.ts
index 2005741..fd4bc4e 100644
--- a/services/self-service/src/main/resources/webapp/src/app/core/services/index.ts
+++ b/services/self-service/src/main/resources/webapp/src/app/core/services/index.ts
@@ -39,3 +39,4 @@ export * from './dataengineConfiguration.service';
 export * from './storage.service';
 export * from './project.service';
 export * from './endpoint.service';
+export * from './legion-deployment.service';


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