Tq
e2759a8f42
[Feature] [ALERT-9406]add new properties to alert class ( #9408 )
...
* add new properties to Alert.java and do minor changes to comments
* fix Integer to int
* fix Integer to int
* fix sql files
* fix not null properties to default null
2022-04-08 23:54:34 +08:00
worry
dce3c132ca
[DS-9387][refactor]Remove the lock in the start method of the MasterRegistryClient class ( #9389 )
2022-04-08 21:06:28 +08:00
Jiajie Zhong
2c49c248f3
[doc] Remove observability ( #9402 )
...
SkyWalking v9 is coming soon and there are without
DolphinScheduler menus anymore, So we should remove
the SW agent to avoid confusion.
close : #9242
2022-04-08 15:52:57 +08:00
labbomb
2db4cd4f14
[Bug][UI Next]Modify the display state logic of save buttons under workflow definition ( #9403 )
...
* Modifying site Configurations
* Modify the display state logic of save buttons under workflow definition
2022-04-08 14:55:49 +08:00
Eric Gao
d23616fcbc
[CI] Enable CI to remove unexpected files in /docs/img dir ( #9393 )
2022-04-08 13:46:35 +08:00
Jiajie Zhong
a8f6bf3831
Add new code owner of docs module ( #9388 )
2022-04-08 13:04:50 +08:00
Jiajie Zhong
c828809b46
[doc] Change get help from dev mail list to slack ( #9377 )
...
* Change all get help from dev mailing list to slack, because
we find out mailing list have many users ask for subscribe
and they maybe subscribe by accident.
* remove join dev mailing list in faq.md because we already
have it in https://dolphinscheduler.apache.org/en-us/community/development/subscribe.html
2022-04-08 10:56:35 +08:00
songjianet
72bdf6f03c
[Fix][UI Next][V1.0.0-Alpha] Fix the task instance forced success button multi-language support error. ( #9392 )
2022-04-08 10:02:48 +08:00
guoshupei
ca95d2f928
[Fix-9221] [alert-server] optimization and gracefully close ( #9246 )
...
* [Fix-9221] [alert-server] optimization and gracefully close
This closes #9221
* [Fix-9221] [alert-server] remove unused mock data
This closes #9221
* [Fix-9221] [alert-server] remove unused mock data
This closes #9221
* [Fix-9221] [alert-server] remove unnecessary Mockito stubbings
* [Fix-9221] [alert-server] init AlertPluginManager in AlertServer
* [Fix-9221] [alert-server] AlertServerTest add AlertPluginManager installPlugin
* [Fix-9221] [alert-server] replace @Eventlistener with @PostConstruct
* [Fix-9221] [alert-server] sonar check solution
* [Improvement-9221] [alert] update constructor injection and replace IStoppable with Closeable
Co-authored-by: guoshupei <guoshupei@lixiang.com>
2022-04-08 10:02:10 +08:00
caishunfeng
ab0357027d
[Improvement] change method access ( #9390 )
...
* change method to protected
* change method access
2022-04-07 21:51:21 +08:00
Tq
2a4fa9cdb1
[BUG][WORKER-9349]fix param priority ( #9379 )
...
* fix param priority
* fix params priority code logic
2022-04-07 20:09:53 +08:00
Tq
f186b0d391
[Bug][API-9364]fix ProcessInstance wrong alert group id ( #9383 )
...
* fix ProcessInstance wrong alert group id
* change createComplementCommandList method to protected
2022-04-07 19:19:38 +08:00
Eric Gao
fd6b43bc81
[Dev] Switch version in pom.xml to dev-SNAPSHOT ( #9223 ) ( #9299 )
2022-04-07 18:15:19 +08:00
Amy0104
e2c36324b3
[Fix][UI Next][V1.0.0-Alpha] Add light color theme to echarts. ( #9381 )
2022-04-07 17:35:17 +08:00
Jiajie Zhong
3457cee960
[python] Migrate pythonGatewayServer into api server ( #9372 )
...
Currently the size of our distribute package is up to
800MB, this patch is migrate python gateway server into
api server
The distribute package size before and after this patch is:
```sh
# before
796M apache-dolphinscheduler-2.0.4-SNAPSHOT-bin.tar.gz
# after
647M apache-dolphinscheduler-2.0.4-SNAPSHOT-bin.tar.gz
```
2022-04-07 14:41:15 +08:00
mans2singh
950f32e1d6
[task-spark][docs] Corrected notice section ( #9375 )
2022-04-07 14:03:21 +08:00
gaojun2048
5ef3f9d668
[optimization] [Service] Optimization ProcessService and add ProcessService interface ( #9370 )
2022-04-07 12:21:34 +08:00
xiangzihao
80ea8049e0
[CI] try to fix ci ( #9366 )
...
* try to fix ci
* try to fix ci
* try to fix ci
* try to fix ci
* try to fix ci
* try to fix ci
* try to fix ci
* try to fix ci
* try to fix ci
* try to fix ci
* try to fix ci
* try to fix ci
* try to fix ci
2022-04-06 21:57:52 +08:00
xiangzihao
1679f15a50
[FIX-9355] Fix scheduleTime of start-process-instance api in api-doc ( #9359 )
...
* fix #9355
* fix #9355
* fix ut error
* fix ut error
2022-04-06 21:34:22 +08:00
Tq
c294979e2f
[Bug-9235][Alert]Fix wechat markdown message and change wechat form structure ( #9367 )
...
* fix wechat issues:
1. change table msg type to markdown.
2. change userId to not required and enrich hints
3. change 'app id' to 'app id and chat id'
* fix wechat issues:
1. revert table showtype and add markdown showtype.
2. enrich hints.
3. delete 'chatid', rename agentid to weChatAgentIdChatId.
4. modify code to send markdown message.
* fix wechat issues: Change the language pack of agentId to agentId/chatId.
* fix format
* fix param name
Co-authored-by: Amy <amywang0104@163.com>
2022-04-06 20:29:30 +08:00
worry
2bab12f2c8
[Feature-9204][alert] Implement alert send status ( #9208 )
...
* [DS-9204][feat][alert,dao] Implement alert send status
- implement alert send status
- add alert send status entity、mapper
- modify alert dao
- modify alert sender
- add test
- add sql
This closes #9204
* [DS-9204][feat][alert,dao] Implement alert send status
- add license header
This closes #9204
2022-04-06 18:08:00 +08:00
Devosend
ce7740b9fc
[Fix][UI Next][V1.0.0-Alpha]Add zh for dag execution policy ( #9363 )
2022-04-06 16:31:20 +08:00
Devosend
aba257084b
[Fix][UI-Next] Rename process to workflow ( #9350 )
2022-04-06 10:23:30 +08:00
Devosend
c21f8c650b
[Fix] [UI-Next][V1.0.0-Alpha] Rename node to task in the task creation modal ( #9351 )
2022-04-06 10:17:20 +08:00
Tq
4873ec8a45
fix task definition page info total count ( #9354 )
2022-04-06 09:57:20 +08:00
xiangzihao
40b73f7962
[Improve][CI] improve ci checking ( #9325 )
2022-04-06 09:33:41 +08:00
zchong
4a29c6a6c8
[Improvement-9338][API] show more create datasource exception message ( #9336 )
...
* Update DataSourceServiceImpl.java
fix error message miss
* Update DataSourceServiceImpl.java
import optional jar
2022-04-06 09:17:29 +08:00
labbomb
ee0e3beb9d
[docs] Modifying site Configurations ( #9341 )
2022-04-03 21:48:22 +08:00
xiangzihao
3c5568c16c
[Doc] There are some version errors in the 2.0.1-release ( #9335 )
2022-04-03 12:55:25 +08:00
songjianet
a866465d01
[Fix][UI Next][V1.0.0-Alpha] Fix the time columns cannot be broken in the cron manage table. ( #9334 )
2022-04-02 18:12:31 +08:00
songjianet
d7a4dc1dbc
[Fix][UI Next][V1.0.0-Alpha] Fix the two hover prompts appear. ( #9333 )
...
* [Fix][UI Next][V1.0.0-Alpha] Fix the two hover prompts appear.
* [Fix][UI Next][V1.0.0-Alpha] Fix the two hover prompts appear.
2022-04-02 17:01:07 +08:00
caishunfeng
40e44f6bc4
fix repeated submit task ( #9323 )
...
Co-authored-by: caishunfeng <534328519@qq.com>
2022-04-02 14:06:35 +08:00
Jiajie Zhong
9f84dbbda0
[doc] Migrate dev doc from website repository ( #9291 )
...
* [doc] Migrate dev doc from website repository
* Correct release language
* Fix license issue
* Add all images from website
* Delete unused images
* Add CI
* Fix ci
* fix ci
* Remove no need file
* Add latest commit from website
* correct img_utils.py script
* Remove unused imgs
2022-04-02 10:43:34 +08:00
guoshupei
3e5781b6e1
[Fix-9065] [master] when task submit failed, remove from queue and add state event to thread ( #9186 )
...
* [Fix-9065] [master] when task submit failed, remove from queue and add state event to thread
This closes #9065
* Update dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/runner/WorkflowExecuteThread.java
yes, your idea is better
Co-authored-by: caishunfeng <caishunfeng2021@gmail.com>
* [Bug-9065] [master] update logger info
Co-authored-by: guoshupei <guoshupei@lixiang.com>
Co-authored-by: caishunfeng <caishunfeng2021@gmail.com>
2022-04-01 22:23:35 +08:00
Amy0104
6b2a4e31ea
[Fix][UI-Next][V1.0.0-Alpha] Fix the notification strategy options display error in the set parameters before timing modal. ( #9314 )
2022-04-01 17:41:39 +08:00
songjianet
c99b33a083
[Docs][UI Next][V1.0.0-Alpha] Delete E2E docs. ( #9309 )
2022-04-01 14:22:01 +08:00
mans2singh
4b3401a418
[dolphinscheduler-api][task-group-controller] Corrected notes for create, update and queryTaskGroupByStatus ( #9176 )
2022-04-01 10:31:41 +08:00
caishunfeng
1073fcae44
[Bug-9295][Master] fix repeated submit task ( #9304 )
...
Co-authored-by: caishunfeng <534328519@qq.com>
2022-03-31 21:10:09 +08:00
songjianet
81f9b876f9
[Build] Update NaiveUI. ( #9306 )
2022-03-31 20:41:36 +08:00
Amy0104
c49ae015ec
[Feature][UI Next][V1.0.0-Alpha] Add a DISPATCH state to the task. ( #9302 )
2022-03-31 14:21:36 +08:00
caishunfeng
52ba2c6475
[Improvement-9288][Master] add task event thread pool ( #9293 )
...
* add task event thread
* license heander
* ci test
* delete unuse file
* fix CI test
Co-authored-by: caishunfeng <534328519@qq.com>
2022-03-31 14:13:33 +08:00
songjianet
192ee99876
[Fix][UI Next][V1.0.0-Alpha] Fix the personal information did not return to edit the previous state. ( #9301 )
...
* [Fix][UI Next][V1.0.0-Alpha] Fix the personal information did not return to edit the previous state.
2022-03-31 13:59:46 +08:00
Amy0104
9d68b178d9
[Fix][UI Next][V1.0.0-Alpha] Fix the problem of not copying. ( #9285 )
...
* [Fix][UI Next][V1.0.0-Alpha] Fix the problem of not copying.
* [Fix][UI Next][V1.0.0-Alpha] Fix the warning.
2022-03-30 18:48:44 +08:00
caishunfeng
ddf1ff98fa
[Improvement-7697][Master/Worker] Change the task ack to runnning callback ( #8719 )
...
* rebase dev
* change task state to dispatch if dispatch success
* update task host when dispatch
* add dispatch task event
* test
* check tenant after enable auto create
* handle dispatch state
Co-authored-by: caishunfeng <534328519@qq.com>
2022-03-30 17:35:05 +08:00
worry
b4b5241797
[DS-9266][feat][server]Implement show dolphinscheduler banner at launch ( #9273 )
...
- add banner.txt
- modify application.yaml
This closes #9266
2022-03-30 16:45:24 +08:00
wangxj3
fd76436d87
[Feature-#8318] [master-server] Sub process transfer parameters to father process ( #8522 )
...
* load param from subprocess
* unit test
* modify code style
Co-authored-by: wangxj <wangxj31>
2022-03-30 14:55:59 +08:00
caishunfeng
df519f8044
remove common task log ( #9274 )
...
Co-authored-by: caishunfeng <534328519@qq.com>
2022-03-30 11:42:47 +08:00
Devosend
11d9859c40
[Fix][UI Next][V1.0.0-Alpha] Fix the connection line center bug for workflow dag ( #9272 )
...
* fix the connection line center bug for workflow dag
* delete unnecessary code
2022-03-30 10:52:32 +08:00
songjianet
08af02151b
[Fix][UI Next][V1.0.0-Alpha] Fix the floating full-name display needed for menu bar. ( #9264 )
2022-03-29 23:57:09 +08:00
Amy0104
4ad1764932
[Fix] [UI-Next] [V1.0.0-Alpha] Fix the resource options in task node display incorrect after creating a new file. ( #9269 )
2022-03-29 23:11:41 +08:00