1. 30 6月, 2020 8 次提交
  2. 28 6月, 2020 4 次提交
  3. 25 6月, 2020 2 次提交
  4. 24 6月, 2020 6 次提交
  5. 23 6月, 2020 2 次提交
  6. 22 6月, 2020 7 次提交
  7. 21 6月, 2020 1 次提交
  8. 20 6月, 2020 3 次提交
  9. 19 6月, 2020 7 次提交
    • C
      fix testSqoopTaskTest bug (#3024) · 4aa18267
      CalvinKirs 提交于
      4aa18267
    • L
      merge from dev-1.3.0 · b81872ca
      lenboo 提交于
      b81872ca
    • X
      Merge branch 'dev' into dev · c56e555a
      xsbai 提交于
      c56e555a
    • X
      fix issue #3018 [BUG]i18n incomplete · f874e8dc
      xsbai 提交于
      f874e8dc
    • L
      merge from dev-1.3.0 · 73cae7f0
      lenboo 提交于
      73cae7f0
    • G
      always send emails no matter there are results (#3015) · a65cb481
      gabry.wu 提交于
      * always send emails no matter there are results
      
      * always send emails no matter there are results
      a65cb481
    • D
      fix singe resource manager will NPE (#3013) · 620ecffa
      dailidong 提交于
      * fix worker group config no effect
      
      * remove codehaus janino jar
      the license about janino maybe not compatiable with Apache v2
      
      * Merge remote-tracking branch 'upstream/dev-1.3.0' into dev-1.3.0
      
      # Conflicts:
      #	dolphinscheduler-server/src/main/resources/config/install_config.conf
      
      * datasource config
      
      * Update datasource.properties
      
      * fix RunConfig bug
      
      * remove param monitor server state
      
      * fix table T_DS_ALERT
      
      * update h2 database
      
      * fix #2910 master server will show exception for some time when it restart
      
      * fix oom when no master is active
      
      * fix worker oom when master server restart
      
      * fix oom
      
      * fix
      
      * add UT
      
      * fix worker group config no effect
      
      * fix singe resource manager will NPE
      
      * Update HadoopUtilsTest.java
      620ecffa