Commit Graph

6522 Commits

Author SHA1 Message Date
Amy0104 96b31c81ff
[Fix][UI Next][V1.0.0-Beta] Fix data quality data not displayed. (#9930) 2022-05-07 13:50:03 +08:00
Paul Zhang 8562f6a878
[Feature][Log]Add timezone information in log output (#9913) 2022-05-06 17:31:44 +08:00
labbomb c9bba819bd
[Fix]Added request header validation (#9915) 2022-05-06 15:08:31 +08:00
Eric Gao 1f7884609a
[Feature][Doc] Add docs for zeppelin task plugin (#9866) 2022-05-06 15:04:52 +08:00
WangJPLeo a1b6b033ad
[Fix-9906] After the serial wait execution strategy stops the running workflow instance, the instance will be woken up and executed if there is a wait instance. (#9907)
* After the serial wait execution strategy stops the running workflow instance, the instance will be woken up and executed if there is a wait instance.

* clear logic

* Resource overloading
2022-05-06 15:01:21 +08:00
songjianet 7a7807e520
[Feature] Remove old ui. (#9909)
* [Feature] Remove old ui.

* [Docs] Add license file for screenfull.
2022-05-06 14:04:35 +08:00
陈爽 15a15de927
[bug] [doc] fix the data quality link error about the navigation of dolphinscheduler 3.0.0-alpha zh docs (#9887) 2022-05-06 08:55:00 +08:00
labbomb 693b8a976b
[Fix][UI-NEXT] Disable file name (#9893) 2022-05-05 16:37:21 +08:00
songjianet fea9186636
[Docs][UI][Beta] Update README. (#9895)
* [Docs][UI][Beta] Update README.

* [Docs][UI][Beta] Update README.
2022-05-05 16:27:19 +08:00
Devosend 87dc42fcc4
[Fix][UI Next][V1.0.0-Beta] Fix jdbc connect parameter validate bug (#9891) 2022-05-05 16:20:33 +08:00
Amy0104 72e6a6d06f
[Feature][UI Next][V1.0.0-Beta] Add hints to the password repeat. (#9888) 2022-05-05 14:40:27 +08:00
Amy0104 52df6c1f66
[Fix][UI Next][V1.0.0-Beta] Fix the task group queue display error. (#9890) 2022-05-05 14:39:42 +08:00
songjianet 083050a107
[Docs][UI Next][V1.0.0-Beta] Add @types-lodash license. (#9883) 2022-05-05 11:49:49 +08:00
Amy0104 615da96b08
[Fix][UI Next][V1.0.0-Beta] Fix edge deletion unhandled and remove the useless nextNodes. (#9875) 2022-05-05 11:48:02 +08:00
Amy0104 84484b6a6b
[Fix][UI Next][V1.0.0-Beta] Fix some errors on the datasource page. (#9877)
* Set the description default value to "-"
* Pager is missing page selector.
2022-05-05 11:45:38 +08:00
Amy0104 4bddef8238
[Fix][UI Next][V1.0.0-Beta] Fix the page input error on the token manage page. (#9879) 2022-05-05 11:44:56 +08:00
Jiajie Zhong 136a183018
[doc] Separate and correct getting start by docker (#9862)
* [doc] Separate and correct getting start by docker

* Correct content of starting docker
* Remove all FAQ in docker.md and only keep
  build image by users themself in faq.md
* Separate how to use incompatible incompatible
  datasource from docker.md to directory datasource

* correct disable flag

* fix download link

* fix wrong anchor

* remove not support anchor for zh docs
2022-05-05 10:57:46 +08:00
sq-q b1bb69c959
[Improve][docs] Add spark sql docs to task spark (#9851) 2022-05-05 10:48:17 +08:00
Devosend 52826194a6
[Fix][UI Next][V1.0.0-Beta] Fix bug where logo disappeared when format dag. (#9864) 2022-05-05 10:13:56 +08:00
litiliu e41de35e17
[Fix-9856]Failed to upload the file but get misleading error message (#9861)
* [fix-9856]Failed to upload the file because the full name was too long, but get misleading message

* Update Status.java

Co-authored-by: litiliu <litiliu@cisco.com>
Co-authored-by: lidongdai <dailidong66@gmail.com>
2022-05-04 21:20:14 +08:00
WangJPLeo fb0f96ed94
[Fix-9868] A task flow definition isolates the runs of different execution strategies by version numbers. (#9869)
* The thread cache task flow definition should get the latest version.

* Coverage on New Code

* Coverage on New Code

* Coverage on New Code

* use an existing method.

* Increase unit test coverage.

* Task flow definitions enforce policy isolation.
2022-05-03 22:52:42 +08:00
LongJGun 778018dcfb
[Bug] [worker] fix CommandType TASK_EXECUTE_RUNNING_ACK don't consumed (#9849) (#9850) 2022-05-03 14:28:19 +08:00
songjianet f9f91000fd
[Fix][UI Next][V1.0.0-Beta] Fix the problem that there is no prompt for selecting users. (#9858)
* [Fix][UI Next][V1.0.0-Beta] Fix the problem that there is no prompt for selecting users.

* [Fix][UI Next][V1.0.0-Beta] Change update user to edit user.

* [Fix][UI Next][V1.0.0-Beta] Change update user to edit user.
2022-05-01 13:19:07 +08:00
Town fcb32e4c3c
[fix] fix query access token for specified user failed (#9855) 2022-04-30 11:07:00 +08:00
Amy0104 f747b606e9
[Fix][UI Next][V1.0.0-Beta] Add validation rules to dependency of the dependent task. (#9844) 2022-04-29 16:00:10 +08:00
WangJPLeo 31cd1b5e61
Serial wait for subsequent execution (#9847) 2022-04-29 15:44:05 +08:00
Kerwin 4f2b9ac886
[Improve][common] code clean in the common module (#9435) 2022-04-29 10:34:03 +08:00
caishunfeng 5d5125d507
[Bug-9829][Api] Fix schedule timezone (#9830) 2022-04-29 10:17:34 +08:00
labbomb d1f5bbfcae
[Fix]fix the search bar echoes abnormally (#9835) 2022-04-28 19:49:58 +08:00
songjianet 9a568769eb
[Feature][UI Next][V1.0.0-Beta] Rename SeaTunnel. (#9839) 2022-04-28 19:03:40 +08:00
Tq 69810a8a36
[BUG][ALERT-SERVER]validate script before alert script (#9834)
* validate script before alert script

* fix validate script before alert script
2022-04-28 18:16:37 +08:00
Mr.An 47b4489452
[Fix] json object serialization error (#9828)
* fix json object parser error

* delete password validator

* Update use-form.ts

* Update use-form.ts

* Update use-detail.ts
2022-04-28 18:11:02 +08:00
songjianet 6a2484196d
[Fix][UI][V1.0.0-Beta] Fix the problem of wrong workflow name. (#9833) 2022-04-28 16:52:19 +08:00
WangJPLeo 3cea039239
Task queue status update. (#9832) 2022-04-28 16:41:00 +08:00
Eric Gao bbf6c4ed62
[Feature][UI Next] Add front-end for Apache Zeppelin task plugin (#9597) (#9810)
* [Feature][UI Next] Add front-end for Apache Zeppelin task plugin (#9597)

* Fix minor bugs of zeppelin server endpoint in common.properties

* Fix several bugs in zeppelin task plugin front-end

* add noteId and paragraphId into ITaskParams

* Fix bug in tasks/use-zeppelin.ts
2022-04-28 16:06:49 +08:00
Devosend bb2d4d18e9
[Fix][UI] Hide the version control button in workflow instance (#9825) 2022-04-28 15:53:26 +08:00
Jiajie Zhong 4f596f362a
[doc] Fix syntax error cause website not work correctly (#9826) 2022-04-28 15:33:03 +08:00
WangJPLeo ab2d535e54
The node ID under serial is greater than the current ID. (#9820)
Co-authored-by: WangJPLeo <wangjipeng@whaleops.com>
2022-04-28 11:00:33 +08:00
陈家名 828034f8b9
[improve][python] Specify warning group when deploy process-definition (#9773) 2022-04-27 22:02:14 +08:00
Devosend d3c53af100
[Fix][UI] Fix timing modal start time and end time bug (#9815) 2022-04-27 20:49:04 +08:00
Jiajie Zhong d188f49b0e
[doc] Dir development should not ref other dirs content (#9812)
For now, development dir deploy in other place instead
of docs dir https://dolphinscheduler.apache.org/en-us/development/development-environment-setup.html
so could not ref markdown doc from other docs dir
2022-04-27 20:02:34 +08:00
sq-q ed425d2d2d
[Feature-9772][plugin/ui] support SparkSQL Task (#9790)
* [refactor] Dolphinscheduler sparkSQL

* [refactor] Dolphinscheduler SparkSQL

* [refactor] Dolphinscheduler SparkSQL

* [refactor] Dolphinscheduler SparkSQL

* [refactor] Dolphinscheduler SparkSQL

* [refactor] Dolphinscheduler SparkSQL

* [refactor] Dolphinscheduler SparkSQL

* [refactor] Refactor ui code and add sparksql test cases

* [refactor] refactor dolphinscheduler SparkSQL

* [refactor] refactor dolphinscheduler plugin-sparkSQL

* [refactor] refactor dolphinscheduler plugin-SparkSQL

* [refactor] dolphinscheduler plugin-SparkTaskTest

* [refactor] dolphinscheduler plugin-SparkTask

* [refactor] dolphinscheduler plugin-Spark

* [refactor] dolphinscheduler plugin-SparkTask-SparkSQL

* [refactor] dolphinscheduler plugin-spark-SparkTask

* [refactor] dolphinscheduler plugin-spark-SparkTask redefine code
2022-04-27 17:44:05 +08:00
Tq 7b0b4c126e
[Bug] [Website-9764]add http alert doc and change body param to unnecessary (#9792)
* add http alert doc and change body param to unnecessary

* submit http en doc and fix doc

* fix http doc
2022-04-27 17:26:58 +08:00
WangJPLeo d2fe85d7da
[Fix-9796] The task queue can be executed normally. (#9797)
* Task group queue run manually

* Test repetition.

* Reference package is not available*.

Co-authored-by: WangJPLeo <wangjipeng@whaleops.com>
2022-04-27 17:23:48 +08:00
Amy0104 1c4b8d1811
[Fix][UI Next][V1.0.0-Beta] Add a return button and set the form to disabled on the file detail page. (#9802) 2022-04-27 17:05:27 +08:00
Amy0104 d618602aa3
[Fix][Next-UI][V1.0.0-Beta] Fix placeholder error on the task queue page. (#9805) 2022-04-27 17:03:37 +08:00
zhuxt2015 206b7c1c51
[Fix-9352][datasource-api]data source client uses a cache with an expiration time (#9353)
* datasource client cache with expiration time

* remove unused import

* fixed unit test

* fix

* fix

* fix

* fix

* fix

* fix

* fix
2022-04-27 16:56:24 +08:00
caishunfeng 70dae6945f
revert delete dumplicate task_definition_log ddl (#8567)
Co-authored-by: caishunfeng <534328519@qq.com>
2022-04-27 15:19:40 +08:00
Eric Gao 515c363148
[Feature][Deploy] Add missing default values in dolphinscheduler_env.sh (#9733)
* [Feature][Deploy] Add missing default values in dolphinscheduler_env.sh (#9675)

* [Feature][Deploy] Restore dolphinscheduler_env.sh to avoid e2e failure (#9675)

* [Feature][Deploy] Change mysql driver class name to com.mysql.cj.jdbc.Driver (#9675)

* [Feature][Deploy] Remove redundant config file (#9675)
2022-04-27 13:44:37 +08:00
Tq 14144e8d2e
[Bug][dep] Bump httpclient version to 4.5.13 (#9631) 2022-04-27 12:11:11 +08:00