You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@linkis.apache.org by GitBox <gi...@apache.org> on 2022/04/07 11:07:54 UTC

[GitHub] [incubator-linkis] casionone opened a new issue, #1924: [Bug] [Web] Optimize remove api interface dependency on dss

casionone opened a new issue, #1924:
URL: https://github.com/apache/incubator-linkis/issues/1924

   ### Search before asking
   
   - [X] I searched the [issues](https://github.com/apache/incubator-linkis/issues) and found no similar issues.
   
   
   ### Linkis Component
   
   web
   
   ### What happened + What you expected to happen
   
   ```
   web/src/common/service/apiCommonMethod.js 全部是dss相关的接口 全部移除
   web/src/common/config/apiPath.js 全部是dss相关的接口 全部移除
    
   web/src/common/service/mixin.js
           api.fetch(`/dss/getAppjointProjectIDByApplicationName`
   
   web/src/apps/URM/module/functionManagement/index.vue
   	api.fetch('/dss/framework/workspace/listAllUsers', 'get')
   	
   	
   web/src/apps/URM/module/udfManagement/index.vue
   	api.fetch('/dss/framework/workspace/listAllUsers', 'get')
   	
   web/src/dss/* 这linkis管理台自身是否必须,是否可以考录移除,如果必须保留,名字上是否需要调整 
   
   ```
   **所有以/dss开始的请求接口都是dss服务的接口,linkis不应该依赖dss服务,需要移除这部分代码。**
   
   ### Relevent platform
   
   none
   
   ### Reproduction script
   
   none
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] Yes I am willing to submit a PR!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@linkis.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@linkis.apache.org
For additional commands, e-mail: dev-help@linkis.apache.org


[GitHub] [incubator-linkis] casionone closed issue #1924: [Bug] [Web] Optimize remove api interface dependency on dss

Posted by GitBox <gi...@apache.org>.
casionone closed issue #1924: [Bug] [Web] Optimize remove api interface dependency on dss
URL: https://github.com/apache/incubator-linkis/issues/1924


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@linkis.apache.org
For additional commands, e-mail: dev-help@linkis.apache.org