Kerwin
5ad73f8352
fix roll view log null exception ( #8914 )
3 years ago
Jiajie Zhong
e53ac4e304
[python] Add autoflake to auto rm unused import ( #8897 )
...
* Add a new commit hook to pre-commit, to auto
remove unused imports
* Remove all unused pass statements
* Add autoflake to tox and out CI
close : #8592
3 years ago
xiangzihao
eefe7896c8
[Feature-8850][E2E] Restore project center e2e test cases in ui-next ( #8909 )
3 years ago
songjianet
bde7d52c5d
[Fix][UI Next][V1.0.0-Alpha] Fix the task instance logs are not automatically updated. ( #8912 )
3 years ago
JieguangZhou
32a5ccac72
[python] Add custom log for meanful an easier log formatter ( #8901 )
...
* Change logging.warning to logger.warning
* Add testing for logging about task code already in process definition
close : #8258
3 years ago
Amy0104
9a93910ac5
[Fix][UI Next][V1.0.0-Alpha] Fix saving a sub process workflow failure. ( #8908 )
3 years ago
songjianet
f726730d93
[Docs][UI-Next] Add date-fns-tz license. ( #8907 )
3 years ago
caishunfeng
60fbbcb790
[Feature-8530][API] add system default timezone if no user timezone when get userInfo ( #8899 )
...
Co-authored-by: caishunfeng <534328519@qq.com>
3 years ago
Devosend
58e341c19c
[Bug] [UI Next][V1.0.0-Alpha] Fix workflow import form was not cleaned up bug ( #8905 )
3 years ago
hjli
242b5dd5b6
[Bug-8760]Resource file deletion conditions ( #8765 )
3 years ago
Devosend
563c5b3527
[Bug] [UI Next][V1.0.0-Alpha] Add date-fns-tz dependent ( #8904 )
3 years ago
Devosend
f4b3ed263c
[Bug] [UI Next][V1.0.0-Alpha] Fix crontab component styles ( #8902 )
3 years ago
Amy0104
8402367d82
[Fix][UI Next][V1.0.0-Alpha] Fix some types missing when direct was e… ( #8898 )
...
* [Fix][UI Next][V1.0.0-Alpha] Fix some types missing when direct was export in sqoop task node.
* Fix][UI Next][V1.0.0-Alpha] Remove watch in use sqoop file.
3 years ago
guoshupei
3114c91748
[Bug-8810] [master] add try catch to onSuccess method in the WorkflowExecuteThreadPool ( #8896 )
...
This closes #8810
Co-authored-by: guoshupei <guoshupei@lixiang.com>
3 years ago
Kerwin
a1bef43981
[Feature-8579][Task] Task back-end plugin optimization, new plugins only need to modify the plugin's own module ( #8584 )
...
* Task plug-in optimization, task-related classes are migrated to the task plugin module
* remove tasktype enum class.
* fix code style.
* fix code style
* fix code style
* fix ProcessServiceTest.testUpdateResourceInfo test class
* fix code style
* fix test task plugin manager check parameters null
* fix test ut
* update aws license
* change TaskTimeoutStrategy class
3 years ago
Amy0104
8bcbe2a1f4
[Fix] [UI Next][V1.0.0-Alpha]: Fix the dag map display uncorrect after changing the pre tasks. ( #8895 )
3 years ago
kezhenxu94
14bb722f6f
[CI] Require E2E to passed before merging ( #8891 )
3 years ago
calvin
c7e80e42d7
[Fix-8836][UI Next][V1.0.0-Alpha] Rectify this issue about creating a file or directory with a wrong path. ( #8892 )
...
* fix this issue
* fix this issue
* fix code style
* fix code style
3 years ago
songjianet
db64dcade8
Revert "[Fix-8836][UI Next][V1.0.0-Alpha] Rectify this issue about creating a file or directory with a wrong path. ( #8880 )" ( #8888 )
...
This reverts commit e4dcf3d2e0
.
3 years ago
calvin
e4dcf3d2e0
[Fix-8836][UI Next][V1.0.0-Alpha] Rectify this issue about creating a file or directory with a wrong path. ( #8880 )
...
* fix this issue
* fix this issue
3 years ago
Amy0104
3bc527ff7a
[Fix] [UI Next][V1.0.0-Alpha] Fix the pre task options missing in dag page. ( #8876 )
...
* [Fix] [UI Next][V1.0.0-Alpha] Fix pre task options missing in dag page bug.
* [Feature][UI Next][V1.0.0-Alpha] Remove the useless code parameter in task node component.
3 years ago
Jiajie Zhong
b04a535744
[ci] Add timeout to each job avoiding zombie process ( #8886 )
3 years ago
Devosend
d19322dc9e
[Feature][UI Next][V1.0.0-Alpha] Scheduler datetime display optimization ( #8885 )
3 years ago
天仇
a308fa3bef
[Feature-8591][Python] Add pre-commit to run basic test before commit ( #8843 )
...
* add `.pre-commit-config.yaml` in the pydolphinscheduler module and configured basic check rules like `isort`, `black`, `flake8`
* add some instructions in `DEVELOP.MD`
* Fix some mistake and add some docs on it
Co-authored-by: Jiajie Zhong <zhongjiajie955@hotmail.com>
3 years ago
Amy0104
13b1ffe12a
[Feature][UI Next][V1.0.0-Alpha] Add the corresponding state for the … ( #8870 )
...
* [Feature][UI Next][V1.0.0-Alpha] Add the corresponding state for the saving action.
* [Feature][UI Next][V1.0.0-Alpha] Add the corresponding state for the saving action.
3 years ago
Devosend
3bbca9d101
[Feature][UI Next][V1.0.0-Alpha] Timezone to support search ( #8872 )
...
* timezone to support search
* Update data after switching time zones
* add blank after scss
3 years ago
songjianet
a7dd073e83
[Fix][UI Next][V1.0.0-Alpha] Fix the Workflow Relation page cannot be zoomed in or out using a scroll wheel. ( #8868 )
3 years ago
Tq
1f83140558
fix create&update wrokflow cron APIs, verify end time must bigger than start time ( #8871 )
3 years ago
Kerwin
c4fc59c9bb
[Fix][Master] Fix master-server execution logic thread unsafe problem ( #8707 )
...
* Fix thread safety issue in master service
* optimize code.
3 years ago
kezhenxu94
d3cbf8eeaf
[UI-NEXT] Fix wrong packaging locations ( #8851 )
3 years ago
Amy0104
fe7e987d53
[Fix][UI Next][V1.0.0-Alpha] Fix performance warning of ButtonLink component. ( #8849 )
3 years ago
wangyang
0d8079a816
[DS-7992][feat] Alert module judging strategy ( #8636 )
3 years ago
guoshupei
6a5b3bb8f9
[Improvement-8758] [worker] Delete unused object preTaskCache ( #8795 )
3 years ago
gaojun2048
6514ed2da2
change dir permission ( #8861 )
3 years ago
gaojun2048
3b30f3bb7e
fix log read bug ( #8852 )
...
* fix log
* get DOLPHINSCHEDULER_HOME
* add DOLPHINSCHEDULER_WORKER_HOME to env
3 years ago
Wenjun Ruan
7433dd24d9
[BUG][UT] Fix DateUtilsTest failed due to timezone inconsistent ( #8848 )
3 years ago
ouyangyewei
5fa1c4e7e3
[Feature][dolphinscheduler-api] Return domain object after creating success ( #8825 )
...
Co-authored-by: ouyangyewei <yewei.oyyw@alibaba-inc.com>
3 years ago
xiangzihao
2335453482
[Feature-8844][E2E] Restore datasource center e2e test cases in ui-next ( #8845 )
3 years ago
ouyangyewei
b0ffec5a4c
to issue/#8826 ( #8827 )
...
Co-authored-by: ouyangyewei <yewei.oyyw@alibaba-inc.com>
3 years ago
Jiajie Zhong
90f9aed11d
[python] Add tox for out of box test ( #8837 )
...
* [python] Add tox for out of box test
* Add `tox` for easy and complete test
* Correct package data attribute
* Add more dirs in flake8 ignore
* Change GA from raw to tox
* Fix env setter
* Temp skip sanity
* Rm not exists job
* Add code test
* fix
* rm all need
* fix
* fix
* fix
* fix
* fix
* fix
* Migrate pip upgrede to tox setting
* Change install_commands to commands
* fix config of install command
* Add GA env to do that
* Fix env error
* Finial commit
* remove duplicate
* Change doc
* Change dependence of ci
* Change dependence of ci
3 years ago
simsicon
a38adcb579
Fix https://github.com/apache/dolphinscheduler/issues/8602 ( #8604 )
3 years ago
xiangzihao
49b1a073dd
[Feature-8823][E2E] Restore resource center e2e test cases in ui-next ( #8840 )
3 years ago
Jiajie Zhong
fb772c328d
[python] Change name to_string to __str__ and add __repr__ ( #8830 )
...
* Change `yaml_parser.py` method `to_string` to magic method
`__str__` make it more pythonic.
* Add some tests to magic method `__str__` and `__repr__`
3 years ago
Amy0104
e0ee6f1f2f
[Feature][UI Next][V1.0.0-Alpha]: Refactor the user manage page unde… ( #8839 )
...
* [Feature][UI Next][V1.0.0-Alpha]: Refactor the user manage page under security.
* [Feature][UI Next][V1.0.0-Alpha]: Add license into types file.
3 years ago
Devosend
5aeb753ae8
[Feature][UI Next][V1.0.0-Alpha] UI support timezone setting ( #8833 )
3 years ago
songjianet
a9c9eb00d0
[Fix][UI Next][V1.0.0-Alpha] Fix the DATA_QUALITY icon is null. ( #8822 )
3 years ago
songjianet
939f280e71
[Fix][UI Next][V1.0.0-Alpha] Fix the letters overlap with the input field. ( #8821 )
3 years ago
xiangzihao
20dd0c12ce
[E2E] Restore security center e2e test cases in ui-next ( #8815 )
3 years ago
zhanqian
e466f54c5d
issue 8645 ( #8811 )
...
Co-authored-by: 北笙 <“zhanqian@cai-inc.com”>
Co-authored-by: zhanqian <zhanqian@cai-inc.com>
3 years ago
Amy0104
53fcffedb6
[FIx][UI Next][V1.0.0-Alpha] Fix the error message while opening the task definition page ( #8814 )
3 years ago