1. 12 1月, 2022 2 次提交
  2. 09 1月, 2022 1 次提交
    • X
      [Cherry-pick-2.0.3] 20220107 (#7871) · be86eaf3
      xiangzihao 提交于
      * cherry-pick
      
      * fix bug_7629 (#7630)
      
      * fix bug_7564 (#7625)
      
      * fix bug_7512 (#7716)
      
      * [Fix-7459][Sqoop] running error in parallel (#7752)
      
      * fix bug_7459
      
      * fix bug_7459
      
      * fix bug_7459
      
      * fix bug_7459
      
      * fix bug_7459
      Co-authored-by: NSbloodyS <sbloodys@qq.com>
      
      * [Feature-7576][Master] Optimize complement task's date (#7585)
      
      * feature_7576
      
      * feature_7576
      
      * feature 7576
      
      * feature 7576
      
      * [Fix-7767]Task instance is not deleted while deleting the process instance (#7768)
      
      * fix bug_7767
      
      * fix bug_7767
      
      * fix bug_7767
      
      * fix bug_7767
      
      * fix bug_7767
      
      * [Feature-5951][Improvement][UI] When creating an alarm instance, the alarm instance name input box prompts optimization (#7770)
      
      * cherry-pick
      
      * [Fix-7773][Api] malform batchDeleteProcessInstanceByIds log output (#7774)
      
      * bug_7773
      
      * bug_7773
      
      * bug_7773
      
      * bug_7773
      
      * bug_7773
      
      * [Feature-7777][UI] process definition page add create username (#7778)
      
      * feature_7777
      
      * fix bug_7499 (#7739)
      Co-authored-by: NSbloodyS <sbloodys@qq.com>
      
      * fix conflict
      
      * fix conflict
      
      * fix mapState never used error
      
      * fix bug_7789 (#7790)
      Co-authored-by: NSbloodyS <sbloodys@qq.com>
      Co-authored-by: NSbloodyS <sbloodys@qq.com>
      Co-authored-by: Nwangyizhi <wangyizhi1_yewu@cmss.chinamobile.com>
      be86eaf3
  3. 29 12月, 2021 1 次提交
  4. 27 12月, 2021 1 次提交
    • J
      [cherry-pick][python] Make dolphinscheduler python API works to 2.0.2 (#7608) · 9e068d23
      Jiajie Zhong 提交于
      * [cherry-pick][python] Make it work to 2.0.2
      
      * Remove unused ProcessExecutionTypeEnum
      
      * Add queryByName to project
      
      * Add checkTenantExists to tenant
      
      * Add queryByTenantCode to tenant
      
      * Add queryQueueName to queue
      
      * Add all content from dev branch
      
      * Add gitignore
      
      * Add pydolphinscheduler content
      
      * Add ds-py to bin test
      
      * Py merge to 202
      
      * Fix version
      
      * Fix missing variable
      
      * Add py4j as known deps
      
      * Fix core database bug
      9e068d23
  5. 25 12月, 2021 1 次提交
  6. 24 12月, 2021 1 次提交
  7. 23 12月, 2021 2 次提交
  8. 22 12月, 2021 1 次提交
  9. 13 12月, 2021 2 次提交
  10. 10 12月, 2021 2 次提交
  11. 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
  12. 06 12月, 2021 1 次提交
  13. 05 12月, 2021 1 次提交
  14. 04 12月, 2021 1 次提交
  15. 03 12月, 2021 3 次提交
  16. 02 12月, 2021 1 次提交
  17. 01 12月, 2021 1 次提交
  18. 30 11月, 2021 4 次提交
  19. 26 11月, 2021 1 次提交
  20. 19 11月, 2021 1 次提交
    • O
      [cherry-pick][api] rewrite code generate,fix bit shift (#6937) · adaeb962
      OS 提交于
      * [Fix][Common] rewrite code generate,fix bit shift (#6914)
      
      * rewrite code generate,fix bit shift
      
      * fix ut
      
      * add algorithm from licenses file
      
      * add algorithm from licenses file
      
      * add algorithm from licenses file
      
      * add algorithm from licenses file
      
      * add algorithm from licenses file
      
      * fix ut
      # Conflicts:
      #	dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/EnvironmentServiceImpl.java
      #	dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/TaskDefinitionServiceImpl.java
      #	dolphinscheduler-common/src/test/java/org/apache/dolphinscheduler/common/utils/CodeGenerateUtilsTest.java
      #	dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/upgrade/UpgradeDao.java
      #	dolphinscheduler-dist/release-docs/LICENSE
      #	dolphinscheduler-python/src/main/java/org/apache/dolphinscheduler/server/PythonGatewayServer.java
      #	dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/process/ProcessService.java
      
      * [Fix][Common] rewrite code generate,fix bit shift (#6914)
      
      * rewrite code generate,fix bit shift
      
      * fix ut
      
      * add algorithm from licenses file
      
      * add algorithm from licenses file
      
      * add algorithm from licenses file
      
      * add algorithm from licenses file
      
      * add algorithm from licenses file
      
      * fix ut
      # Conflicts:
      #	dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/EnvironmentServiceImpl.java
      #	dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/TaskDefinitionServiceImpl.java
      #	dolphinscheduler-common/src/test/java/org/apache/dolphinscheduler/common/utils/CodeGenerateUtilsTest.java
      #	dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/upgrade/UpgradeDao.java
      #	dolphinscheduler-dist/release-docs/LICENSE
      #	dolphinscheduler-python/src/main/java/org/apache/dolphinscheduler/server/PythonGatewayServer.java
      #	dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/process/ProcessService.java
      
      * [Fix][Common] rewrite code generate,fix bit shift (#6914)
      
      * rewrite code generate,fix bit shift
      
      * fix ut
      
      * add algorithm from licenses file
      
      * add algorithm from licenses file
      
      * add algorithm from licenses file
      
      * add algorithm from licenses file
      
      * add algorithm from licenses file
      
      * fix ut
      # Conflicts:
      #	dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/EnvironmentServiceImpl.java
      #	dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/TaskDefinitionServiceImpl.java
      #	dolphinscheduler-common/src/test/java/org/apache/dolphinscheduler/common/utils/CodeGenerateUtilsTest.java
      #	dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/upgrade/UpgradeDao.java
      #	dolphinscheduler-dist/release-docs/LICENSE
      #	dolphinscheduler-python/src/main/java/org/apache/dolphinscheduler/server/PythonGatewayServer.java
      #	dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/process/ProcessService.java
      
      * [Fix][Common] rewrite code generate,fix bit shift (#6914)
      
      * rewrite code generate,fix bit shift
      
      * fix ut
      
      * add algorithm from licenses file
      
      * add algorithm from licenses file
      
      * add algorithm from licenses file
      
      * add algorithm from licenses file
      
      * add algorithm from licenses file
      
      * fix ut
      # Conflicts:
      #	dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/EnvironmentServiceImpl.java
      #	dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/TaskDefinitionServiceImpl.java
      #	dolphinscheduler-common/src/test/java/org/apache/dolphinscheduler/common/utils/CodeGenerateUtilsTest.java
      #	dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/upgrade/UpgradeDao.java
      #	dolphinscheduler-dist/release-docs/LICENSE
      #	dolphinscheduler-python/src/main/java/org/apache/dolphinscheduler/server/PythonGatewayServer.java
      #	dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/process/ProcessService.java
      Co-authored-by: NJinYong Li <42576980+JinyLeeChina@users.noreply.github.com>
      adaeb962
  21. 17 11月, 2021 1 次提交
  22. 15 11月, 2021 1 次提交
  23. 14 11月, 2021 1 次提交
  24. 08 11月, 2021 7 次提交