Commit Graph

40 Commits

Author SHA1 Message Date
Kirs 2bf3b22d64
[2.0.1-cherrypick] SPI(Task ,Alert ,DataSource) (#7041)
* data source spi

* Fix datasource not work in tests and standalone server, and run all tests by default (#6743)

* Refactor alert plugins and simplify its usage (#6723)

* [Fix-6792] resolve API and alert port conflicts (#6792) (#6815)

* [Fix-6792]Multiple ApplicationRunners on classpath make SpringApplication.run only run one (#6792)

* [Feature][datasource] Change DataSource Connection Pool from Druid to HiKariCP (#6490) (#6828)

* [Feature][datasource] Change DataSource Connection Pool from Druid to HiKariCP (#6490)

* fix pom dep scope

* filter alert

* filter alert

* filter alert

* fix checkstyle

* remove hikaricp version

* update pom

* add properties

* add properties

* rename properties

* fix e2e fail

* rename properties

* [Fix-6792] resolve API and alert port conflicts (#6792) (#6815)

[Fix-6792]Multiple ApplicationRunners on classpath make SpringApplication.run only run one (#6792)

* fix ut fail

* fix license

* fix license

* update package

* update package

* remove unused license

Co-authored-by: mask <39329477+narcasserun@users.noreply.github.com>
Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>
2021-11-30 14:03:21 +08:00
Kirs 6821c7a9ac
[2.0.1-prepare#6712]Refactor registry plugin and simplify its usage (#6999)
* [2.0.1-prepare#6712]Refactor registry plugin and simplify its usage (#6712)

* upgrade version and fix dep err

* Clean up the utility codes (#6732)

* remove code style check

* upgrade docker version

Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>
2021-11-26 12:26:15 +08:00
lenboo 8a27ae4593 [maven-release-plugin] prepare for next development iteration 2021-11-20 00:08:41 +08:00
lenboo b31338b950 [maven-release-plugin] prepare release 2.0.0 2021-11-20 00:08:30 +08:00
lenboo b7d2b11d56 [maven-release-plugin] prepare for next development iteration 2021-11-18 03:02:47 +08:00
lenboo 549824a036 [maven-release-plugin] prepare release 2.0.0 2021-11-18 03:02:37 +08:00
lenboo 61e86b242b [maven-release-plugin] prepare for next development iteration 2021-11-18 01:35:34 +08:00
lenboo 80c4aaaea5 [maven-release-plugin] prepare release 2.0.0 2021-11-18 01:35:23 +08:00
lenboo 8585b48402 [maven-release-plugin] prepare for next development iteration 2021-11-18 01:02:48 +08:00
lenboo 5582fedafa [maven-release-plugin] prepare release 2.0.0 2021-11-18 01:02:37 +08:00
lenboo d8398fe7fd [maven-release-plugin] prepare for next development iteration 2021-11-17 23:48:53 +08:00
lenboo e755355bab [maven-release-plugin] prepare release 2.0.0 2021-11-17 23:48:42 +08:00
lenboo 446a4c5e38 [maven-release-plugin] prepare for next development iteration 2021-11-16 00:49:09 +08:00
lenboo 9bd693b7ef [maven-release-plugin] prepare release 2.0.0 2021-11-16 00:48:58 +08:00
lenboo b9e0079023 [maven-release-plugin] prepare for next development iteration 2021-10-21 20:22:36 +08:00
lenboo 8fa1e8817d [maven-release-plugin] prepare release 2.0.0-alpha 2021-10-21 20:22:25 +08:00
lenboo 58d03d632e change version to '2.0.0-alpha-SNAPSHOT' 2021-10-21 19:53:38 +08:00
lenboo fcfcedea0a [maven-release-plugin] prepare release 2.0.0-alpha 2021-10-21 17:11:05 +08:00
lenboo c82d908690 [maven-release-plugin] prepare for next development iteration 2021-10-21 16:09:31 +08:00
lenboo c644f8608f [maven-release-plugin] prepare release 2.0.0-alpha 2021-10-21 15:48:57 +08:00
lenboo f77efc551f [maven-release-plugin] prepare for next development iteration 2021-10-21 12:03:17 +08:00
lenboo d6b32fecb7 [maven-release-plugin] prepare release 2.0.0-alpha 2021-10-21 12:03:06 +08:00
lenboo d1ef024db1 [maven-release-plugin] prepare for next development iteration 2021-10-21 02:30:35 +08:00
lenboo 2ab404e25b [maven-release-plugin] prepare release 2.0.0-alpha 2021-10-21 02:30:24 +08:00
lenboo a729c82974 [maven-release-plugin] prepare for next development iteration 2021-10-19 23:26:21 +08:00
lenboo 1ac362463e [maven-release-plugin] prepare release 2.0.0-alpha 2021-10-19 23:26:10 +08:00
lenboo 81b13533a6 [maven-release-plugin] prepare for next development iteration 2021-10-19 18:19:16 +08:00
lenboo b94735c3b7 [maven-release-plugin] prepare release 2.0.0-alpha 2021-10-19 18:19:05 +08:00
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>
2021-10-12 17:56:26 +08:00
Kirs 67508d8d1b
update project version to 2.0.0-SNAPSHOT (#6383) 2021-09-28 12:00:43 +08:00
Kirs 9115062838
[Plugin][Task]Fix Task log may be lost (#6294) 2021-09-23 09:07:12 +08:00
Kirs fced3892ee
[Fix][Task] Wrong complement date (#6009) (#6186)
* [Fix][Task] Wrong complement date (#6009)
2021-09-17 17:04:51 +08:00
Kirs 58b694a85c
[BUG][Plugin] Fix #6167 (#6177) 2021-09-11 14:19:56 +08:00
Martin Huang 0715be34d5
[Fix-6166][task-plugin]Fix Python Task Execution Error (#6167)
* fix python task execution error

* delete AbstractTask#setCommand
2021-09-11 12:25:24 +08:00
kezhenxu94 ea2a9dbcb2
Clean up third-party files that are not mentioned in LICENSE (#6165) 2021-09-11 11:27:42 +08:00
Kerwin 36d60a564a
[Feature][Task]Task plugin spi (#6116) 2021-09-07 15:04:18 +08:00
Kirs 4715de11fc
[Feature][Plugin]Task (#6105)
* [Improvement][dao]When I search for the keyword description, the web UI shows empty (#5952)

* [Bug][WorkerServer] SqlTask NullPointerException #5549

* [Improvement][dao]When I search for the keyword Modify User, the web UI shows empty #5428

* [Improvement][dao]When I search for the keyword Modify User, the web UI shows empty #5428

* [Improvement][dao]When I search for the keyword Modify User, the web UI shows empty #5428

* [Improvement][dao]When I search for the keyword Modify User, the web UI shows empty #5428

* [Improvement][dao]When I search for the keyword Modify User, the web UI shows empty #5428

* [Improvement][dao]When I search for the keyword Modify User, the web UI shows empty #5428

* [Improvement][dao]When I search for the keyword description, the web UI shows empty #5428

* fix the readme typing issue (#5998)

* Fix unchecked type conversions

* Use indentation level reported by checkstyle

* Reorganize CI workflows to fasten the wasted time and resources (#6011)

* Add standalone server module to make it easier to develop (#6022)

* Task node of SWITCH (#5939)

* [Feature-#5273][server-master] Task node of SWITCH (#5922)



Co-authored-by: wangxj <wangxj31>

* remove description of bonecp (#6030)

Co-authored-by: shaojwu <shaojwu@ebay.com>

* [Improvement][Api Module]split alert group list-paging interface (#5941)

* [Improvement][Api Module]split alert group list-paging interface

* [FIX-#6007]Wrong complement date (#6026)

* [FIX-#6007]Wrong complement date

* [style]Wrong complement date

* [Improvement-6024][dist] Remove useless packaging commands (#6029)

·Remove useless packaging commands in dolphinscheduler-bin.xml

This closes #6024

Co-authored-by: mask <liuhu@zhiyoutec.com>

* [FIX-5908][MasterServer] When executing an compensation task, the execution thread would have a NPE (#5909)

* fix the npe in MasterExec

* fix the compile error

* Add `.asf.yaml` to easily set the GitHub metadata (#6035)

* fix dead server cannot stop (#6046)

* Enhancement Translation (#6042)

* replaced Loading... with i18n

* modified Edit zh_CN translation

* Delete zh_CN.js

Co-authored-by: David <dailidong66@gmail.com>

* fix bug #6053 zh_CN.js is lost

* [Feature][Plugin]Task

* fix license head

* fix code style

* fix code style

* fix build err

Co-authored-by: didiaode18 <563646039@qq.com>
Co-authored-by: Roy <yongjuncao1213@gmail.com>
Co-authored-by: lyxell <alyxell@kth.se>
Co-authored-by: Wenjun Ruan <wenjun@apache.org>
Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>
Co-authored-by: myangle1120 <942542838@qq.com>
Co-authored-by: wangxj3 <857234426@qq.com>
Co-authored-by: gabry.wu <gabrywu@apache.org>
Co-authored-by: shaojwu <shaojwu@ebay.com>
Co-authored-by: Shukun Zhang <60541766+andream7@users.noreply.github.com>
Co-authored-by: linquan <1175687813@qq.com>
Co-authored-by: mask <39329477+Narcasserun@users.noreply.github.com>
Co-authored-by: mask <liuhu@zhiyoutec.com>
Co-authored-by: kyoty <echohlne@gmail.com>
Co-authored-by: RichardStark <49977764+RichardStark@users.noreply.github.com>
Co-authored-by: David <dailidong66@gmail.com>
Co-authored-by: lenboo <baoliang.leon@gmail.com>
2021-09-06 09:38:29 +08:00
Kerwin 5a12e00cbe
[Feature][Task]Task plugin spi (#6084) 2021-09-02 10:08:38 +08:00
Kerwin 22c5292b93
[Feature][SPI] Task (#6044) 2021-08-27 15:02:24 +08:00
Kerwin 79952d926f
[Feature][SPI] Task (#5996) 2021-08-18 10:32:19 +08:00