1. 04 6月, 2021 1 次提交
  2. 25 5月, 2021 1 次提交
  3. 17 5月, 2021 1 次提交
  4. 10 5月, 2021 2 次提交
  5. 09 5月, 2021 1 次提交
    • J
      [Feature][JsonSplit] Fix dao ut (#5433) · 847865fb
      JinyLeeChina 提交于
      * update taskParams/add task delayTime/fix conditionType bug
      
      * update codeStyle for merge to dev
      
      * fix process lineage bug
      
      * fix codeStyle for json_split
      
      * Fix dao ut
      
      * Fix dao ut
      
      * codeStyle
      
      * modify postgreSQL
      
      * fix TaskInstanceMapper ut
      
      * fix ProjectMapper ut
      
      * fix ProcessDefinitionDao ut
      
      * datasource
      
      * fix postgreSQL
      Co-authored-by: NJinyLeeChina <297062848@qq.com>
      847865fb
  6. 26 4月, 2021 2 次提交
  7. 24 4月, 2021 1 次提交
  8. 23 4月, 2021 1 次提交
  9. 21 4月, 2021 1 次提交
  10. 20 4月, 2021 1 次提交
  11. 19 4月, 2021 2 次提交
  12. 18 4月, 2021 1 次提交
  13. 16 4月, 2021 1 次提交
  14. 15 4月, 2021 1 次提交
  15. 14 4月, 2021 1 次提交
    • S
      [Improvement][WorkerGroup] Optimize and reduce database and zookeeper queries... · 1c1f6663
      Shiwen Cheng 提交于
      [Improvement][WorkerGroup]  Optimize and reduce database and zookeeper queries and replace worker address input with multiple-select (#5182)
      
      * [Improvement][Server] Optimize and reduce database and ZooKeeper query
      
      * [Improvement][WorkerGroup] Replace worker address input with multiple-select
      
      * [Improvement][WorkerGroup] Fix unit test
      
      * [Improvement][API&UI] Optimize long host to short host and long host display in k8s
      1c1f6663
  16. 13 4月, 2021 1 次提交
  17. 11 4月, 2021 1 次提交
  18. 08 4月, 2021 1 次提交
  19. 04 4月, 2021 1 次提交
  20. 03 4月, 2021 1 次提交
  21. 01 4月, 2021 1 次提交
  22. 30 3月, 2021 1 次提交
  23. 29 3月, 2021 1 次提交
    • J
      [Feature][JsonSplit] fix taskId in json (#5165) · a467fffd
      JinyLeeChina 提交于
      * modify checkDAGRing and ProcessService method
      
      * merge
      
      * modify dagRing
      
      * modify process instance for project home page
      
      * fix save process bug
      
      * codeStyle
      
      * Fix logical bug in saving process definition
      
      * codeSytle
      
      * Fix bug in interface of  queryProcessDefinitionList
      
      * codeSytle
      
      * Fix api bug"
      
      * fix taskId in processDefinitionJson
      
      * fix json taskId
      
      * codeStyle
      Co-authored-by: NJinyLeeChina <297062848@qq.com>
      a467fffd
  24. 25 3月, 2021 1 次提交
    • S
      [feature][jsonsplit]fix copy/export/import processDefinition bugs (#5146) · cd195072
      Simon 提交于
      * Modify Project and ProjectUser Mapper
      
      * Modify Project and ProjectUser Mapper
      
      * project_code is bigint(20)
      
      * modify ERROR name
      
      * modify saveProcessDefine, remove the duplicate code with createTaskAndRelation
      
      * modify import/export processdefinition, add genProcessData
      
      * fix ut and bug
      
      * code style
      
      * repalce project_id with code
      
      * conflicts solve
      
      * conflicts solve
      
      * conflicts solve
      
      * bugfix
      
      * modify listResources mothod and remove getResourceIds mothod
      
      * 1
      
      * conflicts solve
      
      * modify listResources mothod and remove getResourceIds mothod
      
      * modify listResources mothod and remove getResourceIds mothod
      
      * replace processDefinitionVersion with processDefinitionLog
      
      * codestyle
      
      * codestyle
      
      * add mapper module ut
      
      * codestyle
      
      * fix ProcessInstanceMapperTest
      
      * codestyle
      
      * conflicts solve
      
      * conflicts solve
      
      * conflicts solve
      
      * conflicts solve
      
      * conflicts solve
      
      * fix ProcessInstanceMapperTest
      
      * fix ProjectMapperTest/ProjectUserMapperTest/ScheduleMapperTest
      
      * fix ProjectMapperTest/ProjectUserMapperTest/ScheduleMapperTest
      
      * fix TaskInstanceMapperTest
      
      * add TaskDefinitionLogMapperTest/TaskDefinitionMapperTest and bugfix
      
      * codestyle
      
      * codestyle
      
      * Refactor process lineage
      
      * Refactor process lineage
      
      * codestyle
      
      * codestyle
      
      * Refactor process lineage
      
      * Refactor process lineage
      
      * add WorkFlowLineageMapperTest/WorkFlowLineageServiceTest
      
      * add WorkFlowLineageMapperTest/WorkFlowLineageServiceTest
      
      * add ProcessServiceTest
      
      * 1
      
      * 1
      
      * fix copy/export/import processDefinition bugs
      
      * 1
      
      * codestyle
      cd195072
  25. 24 3月, 2021 2 次提交
  26. 23 3月, 2021 2 次提交
    • S
      [Feature-5062][*] Create/Edit/Delete Worker Group in Web UI (#5113) · 0d065c07
      Shiwen Cheng 提交于
      * [Improvement][Server] Rename MASTER_PREFIX to MASTER_TYPE and WORKER_PREFIX to WORKER_TYPE
      
      * [Feature][Api&Dao] Support api and dao of worker group
      
      * [Feature][UI] Support to create, edit and delete worker group
      
      * [Feature][API&UI] Support work groups from database and zookeeper to display together in worker group management
      
      * [Feature][API&Dao] Support long ip list and check request parameters when saving worker group
      
      * [Feature][*] Refactor ipList to addrList
      
      * [Feature][Server] Support host manager to select worker host by worker group in database
      
      * [Improvement][Server] Improve the config of master and worker
      
      * [Improvement][*] Rename zkRegistered to systemDefault
      
      * [Improvement][Test] Fix unit test and improve ui
      
      * [Improvement][Server] Improve getServerMaps
      Co-authored-by: Ndailidong <dailidong66@gmail.com>
      0d065c07
    • J
      [Feature][JsonSplit] Fix api bug (#5102) · d99934d0
      JinyLeeChina 提交于
      * modify checkDAGRing and ProcessService method
      
      * merge
      
      * modify dagRing
      
      * modify process instance for project home page
      
      * fix save process bug
      
      * codeStyle
      
      * Fix logical bug in saving process definition
      
      * codeSytle
      
      * Fix bug in interface of  queryProcessDefinitionList
      
      * codeSytle
      
      * Fix api bug"
      Co-authored-by: NJinyLeeChina <297062848@qq.com>
      d99934d0
  27. 20 3月, 2021 1 次提交
    • Z
      [Improvement][dao] Resource features SQL slow query optimization. (#4947) · ba039dc2
      zhuangchong 提交于
      * Resourse features SQL slow query optimization.
      
      * update resource mapper queryResourcePaging method.
      
      * split resource and resource_uesr sql statement.
      
      * determine the size of the collection.
      
      * update process service class code style.
      
      * update ResourceUserMapper java class code style.
      
      * add resourceUserMapper in the test config file.
      
      * solve code smell
      
      * split paging query join statement.
      
      * update ResourceUserMapper class.
      
      * remove sql join statement.
      
      * update resource test class code style.
      
      * update ResourcesServiceTest test class.
      
      * rerun ut.
      
      * update user service test class.
      
      * solve query resource list method code smell.
      ba039dc2
  28. 18 3月, 2021 2 次提交
  29. 17 3月, 2021 1 次提交
    • T
      [Improvement-4971][alert|dao|service]Remove redundant PropertyUtils.class (#5020) · 62168178
      Ts686 提交于
      * [Improvement][alert|dao|service]
      1. Remove redundant PropertyUtils.class (#4971)
      2. Remove useless import package.
      
      * [Improvement][alert|dao|service]
      1. Remove redundant PropertyUtils.class (#4971)
      2. Remove useless import package.
      
      * [Improvement][alert|dao|service]
      1. Remove redundant PropertyUtils.class (#4971)
      2. Remove useless import package.
      
      * [Improvement][alert|dao|service]
      1. Remove redundant PropertyUtils.class (#4971)
      2. Remove useless import package.
      62168178
  30. 16 3月, 2021 1 次提交
  31. 12 3月, 2021 1 次提交
  32. 11 3月, 2021 1 次提交
  33. 09 3月, 2021 1 次提交
  34. 08 3月, 2021 1 次提交