Commit Graph

6005 Commits (8c19a7776e93108591625bfe2a0a777f37b3e486)

Author SHA1 Message Date
labbomb 2e530649f8
[Feature][UI Next]Improve the tenant Modal (#7972)
* Enabling Route Forwarding

* Added the tenant management page

* tenant-modal

* Improve the tenant Modal

* Enabling Route Forwarding

* Improve the tenant Modal

* fix bug
2022-01-13 09:05:04 +08:00
Wenjun Ruan ecaeadea33
Fix global params cannot transport into sub_process (#7969) (#7973) 2022-01-12 21:53:22 +08:00
songjianet 53e0124410
[Feature][UI Next] Delete edit profile state. (#7966) 2022-01-12 21:01:08 +08:00
xiangzihao 2cf609ae61
[Fix-7885][Deploy] Output log should under logs/ directory (#7960)
* fix bug_7885

* fix bug_7885

* fix bug_7885

* fix bug_7885
2022-01-12 20:42:05 +08:00
songjianet 79e2c386df
[Fix][UI Next] Fix dark theme logout. (#7965) 2022-01-12 18:39:33 +08:00
songjianet 455cede28e
[Feature][UI Next] Add project list. (#7961) 2022-01-12 16:56:38 +08:00
Kerwin cb8c875fa8
[Feature-7804][Task] DingTalk alert plugin adds signature. (#7805)
* DingTalk alarm component adds signature.

* fix code style.

* fix code style.

* add dingtalk document link

* fix DingTalkAlertChannelFactoryTest

* update NAME_DING_TALK_SECRET
2022-01-12 15:24:25 +08:00
Kerwin 64efc65edf
Create or update users to add tenants cannot be empty verification. (#7594) 2022-01-12 14:38:41 +08:00
xiangzihao 5be8e0531c
[E2E] [Resource] add file manage case (#7906) 2022-01-12 14:29:03 +08:00
calvin 8cac0d8f94
[Fix-7288] Not allow to delete the default alarm group. (#7932) 2022-01-12 14:12:30 +08:00
calvin a81093d6cb
[Fix-7935] Rectify this issue with running test cases in the class of AlertGroupControllerTest. (#7954)
* fix a few issues
2022-01-12 13:30:54 +08:00
wind 3edc58cbdd
[E2E] Add queue e2e test (#7941) 2022-01-12 10:31:17 +08:00
labbomb 8a4ae60d81
[Feature][UI Next]Added the tenant management page (#7945)
* Enabling Route Forwarding
* Added the tenant management page
* tenant-modal
2022-01-12 10:12:21 +08:00
Ivan0626 b807c677ab
Close the FileOutputStream in FileUtils.java file (#7937)
Close the FileOutputStream in FileUtils.java file
2022-01-12 09:24:50 +08:00
xuhhui 0cfb2043cf
Improvement: improve Pong.java mistake (#7822) 2022-01-12 01:20:13 +08:00
Jiajie Zhong 7718abed79
[deploy] Add tools to distribute package (#7916)
This patch add missing tools diretory in binary
package

close: #7886
2022-01-11 23:02:36 +08:00
wind a8c592bd93
[Bug-7788][MasterServer] fix submit duplicate tasks sometimes when retry (#7809)
* [Bug-7788] fix submit duplicate tasks sometimes when retry

* [Bug-7788][MasterServer] fix submit duplicate tasks sometimes when retry

Co-authored-by: caishunfeng <534328519@qq.com>
2022-01-11 22:54:42 +08:00
JinYong Li 24a97fda75
[Bug] [dolphinscheduler-api]support workflow instance to definition (#7930)
* add task save and  binds workflow

* add task update with upstream

* support workflow instance to definition

* fix ut
2022-01-11 14:41:45 +08:00
Frank Chen 3d67edafbe
[Improvement][API] Add and fix unit test for ExecutorController,Fix A… (#7877) 2022-01-11 14:40:39 +08:00
mazhong 5ea06e7eb8
Update ProcessDefinitionMapper.xml (#7931)
Resolves  process definition list issue(data duplication )
2022-01-11 14:20:46 +08:00
springmonster 4f4d9d12ce
[Bug-7849] Add unit test for alert server, fix #7849 (#7850) 2022-01-11 12:46:21 +08:00
songjianet 106744448b
[Feature][UI Next] Add monitor worker. (#7922) 2022-01-10 18:16:16 +08:00
janeHe13 1ff339f37b
[E2E] Modify the tenant delete of the e2e case (#7921)
* Update UserE2ETest.java
2022-01-10 17:06:32 +08:00
songjianet f5aca0f11b
[Feature][UI Next] Add monitor master. (#7917) 2022-01-10 16:40:50 +08:00
labbomb 7bc1591ef0
Enabling Route Forwarding (#7909) 2022-01-10 11:06:11 +08:00
天仇 361d68db26
[FIX-7732][fix] fix column 'is_directory' of table `t_ds_resources` type error in PG database (#7898)
Fix column 'is_directory' of table t_ds_resources type error in PG database
This closes #7732
2022-01-09 11:36:14 +08:00
Kerwin d8ccfe6a75
Add 2.0.2 and 2.0.3 version for issue-report(#7899) 2022-01-09 08:43:38 +08:00
X&Z 57f000ed1f
[BUG] Repair JDBC connection of Oracle (#7883) 2022-01-08 20:45:27 +08:00
calvin 24eb40c2b2
[Fix-7857] The user won't be allowed to disable their own account. (#7891) 2022-01-08 18:01:22 +08:00
songjianet 7151c54578
[Feature][UI Next] Add statistics. (#7895)
* [Feature][UI Next] Add statistics.
* [Feature][UI Next] Add license head.
2022-01-08 17:03:49 +08:00
songjianet 836f1a3b88
[Feature][UI Next] Add monitor db. (#7893) 2022-01-08 13:49:11 +08:00
Jiajie Zhong 65322155a3
[python] Fix database error handler about no datasource name (#7631)
* [python] Fix database error handler about no datasource name

The original code show too many unrelated log when database name
do not exists. BTW, it would continue the code when error miss.
This patch is try to fix it.

close: #7616

* Use java exception instead of self define

* Enhance
2022-01-07 21:29:37 +08:00
janeHe13 0b38d0e826
[E2E]add worker group manage e2e case (#7879)
* add worker group manage e2e case

* add worker group manage e2e case

* Update dolphinscheduler-e2e/dolphinscheduler-e2e-case/src/test/java/org/apache/dolphinscheduler/e2e/cases/WorkerGroupE2ETest.java

Co-authored-by: janeHe13 <438044805@qq.com>
Co-authored-by: Jiajie Zhong <zhongjiajie955@gmail.com>
2022-01-07 21:24:03 +08:00
Jiajie Zhong 9b6b381b93
[deploy] Split Ambari plugin to independent repo (#7880)
fix: #7036
2022-01-07 21:10:48 +08:00
wind e4cdd82b7c
[Improvement][TaskLog] Unified task log (#7831)
* task logger

* update

* log format

* remove master config task-logger

* udpate log level

Co-authored-by: caishunfeng <534328519@qq.com>
2022-01-07 21:04:54 +08:00
Kerwin 5172862a0a
Add seatunnel task plugin (#7131) 2022-01-07 20:51:11 +08:00
labbomb f3f1f40f57
[Feature][UI Next] Fixed menu sidebar display issues (#7872) 2022-01-07 15:27:02 +08:00
Jiajie Zhong da4a85943c
[python] Add independent deployment for python gateway server (#7549)
* [python] Add independent deployment to python gateway server

* Correct some error

* Add missing deployment change

* Add missing expose port

* Add missing standalone config

* Keyword change from rpc to socket

* try to fix

* Add python gateway server to scp-hosts.sh
2022-01-07 15:16:05 +08:00
Jiajie Zhong 62cac2d529
[deploy] Make install.sh as executable script (#7862)
* [deploy] Make install.sh as executable script
* Change file and dir mode in dist

fix: #7860
2022-01-07 13:24:00 +08:00
xiangzihao f2541248eb
[Feature-7769][API] Add batch start process api (#7771)
* add notes
Co-authored-by: SbloodyS <sbloodys@qq.com>
2022-01-07 12:26:06 +08:00
Brennan Fox 46c39cdff9
Correct typo in English README (#7695)
* Correct typo in English README

Corrects a minor typo

* Markdown table & more typo cleanup

Co-authored-by: Brennan-Fox <brennan.fox@ca.ibm.com>
2022-01-07 10:47:09 +08:00
wangyizhi 984665a5ef
[Feature-7018][UI] Add list edit view from task definition (#7852)
* Performance optimization of DEPENDENT task

* fix eslint

* [Feature] Improve task definition list

* feat: Task definition list

* change update interface
2022-01-07 10:38:56 +08:00
labbomb d014a11c22
Fix the user module multi-language linkage problem (#7863) 2022-01-07 10:21:53 +08:00
songjianet 30cf030ad9
[Feature][UI Next] Add profile function. (#7858)
* [Feature][UI Next] Add profile function.
* Update .env
2022-01-06 23:06:39 +08:00
Aaron Lin 7fd94ffa40
[Improvement][Logger]Remove the logger server from the deployment (#7837) 2022-01-06 20:05:05 +08:00
labbomb 8cd2a2c339
[Feature][UI Next]Fixed language switching issues (#7845)
Co-authored-by: songjianet <1778651752@qq.com>
Co-authored-by: Jiajie Zhong <zhongjiajie955@hotmail.com>
2022-01-06 19:18:41 +08:00
Jiajie Zhong 079adc9eca
[ci] Fix flaky test in e2e user (#7847)
* [ci] Fix flaky test in e2e user

fix: #7656

* Change class name

* Change get delete bottom function

* Correct function
2022-01-06 17:29:06 +08:00
songjianet ae09702b35
[Feature][UI Next] Add modal component. (#7848) 2022-01-06 14:44:04 +08:00
calvin a8d19f271a
fix this issue (#7828) 2022-01-06 09:57:31 +08:00
springmonster 0911fd711d
[Bug-7832, Improvement] Add unit test for worker module, fix apache#7832. Optimize HttpUtils and HttpUtilsTest 1. Checking input parameters of getResponseContentString 2. Add unit test (#7798) 2022-01-06 09:56:30 +08:00