1. 12 1月, 2022 1 次提交
  2. 29 12月, 2021 1 次提交
  3. 24 12月, 2021 1 次提交
  4. 23 12月, 2021 2 次提交
  5. 22 12月, 2021 1 次提交
  6. 07 12月, 2021 2 次提交
    • B
      [2.0.1] change postgre sql for serial int (#7248) · 4e8507e6
      BaoLiang 提交于
      * [Bug] [dolphinscheduler-api] The pages of project management, workflow instance and task instance are accessed slowly #7061 (#7139)
      
      1、I found that the SQL behind this interface is very slow. The main table is large, but there is no index to use. By add the index, the all mode in the query plan can be changed into a more efficient ref mode. If this optimization still fails to meet the requirements, please contact me and I will continue to optimize。
      2、modify index start_time_index in init script and upgrade scripts.
      
      * [BUG][SQL] fix the process list page load slowly. (#7166)
      
      * fix #7601 move ddl to 2.0.1
      
      * fix #7601 move ddl to 2.0.1
      
      * [2.0.1] remove unused foreign_key
      
      * [2.0.1] add version in sql
      
      * [2.0.1] change serial for postgre
      Co-authored-by: NGaoTianDuo <gaotianduo_yewu@cmss.chinamobile.com>
      4e8507e6
    • W
      fix postgre upgrade (#7231) · 7ecf5159
      wind 提交于
      Co-authored-by: Ncaishunfeng <534328519@qq.com>
      7ecf5159
  7. 06 12月, 2021 1 次提交
  8. 05 12月, 2021 1 次提交
  9. 03 12月, 2021 1 次提交
    • J
      [2.0.1-cherrypick][Feature][API] API operation optimization (#7136) · e96a39f5
      JinYong Li 提交于
      * pick-6863
      
      * [Improvement][API][num-7] add task delete check (#6887)
      
      * upgrade add sub_process
      
      * add interface method
      
      * add interface method
      
      * fix ut
      
      * add task delete check
      
      * add task delete check
      
      * [Improvement][API][num-5] The workflow of the main table version is not allowed to be deleted (#6893)
      
      * feature:deleteProcessDefinitionVersion
      
      * pref:delete duplicate enum definition
      Co-authored-by: N北笙 <“zhanqian@cai-inc.com”>
      
      * [DS-6931][fix] swagger failed to start due to improper use of request param annotation (#6933)
      Co-authored-by: Neye <eye.gu@aloudata.com>
      
      * [fix #6878]  implement interface queryUpstreamRelation queryDownstreamRelation and add UT (#6888)
      
      * fix: #6878, implement interface queryUpstreamRelation queryDownstreamRelation and add UT
      
      * fix: #6878, implement interface queryUpstreamRelation queryDownstreamRelation and add UT
      
      * fix: #6878, add license
      
      * fix: #6878, code style
      
      * fix: #6878, code style
      
      * fix: #6878, fix Duplication
      
      * fix: #6878
      
      * fix: #6878 , fix style
      
      * to #6878: fix style
      
      * to #6878: fix style
      
      * to #6878: add buildTaskDefinition to overwrite equals and hashCode
      Co-authored-by: Nhonghuo.zw <honghuo.zw@alibaba-inc.com>
      
      * [Improvement][API][num-6] TaskDefinition  releaseTaskDefinition (#6965)
      
      * finished releaseTaskDefinition
      
      * add releaseTaskDefinition unit test
      
      * change import
      
      * add import
      
      * bug fix
      
      * change import
      Co-authored-by: N时光 <caizhedong@cai-inc.com>
      
      * pick-6966
      
      * update task_definition_log field typ (#6967)
      
      * update task_definition_log field typ
      
      update task_definition_log  field task_params type,modify text to longtext to be consistent with the main table
      
      * update t_ds_task_definition_log field task_params
      
      update t_ds_task_definition_log field task_params
      
      * pick-6970
      
      * pick-6977
      
      * pick-6984
      
      * add processDefinition releaseWorkflowAndSchedule (#7044)
      
      * [Improvement][API][num-1] save schedule when workflow is offline in interface 'createEmptyProcessDefinition' (#7047)
      
      * [Improvement] save schedule when workflow is offline
      
      * [Improvement] rollback transactional when creating/updating schedule failed.
      
      * [Improvement] resolve merge conflict
      
      * [Improvement] do not set projectName and processDefinitionName when saving schedule
      
      * [Improvement] do not set projectName and processDefinitionName when saving schedule
      Co-authored-by: Nedward-yang <yangjianh210@gmail.com>
      
      * pick-7053
      
      * pick-7098
      
      * pick add 6772 relation code
      
      * fix ut
      Co-authored-by: NJeff Zhan <360400325@qq.com>
      Co-authored-by: N北笙 <“zhanqian@cai-inc.com”>
      Co-authored-by: sinat_34244609's avatarououtt <734164350@qq.com>
      Co-authored-by: Neye <eye.gu@aloudata.com>
      Co-authored-by: NzwZjut <zw15068835817@163.com>
      Co-authored-by: Nhonghuo.zw <honghuo.zw@alibaba-inc.com>
      Co-authored-by: N时光 <41109695+yikeshiguang@users.noreply.github.com>
      Co-authored-by: N时光 <caizhedong@cai-inc.com>
      Co-authored-by: Nzhang <60912722+boy-xiaozhang@users.noreply.github.com>
      Co-authored-by: NEdwardYang <yangjianh210@126.com>
      Co-authored-by: Nedward-yang <yangjianh210@gmail.com>
      e96a39f5
  10. 02 12月, 2021 1 次提交
  11. 30 11月, 2021 1 次提交
    • K
      [2.0.1-cherrypick] SPI(Task ,Alert ,DataSource) (#7041) · 2bf3b22d
      Kirs 提交于
      * data source spi
      
      * Fix datasource not work in tests and standalone server, and run all tests by default (#6743)
      
      * Refactor alert plugins and simplify its usage (#6723)
      
      * [Fix-6792] resolve API and alert port conflicts (#6792) (#6815)
      
      * [Fix-6792]Multiple ApplicationRunners on classpath make SpringApplication.run only run one (#6792)
      
      * [Feature][datasource] Change DataSource Connection Pool from Druid to HiKariCP (#6490) (#6828)
      
      * [Feature][datasource] Change DataSource Connection Pool from Druid to HiKariCP (#6490)
      
      * fix pom dep scope
      
      * filter alert
      
      * filter alert
      
      * filter alert
      
      * fix checkstyle
      
      * remove hikaricp version
      
      * update pom
      
      * add properties
      
      * add properties
      
      * rename properties
      
      * fix e2e fail
      
      * rename properties
      
      * [Fix-6792] resolve API and alert port conflicts (#6792) (#6815)
      
      [Fix-6792]Multiple ApplicationRunners on classpath make SpringApplication.run only run one (#6792)
      
      * fix ut fail
      
      * fix license
      
      * fix license
      
      * update package
      
      * update package
      
      * remove unused license
      Co-authored-by: Nmask <39329477+narcasserun@users.noreply.github.com>
      Co-authored-by: Nkezhenxu94 <kezhenxu94@apache.org>
      2bf3b22d