1. 17 6月, 2020 5 次提交
  2. 08 6月, 2020 4 次提交
  3. 06 6月, 2020 1 次提交
  4. 03 6月, 2020 9 次提交
  5. 02 6月, 2020 8 次提交
  6. 01 6月, 2020 1 次提交
  7. 05 3月, 2020 1 次提交
  8. 17 2月, 2020 1 次提交
    • D
      solve jar conflict, delete servlet-api 2.5 jar (#1966) · 24f22974
      dailidong 提交于
      * update README about DolphinScheduler
      
      * Update issue templates
      
      * update
      
      * regularize api pom xml
      update rpc maven compile to 1.8
      
      * regularize api pom xml
      
      * change commons.lang3.StringUtils to common.utils.StringUtils
      
      * update pom.xml
      
      * update
      
      * correct equals method
      
      * jasper-runtime is needed when api server start
      
      * jasper-runtime jar is needed when api server start
      
      * combine logback config of master/worker/alert/api server to one logback.xml
      
      * remove tomcat runtime jar
      
      * add UT
      
      * add license
      
      * remove jasper-runtime jar, not need anymore
      
      * sovle jar conflict, remove servlet-api 2.5 jar
      
      * remove servlet 2.5
      Co-authored-by: NDS <escheduler@outlook.com>
      24f22974
  9. 14 2月, 2020 1 次提交
    • 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
  10. 10 2月, 2020 2 次提交
    • T
      Refactor architecture (#1926) · 29f2b41e
      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
      
      * 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>
      29f2b41e
    • Q
      1,remove dolphinscheduler-rpc module 2,add dolphinscheduler-remote module... · 9a70e779
      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
      9a70e779
  11. 07 2月, 2020 1 次提交
  12. 06 2月, 2020 1 次提交
    • D
      remove jasper-runtime jar, not need anymore (#1900) · 18750dfc
      dailidong 提交于
      * update README about DolphinScheduler
      
      * Update issue templates
      
      * update
      
      * regularize api pom xml
      update rpc maven compile to 1.8
      
      * regularize api pom xml
      
      * change commons.lang3.StringUtils to common.utils.StringUtils
      
      * update pom.xml
      
      * update
      
      * correct equals method
      
      * jasper-runtime is needed when api server start
      
      * jasper-runtime jar is needed when api server start
      
      * combine logback config of master/worker/alert/api server to one logback.xml
      
      * remove tomcat runtime jar
      
      * add UT
      
      * add license
      
      * remove jasper-runtime jar, not need anymore
      Co-authored-by: NDS <escheduler@outlook.com>
      18750dfc
  13. 05 2月, 2020 1 次提交
    • D
      jasper-runtime jar is needed when api server start (#1896) · dbbc6f58
      dailidong 提交于
      * update README about DolphinScheduler
      
      * Update issue templates
      
      * update
      
      * regularize api pom xml
      update rpc maven compile to 1.8
      
      * regularize api pom xml
      
      * change commons.lang3.StringUtils to common.utils.StringUtils
      
      * update pom.xml
      
      * update
      
      * correct equals method
      
      * jasper-runtime is needed when api server start
      
      * jasper-runtime jar is needed when api server start
      Co-authored-by: NDS <escheduler@outlook.com>
      dbbc6f58
  14. 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
  15. 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
  16. 22 1月, 2020 1 次提交
  17. 20 1月, 2020 1 次提交