1. 19 12月, 2019 1 次提交
    • Y
      Modify Queue already add to User not change bug -- fix #1514 (#1517) · 66217be9
      Yelli 提交于
      * add Spark Version in Spark Component
      
      add Spark Version in Spark Component
      
      * add license for SparkVersion.class
      
      add license
      
      * 1 add spark task UT
      2 add spark version param check
      
      * add assert check for sparkTaskTest
      
      * fix bug:user queue field does not change with queue table modify
      
      * modify check queue in using method name and updateUserByQueue method param name
      
      modify check queue in using method name and updateUserByQueue method param name
      66217be9
  2. 18 12月, 2019 10 次提交
    • B
      Solve jertty packing garbled (#1518) · 8fa8cb55
      break60 提交于
      * Password verification and v-for add key
      
      * DAG automatic layout
      
      * combo.js replacement
      
      * combo.js replacement
      
      * webpack upgrade to 4
      
      * packjson has a file name that has not changed
      
      * Solve jertty packing garbled
      8fa8cb55
    • T
      Merge branch 'dev' into dev · 38b0765d
      Tboy 提交于
      38b0765d
    • B
      combo.js changes and webpack upgrade to 4.X (#1513) · 9b4d0c3a
      break60 提交于
      * Password verification and v-for add key
      
      * DAG automatic layout
      
      * combo.js replacement
      
      * combo.js replacement
      
      * webpack upgrade to 4
      
      * packjson has a file name that has not changed
      9b4d0c3a
    • L
      merge frontend and backend tar into one binary tar (#1511) · ab09ed43
      lgcareer 提交于
      ab09ed43
    • S
      Modify common queue TaskQueueZKImplTest.java unit test (#1505) · 6de55c3c
      samz406 提交于
      * misspell  words
      
      * modify common queue TaskQueueZKImplTest.java unit test
      
      * extends  BaseTaskQueueTest get zkServer
      
      * modify zk config
      6de55c3c
    • T
      merge db (#2) · 09540843
      Tboy 提交于
      * Add FileUtilsTest.java , the unit test for FileUtils (#1493)
      
      * #839 enhancement : add Spark Task Component can switch Spark Version (#1494)
      
      * add Spark Version in Spark Component
      
      add Spark Version in Spark Component
      
      * add license for SparkVersion.class
      
      add license
      
      * 1 add spark task UT
      2 add spark version param check
      
      * add assert check for sparkTaskTest
      
      * fix AbstractTask's handle method exception (#1490)
      
      * fix AbstractTask's handle method exception
      
      * update ut
      
      * add ZkServer for UT (#1499)
      
      * add ZkServer for UT
      
      * Add FileUtilsTest.java , the unit test for FileUtils (#1493) (#1)
      
      * updates for reference ZkServer
      
      * DAG automatic layout (#1497)
      
      * Password verification and v-for add key
      
      * DAG automatic layout
      
      * Add common utils CollectionUtils.java DateUtils.java unit test (#1496)
      
      * dateutil test
      
      * pom.xml
      
      * Update README_zh_CN.md
      
      * Update README.md
      
      * Add ExcelUtilsTest.java , the unit test for ExcelUtils (#1500)
      
      * fix issue:1477 some tasks would be running all the time when db delayed(#1477) (#1501)
      
      * fix issue:1477 some tasks would be running all the time when db delayed
      
      * fix issue:1477 some tasks would be running all the time when db delayed
      
      * fix issue:1477 some tasks would be running all the time when db delayed
      
      * change npm run build:combined to npm burn build:release (#1504)
      09540843
    • T
      Merge branch 'dev' into dev · c2f4b65a
      Tboy 提交于
      c2f4b65a
    • D
      add BaseTaskQueueTest for UT · 85b8324e
      dk.technoboy 提交于
      85b8324e
    • L
      5404ff25
    • B
      fix issue:1477 some tasks would be running all the time when db delayed(#1477) (#1501) · 21cb38d1
      bao liang 提交于
      * fix issue:1477 some tasks would be running all the time when db delayed
      
      * fix issue:1477 some tasks would be running all the time when db delayed
      
      * fix issue:1477 some tasks would be running all the time when db delayed
      21cb38d1
  3. 17 12月, 2019 12 次提交
  4. 16 12月, 2019 6 次提交
  5. 14 12月, 2019 1 次提交
  6. 12 12月, 2019 8 次提交
  7. 11 12月, 2019 2 次提交
    • Z
      for bug #1379. (#1439) · 5cecc0e6
      zhukai 提交于
      Now all datatype use same method ` stmt.setString(index,value);` even DATE and TIMESTAMP.
      
      So i had improved it. If datatype is DATE use `stmt.setDate(index, java.sql.Date.valueOf(value));` , if datatype is TIMESTAMP use `stmt.setTimestamp(index, java.sql.Timestamp.valueOf(value));`.i
      
      When use DATE the param format must use $[yyyy-MM-dd] , When use TIMESTAMP the param format must use $[yyyy-MM-dd hh:mm:ss].
      5cecc0e6
    • Q
      601a1b66