Simon
2c590450ab
Merge pull request #1 from apache/dev
...
merge
5 years ago
simon824
6e907f150c
1. specified jackson Date format.
...
2. remove getMapper method,replace with toList()
3. rewrite toList method,support constructCollectionType.
4. parseObject(resp, Map.class) replace to toMap() method
5. rename JacksonSerialize to JsonSerializer
rewrite createArrayNode,createObjectNode method will Affect too many lines ,i will fix it in the next pr.
5 years ago
CalvinKirs
b21259d600
add MicroBenchMark model ( #2851 )
...
* add MicroBenchMark model
* add log
* fix propertyName
* small change
* add ut
* format
* add @Test
* fix maven compile error
* remove enum set method
* exclusion microbench ut
* small change
* Use assembly instead of shade
Co-authored-by: dailidong <dailidong66@gmail.com>
5 years ago
khadgarmage
12c249ab47
fix ci log bug ( #2901 )
5 years ago
simon824
9a92ab7982
Using Jackson instead of Fastjson
5 years ago
simon824
9ada3c7aac
Using Jackson instead of Fastjson
5 years ago
simon824
32863755ec
Using Jackson instead of Fastjson
5 years ago
simon824
4197ee8a8f
Using Jackson instead of Fastjson
5 years ago
simon824
572ee0fc64
Using Jackson instead of Fastjson
5 years ago
simon
6205e687c2
annotation reset
5 years ago
simon
4a10157506
ut fix
5 years ago
simon
9c36829278
ut fix
5 years ago
simon
8bab8abcd2
ut fix
5 years ago
simon
bb089288c4
Using Jackson instead of Fastjson
5 years ago
simon
33bd6586dd
Using Jackson instead of Fastjson
5 years ago
simon
dea2d4634d
Using Jackson instead of Fastjson
5 years ago
simon
f26e246706
Using Jackson instead of Fastjson
5 years ago
simon
48735a8bf4
Using Jackson instead of Fastjson
5 years ago
simon
3ccd96aabb
Using Jackson instead of Fastjson
5 years ago
simon
39d2713d0a
Using Jackson instead of Fastjson
5 years ago
张世鸣
e386af700d
Using Jackson instead of Fastjson
5 years ago
张世鸣
a9f72c2081
Using Jackson instead of Fastjson
5 years ago
Han Gao
8f8ddae030
Using Jackson instead of Fastjson ( #2850 )
...
* Using Jackson instead of Fastjson
* Fix some json bugs
Co-authored-by: dailidong <dailidong66@gmail.com>
5 years ago
CalvinKirs
c8ab27acb0
Optimization of enumerated values method ( #2677 )
...
* The value method of enum is a deep copy. If there are many parameters, it is not recommended to use the value method. Specifically see jmh results
* beautiful misunderstanding
Co-authored-by: dailidong <dailidong66@gmail.com>
5 years ago
itbasketplayer
1513aae3ce
add job history to judge application status/2625 ( #2848 )
...
* job history status url when application number threshold is reached(default 10000,maybe it was set to 1000)
* job history status url when application number threshold is reached(default 10000,maybe it was set to 1000)
* job history status url when application number threshold is reached(default 10000,maybe it was set to 1000)
Co-authored-by: yuhaibin@lizhi.fm <35716fc5847f6d154cf556296453ca91>
Co-authored-by: dailidong <dailidong66@gmail.com>
5 years ago
GabrielWithTina
d00627ff77
Return ProcessDefinition ID when call ProcessController.createProject. ( #2849 )
...
Return Scheduler ID when call SchedulerController.createScheduler.
client need the created object ID to bind the relationship between client system and Dolphinscheduler system.
5 years ago
如梦技术
1c15345442
fix: Improve the security of datasource management ( #2844 )
...
Closes 2638
Co-authored-by: dailidong <dailidong66@gmail.com>
5 years ago
Wuv1Up
fbb8ff438a
fix return value of created project ( #2804 )
...
Co-authored-by: dailidong <dailidong66@gmail.com>
5 years ago
dailidong
d84512c9b8
Merge branch 'dev' into removeUnnecessaryLock
5 years ago
xingchun-chen
e89f543f04
Merge pull request #2780 from BoYiZhang/dev
...
Sync file name
5 years ago
BoYiZhang
cfe8ef6295
Merge pull request #10 from apache/dev
...
update e2e chrome version (#2778 )
5 years ago
xingchun-chen
714ad5d445
update e2e chrome version ( #2778 )
...
* add LoginTest license
* Delete useless packages
* e2e add project and workflow case
* e2e add project and workflow case
* e2e add project and workflow case
* e2e add project and workflow case
* e2e add project and workflow case
* e2e add project and workflow case
* e2e add project and workflow case
* e2e add project and workflow case
* e2e add project and workflow case
* e2e add project and workflow case
* e2e add project and workflow case
* e2e add project and workflow case
* Update worker_group_id to worker_group in init.sql
* Update worker_group_id to worker_group in init.sql
* Update worker_group_id to worker_group
* Increase dataX environment variable, sslTrust default value
* modify dataX environment variable
* update e2e chrome version
Co-authored-by: chenxingchun <438044805@qq.com>
5 years ago
BoYiZhang
20007264b1
Sync file name
5 years ago
BoYiZhang
72408b26b9
Merge pull request #9 from apache/dev
...
update code
5 years ago
gabry.wu
1a78c1150c
simply NettyExecutorManager.execute logic making it readable ( #2744 )
...
* simply NettyExecutorManager.execute logic making it readable
* fix NPE
* remove unused import
Co-authored-by: dailidong <dailidong66@gmail.com>
5 years ago
gabry.wu
772a8e2b37
add retryCallSilent to RetryerUtils making it easy to use ( #2729 )
...
* add retryCallSilent to RetryerUtils making it easy to use
* add more detail to java doc of retryCallSilent
5 years ago
gabry
1864f87c84
remove unnecessary lock & fix syncWorkerHostWeight variable reference bug
5 years ago
gabry.wu
1771aa50d5
change variable name ,make it easy to understand ( #2647 )
...
Co-authored-by: dailidong <dailidong66@gmail.com>
5 years ago
CalvinKirs
0226f9f97e
Deprecated method changes ( #2706 )
...
Co-authored-by: dailidong <dailidong66@gmail.com>
5 years ago
gabry.wu
c28a697ee8
add RetryerUtils to retry async & sync function gracefully ( #2697 )
...
* add RetryerUtils tool class for async & sync retry invoking
* add RetryerUtils tool class for async & sync retry invoking
* add guava-retrying-2.0.0.jar to known-dependencies.txt
* fix javadoc
* fix code smell
Co-authored-by: qiaozhanwei <qiaozhanwei@outlook.com>
5 years ago
liwenhe1993
e4ee7d1deb
Merge pull request #2707 from khadgarmage/fix-e2e-docker
...
fix e2e zk download failed
5 years ago
xiaochun.liu
4024465465
fix ,
5 years ago
BoYiZhang
b9f7da80e5
Merge pull request #8 from apache/dev
...
update code
5 years ago
qiaozhanwei
459e40bf19
Merge branch 'dev' into fix-e2e-docker
5 years ago
xiaozhaoying
de3a81cab5
support ali nail(ding talk) , issue:2458 ( #2594 )
...
* Create TextMessage.java
* Create DingTalkUtils.java
* Update alert.properties
* Update Constants.java
* Update Constants.java
* Create DingTalkMsgFormatter.java
* Update alert.properties
* Create DingTalkMsgFormatterTest.java
* Create DingTalkUtilsTest.java
* Update DingTalkUtils.java
* Create DingTalkManager.java
* Update EmailAlertPlugin.java
* feature: test send msg with proxy
* fix:delete comment and add exception info
* Update DingTalkUtilsTest.java
* Update DingTalkUtils.java
* Update DingTalkManager.java
* Update EmailAlertPlugin.java
* Update DingTalkUtilsTest.java
* Update DingTalkMsgFormatter.java
* Update DingTalkUtils.java
* Update DingTalkMsgFormatterTest.java
* Update DingTalkUtilsTest.java
* Update TextMessage.java
* Update DingTalkManager.java
* Delete TextMessage.java
* fix: add test case
* fix:add http client test case
* fix:delete ignore test case
* Update pom.xml
Co-authored-by: dailidong <dailidong66@gmail.com>
5 years ago
xiaochun.liu
91c544f24f
sql
5 years ago
xiaochun.liu
c68785632f
merge from dev-1.3.0
5 years ago
BoYiZhang
b28b4adfa0
Merge pull request #7 from apache/dev
...
update code
5 years ago
JinyLeeChina
daea87a515
'ExecutionStatus' ( #2635 )
...
Co-authored-by: dailidong <dailidong66@gmail.com>
Co-authored-by: qiaozhanwei <qiaozhanwei@outlook.com>
5 years ago
Rubik-W
68e3487e34
feature: Add user state #1923 ( #2424 )
...
* feature: #1923
* fix:docker sql script add column
* fix: update sql script
* fix: UT bug
* fix: UT bug
* fix: UT bug
* fix: e2e UT bug
* fix: e2e button location
Co-authored-by: dailidong <dailidong66@gmail.com>
5 years ago