359 Commits

Author SHA1 Message Date
tjq
dfbf9ec137 fix: returns success even if the status message fails to be processed in http protocol #209 2021-02-10 00:01:37 +08:00
tjq
5586d48f93 fix: always use ActorSystem's address as AppInfo's currentServer to avoid some problem #209 2021-02-09 23:43:54 +08:00
tjq
ee9ed3c099 feat: new threads are given names to help locate problems #213 2021-02-09 22:53:28 +08:00
tjq
b4288225a0 fix: use fixedDelay instead of fixedRate to fix the problem of scheduling of multiple threads causing system crashes #213 2021-02-09 22:47:36 +08:00
tjq
a1a5ade215 feat: abstract ServerElectionService interface to support developers to customize #191 2021-02-09 22:40:50 +08:00
tjq
a575b65320 feat: Unified API management using ProtocolConstant #209 2021-02-08 22:22:17 +08:00
tjq
eda39a6372 feat: support other protocol's server elect #209 2021-02-08 21:07:00 +08:00
tjq
0f1e17e862 feat: add HttpTransporter #209 2021-02-08 20:48:03 +08:00
tjq
57501075de feat: add WorkerRequestHttpHandler powered by vert.x 2021-02-08 20:03:35 +08:00
tjq
d978f84a60 refactor: Upgrade ClusterStatusHolder to support multiple communication protocols 2021-02-08 00:06:03 +08:00
tjq
3d1dc68928 style: rename package 2021-02-07 22:55:36 +08:00
tjq
b24e0d2682 feat: support disable swagger-ui by config #203 2021-02-06 16:01:56 +08:00
tjq
75d922d4a9 feat: support disable swagger-ui by config #203 2021-02-06 15:53:51 +08:00
tjq
e97bdc71c7 fix: NPE when InstanceTimeLimit is null #207 2021-02-06 15:37:12 +08:00
tjq
c4098a60e7 feat: add new module[powerjob-offical-processors] 2021-01-31 17:50:21 +08:00
tjq
b642e1b39b feat: change version to v3.4.5 2021-01-31 17:39:58 +08:00
tjq
cdaea08ba7 fix: the bug of tasks occasionally cannot be stopped #180 2021-01-31 14:20:52 +08:00
tjq
1e51a5161f feat: support auto login powerjob-console by url params 2021-01-17 10:00:28 +08:00
tjq
144020a710 fix: NPE when clean the data of instance_info table #165 2021-01-16 23:57:21 +08:00
tjq
b23ae334d3 feat: change the pom version to v3.4.4 and ready to release 2021-01-16 23:25:50 +08:00
tjq
119de1fb44 fix: I forgot to release the segment lock... 2021-01-16 23:24:04 +08:00
tjq
b044784e6a refactor: JobInfoQuery 2021-01-16 22:48:21 +08:00
tjq
76eaabb42f feat: support custom statuc check period #166 2021-01-16 16:20:03 +08:00
tjq
293bc64ffa refactor: optimze the packageName and methodName of LockService 2021-01-16 16:04:20 +08:00
tjq
1c52809ebb feat: add segment lock to fix the schedule concurrency bug #168 2021-01-16 16:01:40 +08:00
tjq
895e69f043 refactor: change the convert method's name 2021-01-16 11:51:57 +08:00
tjq
0912964ec3 feat: support InstanceQuery #158 2021-01-16 11:40:54 +08:00
tjq
64c36d402a feat: develop QueryConvertUtils to redefine the query 2021-01-16 00:44:49 +08:00
tjq
7acc1e67e3 feat: support fetchAllJob in OpenAPI #158 2021-01-15 09:18:04 +08:00
tjq
8d6d7c927d fix: Grammatical errors 2021-01-10 18:15:23 +08:00
tjq
2ecbc2c205 fix: Grammatical errors 2021-01-10 18:01:40 +08:00
tjq
37cf53e0a9 fix: Grammatical errors 2021-01-10 17:56:11 +08:00
tjq
374bae9fc1 feat: change pom version to 3.4.3 and ready to release 2021-01-10 17:36:40 +08:00
tjq
5feaf6106e docs: review translation 2021-01-10 11:54:16 +08:00
tjq
078db73bce docs: translate for internationalization #152 2021-01-10 10:47:32 +08:00
jiangjining
281c53ad63 docs: Add translations for pom and property files. 2021-01-07 18:56:56 +08:00
tjq
43ca05883a refactor: change repo url to PowerJob/PowerJob 2021-01-03 22:32:18 +08:00
tjq
6c3c6695e4 refactor: change version to 3.4.2 and ready to release 2021-01-02 20:15:09 +08:00
tjq
dfd2106a3f feat: Swagger API version keep up-to-date with POM version #139 2021-01-02 20:10:04 +08:00
tjq
85b8d004e4 feat: Swagger API version keep up-to-date with POM version 2021-01-02 20:07:19 +08:00
tjq
52ea3fb80d fix: the bug of concurrent clean the same thing #144 2021-01-02 20:06:18 +08:00
tjq
24cff5b6ec fix: multi server clean the same object 2021-01-02 20:03:05 +08:00
tjq
6a85995937 refactor: optimize thread pool config 2021-01-02 19:52:22 +08:00
ocean23
3776d4ad84 修改注释 2021-01-02 13:30:46 +08:00
ocean23
0daa097d20 根据意见重构代码 2021-01-02 13:28:55 +08:00
tjq
9a661aa177 fix: DatabaseLock can't unlock when timeout 2021-01-02 13:14:25 +08:00
ocean23
05181c34ec 回滚GridFsManager的代码把锁加在CleanService上 2021-01-02 12:39:36 +08:00
ocean23
ead9f08e52 回滚GridFsManager的代码把锁加在CleanService上 2021-01-02 12:38:19 +08:00
tjq
3ecefd22cb fix: the bug of idle check #146 2021-01-02 11:31:48 +08:00
ocean23
0e77a23e76 fix并发情况下server端删除日志时数据已经被其他server删除的问题 2021-01-01 14:17:54 +08:00