1. 09 1月, 2020 10 次提交
  2. 08 1月, 2020 5 次提交
  3. 07 1月, 2020 13 次提交
  4. 06 1月, 2020 6 次提交
    • D
      regularize api module pom.xml and rpc module compile to 1.8 (#1733) · 0628aec5
      dailidong 提交于
      * update README about DolphinScheduler
      
      * Update issue templates
      
      * update
      
      * regularize api pom xml
      update rpc maven compile to 1.8
      
      * regularize api pom xml
      Co-authored-by: NDS <escheduler@outlook.com>
      0628aec5
    • S
      fix get tenantCode my NPE (#1684) · 15ae4dfa
      samz406 提交于
      * modify UdfFuncServiceTest UT
      
      * fix get tenantCode my NPE
      
      * add  ResourcesServiceTest
      
      * add error log
      15ae4dfa
    • X
      commom/Preconditions Util Test (#1727) · dad643db
      xingchun-chen 提交于
      * common/parameterUtils unit test
      dad643db
    • T
      move version to parent pom (#1722) · 94fa1adf
      Tboy 提交于
      94fa1adf
    • Y
      fix bug sonar: add null check in daghelper (#1719) · 13d5a5ae
      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
      
      * fix sonar bug: not enough arguments
      
      * fix sonar bug: change condition & not enough arguments
      
      * fix bug sonar: add null check in daghelper && add hashcode method in ProcessData
      
      * fix bug sonar: add null check in daghelper
      
      * CollectionUtils.isEmpty()
      13d5a5ae
    • J
      Fix sonarcloud analysis on merge PR (#1707) · d3d96197
      Jave-Chen 提交于
      * #1706 fix sonarcloud analysis on merge PR
      
      * sonarcloud use cobertura report and don't run UT again; include ui source file; merge to one workflow
      d3d96197
  5. 04 1月, 2020 6 次提交
    • Q
      Revert "move version to parent pom (#1712)" (#1715) · 1f7db8f7
      qiaozhanwei 提交于
      This reverts commit 87e8f0d8.
      1f7db8f7
    • T
      move version to parent pom (#1712) · 87e8f0d8
      Tboy 提交于
      * remove commons-lang3 dependancy
      
      * remove commons-lang3 dependancy
      
      * remove unused import
      
      * all the submodule should not contain version, so move version to parent,
      87e8f0d8
    • T
      remove commons-lang3 dependancy (#1709) · 4d1abb3f
      Tboy 提交于
      * remove commons-lang3 dependancy
      
      * remove commons-lang3 dependancy
      
      * remove unused import
      4d1abb3f
    • K
      DependentUtils.java ut (#1703) · 5f145efa
      khadgarmage 提交于
      * delete bytes file
      
      * DependentUtilsTest.java ut
      5f145efa
    • Y
      fix sonar bug: change condition & not enough arguments (#1692) · 7ecd38f7
      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
      
      * fix sonar bug: not enough arguments
      
      * fix sonar bug: change condition & not enough arguments
      7ecd38f7
    • J
      Fix bug : Use try-with-resources or close this "ResultSet" in a "finally" clause (#1689) · 36e24429
      Jave-Chen 提交于
      * #1688 Fix bug : Use try-with-resources or close this "ResultSet" in a "finally" clause
      
      * replace while to if where possible
      
      * merge TaskRecordDao.java from dev
      36e24429