You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ji...@apache.org on 2022/01/13 07:40:07 UTC

[dolphinscheduler] branch 2.0.3-prepare updated (7b0617b -> ceae427)

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

jinyleechina pushed a change to branch 2.0.3-prepare
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git.


    from 7b0617b  cherry-pick  Fix query workflow history version information error #7988 (#7989)
     add ceae427  [cherry-pick-7930][Improvement]support instance to definition (#7939)

No new revisions were added by this update.

Summary of changes:
 .../api/controller/ProcessInstanceController.java  |  13 +--
 .../service/impl/ProcessDefinitionServiceImpl.java |  19 +--
 .../service/impl/ProcessInstanceServiceImpl.java   | 127 ++++++++++-----------
 .../service/impl/TaskDefinitionServiceImpl.java    |   2 +-
 .../api/service/ProcessDefinitionServiceTest.java  |   6 +-
 .../api/service/ProcessInstanceServiceTest.java    |   5 +-
 .../api/service/TaskDefinitionServiceImplTest.java |   2 +-
 .../dao/mapper/ProcessDefinitionMapper.xml         |   2 +-
 .../main/resources/sql/dolphinscheduler_mysql.sql  |  12 +-
 .../resources/sql/dolphinscheduler_postgresql.sql  |   8 +-
 .../2.0.3_schema/mysql/dolphinscheduler_ddl.sql    |  12 +-
 .../mysql}/dolphinscheduler_dml.sql                |   0
 .../postgresql/dolphinscheduler_ddl.sql            |  10 +-
 .../postgresql/dolphinscheduler_dml.sql            |   0
 .../master/runner/WorkflowExecuteThread.java       |   2 +-
 .../service/process/ProcessService.java            |  82 +++++++------
 .../service/process/ProcessServiceTest.java        |   8 +-
 17 files changed, 161 insertions(+), 149 deletions(-)
 copy dolphinscheduler-ui/src/js/conf/home/pages/resource/pages/file/pages/_source/common.js => dolphinscheduler-dao/src/main/resources/sql/upgrade/2.0.3_schema/mysql/dolphinscheduler_ddl.sql (66%)
 mode change 100755 => 100644
 copy dolphinscheduler-dao/src/main/resources/sql/upgrade/{2.0.2_schema/postgresql => 2.0.3_schema/mysql}/dolphinscheduler_dml.sql (100%)
 copy dolphinscheduler-dao/src/main/resources/sql/upgrade/{2.0.2_schema => 2.0.3_schema}/postgresql/dolphinscheduler_ddl.sql (63%)
 copy dolphinscheduler-dao/src/main/resources/sql/upgrade/{2.0.2_schema => 2.0.3_schema}/postgresql/dolphinscheduler_dml.sql (100%)