1. 24 9月, 2022 2 次提交
  2. 23 9月, 2022 4 次提交
    • J
      [Feature][API] New restful API for workflow and schedule (#11912) · 82ddd72e
      Jiajie Zhong 提交于
      * [feat] New restful API for workflow and schedule
      
      CURD for workflow and schedule, different with exists
      API, this new restful api only operate single resource
      in each request, and return the latest. For example,
      previous workflow should also need to post tasks definition
      and tasks relation definition, but this patch will allow
      you to create workflow without task relate information
      
      * use checkProjectAndAuthThrowException, and fix CI error
      
      * Update dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/controller/ScheduleV2Controller.java
      
      * change method name
      from createProcessDefinitionV2 to createSingleProcessDefinition
      from updateProcessDefinitionV2 to updateSingleProcessDefinition
      Co-authored-by: Ncaishunfeng <caishunfeng2021@gmail.com>
      82ddd72e
    • J
      [fix][python] Task switch branch not show in webui (#12120) · a86f4e26
      Jiajie Zhong 提交于
      when create task switch in python api, switch branch not show correctly,
      due to we add some unnecessary attribute to switch task, this patch we
      add `_task_ignore_attr` in class `Task` to ignore those unnecessary
      attribute from `_task_default_attr`
      a86f4e26
    • J
      [Fix] Also auto formatter workflow instance if location is null (#12080) · 2531c222
      Jiajie Zhong 提交于
      * [fix] Also auto formatter workflow instance if location is null
      
      In #11535(096fae77) and #11681(4dca488c), we already formatter
      workflow definition, but I find out we forget formatter workflow
      instance with definition's location is null, this patch also
      formatter workflow instance.
      
      * remove console log
      2531c222
    • J
      fix python home conflict (#12112) · 6eb1eb72
      JieguangZhou 提交于
      6eb1eb72
  3. 22 9月, 2022 6 次提交
  4. 21 9月, 2022 6 次提交
  5. 20 9月, 2022 7 次提交
  6. 19 9月, 2022 3 次提交
  7. 18 9月, 2022 2 次提交
  8. 17 9月, 2022 6 次提交
    • J
      [Feature][PyDolphinScheduler] Support DVC task in pyds #11922 (#11941) · bbc228e9
      JieguangZhou 提交于
      * add dvc task in pyds
      
      * add BaseDVC class
      bbc228e9
    • J
      [feat][python] Support OpenMLDB task in python api (#11944) · e50a32d9
      JieguangZhou 提交于
      Using the whole word zookeeper instead of short cut zk
      Co-authored-by: NJiajie Zhong <zhongjiajie955@gmail.com>
      e50a32d9
    • I
      [Feature-11473][Task]Support test task (#11670) · 5b384f3f
      insist777 提交于
      * [improve] support test tasks
      
      * [improve] support test tasks
      
      * [improve] support test tasks
      
      * [improve] support test tasks
      
      * [improve] support test tasks
      
      * Update TaskExecuteThread.java
      
      * try solve e2e q
      
      * try solve e2e q
      
      * try solve e2e q
      
      * try solve e2e q
      
      * try solve e2e q
      
      * try solve e2e q
      
      * try solve e2e q
      
      * try solve e2e q
      
      * try solve e2e q
      
      * [Feature] support test tasks
      
      * [Feature] support test tasks
      
      * [Feature] support test tasks
      
      * [Feature] support test tasks
      
      * [Feature] support test tasks
      
      * [Feature] support test tasks
      
      * [Feature] support test tasks
      
      * [Feature] support test tasks
      
      * [Feature] support test tasks
      
      * [Feature] support test tasks
      
      * [Feature] support test tasks
      
      * [Feature] support test tasks
      
      * [Feature] support test tasks
      
      * Update DataSource.java
      
      * [Feature] support test tasks
      
      * [Feature] support test tasks
      
      * [Feature] support test tasks
      
      * Update messages_zh_CN.properties
      
      * [Feature] support test tasks
      
      * [Feature] support test tasks
      
      * [Feature] support test tasks
      
      * Update messages.properties
      
      * Update messages_en_US.properties
      
      * [Feature] support test tasks
      
      * [Feature] support test tasks
      
      * [Feature] support test tasks
      
      * [Feature] support test tasks
      
      * [Feature] support test tasks
      
      * [Feature] support test tasks
      
      * [Feature] support test tasks
      
      * [Feature] support test tasks
      
      * [Feature] support test tasks
      
      * [Feature] support test tasks
      5b384f3f
    • E
      [Doc][Style] Fix doc format once for all (#12006) · a44817fc
      Eric Gao 提交于
      a44817fc
    • S
      [Improvement-11773][api] Optimize the log printing of the api module according… (#11782) · 1a7c6eab
      sgw 提交于
      * [DS-11773][api] Optimize the log printing of the api module according to the log specification doc.
      - Resolve conflict.
      
      * [DS-11773][api] Optimize the log printing of the api module according to the log specification doc.
      - fix ProcessDefinitionServiceImpl.java dependency
      
      * [DS-11773][api] Optimize the log printing of the api module according to the log specification doc.
      - Accept proposed change in ResourcePermissionCheckServiceImpl.java
      
      * [DS-11773][api] Optimize the log printing of the api module according to the log specification doc.
      - Update the UT case in TenantServiceTest.java, UsersServiceTest.java, TaskGroupServiceTest.java.
      - Update log printing in TaskGroupServiceImpl.java.
      - Fix NPE of log parameter in ExecutorServiceImpl.java when call python api.
      
      * [DS-11773][api] Optimize the log printing of the api module according to the log specification doc.
      - Fix NPE of log in WorkerGroupServiceImpl.java.
      - Fix log parameter missing bug in ResourcesServiceImpl.java.
      
      * [DS-11773][api] Optimize the log printing of the api module according to the log specification doc.
      - Fix bugs and handle some vulnerability codes.
      
      * [DS-11773][api] Optimize the log printing of the api module according to the log specification doc.
      - Fix bugs and handle some vulnerability codes.
      
      * [DS-11773][api] Optimize the log printing of the api module according to the log specification doc.
      - Fix e2e User test.
      
      * [DS-11773][api] Optimize the log printing of the api module according to the log specification doc.
      - Fix codeQL check & SonarCloud Code Analysis.
      
      * [DS-11773][api] Optimize the log printing of the api module according to the log specification doc.
      - Resolve import conflict.
      
      * [DS-11773][api] Optimize the log printing of the api module according to the log specification doc.
      - Fix codeQL check & SonarCloud Code Analysis.
      1a7c6eab
    • J
      [feat][python] Add sagemaker yaml example (#11925) · e05f14ba
      JieguangZhou 提交于
      e05f14ba
  9. 16 9月, 2022 4 次提交