You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by jo...@apache.org on 2020/02/11 14:22:06 UTC

[incubator-dolphinscheduler] branch refactor-architecture updated (d3f8bb0 -> 69eebe6)

This is an automated email from the ASF dual-hosted git repository.

journey pushed a change to branch refactor-architecture
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git.


    from d3f8bb0  Refactor architecture (#1936)
     add c447bb4  add stringutils ut (#1921)
     add bcc7347  Newfeature for #1675. (#1908)
     add d937a6a  Add modify user name for process definition (#1919)
     add 257a3ee  Merge pull request #18 from apache/dev
     add d5fe55a  modify UdfFuncServiceTest UT
     add 38e3af0  Merge pull request #19 from apache/dev
     add 67acd09  fix get tenantCode my NPE
     add 3260412  add  ResourcesServiceTest
     add b0d73fb  add error log
     add a1fe80e  Merge pull request #21 from apache/dev
     add ec13974  Merge pull request #27 from apache/dev
     add b4a6d54  add BaseServiceTest BaseServiceTest UT
     add b34f974  update
     add 19bde51  fix word spelling
     add 5592301  Revert "fix word spelling"
     add 25c6333  Merge branch 'dev' of https://github.com/apache/incubator-dolphinscheduler into apache-dev
     add 9ebe177  fix Misspelled words
     add 49b4d08  Merge pull request #1 from apache/dev
     add 5c9e8b4  Merge pull request #2 from apache/dev
     add e00ef49  modify loggerService UT by Mock
     add b3976da  modify LoggerServiceTest ut
     add 69fa283  modify @RunWith(MockitoJUnitRunner.class)
     add 1172abe  add comment
     add 6a94f2d  Merge pull request #1916 from samz406/dev
     add 1716234  add ResInfoTest.java ut
     add 980b5ae  swap param
     add 0ed6156  swap param
     add 95d6213  Merge pull request #1928 from khadgarmage/ut-resinfo
     add 69eebe6  Merge branch 'dev' into refactor-architecture

No new revisions were added by this update.

Summary of changes:
 .../api/service/LoggerService.java                 |  1 +
 .../api/service/LoggerServiceTest.java             | 76 +++++++++++++++++-----
 .../api/service/ProcessDefinitionServiceTest.java  |  1 +
 .../dolphinscheduler/common/utils/ArrayUtils.java  | 26 --------
 .../dolphinscheduler/common/utils/ResInfo.java     | 12 ++--
 .../{LoggerUtilsTest.java => ResInfoTest.java}     | 34 +++++-----
 pom.xml                                            |  1 +
 7 files changed, 87 insertions(+), 64 deletions(-)
 delete mode 100644 dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/utils/ArrayUtils.java
 copy dolphinscheduler-common/src/test/java/org/apache/dolphinscheduler/common/utils/{LoggerUtilsTest.java => ResInfoTest.java} (59%)