mask
0aea5ae11a
[feature-6071][plugin] add datasource plugin. ( #6071 ) ( #6361 )
...
* [feature-6071][plugin] add datasource plugin. (#6071 )
* remove the dependency of datasource in common and task-plugin module.
* the new datasource-api module provides data source connection acquisition.
* add sqlserver data source plug-in.
* add ds license
* fix check style
* update spi pom
* frx conflict resolution
* fix check style
* fix datasource ut
* fix code check style
* fix code check style
* fix datasource ut
* add pg hive mysql oracle clickhouse db2 datasource
* fix datasource package
* update datasource pom
* update datasource pom
* update datasource pom
* update datasource pom
* update pom
* update pom dep
* update pom dep
* fix license
* fix ut
* fix ut
* fix ut
* fix ut
* fix ut
* fix ut
* fix ut
* fix ut
* fix ut
* fix ut
* fix ut
* fix ut
* fix ut
* add oracle package
* modify comments
* conflict resolution
* rename log comment
* rename log comment
3 years ago
kezhenxu94
05bae0b226
Refactor alert plugins and simplify its usage ( #6723 )
3 years ago
kezhenxu94
02350ea37b
Fix datasource not work in tests and standalone server, and run all tests by default ( #6743 )
3 years ago
JinYong Li
be28d2c63b
[Bug][SnowFlakeUtils] fix snowFlake bug ( #6744 )
...
* fix snowFlake bug
* fix hash machine
3 years ago
GaoTianDuo
484153ef76
[Feature][Install-sql] supplement Postgre procedure sql file #6716 ( #6741 )
...
* [Feature][Install-sql] supplement Postgre procedure sql file #6716
1、add dolphinscheduler_ddl_post.sql
* [Feature][Install-sql] supplement Postgre procedure sql file #6716
1、modify dolphinscheduler_ddl.sql
* [Feature][Install-sql] supplement Postgre procedure sql file #6716
1、modify Code annotation
* [Feature][Install-sql] supplement Postgre procedure sql file #6716
1、modify sql:ALTER TABLE "t_ds_process_definition" ADD CONSTRAINT "t_ds_process_definition_pkey" PRIMARY KEY ("id","code");
* [Feature][Install-sql] supplement Postgre procedure sql file #6716
1、delete code annotation
3 years ago
kezhenxu94
63602bf77c
Clean up the utility codes ( #6732 )
3 years ago
Wenjun Ruan
0f94577d26
Use nanoTime replace currentTimemill to avoid clock backwards ( #6740 )
3 years ago
wind
b6824b4741
[DS-6737][MasterServer] fix event handle twice ( #6738 )
...
Co-authored-by: caishunfeng <534328519@qq.com>
3 years ago
JinYong Li
bdea8d6ae4
[Upgrade][Install] fix upgrade 2.0 bug ( #6734 )
...
* add convert dependent/conditions
* fix upgrade 2.0 bug
* fix upgrade 2.0 bug
3 years ago
OS
24bd8a16e1
[Bug][Master] The task of dependent should use taskCode ( #6730 )
...
* fix #6682 The task of dependent should use taskCode
* fix #6682 The task of dependent should use taskCode
3 years ago
Wenjun Ruan
0afb780718
[Improvement-5807][Dao] Use h2 in UT ( #6500 )
...
* Use H2 in UT
* change scope
* Change profile name to h2
* Add datasource-h2.properties, datasource-postgresql.properties
* Fix UT
* Resolve conflict
* Remove startDatabase
3 years ago
wangxj3
d27c6ea8f0
fix bug ( #6728 )
...
Co-authored-by: wangxj <wangxj31>
3 years ago
kezhenxu94
5400abc74f
Refactor registry plugin and simplify its usage ( #6712 )
3 years ago
Yao WANG
73f20b7553
[Fix-#6641]fix npe when the LowerWeightHostManager can not get the workNodeInfo ( #6656 )
...
* change the return type of getHostWeight
Co-authored-by: ywang46 <ywang46@paypal.com>
3 years ago
wangyizhi
b226253eec
Replace taskName with taskCode ( #6719 )
3 years ago
小张
69f2d3b21b
[FIX:201106]fix issue#6657 ( #6717 )
...
Co-authored-by: 张柏强 <zhangbaiqiang@lvshou.com>
3 years ago
Yanbin Lin
a728c85a92
[Fix-6649][UI] Get project according to code ( #6649 ) ( #6650 )
...
Co-authored-by: linyanbin <linyanbin@lizhi.fm>
3 years ago
JinYong Li
1144360257
add convert dependent/conditions ( #6710 )
3 years ago
myangle1120
b8d0f06ad8
[Feature-#6268][UI]Serial execte proces ( #6267 )
...
* serial
* del ip
3 years ago
ReonYu
d4d59b0627
[FIX 6701] [API] Fix paging error when worker group number more than 10 ( #6704 )
3 years ago
kezhenxu94
5e923971bf
Migrate http to https in maven address ( #6698 )
3 years ago
wind
72daba58cd
[DS-6694][Master] Reduce the refresh resource interval of LowerWeight ( #6695 )
...
* [DS-6694][Master] Reduce the refresh resource interval of LowerWeight
* add server node update event handle
Co-authored-by: caishunfeng <534328519@qq.com>
3 years ago
Jiajie Zhong
5855c936a4
[community] Add stale bot close issue/pr days ( #6676 )
...
* Add label `Waiting for reply` to bug/feature label
avoid stale bot close
* Remove bot label-on-issue
We do not need this anymore, cause when issue is created
it would auto add label `waiting for reply` for now
* Change issue/pr stale and close days.
After this PR merged, issue would be close in 37 days
and PR will be close in 127 days.
3 years ago
Jiajie Zhong
a269e3df76
Revert "Change the number of approving_review_count to 2 ( #6456 )" ( #6706 )
...
This reverts commit 4d69685b
3 years ago
wangxj3
dc8b87e473
[Feature-#6268][server-master] Serial execte process ( #6185 )
...
* add serial processInstance
* fix bug
* add test
* fix code style
* fix style code
* add sql
* fix sql error
* add api
* add test
* fix code style
* modify api
* delete column , fix mapper
* fix unimport
* fix test
* fix bug of missing param for Python
* fix code style
* fix test
* fix test
Co-authored-by: wangxj <wangxj31>
3 years ago
Jiajie Zhong
32d4411469
[python] Add flake8 and black for code style and integrated to GA ( #6679 )
...
* [python] Add code style lint for GA
* Change github action name
* Auto change by black
* Fix flake8
* Fix broken link for pyds README.md
* Auto fix by black
* Separate GitHub workflows
* Add Black badge and CI locally in README.md
3 years ago
xuhhui
2b90d90873
improve install_config.conf description ( #6681 )
...
* improve install_config.conf description
* Update install_config.conf
update accroding review ideas
3 years ago
wind
1ebab356f3
[DS-6660][Improvement] Change the registry default timeout ( #6663 )
...
* [DS-6660][Improvement] Change the registry default timeout
* [DS-6660][Improvement] Change the registry default timeout
* fix Double to Integer
Co-authored-by: caishunfeng <534328519@qq.com>
3 years ago
Jiajie Zhong
1165afbdd1
[python] Add param workgroup to process definition ( #6667 )
3 years ago
LiuBodong
71047db39e
[FIX][Standalone Server] check if maven settings.xml not exists ( #6691 )
3 years ago
JinYong Li
66fbcae9dd
[Upgrade][Install] add upgrade 2.0 code ( #6672 )
...
* Optimizing SQL scripts
* add upgrade 2.0 ddl
* add upgrade 2.0.0 code
* fix valid license header
* fix valid license header
* fix valid license header
* fix ut
* fix code style
* fix code style
3 years ago
Jiajie Zhong
9fb6d6ba9f
Fix f-strings variable error ( #6677 )
3 years ago
Wenjun Ruan
cbb623bfa0
Remove repository directory ( #6685 )
3 years ago
Jiajie Zhong
2e7036529c
Add CI test for python API ( #6636 )
...
* Add CI for python API
* Fix task assign without process definition
* Fix ci
* Add header
* Add build badge for pydolphinscheduler
* Add content to README.md
* Remove unnecessary blank line
3 years ago
Jiajie Zhong
9060f8b462
Fix process definitions exists check error ( #6668 )
...
* Fix process definitions exists check error
* Add error log while verify status neither success or exists
3 years ago
Maxwell
0b93fd577d
fix REGISTER_PATH_PATTERN ( #6669 )
...
Co-authored-by: ouyangyewei <yewei.oyyw@alibaba-inc.com>
3 years ago
LiuBodong
61a8726ccc
[Fix][Standalone Server] fix plugin load failed when local maven repository path is not default value ( #6625 ) ( #6626 )
...
* [Fix][Standalone Server] fix plugin load failed when local maven repository path is not default value
3 years ago
zekai-li
f5d8356dc3
[Fix][UI]Fix UI adaptation problem and semantic error ( #6651 )
...
* [Fix][UI]Fix UI adaptation Problem
* [Fix][UI]Fix semantic error
3 years ago
Jiajie Zhong
ef9de9de3b
Add example about how to bulk create workflow ( #6659 )
3 years ago
Jiajie Zhong
26a84b30d8
Change issue bot mailing list from chinese to english ( #6420 )
3 years ago
chouc
900cf3a7e3
[Fix][DAS] Specify the catalog and schema when check table or column exists ( #6646 )
...
* Specify the catalog and schema when check table and column exsits
3 years ago
JinYong Li
f20444792c
[Feature][Install] add upgrade 2.0 ddl ( #6648 )
...
* Optimizing SQL scripts
* add upgrade 2.0 ddl
3 years ago
wind
daca3baf66
[DS-6653][Server] fix netty create too many channels ( #6654 )
...
Co-authored-by: caishunfeng <534328519@qq.com>
3 years ago
BenjaminWenqiYu
3a8b80971b
1. ResourceMapper rename the original 'existResource' function to 'existResourceByUser' ( #6409 )
...
2. ResourceMapper add existResource function without the userId condition
3. change the ResourceServiceImpl's private function 'checkResourceExists' without userId condition
3 years ago
jon-qj
86c85114b2
make alert instance page display more friendly ( #6635 )
...
* make alert instance page display more friendly
* Update EmailAlertChannelTest.java
3 years ago
wind
ae0b18f3a3
[DS-6638][MasterServer] fix task state no change when failover worker ( #6639 )
...
Co-authored-by: caishunfeng <534328519@qq.com>
3 years ago
wind
8850baff07
[DS-6640][WorkerServer] support process update host command type ( #6642 )
...
Co-authored-by: caishunfeng <534328519@qq.com>
3 years ago
Jiajie Zhong
dd6ed36f65
Add Python API implementation of workflows-as-code ( #6269 )
...
* Init DS python SDK pydolphinscheduler: python code definition
* Doc first
* Add quick start and developer doc
* Java documentation change
* Add LICENSE-py4j.txt
* Add py4j to release-docs/LICENSE
* Move dependency version to parent pom
* Remove outdated code
* Add tenant parameter to tutorial
3 years ago
JinYong Li
00eea95df5
Optimizing SQL scripts ( #6644 )
3 years ago
aCodingAddict
f60e3c219a
[DS-6606] [common] JSONUtils#getNodeString String type ( #6618 )
3 years ago