1. 10 3月, 2020 2 次提交
  2. 09 3月, 2020 1 次提交
    • T
      access field handle of FileDescriptor in ProcessImplForWin32 by reflection for portability (#2113) · 9224b49b
      tison 提交于
      * access field handle of FileDescriptor in ProcessImplForWin32 by reflection for portability
      
      Current implementation relies on `sun.misc.JavaIOFileDescriptorAccess`
      which is only accessible on oraclejdk8.
      
      Basically the demand is getting & setting `handle` field of
      `FileDescriptor`, so we can directly do that with reflection.
      
      Though, I suspect the necessity we introduce ProcessImplForWin32. Maybe
      we could have a better way to support worker server to run bat script.
      
      * harden initialization of ProcessImplForWin32
      
      * ignore ShellTaskTest#testHandleForWindows outside Windows
      9224b49b
  3. 08 3月, 2020 5 次提交
    • G
      Adapting partial code(file name start with E) to the sonar cloud rule (#1999) · 450a1f56
      gabry.wu 提交于
      * Adapting partial code(file name start with E) to the sonar cloud rule
      
      * remove isEmpty invoke
      
      * resolve conflicts
      450a1f56
    • G
      move UT class to reasonable package (#2116) · ad381fcb
      gabry.wu 提交于
      ad381fcb
    • R
      fix: remove redundant import class (#2110) · 275df852
      Rubik-W 提交于
      275df852
    • T
      use stringbuilder to append string (#2108) · b2268b1a
      tswstarplanet 提交于
      b2268b1a
    • L
      Add docker internal server check script (#2092) · 89b42db3
      liwenhe1993 提交于
      * add environment variables add checkpoint.sh file to docker image
      
      1. add `POSTGRESQL_DATABASE` environment variable
      2. add `DOLPHINSCHEDULER_DATA_BASEDIR_PATH` environment variable
      3. add `DOLPHINSCHEDULER_DATA_DOWNLOAD_BASEDIR_PATH` environment variable
      4. add `DOLPHINSCHEDULER_PROCESS_EXEC_BASEPATH` environment variable
      5. add checkpoint.sh file to check server process
      6. modify `README.md` and `README_zh_CN.md`
      
      * add environment variables add checkpoint.sh file to docker image
      
      1. add `POSTGRESQL_DATABASE` environment variable
      2. add `DOLPHINSCHEDULER_DATA_BASEDIR_PATH` environment variable
      3. add `DOLPHINSCHEDULER_DATA_DOWNLOAD_BASEDIR_PATH` environment variable
      4. add `DOLPHINSCHEDULER_PROCESS_EXEC_BASEPATH` environment variable
      5. add checkpoint.sh file to check server process
      6. modify `README.md` and `README_zh_CN.md`
      
      * add logger port and modify dolphinscheduler_env to dolphinscheduler_env.sh
      89b42db3
  4. 07 3月, 2020 1 次提交
  5. 05 3月, 2020 11 次提交
  6. 04 3月, 2020 1 次提交
  7. 03 3月, 2020 2 次提交
  8. 02 3月, 2020 7 次提交
  9. 01 3月, 2020 3 次提交
  10. 28 2月, 2020 2 次提交
  11. 27 2月, 2020 2 次提交
    • X
      Add e2e to create workflow case   (#2027) · f407adcb
      xingchun-chen 提交于
      * add e2e
      
      * add ui-test
      
      * add e2e license and notice
      
      * add e2e license
      
      * add license
      
      * add ui-test
      
      * add ui-test
      
      * add ui-test
      
      * e2e delete dolphinscheduler parent project dependency
      
      * add ui-test
      
      * dolphinscheduler_dist delete e2e license/notice
      
      * dolphinscheduler_dist delete e2e license/notice
      
      * dolphinscheduler_dist delete e2e license/notice
      
      * dolphinscheduler_dist delete e2e license/notice
      
      * pom.xml delete e2e dependency
      
      * add e2e create workflow
      
      * Merge remote-tracking branch 'upstream/dev' into dev
      
      # Conflicts:
      #	e2e/src/test/java/org/apache/dolphinscheduler/base/BaseDriver.java
      
      * Merge remote-tracking branch 'upstream/dev' into dev
      
      # Conflicts:
      #	e2e/src/test/java/org/apache/dolphinscheduler/base/BaseDriver.java
      
      * Merge remote-tracking branch 'upstream/dev' into dev
      
      # Conflicts:
      #	e2e/src/test/java/org/apache/dolphinscheduler/base/BaseDriver.java
      
      * Merge remote-tracking branch 'upstream/dev' into dev
      
      # Conflicts:
      #	e2e/src/test/java/org/apache/dolphinscheduler/base/BaseDriver.java
      
      * modify workflow case
      Co-authored-by: Nchenxingchun <50446296+chenxingchun@users.noreply.github.com>
      f407adcb
    • K
      docker and testcase config for e2e test (#2028) · ee3c0aed
      khadgarmage 提交于
      * github action for e2e test
      
      * github action for e2e test
      
      * github action for e2e test
      
      * chromedriver
      
      * e2e
      
      * driver option
      
      * t
      
      * args bug
      
      * check
      
      * restore docker
      ee3c0aed
  12. 26 2月, 2020 2 次提交
  13. 25 2月, 2020 1 次提交