1. 18 8月, 2020 1 次提交
  2. 17 8月, 2020 5 次提交
  3. 14 8月, 2020 12 次提交
  4. 04 7月, 2020 3 次提交
  5. 03 7月, 2020 2 次提交
  6. 01 7月, 2020 1 次提交
  7. 29 6月, 2020 16 次提交
    • G
      merge 1.3.0-release branch code · 3cf9afc1
      gaojun2048 提交于
      3cf9afc1
    • B
    • L
      skip test for release · c3879a76
      lenboo 提交于
      c3879a76
    • L
      add source license full text into source license (#2840) · a9cbca1e
      lgcareer 提交于
      * add source license full text into source license
      
      * exclude ScriptRunner.java on rat check
      a9cbca1e
    • K
      Add a script to check the license (#2552) · e11fda8a
      kezhenxu94 提交于
      * Add a script to check the license
      
      ### Motivation
      
      Check licenses in the distribution package
      
      ### Modification
      
      1. Add a script to check licenses, and list known licenses.
      1. Remove unused dep license, lombok.
      1. Remove unnecessary ignored patterns in .gitignore.
      1. Add missing config items to apache-rat plugin, which just checked a small part of files before.
      1. Add check to GitHub Actions process
      
      ### Result
      
      1. Newly-added dependencies should be checked and confirmed.
      1. Closes #1578
      
      * Separate rat and dependency check
      
      * Tee dependencies to stdout
      
      * Add more debug messages
      
      * Check light-weight task first
      e11fda8a
    • Q
      update UT in pom.xml · 94ef4c6c
      qiaozhanwei 提交于
      94ef4c6c
    • Q
      update UT in pom.xml · eecf9924
      qiaozhanwei 提交于
      eecf9924
    • Q
      update UT in pom.xml · 22c4a6a3
      qiaozhanwei 提交于
      22c4a6a3
    • Q
      pom modify · 8772c739
      qiaozhanwei 提交于
      8772c739
    • L
      Exclude .mvn/jvm.config and .mvn/wrapper/maven-wrapper.properties (#2387) · a65a30e1
      liwenhe1993 提交于
      * Remove .helmignore file
      
      * Exclude .mvn/jvm.config and .mvn/wrapper/maven-wrapper.properties
      
      When running rat, exclude .mvn/jvm.config and .mvn/wrapper/maven-wrapper.properties
      a65a30e1
    • _和's avatar
      #2282 fix workflow dependent bug (#2329) · 3f044e77
      _和 提交于
      * fix workflow dependent bug
      
      * fix workflow dependent bug 2
      
      * fix workflow dependent bug 2
      Co-authored-by: Nsunchaohe <sunzhaohe@linklogis.com>
      Co-authored-by: Ndailidong <dailidong66@gmail.com>
      3f044e77
    • K
      license and checkoutv2 fix (#2261) · 416e0417
      khadgarmage 提交于
      416e0417
    • J
      feat:optimizing code (#2245) · 24fa3193
      jin 提交于
      * feat:optimizing code
      
      * add licence and  format code
      24fa3193
    • T
      Refactor ConnectionFactory to static inner holder Singleton (#2204) · 5a74b8bb
      tswstarplanet 提交于
      * refactor ConnectionFactory to static inner holder Singleton
      
      * remove redundant import
      
      * make getSqlSessionFactory() method private
      
      * fix sonar issue
      
      * remove @Ignore of MailUtilsTest
      
      * add MailUtilsTest to pom.xml to test
      
      * fix MailUtilsTest path error in pom.xml
      
      * modify test method name
      
      * add assert and logger to unit test
      
      * add log
      
      * add log
      
      * add AlertDaoTest
      
      * move AlertDaoTest to new module
      
      * modify test in pom.xml
      
      * remove unnecessary log
      5a74b8bb
    • G
      fix rpmbuild and DS Ambari plugin bug (#2144) · eebf5fa7
      gaojun2048 提交于
      * Update quick-start.md
      
      * 更新demo的地址
      
      * add rpm plugin
      
      * delete the git ignore files
      
      * 测试git ignore
      
      * 测试ignore
      
      * optimize the .gitignore file
      
      * add rpm package, delete unuse copy jar action in assembly
      
      * delete docs dir
      
      * add rpm plugin support
      
      * add rpm plugin support
      
      * add rpm plugin support
      
      * dolphinscheduler-common have not bin dir
      
      * dolphinscheduler-common have not bin dir
      
      * delete unuse config about assembly
      
      * add defineSatement
      
      * add rpm plugin support
      
      * add rpm plugin support
      
      * add rpm plugin support
      
      * add rpm support
      
      * update install dirname , make front and backend together
      
      * update rpm name
      
      * update rpm name
      
      * update rpm config
      
      * add jars excludes
      
      * add jars excludes
      
      * add rpm plugion
      
      * add rpm plugion
      
      * add rpm plugion
      
      * add auto create /opt/soft
      
      * The install dir can not be fixed to apache-dolphinscheduler-incubating-1.2.1 , its version is 1.2.2
      
      * install from rpm will create a link
      
      * the ui install thrown rpm only support jetty not nginx
      
      * the ui install thrown rpm only support jetty not nginx
      
      * sql目录里加上soft_version文件
      
      * env dir need in conf dir
      
      * remove no use module
      
      * add module
      
      * updaate
      
      * rpmbuild add dolphinscheduler-service module
      eebf5fa7
    • G
      Adapting partial code(file name start with F) to the sonar cloud rule (#2045) · 493499f1
      gabry.wu 提交于
      * Adapting partial code(file name start with F) to the sonar cloud rule
      
      * add more unit test
      
      * add License
      
      * add includes configuration to maven-surefire-plugin
      
      * fix getResourceFilesList incorrect logic
      493499f1