1. 24 3月, 2020 1 次提交
    • Q
      TaskManager refactor (#2302) · f112415b
      qiaozhanwei 提交于
      * 1, master persistent task
      2. extract  master and worker communication model
      
      * 1, master persistent task
      2. extract  master and worker communication model
      
      * 1, master persistent task
      2. extract  master and worker communication model
      
      * add license
      
      * modify javadoc error
      
      * TaskExecutionContext create modify
      
      * buildAckCommand taskInstanceId not set modify
      
      * java doc error modify
      
      * add comment
      
      * ExecutorManager interface add generic type
      
      * add TaskInstanceCacheManager receive Worker report result
      
      * TaskInstance setExecutePath
      
      * add TaskInstanceCacheManager to receive Worker Task result report
      
      * TaskInstanceCacheManager add remove method
      
      * add license
      
      * add dispatcht task method
      
      * AbstractCommandExecutor remove db access
      
      * AbstractCommandExecutor remove db access
      
      * AbstractCommandExecutor remove db access
      
      * AbstractCommandExecutor remove db access
      
      * AbstractCommandExecutor remove db access
      
      * AbstractCommandExecutor remove db access
      
      * AbstractCommandExecutor remove db access
      
      * taskInstanceCache is null ,need load from db
      
      * taskInstanceCache is null ,need load from db
      
      * taskInstanceCache is null ,need load from db
      
      * 1,worker TaskPros use TaskExecutionContext replase
      2,Master kill Task , KillTaskProcessor modify
      
      * worker remove db
      
      * ShellTask modify
      
      * master persistence processId and appIds
      
      * master persistence processId and appIds
      
      * master add kill task logic
      
      * master add kill task logic
      
      * master add kill task logic
      
      * javadoc error modify
      
      * remove chinese log
      
      * executeDirectly method add Override
      
      * remote module modify
      
      * TaskKillResponseProcessor command type modify
      
      * create buildKillCommand
      
      * host add host:port format
      
      * host add host:port format
      
      * TaskAckProcessor modify
      
      * TaskAckProcessor modify
      
      * task prioriry refator
      
      * remove ITaskQueue
      
      * task prioriry refator
      
      * remove ITaskQueue
      
      * TaskPriority refactor
      
      * remove logs
      
      * WorkerServer refactor
      
      * MasterSchedulerService modify
      
      * WorkerConfig listen port modify
      
      * modify master and worker listen port
      
      * cancelTaskInstance set TaskExecutionContext host,logPath,executePath
      
      * cancelTaskInstance set TaskExecutionContext host,logPath,executePath
      
      * Encapsulate the parameters required by sqltask
      
      * 1,Encapsulate the parameters required by sqltask
      2,SQLTask optimization
      
      * AbstractTask modify
      
      * ProcedureTask optimization
      
      * MasterSchedulerService modify
      
      * TaskUpdateQueueConsumer modify
      
      * test
      
      * DataxTask process run debug
      
      * DataxTask process run debug
      
      * add protobuf dependency,MR、Spark task etc need this
      
      * TaskUpdateQueueConsumer modify
      
      * TaskExecutionContextBuilder set TaskInstance workgroup
      
      * WorkerGroupService queryAllGroup modify
      query available work group
      
      * 1,get workergroup from zk modify
      2,SpringConnectionFactory repeat load modify
      
      * master and worker register ip  use OSUtils.getHost()
      
      * ProcessInstance host set ip:port format
      
      * worker fault tolerance modify
      
      * Constants and .env modify
      
      * master fault tolerant bug modify
      
      * UT add pom.xml
      
      * timing online  modify
      
      * when taskResponse is faster than taskAck to db,task state will error
      add async queue and new a thread reslove this problem
      
      * TaskExecutionContext set host
      
      * 1,TaskManager refactor
      2, api start load server dolphinschedule-daemon.sh modify
      
      * 1,TaskManager refactor
      2, api start load server dolphinschedule-daemon.sh modify
      
      * add UT in pom.xml
      
      * revert dolphinscheduler-daemon.sh
      Co-authored-by: Nqiaozhanwei <qiaozhanwei@analysys.com.cn>
      f112415b
  2. 23 3月, 2020 1 次提交
    • Q
      UT Coverage rate test (#2276) · 052f9d10
      qiaozhanwei 提交于
      * 1, master persistent task
      2. extract  master and worker communication model
      
      * 1, master persistent task
      2. extract  master and worker communication model
      
      * 1, master persistent task
      2. extract  master and worker communication model
      
      * add license
      
      * modify javadoc error
      
      * TaskExecutionContext create modify
      
      * buildAckCommand taskInstanceId not set modify
      
      * java doc error modify
      
      * add comment
      
      * ExecutorManager interface add generic type
      
      * add TaskInstanceCacheManager receive Worker report result
      
      * TaskInstance setExecutePath
      
      * add TaskInstanceCacheManager to receive Worker Task result report
      
      * TaskInstanceCacheManager add remove method
      
      * add license
      
      * add dispatcht task method
      
      * AbstractCommandExecutor remove db access
      
      * AbstractCommandExecutor remove db access
      
      * AbstractCommandExecutor remove db access
      
      * AbstractCommandExecutor remove db access
      
      * AbstractCommandExecutor remove db access
      
      * AbstractCommandExecutor remove db access
      
      * AbstractCommandExecutor remove db access
      
      * taskInstanceCache is null ,need load from db
      
      * taskInstanceCache is null ,need load from db
      
      * taskInstanceCache is null ,need load from db
      
      * 1,worker TaskPros use TaskExecutionContext replase
      2,Master kill Task , KillTaskProcessor modify
      
      * worker remove db
      
      * ShellTask modify
      
      * master persistence processId and appIds
      
      * master persistence processId and appIds
      
      * master add kill task logic
      
      * master add kill task logic
      
      * master add kill task logic
      
      * javadoc error modify
      
      * remove chinese log
      
      * executeDirectly method add Override
      
      * remote module modify
      
      * TaskKillResponseProcessor command type modify
      
      * create buildKillCommand
      
      * host add host:port format
      
      * host add host:port format
      
      * TaskAckProcessor modify
      
      * TaskAckProcessor modify
      
      * task prioriry refator
      
      * remove ITaskQueue
      
      * task prioriry refator
      
      * remove ITaskQueue
      
      * TaskPriority refactor
      
      * remove logs
      
      * WorkerServer refactor
      
      * MasterSchedulerService modify
      
      * WorkerConfig listen port modify
      
      * modify master and worker listen port
      
      * cancelTaskInstance set TaskExecutionContext host,logPath,executePath
      
      * cancelTaskInstance set TaskExecutionContext host,logPath,executePath
      
      * Encapsulate the parameters required by sqltask
      
      * 1,Encapsulate the parameters required by sqltask
      2,SQLTask optimization
      
      * AbstractTask modify
      
      * ProcedureTask optimization
      
      * MasterSchedulerService modify
      
      * TaskUpdateQueueConsumer modify
      
      * test
      
      * DataxTask process run debug
      
      * DataxTask process run debug
      
      * add protobuf dependency,MR、Spark task etc need this
      
      * TaskUpdateQueueConsumer modify
      
      * TaskExecutionContextBuilder set TaskInstance workgroup
      
      * WorkerGroupService queryAllGroup modify
      query available work group
      
      * 1,get workergroup from zk modify
      2,SpringConnectionFactory repeat load modify
      
      * master and worker register ip  use OSUtils.getHost()
      
      * ProcessInstance host set ip:port format
      
      * worker fault tolerance modify
      
      * Constants and .env modify
      
      * master fault tolerant bug modify
      
      * UT add pom.xml
      Co-authored-by: Nqiaozhanwei <qiaozhanwei@analysys.com.cn>
      052f9d10
  3. 12 3月, 2020 1 次提交
    • T
      Fix javadoc and DataxTaskTest UT error (#2147) · 16eeaf50
      t1mon 提交于
      * Fix javadoc and DataxTaskTest UT error
      
      * Fix UT error
      * LoggerServiceTest UT error
      * WorkerGroupServiceTest UT error
      Modify Host.of()
      * Add address NPE check
      
      * Trigger actions rerun
      
      * Try to solve maven VM crash
      
      * Try to solve maven VM crash 1
      
      * Try to solve maven VM crash 2
      
      * Try to solve maven VM crash 3
      16eeaf50
  4. 14 2月, 2020 2 次提交
    • Q
      Refactor Architecture Basic modification #1658 (#1946) · c1ee1333
      qiaozhanwei 提交于
      * 1,remove dolphinscheduler-rpc module  2,add dolphinscheduler-remote module 3,add dolphinscheduler-service module 4,refactor LoggerServer module (#1925)
      
      * 1,remove dolphinscheduler-rpc module
      2,add dolphinscheduler-remote module
      3,add dolphinscheduler-service module
      4,refactor LoggerServer module
      
      * ProcessUtils modify
      
      * Refactor architecture (#1926)
      
      * move version to parent pom
      
      * move version properties to parent pom for easy management
      
      * remove freemarker dependency
      
      * delete CombinedApplicationServer
      
      * #1871 correct spelling
      
      * #1873 some updates for TaskQueueZkImpl
      
      * #1875 remove unused properties in pom
      
      * #1878
      1. remove tomcat dependency
      2. remove combined_logback.xml in api module
      3. format pom.xml for not aligning
      
      * #1885 fix api server startup failure
      1. add jsp-2.1 dependency
      2. remove jasper-runtime dependency
      
      * add stringutils ut (#1921)
      
      * add stringutils ut
      
      * Newfeature for #1675. (#1908)
      
      Continue to finish the rest works, add the cache feature for dependence,mr,python,sub_process,procedure and shell.
      
      * Add modify user name for process definition (#1919)
      
      * class overrides equals() and should therefore also override hashCode()
      
      * #1862 add modify user in process difinition list
      
      * #1862 add pg-1.2.2 ddl.sql
      
      * modify ScriptRunnerTest
      
      * add updateProessDifinition UT
      
      * modify updateProcessDifinition UT
      
      * modify updateProcessDifinition UT
      
      * modify mysql 1.2.2 ddl.sql&dml.sql
      
      * add scope test to mysql in pom
      
      * modify pg-1.2.2 ddl.sql
      
      * refactor module
      
      * updates
      Co-authored-by: Nkhadgarmage <khadgar.mage@outlook.com>
      Co-authored-by: Nzhukai <boness@qq.com>
      Co-authored-by: NYelli <amarantine@my.com>
      
      * dolphinscheduler-common remove spring (#1931)
      
      * dolphinscheduler-common remove spring
      
      * dolphinscheduler-common remove spring
      
      * dolphinscheduler-common remove spring
      
      * dolphinscheduler-common remove spring
      
      * dolphinscheduler-common remove spring
      
      * SpringApplicationContext class title add license (#1932)
      
      * dolphinscheduler-common remove spring
      
      * dolphinscheduler-common remove spring
      
      * dolphinscheduler-common remove spring
      
      * dolphinscheduler-common remove spring
      
      * dolphinscheduler-common remove spring
      
      * dolphinscheduler-common remove spring
      
      * add license (#1934)
      
      * dolphinscheduler-common remove spring
      
      * dolphinscheduler-common remove spring
      
      * dolphinscheduler-common remove spring
      
      * dolphinscheduler-common remove spring
      
      * dolphinscheduler-common remove spring
      
      * dolphinscheduler-common remove spring
      
      * Refactor architecture (#1936)
      
      * move datasource classes to dao module
      
      * fix send4LetterWord bug
      
      * LoggerServiceTest remove ProcessDao (#1944)
      
      * dolphinscheduler-common remove spring
      
      * dolphinscheduler-common remove spring
      
      * dolphinscheduler-common remove spring
      
      * dolphinscheduler-common remove spring
      
      * dolphinscheduler-common remove spring
      
      * dolphinscheduler-common remove spring
      
      * LoggerServiceTest remove ProcessDao
      
      * exclude jasper-compiler in case of runtime conflict (#1938)
      
      * move datasource classes to dao module
      
      * fix send4LetterWord bug
      
      * exclude jasper-compiler in case of runtime conflict
      
      * DataAnaylysisServiceTest and ProcessDefinitionService modify
      
      * remote module add comment
      
      * OSUtilsTest modify
      
      * add finally block to close channel (#1951)
      
      * move datasource classes to dao module
      
      * fix send4LetterWord bug
      
      * exclude jasper-compiler in case of runtime conflict
      
      * add finally block to close channel
      Co-authored-by: NTboy <technoboy@yeah.net>
      Co-authored-by: Nkhadgarmage <khadgar.mage@outlook.com>
      Co-authored-by: Nzhukai <boness@qq.com>
      Co-authored-by: NYelli <amarantine@my.com>
      c1ee1333
    • J
      Fix socket bug: read before sock connect. Add UT for FourLetterWordMain. (#1954) · cdd53a76
      Jave-Chen 提交于
      * Fix socket bug: read before sock connect. Add UT for FourLetterWordMain.
      
      * Fix code smell
      
         Remove  @Ignore and  @test from testCmd().
      
      * correct comment
      cdd53a76
  5. 13 2月, 2020 1 次提交
  6. 12 2月, 2020 1 次提交
  7. 10 2月, 2020 1 次提交
    • Y
      Add modify user name for process definition (#1919) · d937a6ae
      Yelli 提交于
      * class overrides equals() and should therefore also override hashCode()
      
      * #1862 add modify user in process difinition list
      
      * #1862 add pg-1.2.2 ddl.sql
      
      * modify ScriptRunnerTest
      
      * add updateProessDifinition UT
      
      * modify updateProcessDifinition UT
      
      * modify updateProcessDifinition UT
      
      * modify mysql 1.2.2 ddl.sql&dml.sql
      
      * add scope test to mysql in pom
      
      * modify pg-1.2.2 ddl.sql
      d937a6ae
  8. 09 2月, 2020 1 次提交
  9. 07 2月, 2020 2 次提交
  10. 06 2月, 2020 2 次提交
    • D
      combine logback config of master/worker/alert/api server to one (#1898) · c63cd3e2
      dailidong 提交于
      * combine logback config of master/worker/alert/api server to one logback.xml
      c63cd3e2
    • [feature] data synchronization function (#1881) · f942e5ce
      魔方不在手 提交于
      * feature:data synchronization function
      
      * feature:data synchronization function
      
      * feature:data synchronization function
      
      * fix:add license
      
      * fix:resource close bug
      
      * fix:remove class author
      
      * fix:Improve test coverage
      
      * fix:add UT
      
      * fix:add UT
      
      * fix:data sync node renamed to datax
      
      * fix:add UT
      
      * fix: UT bug
      
      * fix:Optimize variable name
      
      * fix:pom
      
      * fix:Variable name error
      
      * fix:optimize the code
      f942e5ce
  11. 03 2月, 2020 1 次提交
    • T
      fix api server startup failure (#1886) · 42b3e5bd
      Tboy 提交于
      * move version to parent pom
      
      * move version properties to parent pom for easy management
      
      * remove freemarker dependency
      
      * delete CombinedApplicationServer
      
      * #1871 correct spelling
      
      * #1873 some updates for TaskQueueZkImpl
      
      * #1875 remove unused properties in pom
      
      * #1878
      1. remove tomcat dependency
      2. remove combined_logback.xml in api module
      3. format pom.xml for not aligning
      
      * #1885 fix api server startup failure
      1. add jsp-2.1 dependency
      2. remove jasper-runtime dependency
      42b3e5bd
  12. 01 2月, 2020 1 次提交
    • T
      some updates for pom (#1879) · 6b0debec
      Tboy 提交于
      * move version to parent pom
      
      * move version properties to parent pom for easy management
      
      * remove freemarker dependency
      
      * delete CombinedApplicationServer
      
      * #1871 correct spelling
      
      * #1873 some updates for TaskQueueZkImpl
      
      * #1875 remove unused properties in pom
      
      * #1878
      1. remove tomcat dependency
      2. remove combined_logback.xml in api module
      3. format pom.xml for not aligning
      6b0debec
  13. 30 1月, 2020 1 次提交
  14. 16 1月, 2020 2 次提交
  15. 15 1月, 2020 1 次提交
  16. 09 1月, 2020 3 次提交
  17. 07 1月, 2020 3 次提交
  18. 06 1月, 2020 3 次提交
  19. 04 1月, 2020 2 次提交
  20. 03 1月, 2020 1 次提交
  21. 02 1月, 2020 2 次提交
    • Y
      #1544 fix bug: workflow import (#1676) · 26ed786c
      Yelli 提交于
      * modify FileUtils.readFile2Str
      
      * #1300 Add right alignment function in sql email content
      
      * cancel formatted for alert_mail_template.ftl
      
      * #747 sql task password Log desensitization
      
      * cancel mail_temple
      
      * edit ExcelUtils
      
      * modify test method name
      
      * #747 sql task password Log desensitization
      
      * #1544 workflow import
      
      * Constants add DATASOURCE_PASSWORD_REGEX
      
      * #747 sql task password Log desensitization
      
      * deal with import project have sub process
      
      * modify export process addTaskNodeParam method name
      
      * add testAddTaskNodeSpecialParam UT
      
      * add ProcessDefinitionServiceTest-ut to pom
      
      * add testImportSubProcess in ProcessDefinitionServiceTest
      
      * add testImportSubProcess in ProcessDefinitionServiceTest
      
      * add testImportProcessDefinition
      26ed786c
    • 一子三木's avatar
      add ResourcesServiceTest · 32604123
      一子三木 提交于
      32604123
  22. 31 12月, 2019 2 次提交
  23. 30 12月, 2019 2 次提交
  24. 29 12月, 2019 2 次提交
    • Q
      CommandMapperTest UT modify #1465 (#1625) · e61586cd
      qiaozhanwei 提交于
      * CommandMapperTest UT modify
      e61586cd
    • Q
      AlertMappert UT modify #1465 (#1616) · e9fcf612
      qiaozhanwei 提交于
      * remove LogViewServiceGrpc.java file and pom modify
      
      * remove kazoo
      
      * remove kazoo
      
      * remove kazoo
      
      * remove common monitor package
      
      * add license
      
      * remove kazoo modify
      
      * remove kazoo modify
      
      * remove kazoo modify
      
      * remove kazoo modify
      
      * remove kazoo modify
      
      * remove kazoo modify
      
      * install.sh remove python kazoo
      
      * add system param whether repeat running
      
      * remove kazoo modify
      
      * BusinessTimeUtils remove whther repeat running inner param
      
      * add AccessTokenMapperTest UT
      
      * CI UT yml modify,start postgresql and zookeeper by default
      
      * add AlertGroupMapperTest UT in github action
      
      * Conflicts reslove
      
      * AlertMappert UT modify
      
      * AlertMappert UT modify
      
      * AlertMappert UT modify
      e9fcf612
  25. 27 12月, 2019 1 次提交
    • Q
      add AlertGroupMapperTest UT in github action (#1590) · ef401b98
      qiaozhanwei 提交于
      * remove LogViewServiceGrpc.java file and pom modify
      
      * remove kazoo
      
      * remove kazoo
      
      * remove kazoo
      
      * remove common monitor package
      
      * add license
      
      * remove kazoo modify
      
      * remove kazoo modify
      
      * remove kazoo modify
      
      * remove kazoo modify
      
      * remove kazoo modify
      
      * remove kazoo modify
      
      * install.sh remove python kazoo
      
      * add system param whether repeat running
      
      * remove kazoo modify
      
      * BusinessTimeUtils remove whther repeat running inner param
      
      * add AccessTokenMapperTest UT
      
      * CI UT yml modify,start postgresql and zookeeper by default
      
      * add AlertGroupMapperTest UT in github action
      
      * Conflicts reslove
      ef401b98