songjianet
f5aca0f11b
[Feature][UI Next] Add monitor master. ( #7917 )
3 years ago
labbomb
7bc1591ef0
Enabling Route Forwarding ( #7909 )
3 years ago
天仇
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
3 years ago
Kerwin
d8ccfe6a75
Add 2.0.2 and 2.0.3 version for issue-report( #7899 )
3 years ago
X&Z
57f000ed1f
[BUG] Repair JDBC connection of Oracle ( #7883 )
3 years ago
calvin
24eb40c2b2
[Fix-7857] The user won't be allowed to disable their own account. ( #7891 )
3 years ago
songjianet
7151c54578
[Feature][UI Next] Add statistics. ( #7895 )
...
* [Feature][UI Next] Add statistics.
* [Feature][UI Next] Add license head.
3 years ago
songjianet
836f1a3b88
[Feature][UI Next] Add monitor db. ( #7893 )
3 years ago
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
3 years ago
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>
3 years ago
Jiajie Zhong
9b6b381b93
[deploy] Split Ambari plugin to independent repo ( #7880 )
...
fix : #7036
3 years ago
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>
3 years ago
Kerwin
5172862a0a
Add seatunnel task plugin ( #7131 )
3 years ago
labbomb
f3f1f40f57
[Feature][UI Next] Fixed menu sidebar display issues ( #7872 )
3 years ago
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
3 years ago
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
3 years ago
xiangzihao
f2541248eb
[Feature-7769][API] Add batch start process api ( #7771 )
...
* add notes
Co-authored-by: SbloodyS <sbloodys@qq.com>
3 years ago
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>
3 years ago
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
3 years ago
labbomb
d014a11c22
Fix the user module multi-language linkage problem ( #7863 )
3 years ago
songjianet
30cf030ad9
[Feature][UI Next] Add profile function. ( #7858 )
...
* [Feature][UI Next] Add profile function.
* Update .env
3 years ago
Aaron Lin
7fd94ffa40
[Improvement][Logger]Remove the logger server from the deployment ( #7837 )
3 years ago
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>
3 years ago
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
3 years ago
songjianet
ae09702b35
[Feature][UI Next] Add modal component. ( #7848 )
3 years ago
calvin
a8d19f271a
fix this issue ( #7828 )
3 years ago
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 )
3 years ago
labbomb
6d6babff5a
[Feature][UI Next]Modify Layout in multiple languages ( #7830 )
...
* Rewrite the page as defineComponent
* Fixed layout multilanguage problem
* Fixed layout multilanguage problem
* Modify the fields
* License
3 years ago
JinYong Li
acf9c84c50
[Feature][workflow list edit] add task update with upstream ( #7829 )
...
* add task save and binds workflow
* add task update with upstream
3 years ago
songjianet
d2794beb6d
[Feature][UI Next] Add profile detail. ( #7827 )
3 years ago
Jiajie Zhong
b1edce2b11
[python] Add checker pd attr param and fix switch example ( #7818 )
...
* [python] Add checker pd attr param and fix switch example
* Correct submit self.param to java gateway
* Fix missing parameter for switch example
* Add mechanism checker before submit to java gateway
close : #7803
* Fix mock get task code and version
* Change judge statement and add comment
3 years ago
Jiajie Zhong
1417967d9e
[python] Task condition missing two downstream param ( #7783 )
...
* [python] Task condition missing two downstream param
We add two downstream tasks to set task condition
success and failed node
close : #7763
* Add getter and setter property condition_resulth in base task
3 years ago
Jiajie Zhong
fcbb5f4d8f
[python] Enhance task datax example ( #7801 )
...
* [python] Enhance task datax example
* Add full example for `CustomDataX.json`
* Add comment about datasource need to exists.
close : #7800
* Add missing parameter setting
3 years ago
ououtt
4c2f77ee9c
[DS-7016][feat] Auto create workflow while import sql script with specific hint ( #7214 )
...
* [DS-7016][feat] Auto create workflow while import sql script with specific hint
* datasource : datasource name
* name: task name
* upstream: pre task names
* [DS-7016][feat] Auto create workflow while import sql script with specific hint
* remove excess blank lines
* [DS-7016][feat] Auto create workflow while import sql script with specific hint
* datasource : datasource name
* name: task name
* upstream: pre task names
* [DS-7016][feat] Auto create workflow while import sql script with specific hint
* datasource : datasource name
* name: task name
* upstream: pre task names
* Code optimization
* for Zip Bomb Attack
Co-authored-by: eye <eye.gu@aloudata.com>
3 years ago
labbomb
a826d37e54
[Feature][UI Next] Rewrite the page as defineComponent ( #7817 )
3 years ago
calvin
f0ad65cb14
[Fix-7203] Remedy the issue about importing a process json file. ( #7811 )
...
* fix a few issues
* fix a little issue
* Update ProcessDefinitionServiceImpl.java
* Update ProcessDefinitionServiceImpl.java
Co-authored-by: Kerwin <37063904+zhuangchong@users.noreply.github.com>
3 years ago
Jiajie Zhong
ab89e4335e
[ci] Remove workflow paths-ignore attribute ( #7807 )
...
It will cause our CI always waitting due to
we requests E2E contexts in .asf.yaml but
we set some ignore path on workflow e2e.
3 years ago
songjianet
81ef08af0e
[Feature][UI Next] Add password function. ( #7802 )
3 years ago
xiangzihao
7e61a3af31
fix bug_7789 ( #7790 )
...
Co-authored-by: SbloodyS <sbloodys@qq.com>
3 years ago
Kirs
deb1624c3e
Update NOTICE year ( #7784 )
3 years ago
songjianet
5c57629781
[Feature][UI Next] Add password page. ( #7795 )
3 years ago
J·Y
a4168ae24e
[Improvement] The spark version is associated with the spark command ( #7544 )
...
* [Improvement] The spark version is associated with the spark command
3 years ago
wind
4b22ad6cf6
[Implement][MasterServer]TaskProcessor code optimization ( #7754 )
...
* task processor optimization
* fix test
Co-authored-by: caishunfeng <534328519@qq.com>
3 years ago
天仇
4662e6d929
[BUG-7779][SQL] fix syntax error in init sql of postgre ( #7782 )
...
fix syntax error of table `t_ds_task_definition` and `t_ds_task_definition_log` in postgresql with column `task_group_priority int(4)`
3 years ago
songjianet
427ee5edaf
[Feature][UI Next] Add process state statistics. ( #7781 )
3 years ago
JinYong Li
c97170853e
add task save and binds workflow ( #7772 )
3 years ago
xiangzihao
70ab2b886f
fix bug_7499 ( #7739 )
...
Co-authored-by: SbloodyS <sbloodys@qq.com>
3 years ago
xiangzihao
d9496efc38
[Feature-7777][UI] process definition page add create username ( #7778 )
...
* feature_7777
3 years ago
xiangzihao
e34a8bc3dc
[Fix-7773][Api] malform batchDeleteProcessInstanceByIds log output ( #7774 )
...
* bug_7773
* bug_7773
* bug_7773
* bug_7773
* bug_7773
3 years ago
Jiajie Zhong
f324b2f884
[python] Add test for examples ( #7759 )
...
* Make sure all file with `.py` extension and all file
end with "_example"
* Make sure all examples have `__doc__`
* Make sure not have duplicate process definition name
* Make sure process definition same as filename
close : #7729
3 years ago