Commit Graph

  • 519d370445 refactor: change parameter type of getting instance detail API Echo009 2021-03-01 15:19:51 +08:00
  • ef384b5574 feat: add job parameters info into fetching job instance detail api Echo009 2021-02-26 11:32:03 +08:00
  • 539d31007c feat: add workflow context info into fetching workflow instance api Echo009 2021-02-26 10:34:34 +08:00
  • cea2c0cc87 fix: incorrect name of workflow instance DAG node Echo009 2021-02-26 10:10:14 +08:00
  • 79b30f882d fix: missing workflow instance result and finished time Echo009 2021-02-26 09:54:02 +08:00
  • 6d5225beab fix: missing node params Echo009 2021-02-25 20:13:44 +08:00
  • 540849524d fix: NPE when fetch workflow info Echo009 2021-02-24 16:34:09 +08:00
  • 84d00ee580 fix: 修改工作流节点接口取值逻辑的问题 Echo009 2021-02-23 15:56:00 +08:00
  • a8e284ccbe feat: remove build-in script processor tjq 2021-02-24 00:19:06 +08:00
  • 611f8773e8 [release] v3.4.7 v3.4.7 tjq 2021-02-23 00:56:47 +08:00
  • a900704669 Merge branch 'v3.4.7' into jenkins_auto_build tjq 2021-02-23 00:47:11 +08:00
  • b197dc4286 chore: change pom version to 3.4.7 v3.4.7 tjq 2021-02-23 00:46:03 +08:00
  • ec9519a6b2 fix: rollback ScriptProcessor to fix bug #222 tjq 2021-02-23 00:40:41 +08:00
  • 3d1c907104 feat: update agent's official-processor version tjq 2021-02-23 00:20:43 +08:00
  • 6dc20eee7d fix: 修复特殊场景下 DAG 校验错误的问题(存在“游离”的环) Echo009 2021-02-22 21:43:06 +08:00
  • b89c129e2b fix: 修复获取工作流详情信息 timeExpressionType 字段值缺失的问题 Echo009 2021-02-22 16:07:42 +08:00
  • bd9224a805 feat: support random dispatch strategy #205 tjq 2021-02-22 00:46:11 +08:00
  • 823a47303b feat: 工作流节点支持标记成功 Echo009 2021-02-21 15:28:44 +08:00
  • 79a61454f3 feat: add JVM shutdown hook to release database lock tjq 2021-02-21 12:43:07 +08:00
  • 91bb28abbb feat: adopt a new server-id generation policy to solve the problem of long IDs #220 tjq 2021-02-21 12:26:36 +08:00
  • 449608293c refactor: 调整工作流上下文控制策略 Echo009 2021-02-20 21:31:50 +08:00
  • 5fd4b9ae9d feat: 新增工作流相关维护接口 曾巩锢 2021-02-03 20:16:27 +08:00
  • ed94bef458 refactor: optimize worker cluster service tjq 2021-02-20 00:08:23 +08:00
  • e24f20f5ba refactor: use DesignateServer to get worker info list tjq 2021-02-19 23:13:14 +08:00
  • 2e488b5837 chore: update akka to 2.6.12 tjq 2021-02-19 21:48:49 +08:00
  • daf42be5cb refactor: optimize DispatchService's worker filter code #215 tjq 2021-02-19 20:52:52 +08:00
  • eac7ce7b27 refactor: use Map to replace String in WorkflowContext tjq 2021-02-19 19:53:07 +08:00
  • d6d461c77e refactor: 将工作流上下文相关的逻辑集中至 WorkflowContext Echo009 2021-02-19 15:48:43 +08:00
  • fa3981d167 docs: 改动较大的类文件添加 @author 注释 Echo009 2021-02-19 11:21:39 +08:00
  • 783ea4f67f feat: OpenAPI 添加工作流实例重试功能 Echo009 2021-02-18 19:41:23 +08:00
  • 9748190a8a fix: 修复工作流实例 DAG 中节点信息未同步的问题 Echo009 2021-02-18 16:53:28 +08:00
  • 6671bcf6f7 fix: 修复 DispatchService#dispatch 方法的 jobId 取值问题 Echo009 2021-02-18 15:21:11 +08:00
  • c3cc8aef4c feat: 工作流支持节点禁用,原地重试 Echo009 2021-02-18 15:20:16 +08:00
  • 4ee6300c6a feat: 工作流节点支持失败跳过 Echo009 2021-02-18 15:15:06 +08:00
  • 11b712332d feat: 工作流任务支持更新上下文数据(后续任务的实例参数信息) Echo009 2021-02-18 15:06:49 +08:00
  • 814d4321a1 fix: 修复 map 生成的子任务命名和根任务名或最终任务名一致导致的问题(无限生成子任务 或者 直接失败) Echo009 2021-02-18 14:48:37 +08:00
  • fd36f2f8e1 feat: 工作流支持重复的任务节点、支持任务参数(静态)个性化、调整实例参数传递机制 Echo009 2021-02-18 14:45:22 +08:00
  • 6d9af1cff0 feat: add WorkflowNodeInfoRepository Echo009 2021-02-18 12:19:03 +08:00
  • 56993335e3 feat: 更新实体模型以及 DAG 相关数据模型 Echo009 2021-01-25 17:09:40 +08:00
  • e1fc805a0b [release] v3.4.6 v3.4.6 tjq 2021-02-18 00:04:24 +08:00
  • 16a5f8efb6 fix: TaskTracker should write address info into TaskDO when execute broadcast v3.4.6 tjq 2021-02-17 10:58:53 +08:00
  • 83ac13b221 feat: user-customized worker filter #215 tjq 2021-02-16 23:09:56 +08:00
  • 770f30dd05 fix: returned an incorrect address when using HTTP protocol tjq 2021-02-16 14:11:08 +08:00
  • 8664dd6fb7 Merge branch 'v3.4.6' into jenkins_auto_build tjq 2021-02-12 21:02:56 +08:00
  • 83f6cf50a7 fix: Judge if OS is Windows and whether to run shell scripts tjq 2021-02-12 21:00:11 +08:00
  • c17da02da5 refactor: optimized package structure tjq 2021-02-12 20:57:12 +08:00
  • 7441c61313 chore: change pom version to 3.4.6 tjq 2021-02-11 10:38:09 +08:00
  • dfbf9ec137 fix: returns success even if the status message fails to be processed in http protocol #209 tjq 2021-02-10 00:01:37 +08:00
  • 5586d48f93 fix: always use ActorSystem's address as AppInfo's currentServer to avoid some problem #209 tjq 2021-02-09 23:43:54 +08:00
  • ee9ed3c099 feat: new threads are given names to help locate problems #213 tjq 2021-02-09 22:53:28 +08:00
  • b4288225a0 fix: use fixedDelay instead of fixedRate to fix the problem of scheduling of multiple threads causing system crashes #213 tjq 2021-02-09 22:47:36 +08:00
  • a1a5ade215 feat: abstract ServerElectionService interface to support developers to customize #191 tjq 2021-02-09 22:40:50 +08:00
  • eb87c329bb fix: Judge if OS is Windows and whether to run shell scripts. Jiang Jining 2021-02-09 00:35:24 +08:00
  • ea5cbfe8c4 docs: Add stargazers trend, add Reddit community promotion, correct usage of recommend. Jiang Jining 2021-02-09 00:26:42 +08:00
  • a575b65320 feat: Unified API management using ProtocolConstant #209 tjq 2021-02-08 22:22:17 +08:00
  • eda39a6372 feat: support other protocol's server elect #209 tjq 2021-02-08 21:07:00 +08:00
  • 0f1e17e862 feat: add HttpTransporter #209 tjq 2021-02-08 20:48:03 +08:00
  • 57501075de feat: add WorkerRequestHttpHandler powered by vert.x tjq 2021-02-08 20:03:35 +08:00
  • d978f84a60 refactor: Upgrade ClusterStatusHolder to support multiple communication protocols tjq 2021-02-08 00:06:03 +08:00
  • 3d1dc68928 style: rename package tjq 2021-02-07 22:55:36 +08:00
  • 64b9673a5c feat: add ScriptProcessor as official processor tjq 2021-02-07 22:45:51 +08:00
  • b24e0d2682 feat: support disable swagger-ui by config #203 tjq 2021-02-06 16:01:56 +08:00
  • 75d922d4a9 feat: support disable swagger-ui by config #203 tjq 2021-02-06 15:53:51 +08:00
  • e97bdc71c7 fix: NPE when InstanceTimeLimit is null #207 tjq 2021-02-06 15:37:12 +08:00
  • ef3f322fff docs: add PULL_REQUEST_TEMPLATE tjq 2021-02-04 23:32:19 +08:00
  • d06e5bc029 test: clean script by FileCleanupProcessor #136 tjq 2021-02-04 01:06:56 +08:00
  • 0f3cd48527 refactor: optimize official processors tjq 2021-02-04 00:49:28 +08:00
  • 5b41da1473 feat: open minimum interval time limit for fixed rate job #199 tjq 2021-02-04 00:22:27 +08:00
  • 4a4ef9ba13 fix: timeout params not take effect for HttpProcessor #200 tjq 2021-02-04 00:18:30 +08:00
  • 3cc195ee33 feat: add FileCleanupProcessor #136 tjq 2021-02-01 23:47:00 +08:00
  • bb11209d45 [release] v3.4.5 v3.4.5 tjq 2021-01-31 23:17:13 +08:00
  • fd7fb11713 Merge branch 'v3.4.5' into jenkins_auto_build tjq 2021-01-31 23:09:58 +08:00
  • 5ff56f8a41 refactor: optimize official processors v3.4.5 tjq 2021-01-31 23:09:36 +08:00
  • 416dd1a4d8 Merge branch 'v3.4.5' into jenkins_auto_build tjq 2021-01-31 22:57:04 +08:00
  • 7616890050 fix: incorrect usage of maven-shade-plugin tjq 2021-01-31 22:56:35 +08:00
  • 80d2709104 fix: misspell tjq 2021-01-31 22:22:04 +08:00
  • c199945840 docs: update user.png tjq 2021-01-31 21:57:10 +08:00
  • 2cb3a920d3 Merge branch 'v3.4.5' into jenkins_auto_build tjq 2021-01-31 19:59:36 +08:00
  • f3048caaf0 fix: powerjob-agent can't output logs tjq 2021-01-31 19:59:09 +08:00
  • fd33bcd950 Merge branch 'v3.4.5' into jenkins_auto_build tjq 2021-01-31 19:52:42 +08:00
  • 2c3e35a742 feat: offical HttpProcessor support custom timeout tjq 2021-01-31 19:49:16 +08:00
  • 947dac2a6f Merge branch 'v3.4.5' into jenkins_auto_build tjq 2021-01-31 19:34:45 +08:00
  • 02eed5e15e fix: powerjob-agent can't output log tjq 2021-01-31 19:30:12 +08:00
  • aed2096a51 Merge branch 'v3.4.5' into jenkins_auto_build tjq 2021-01-31 19:12:00 +08:00
  • e3ef52fc0a fix: powerjob-agent can't output log tjq 2021-01-31 19:11:35 +08:00
  • 1af361444d feat: offical HttpProcessor tjq 2021-01-31 18:44:40 +08:00
  • c4098a60e7 feat: add new module[powerjob-offical-processors] tjq 2021-01-31 17:50:21 +08:00
  • 5c5cc68f29 Merge branch 'v3.4.5' into jenkins_auto_build tjq 2021-01-31 17:40:26 +08:00
  • b642e1b39b feat: change version to v3.4.5 tjq 2021-01-31 17:39:58 +08:00
  • 2066f5d1da refactor: optimize powerjob-agent's logback config tjq 2021-01-31 15:20:56 +08:00
  • cce26511d8 fix: task status rollback #190 tjq 2021-01-31 14:44:51 +08:00
  • cdaea08ba7 fix: the bug of tasks occasionally cannot be stopped #180 tjq 2021-01-31 14:20:52 +08:00
  • fb29d8013b fix: JobInfoQuery can't serialize #183 tjq 2021-01-31 13:26:38 +08:00
  • 2035bd6544 feat: support using network interface name for NetUtils #179 tjq 2021-01-19 09:19:43 +08:00
  • 9e349a202a feat: support using network interface name for NetUtils #179 tjq 2021-01-19 09:15:37 +08:00
  • 74fc5edb1f [release] v3.4.4 v3.4.4 tjq 2021-01-17 17:19:32 +08:00
  • 5dbc8db849 style: optimize .ignore v3.4.4 tjq 2021-01-17 17:19:07 +08:00
  • b71d167afd docs: update readme tjq 2021-01-17 11:02:39 +08:00
  • 4951ccad09 docs: update readme tjq 2021-01-17 10:41:30 +08:00
  • 1e51a5161f feat: support auto login powerjob-console by url params tjq 2021-01-17 10:00:28 +08:00