lilin
e00ef4915d
modify loggerService UT by Mock
5 years ago
zhangzy
6b586f31fc
pom add ut, add cronutils ut
5 years ago
zhangzy
662233e0dd
Remove ScheduleUtil,use the existing CronUtils
...
CronUtils is a public quartz tools, then the project dolphinscheduler-api can remove dolphinscheduler-server
5 years ago
dailidong
c63cd3e237
combine logback config of master/worker/alert/api server to one ( #1898 )
...
* combine logback config of master/worker/alert/api server to one logback.xml
5 years ago
魔方不在手
f942e5ced3
[feature] data synchronization function ( #1881 )
...
* feature:data synchronization function
* feature:data synchronization function
* feature:data synchronization function
* fix:add license
* fix:resource close bug
* fix:remove class author
* fix:Improve test coverage
* fix:add UT
* fix:add UT
* fix:data sync node renamed to datax
* fix:add UT
* fix: UT bug
* fix:Optimize variable name
* fix:pom
* fix:Variable name error
* fix:optimize the code
5 years ago
dailidong
7729e0b6b0
add UT
5 years ago
Tboy
42b3e5bd10
fix api server startup failure ( #1886 )
...
* move version to parent pom
* move version properties to parent pom for easy management
* remove freemarker dependency
* delete CombinedApplicationServer
* #1871 correct spelling
* #1873 some updates for TaskQueueZkImpl
* #1875 remove unused properties in pom
* #1878
1. remove tomcat dependency
2. remove combined_logback.xml in api module
3. format pom.xml for not aligning
* #1885 fix api server startup failure
1. add jsp-2.1 dependency
2. remove jasper-runtime dependency
5 years ago
Tboy
6b0debec79
some updates for pom ( #1879 )
...
* move version to parent pom
* move version properties to parent pom for easy management
* remove freemarker dependency
* delete CombinedApplicationServer
* #1871 correct spelling
* #1873 some updates for TaskQueueZkImpl
* #1875 remove unused properties in pom
* #1878
1. remove tomcat dependency
2. remove combined_logback.xml in api module
3. format pom.xml for not aligning
5 years ago
Tboy
a5536617dd
remove unused properties in pom ( #1876 )
...
* #1875 remove unused properties in pom
5 years ago
老佛爷
1c77708a89
Supplementary data by schedule ( #1830 )
...
* Supplementary data by schedule
* fix sonar check bug
* fix code duplicated blocks
* ut
* loop by day
* MasterExecThread test
* test add licene
Co-authored-by: dailidong <dailidong66@gmail.com>
5 years ago
samz406
c558da0b75
add BaseServiceTest BaseDAGServiceTest UT ( #1835 )
...
* modify UdfFuncServiceTest UT
* fix get tenantCode my NPE
* add ResourcesServiceTest
* add error log
* add BaseServiceTest BaseServiceTest UT
* update
5 years ago
lilin
b4a6d5440f
add BaseServiceTest BaseServiceTest UT
5 years ago
Yelli
e10810a52c
add pom mysql test ( #1784 )
5 years ago
DK.Pino
aa715e17bf
remove lombok dependency(last) ( #1771 )
5 years ago
Yelli
7dfa9976a0
refactor export process ( #1772 )
...
* refactor process export
* comment & null check for export process
* add License
* add javadoc
* add DataSourceParamTest and DependentParamTest
* refactor process export & add exportProcessMetaDataStr UT
5 years ago
Tboy
074fd41aa6
remove freemarker dependency ( #1757 )
...
* remove freemarker dependency
5 years ago
Tboy
4cc058c931
move version properties to parent pom for easy management of api module ( #1736 )
...
* move version to parent pom
* move version properties to parent pom for easy management
5 years ago
DK.Pino
9eb823c0aa
Refactor alert template ( #1713 )
...
* refactor Alert Template
* refactor alert template(remove freemarker)
* add license
* update abstract class to interface
* make test into root pom
* fix powermock static
* fix powermock static
* remove custom exception
* remove custom exception
5 years ago
samz406
15ae4dfa74
fix get tenantCode my NPE ( #1684 )
...
* modify UdfFuncServiceTest UT
* fix get tenantCode my NPE
* add ResourcesServiceTest
* add error log
5 years ago
Tboy
94fa1adf9b
move version to parent pom ( #1722 )
5 years ago
Jave-Chen
d3d9619738
Fix sonarcloud analysis on merge PR ( #1707 )
...
* #1706 fix sonarcloud analysis on merge PR
* sonarcloud use cobertura report and don't run UT again; include ui source file; merge to one workflow
5 years ago
qiaozhanwei
1f7db8f797
Revert "move version to parent pom ( #1712 )" ( #1715 )
...
This reverts commit 87e8f0d83b
.
5 years ago
Tboy
87e8f0d83b
move version to parent pom ( #1712 )
...
* remove commons-lang3 dependancy
* remove commons-lang3 dependancy
* remove unused import
* all the submodule should not contain version, so move version to parent,
5 years ago
AmoryWang
b26dcba685
Feature ut common thread ( #1674 )
...
* add common thread ut
* Update ThreadUtilsTest.java
add license header
* delete useless file
Co-authored-by: dailidong <dailidong66@gmail.com>
5 years ago
Yelli
26ed786c4d
#1544 fix bug: workflow import ( #1676 )
...
* modify FileUtils.readFile2Str
* #1300 Add right alignment function in sql email content
* cancel formatted for alert_mail_template.ftl
* #747 sql task password Log desensitization
* cancel mail_temple
* edit ExcelUtils
* modify test method name
* #747 sql task password Log desensitization
* #1544 workflow import
* Constants add DATASOURCE_PASSWORD_REGEX
* #747 sql task password Log desensitization
* deal with import project have sub process
* modify export process addTaskNodeParam method name
* add testAddTaskNodeSpecialParam UT
* add ProcessDefinitionServiceTest-ut to pom
* add testImportSubProcess in ProcessDefinitionServiceTest
* add testImportSubProcess in ProcessDefinitionServiceTest
* add testImportProcessDefinition
5 years ago
lilin
32604123eb
add ResourcesServiceTest
5 years ago
zhukai
b471119443
Add ParamUtilsTest which is the UT of ParamUtils ( #1634 )
...
1. Add ParamUtilsTest.
2. Add a null check in the method convert.
3. Add the UT path to the root pom.
5 years ago
samz406
dc6c18902a
modify UdfFuncServiceTest UT ( #1644 )
5 years ago
lilin
d5fe55ad56
modify UdfFuncServiceTest UT
5 years ago
samz406
503be5f400
add service UT ( #1637 )
...
* User update not check params
* user phone update when noteEmpty
* modify saveWorkerGroup may NPE
* add some service UT
* add service ut include
5 years ago
qiaozhanwei
e61586cd06
CommandMapperTest UT modify #1465 ( #1625 )
...
* CommandMapperTest UT modify
5 years ago
qiaozhanwei
e9fcf6128e
AlertMappert UT modify #1465 ( #1616 )
...
* remove LogViewServiceGrpc.java file and pom modify
* remove kazoo
* remove kazoo
* remove kazoo
* remove common monitor package
* add license
* remove kazoo modify
* remove kazoo modify
* remove kazoo modify
* remove kazoo modify
* remove kazoo modify
* remove kazoo modify
* install.sh remove python kazoo
* add system param whether repeat running
* remove kazoo modify
* BusinessTimeUtils remove whther repeat running inner param
* add AccessTokenMapperTest UT
* CI UT yml modify,start postgresql and zookeeper by default
* add AlertGroupMapperTest UT in github action
* Conflicts reslove
* AlertMappert UT modify
* AlertMappert UT modify
* AlertMappert UT modify
5 years ago
qiaozhanwei
ef401b98e2
add AlertGroupMapperTest UT in github action ( #1590 )
...
* remove LogViewServiceGrpc.java file and pom modify
* remove kazoo
* remove kazoo
* remove kazoo
* remove common monitor package
* add license
* remove kazoo modify
* remove kazoo modify
* remove kazoo modify
* remove kazoo modify
* remove kazoo modify
* remove kazoo modify
* install.sh remove python kazoo
* add system param whether repeat running
* remove kazoo modify
* BusinessTimeUtils remove whther repeat running inner param
* add AccessTokenMapperTest UT
* CI UT yml modify,start postgresql and zookeeper by default
* add AlertGroupMapperTest UT in github action
* Conflicts reslove
5 years ago
gaojun2048
a526106952
Added the maven profile to build rpm packages ( #1563 )
...
* 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
5 years ago
qiaozhanwei
04a7b76b38
add AccessTokenMapperTest UT ( #1588 )
...
* remove LogViewServiceGrpc.java file and pom modify
* remove kazoo
* remove kazoo
* remove kazoo
* remove common monitor package
* add license
* remove kazoo modify
* remove kazoo modify
* remove kazoo modify
* remove kazoo modify
* remove kazoo modify
* remove kazoo modify
* install.sh remove python kazoo
* add system param whether repeat running
* remove kazoo modify
* BusinessTimeUtils remove whther repeat running inner param
* add AccessTokenMapperTest UT
* CI UT yml modify,start postgresql and zookeeper by default
5 years ago
zhukai
0f909fca12
Add FlinkArgsUtilsTest which is the UT of FlinkArgsUtils ( #1557 )
...
1.Add FlinkArgsUtilsTest
2.Optimize FlinkArgsUtils and fix bug.
use StringUtils.isNotEmpty(queue) instead of StringUtils.isNotEmpty(others)
3.Add the UT path in pom
5 years ago
elonlo
6738cefa2e
Add Status and ExecuteType class unit tests #1465 ( #1536 )
...
* Add Status and ExecuteType class unit tests #1465
* formated function name
5 years ago
zhukai
d44d06489a
Add SparkArgsUtilsTest which is the UT of SparkArgsUtils ( #1534 )
...
1.Add SparkArgsUtilsTest
2.Optimize SparkArgsUtils
3.Add the UT path in pom
5 years ago
zhukai
a4b57f8a47
Add PropertyUtilsTest, the UT of PropertyUtils ( #1528 )
...
1. Add PropertyUtilsTest
2. Add null check and formatparse check in PropertyUtils
3. Add UT path in parent.pom
5 years ago
khadgarmage
7dcd8b26f7
unit test for common utils ( #1520 )
...
* httputil osutil encrytiontutil ut
5 years ago
zhukai
0567b5829c
Add the UTs of FuncUtils and JSONUtilsTest. ( #1507 )
...
1.Add FuncUtilsTest.java and JSONUtilsTest.java
2.Add null check in FuncUtils.mkString
3.Add pom config
5 years ago
samz406
6de55c3cea
Modify common queue TaskQueueZKImplTest.java unit test ( #1505 )
...
* misspell words
* modify common queue TaskQueueZKImplTest.java unit test
* extends BaseTaskQueueTest get zkServer
* modify zk config
5 years ago
Tboy
0954084344
merge db ( #2 )
...
* 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 )
5 years ago
zhukai
5f09349987
Add ExcelUtilsTest.java , the unit test for ExcelUtils ( #1500 )
5 years ago
lilin
d1e7a796ce
modify common queue TaskQueueZKImplTest.java unit test
5 years ago
khadgarmage
039f02a624
Add common utils CollectionUtils.java DateUtils.java unit test ( #1496 )
...
* dateutil test
* pom.xml
5 years ago
Tboy
c8f3e2ea41
Add FileUtilsTest.java , the unit test for FileUtils ( #1493 ) ( #1 )
5 years ago
zhukai
4cf8458719
Add FileUtilsTest.java , the unit test for FileUtils ( #1493 )
5 years ago
zhukai
7eeb10f008
Add CheckUtilsTest.java , the unit test for CheckUtils ( #1482 )
5 years ago
khadgarmage
bfa3a36c92
unit test graph ( #1479 )
5 years ago