0xflotus
0392dad785
(Docs): Fixed some typo errors ( #811 )
...
* Update EasyScheduler Proposal.md
* Update frontend-deployment.md
* Update frontend-development.md
* Update 前端开发文档.md
* Update system-manual.md
* Update HttpClientTest.java
* Update 系统使用手册.md
5 years ago
黄聪
c7da656b53
[BUG][ #731 ]repair swagger annotation,interface path:/escheduler/projects/{projectName}/process/batch-delete and /escheduler/projects/{projectName}/process/delete ( #764 )
...
* 增加工作流导出导入功能,前端定时器表达式的秒和分钟的默认值从*修改成0
* 修改工作流导出导入功能由excel改为json减少依赖
* [BUG][#731 ]repair swagger annotation ,interface path:/escheduler/projects/{projectName}/process/batch-delete and /escheduler/projects/{projectName}/process/delete
* [BUG][#771 ] The edit timer did not assign the original data
* [FEATURE][#236 ] Cross-project dependency
* [FEATURE][#236 ] Cross-project dependency(增加跨项目依赖)
5 years ago
乔占卫
a6e2d1eb82
the process instance is deleted, the task corresponding to the zk queue still exists, and the task is squeezed. #754 bug fix ( #775 )
...
* mission log disorder,bug #751 fix
* the log path of the task and the log path of the task instance are different. The log cannot be viewed. #723
* the log path of the task and the log path of the task instance are different. The log cannot be viewed. #723 bug fix
* after starting kerberos authentication, tgt expires after one day,bug #742 fix
* log pattern modify
* LoggerServer remove comment code and ShellCommandExecutor modify
* PythonCommandExecutor modify
* Concurrent task log bug #730 fix
* remove invalid commit
* The process instance is deleted, the task corresponding to the zk queue still exists, and the task is squeezed. #754 fix bug
* The process instance is deleted, the task corresponding to the zk queue still exists, and the task is squeezed. #754 re fix
* The process instance is deleted, the task corresponding to the zk queue still exists, and the task is squeezed. #754 bug fix
5 years ago
lidongdai
4acb9864a5
refactor worker server to springboot mode
...
fix exception when failover worker if task host is null
fix process instance is null when task instance id == 0
5 years ago
Baoqi
a420a012a0
also apply log path support #723 for combined server ( #762 )
5 years ago
Hangtong.Li
522fa8f858
add startNodeList log info ( #752 )
5 years ago
qq389401879
030437f3bb
增加工作流导出导入功能,前端定时器表达式的秒和分钟的默认值从*修改成0 ( #709 )
...
* 增加工作流导出导入功能,前端定时器表达式的秒和分钟的默认值从*修改成0
* 修改工作流导出导入功能由excel改为json减少依赖
5 years ago
Baoqi
f00ab67c05
refactor log to logback's sifting appender to simplify Task's logging logic ( #751 )
...
* refactor to use SiftingAppender to write Tasks' log
* refactor to use shared CONSTS for TaskLogInfo
* fix refactor bug
5 years ago
dailidong
e71fdac539
update escheduler-api unit test ( #750 )
...
* update escheduler-dao unit test
5 years ago
lidongdai
7992f5303d
update escheduler-api unit test
5 years ago
dailidong
fcd4556f26
update escheduler-api unit test ( #749 )
...
* change log level to debug
* add unit test
* update escheduler-dao unit test
* update escheduler-api unit test
5 years ago
lidongdai
7a7e5ea4f2
update escheduler-api unit test
5 years ago
dailidong
7c9da3eddd
update unit test ( #743 )
...
* change log level to debug
* add unit test
* update escheduler-dao unit test
* update escheduler-api unit test
* update escheduler-api unit test
5 years ago
lidongdai
f2d7f2fba0
update escheduler-api unit test
5 years ago
lidongdai
5594a1cbb0
update escheduler-api unit test
5 years ago
dailidong
1b2e3c9269
add unit test ( #741 )
...
* change log level to debug
* add unit test
5 years ago
lidongdai
c46a1e0625
change log level to debug
5 years ago
lidongdai
6c2dd04122
ignore some test until find better test method
5 years ago
lidongdai
2fc15a6eeb
use right desc
5 years ago
lgcareer
9406103a03
add druid connection provider ( #699 )
...
* add druid connection provider in order to change quartz default connection pool
* remove c3p0 in escheduler-api and escheduler-dao
* change method name queryByIdAndIp to queryBySessionId and queryByUserIdAndIp to queryByUserId
* change connectionProvider.class from c3p0 to druid
* change connectionProvider.class from c3p0 to druid
5 years ago
lgcareer
cdeb050fc6
remove c3p0 in escheduler-api and escheduler-dao
5 years ago
乔占卫
d58638c972
bug fix #688,a user generated multiple ip session, the query error ( #689 ) ( #693 )
5 years ago
bao liang
21fa38e385
refactor zkMasterClient/zkWorkerClient ( #664 )
...
* refactor zkMasterClient/zkWorkerClient
* fix bug: close zk links .
* fix bug: close zk links .
* delete unused code
* update zkclient
* refactor zk client.
* update readme
* update readme
* update readme
5 years ago
lenboo
e4210d1451
refactor zk client.
5 years ago
qiaozhanwei
67c28c76a0
worker code optimization
5 years ago
lenboo
21a8479669
delete unused code
5 years ago
lenboo
a9a89af5f2
fix bug: close zk links .
5 years ago
lenboo
47f90e25aa
refactor zkMasterClient/zkWorkerClient
5 years ago
qiaozhanwei
8dae10d4cd
user hdfs path optimization
5 years ago
qiaozhanwei
e0f7a1c31a
LogClient log update
5 years ago
qiaozhanwei
fce623271c
resource online create,if tenant dir not exists,then create
5 years ago
qiaozhanwei
fb5c864641
the resource upload switch is switched, and the file system is consistent.
5 years ago
lgcareer
f9c0800898
[maven-release-plugin] prepare for next development iteration
5 years ago
lgcareer
4674d939b0
[maven-release-plugin] prepare release 1.1.0-preview
5 years ago
lgcareer
c6fe2a7d61
[maven-release-plugin] prepare for next development iteration
5 years ago
lgcareer
970855192b
[maven-release-plugin] prepare release 1.0.5
5 years ago
Baoqi
cd7cb3d516
make escheduler-ui works in combined server
5 years ago
Baoqi
dd3231c709
Delete MetricsController.java
5 years ago
Baoqi
1b5b1e25af
close 579, add combined server to simplify test
5 years ago
lgcareer
bd30d48c4f
[maven-release-plugin] prepare for next development iteration
5 years ago
lgcareer
d44425362d
[maven-release-plugin] prepare release 1.1.0-preview
5 years ago
lgcareer
32c6666c28
[maven-release-plugin] prepare for next development iteration
5 years ago
lgcareer
94862f6d51
[maven-release-plugin] prepare release 1.1.0-preview
5 years ago
lgcareer
900379a74f
[maven-release-plugin] rollback the release of 1.1.0-preview
5 years ago
lgcareer
9c9310d188
[maven-release-plugin] prepare release 1.1.0-preview
5 years ago
mazhong
e349ab4b23
Update ProcessDefinitionService.java
5 years ago
lgcareer
233ec756cc
fix bug 569 to resolve schedule doesn't really stop
5 years ago
lenboo
caa9ba4811
check tenant is available
5 years ago
qiaozhanwei
5d0e64f228
user chanage tenant update
5 years ago
qiaozhanwei
a71bae3eb2
update change tenant
5 years ago