You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/08/27 02:54:25 UTC

[GitHub] [dolphinscheduler] Amy0104 opened a new issue, #11673: [DSIP-17][Studio] Dolphinscheduler Studio, a debug platform.

Amy0104 opened a new issue, #11673:
URL: https://github.com/apache/dolphinscheduler/issues/11673

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement.
   
   
   ### Description
   
   ## Purpose
   
   In order to debug the scripts in dolphinscheduler. 
   
   ## How
   
   We're going to support this by a studio project which will be completed step by step. For the first step is to support three types of scripts, shell, sql and python. And we will support more types in the future.
   
   ### For the project
   
   There are three modules in this project, and these three modules are File, Editor and Log. We will support setting module or other modules in the future.
   
   #### File module
   
   In this module, you can create and delete a file or a folder, as well as filter files.
   
   #### Editor module
   
   In this module, you can edit, save and run a file. The editor module can be separately in the browser. 
   
   #### Log module
   
   In this module, you can check the log after the file has been run. The log module can be displayed separately in the browser as well as the editor module. 
   
   
   ### Use case
   
   _No response_
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org.apache.org

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


[GitHub] [dolphinscheduler] Amy0104 commented on issue #11673: [DSIP-17][Studio] Dolphinscheduler Studio, a debug platform.

Posted by GitBox <gi...@apache.org>.
Amy0104 commented on issue #11673:
URL: https://github.com/apache/dolphinscheduler/issues/11673#issuecomment-1232389888

   The repository of this issue is [here](https://github.com/apache/dolphinscheduler-studio) .


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

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


[GitHub] [dolphinscheduler] EricGao888 commented on issue #11673: [DSIP-17][Studio] Dolphinscheduler Studio, a debug platform.

Posted by GitBox <gi...@apache.org>.
EricGao888 commented on issue #11673:
URL: https://github.com/apache/dolphinscheduler/issues/11673#issuecomment-1229718866

   In the future, we might have it combined with git features for task code review. related: #10387 cc @complone @xtr1993


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

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


[GitHub] [dolphinscheduler] Amy0104 commented on issue #11673: [DSIP-17][Studio] Dolphinscheduler Studio, a debug platform.

Posted by GitBox <gi...@apache.org>.
Amy0104 commented on issue #11673:
URL: https://github.com/apache/dolphinscheduler/issues/11673#issuecomment-1232388665

   We will support those features like `highlight`,`auto-complete` and `auto-formatting` by monaco-editor. Later we'll provide an example to tell users how to use it.


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

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


[GitHub] [dolphinscheduler] EricGao888 commented on issue #11673: [DSIP-17][Studio] Dolphinscheduler Studio, a debug platform.

Posted by GitBox <gi...@apache.org>.
EricGao888 commented on issue #11673:
URL: https://github.com/apache/dolphinscheduler/issues/11673#issuecomment-1229715919

   Hi @Amy0104, this design looks cool to me. May I ask how could users install this studio? If they have been using the DS 3.0.0, is there a way to plugin it into their existing DS deployment? Thanks!


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

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


[GitHub] [dolphinscheduler] simon824 commented on issue #11673: [DSIP-17][Studio] Dolphinscheduler Studio, a debug platform.

Posted by GitBox <gi...@apache.org>.
simon824 commented on issue #11673:
URL: https://github.com/apache/dolphinscheduler/issues/11673#issuecomment-1284829318

   Hi, how is the progress of `dolphinscheduler-studio`, is there a release plan, can't wait to use it


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

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


[GitHub] [dolphinscheduler] EricGao888 commented on issue #11673: [DSIP-17][Studio] Dolphinscheduler Studio, a debug platform.

Posted by GitBox <gi...@apache.org>.
EricGao888 commented on issue #11673:
URL: https://github.com/apache/dolphinscheduler/issues/11673#issuecomment-1229716714

   BTW, will we have some features like `highlight`, `auto-complete` and `auto-formatting`? I think those are important especially for long SQL scripts.


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

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


[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #11673: [DSIP-17][Studio] Dolphinscheduler Studio, a debug platform.

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #11673:
URL: https://github.com/apache/dolphinscheduler/issues/11673#issuecomment-1229107826

   Thank you for your feedback, we have received your issue, Please wait patiently for a reply.
   * In order for us to understand your request as soon as possible, please provide detailed information、version or pictures.
   * If you haven't received a reply for a long time, you can [join our slack](https://s.apache.org/dolphinscheduler-slack) and send your question to channel `#troubleshooting`


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

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