lenboo
8a27ae4593
[maven-release-plugin] prepare for next development iteration
3 years ago
lenboo
b31338b950
[maven-release-plugin] prepare release 2.0.0
3 years ago
lenboo
b7d2b11d56
[maven-release-plugin] prepare for next development iteration
3 years ago
lenboo
549824a036
[maven-release-plugin] prepare release 2.0.0
3 years ago
lenboo
61e86b242b
[maven-release-plugin] prepare for next development iteration
3 years ago
lenboo
80c4aaaea5
[maven-release-plugin] prepare release 2.0.0
3 years ago
lenboo
8585b48402
[maven-release-plugin] prepare for next development iteration
3 years ago
lenboo
5582fedafa
[maven-release-plugin] prepare release 2.0.0
3 years ago
lenboo
d8398fe7fd
[maven-release-plugin] prepare for next development iteration
3 years ago
lenboo
e755355bab
[maven-release-plugin] prepare release 2.0.0
3 years ago
lenboo
446a4c5e38
[maven-release-plugin] prepare for next development iteration
3 years ago
lenboo
9bd693b7ef
[maven-release-plugin] prepare release 2.0.0
3 years ago
lenboo
b9e0079023
[maven-release-plugin] prepare for next development iteration
3 years ago
lenboo
8fa1e8817d
[maven-release-plugin] prepare release 2.0.0-alpha
3 years ago
lenboo
58d03d632e
change version to '2.0.0-alpha-SNAPSHOT'
3 years ago
lenboo
fcfcedea0a
[maven-release-plugin] prepare release 2.0.0-alpha
3 years ago
lenboo
c82d908690
[maven-release-plugin] prepare for next development iteration
3 years ago
lenboo
c644f8608f
[maven-release-plugin] prepare release 2.0.0-alpha
3 years ago
Kirs
38fb2b4413
[fix-6570][task] add sql task udf resource load ( #6570 ) ( #6571 ) ( #6579 )
...
* [fix-6570][task] add sql task udf resource load (#6570 )
-add sql task udf resource load
-Fix UdfFuncRequest serialization
* fix checkstyle
* add defaultFS in sqlTaskContext
* fix checkstyle
Co-authored-by: mask <39329477+Narcasserun@users.noreply.github.com>
3 years ago
lenboo
f77efc551f
[maven-release-plugin] prepare for next development iteration
3 years ago
lenboo
d6b32fecb7
[maven-release-plugin] prepare release 2.0.0-alpha
3 years ago
lenboo
d1ef024db1
[maven-release-plugin] prepare for next development iteration
3 years ago
lenboo
2ab404e25b
[maven-release-plugin] prepare release 2.0.0-alpha
3 years ago
lenboo
a729c82974
[maven-release-plugin] prepare for next development iteration
3 years ago
lenboo
1ac362463e
[maven-release-plugin] prepare release 2.0.0-alpha
3 years ago
lenboo
81b13533a6
[maven-release-plugin] prepare for next development iteration
3 years ago
lenboo
b94735c3b7
[maven-release-plugin] prepare release 2.0.0-alpha
3 years ago
Kirs
f60dc3eb2a
[FIX-#6514]Task Class Load Err ( #6513 ) ( #6517 )
...
* [FIX-#6412]Task Class Load Err
* Task Class Load Err
3 years ago
Kirs
a9338fe697
[Fix-6497][Server] Fix the missing code about the feature of supporting multiple environments. ( #6509 ) ( #6510 )
...
Co-authored-by: Hua Jiang <jianghuachinacom@163.com>
3 years ago
百岁
d284e44d52
Rename tis to pigeon from backend layer ( #6437 )
...
* add mock getTaskLogName() for UT test pass
* make task-tis rename to task-pigeon
* rename module name 'tis' to pigeon
* rename module name 'tis' to pigeon,make sanity check pass
* remove execute console.log()
3 years ago
Kirs
1843e986f5
[BUG][Task-API]load codec class fail ( #6411 )
3 years ago
Kirs
67508d8d1b
update project version to 2.0.0-SNAPSHOT ( #6383 )
3 years ago
mask
a62a7a7216
[Fix][Task] sql limit param no default value ( #6337 ) ( #6387 )
...
* add default query sql limit
3 years ago
百岁
545173faa3
add mock getTaskLogName() for UT test pass ( #6369 )
3 years ago
百岁
34352c1bf8
Enhance using experience of DataX by introduce TIS ( #6229 )
...
* Enhance using experience of DataX by introduce TIS [Feature-5992]
* Enhance using experience of DataX by introduce TIS [Feature-5992]
* fix stylecheck error
* make testCase pass
* make dev testCase pass
* add new java dependency Java-WebSocket
* modfiy TISParameters.java avoid to name confliction
* add InterruptedException checking
* reAdd async-http-client annotation
* in order to staisfy the coverage degree add test which has been removed
* make testCase pass
* make testCase pass
* add jacoco dependency
* make code duplications be more lower
* add Java-WebSocket dependency in root pom
* remove useless code comment
* make tis http apply path and post body configurable ,the params save in config.properites
* Remove the dangerous instance of double-checked locking
3 years ago
Kirs
be158328fb
[Bug #6306 ][Worker] task log path generated error. ( #6338 )
3 years ago
caishunfeng
61c6461994
[BUG-6331][WorkerServer] fix preparedStatement auto close by try with resource ( #6334 )
...
Co-authored-by: caishunfeng <534328519@qq.com>
3 years ago
Kirs
163a0696a4
[Bug #6306 ][Worker] task log path generated error. ( #6311 )
...
* [Bug #6306 ][Worker] task log path generated error.
* [Bug #6306 ][Worker] task log path generated error.
3 years ago
Kirs
9115062838
[Plugin][Task]Fix Task log may be lost ( #6294 )
3 years ago
Kirs
552fd17878
[Plugin][Task]Fix Yarn Task Kill Not valid ( #6293 )
3 years ago
Kirs
7e8febed4d
[Plugin][Task]Fix Sql Task NPE ( #6290 )
3 years ago
Kirs
fab4eae923
[SPI][Task]fix Task parse Err ( #6244 )
...
* [SPI][Task]fix Task parse Err
3 years ago
Kirs
fced3892ee
[Fix][Task] Wrong complement date ( #6009 ) ( #6186 )
...
* [Fix][Task] Wrong complement date (#6009 )
3 years ago
Kirs
b90152fc2e
[SPI][Task]add SQL Task ( #6237 )
...
Add Sql Task And Fix Task Parse Err
3 years ago
mask
259ec909d1
[Improvement-6198][task] remove Sparktaskchannelfactory duplicate declaration ( #6199 )
...
* remove Sparktaskchannelfactory duplicate declaration
3 years ago
Kirs
58b694a85c
[BUG][Plugin] Fix #6167 ( #6177 )
3 years ago
Martin Huang
0715be34d5
[Fix-6166][task-plugin]Fix Python Task Execution Error ( #6167 )
...
* fix python task execution error
* delete AbstractTask#setCommand
3 years ago
kezhenxu94
ea2a9dbcb2
Clean up third-party files that are not mentioned in LICENSE ( #6165 )
3 years ago
CalvinKirs
5b98ea0104
fix code style
3 years ago
CalvinKirs
d6d3980241
fix code style
3 years ago