Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
byit-myth-job
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liyuan
byit-myth-job
Commits
c572ccfb
Commit
c572ccfb
authored
Dec 28, 2020
by
huangfusuper
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branches 'remotes/origin/developer' and 'remotes/origin/test' into myth-test
parents
fba7267d
48afde58
22fb6b10
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
3 additions
and
29 deletions
+3
-29
pom.xml
byit-mybatis-plugin/pom.xml
+0
-13
ApiFlowServiceImpl.java
...c/main/java/com/byit/service/impl/ApiFlowServiceImpl.java
+3
-1
pom.xml
byit-myth-core/myth-executor-core/pom.xml
+0
-2
pom.xml
byit-myth-executor/myth-executor-plugin/pom.xml
+0
-1
pom.xml
byit-plugin-core/byit-plugin-rpc-common/pom.xml
+0
-2
TaskClient.java
...n/src/main/java/com/byit/task/annotations/TaskClient.java
+0
-3
pom.xml
byit-plugin-core/myth-plugin-rpc-client/pom.xml
+0
-2
pom.xml
byit-plugin-core/plugin-spring-boot-starter/pom.xml
+0
-3
pom.xml
byit-plugin-core/pom.xml
+0
-2
No files found.
byit-mybatis-plugin/pom.xml
View file @
c572ccfb
...
...
@@ -33,8 +33,6 @@
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
...
...
@@ -45,15 +43,4 @@
</plugins>
</build>
<distributionManagement>
<repository>
<id>
releases
</id>
<url>
http://10.0.120.2/repository/maven-releases/
</url>
</repository>
<snapshotRepository>
<id>
snapshots
</id>
<url>
http://10.0.120.2/repository/maven-snapshots/
</url>
</snapshotRepository>
</distributionManagement>
</project>
byit-myth-admin/src/main/java/com/byit/service/impl/ApiFlowServiceImpl.java
View file @
c572ccfb
...
...
@@ -520,7 +520,9 @@ public class ApiFlowServiceImpl implements ApiFlowService {
RunRecording
runRecording
=
runRecordingMapper
.
findRunRecordingByFlowIdAndRunId
(
flow
.
getFlowId
(),
runInfo
.
getRunId
());
ValidationUtil
.
dataNotNull
(
runRecording
,
"查无此运行记录"
);
//TODO 这里应该查询的是版本表 与版本号挂钩
NodeVersion
nodeVersion
=
nodeVersionMapper
.
findNodeByNodeNameAndVersionNameAndFlowId
(
runInfo
.
getNodeName
(),
runRecording
.
getFlowVersionName
(),
runRecording
.
getFlowId
());
//NodeVersion nodeVersion = nodeVersionMapper.findNodeByNodeNameAndVersionNameAndFlowId(runInfo.getNodeName(), runRecording.getFlowVersionName(), runRecording.getFlowId());
JobTaskRunLogWithBLOBs
byRunIdAndFlowAndNode
=
jobTaskRunLogMapper
.
findByRunIdAndFlowAndNode
(
runRecording
.
getRunId
(),
runRecording
.
getFlowName
(),
runInfo
.
getNodeName
());
NodeVersion
nodeVersion
=
nodeVersionMapper
.
findNodeByNodeNameAndVersionNameAndFlowId
(
runInfo
.
getNodeName
(),
byRunIdAndFlowAndNode
.
getVersionName
(),
byRunIdAndFlowAndNode
.
getFlowId
());
// //Node node = nodeMapper.getByNameAndFlow(runInfo.getNodeName(), flow.getFlowId());
// ValidationUtil.dataNotNull(node, runInfo.getNodeName() + "节点不存在");
...
...
byit-myth-core/myth-executor-core/pom.xml
View file @
c572ccfb
...
...
@@ -55,8 +55,6 @@
</dependencies>
<build>
<plugins>
<!--<plugin>
...
...
byit-myth-executor/myth-executor-plugin/pom.xml
View file @
c572ccfb
...
...
@@ -60,7 +60,6 @@
<!-- <build>-->
<!-- <finalName>${project.artifactId}</finalName>-->
<!-- <plugins>-->
...
...
byit-plugin-core/byit-plugin-rpc-common/pom.xml
View file @
c572ccfb
...
...
@@ -76,5 +76,4 @@
</dependency>
</dependencies>
</project>
\ No newline at end of file
byit-plugin-core/byit-plugin-rpc-common/src/main/java/com/byit/task/annotations/TaskClient.java
View file @
c572ccfb
package
com
.
byit
.
task
.
annotations
;
import
com.byit.enums.CallMethodEnum
;
import
com.byit.rpc.remoting.invoker.route.LoadBalance
;
import
java.lang.annotation.*
;
...
...
@@ -30,6 +29,4 @@ public @interface TaskClient {
* @return
*/
long
timeout
()
default
-
1
;
CallMethodEnum
callMethodEnum
()
default
CallMethodEnum
.
ASYNCHRONOUS
;
}
byit-plugin-core/myth-plugin-rpc-client/pom.xml
View file @
c572ccfb
...
...
@@ -31,5 +31,4 @@
</dependency>
</dependencies>
</project>
\ No newline at end of file
byit-plugin-core/plugin-spring-boot-starter/pom.xml
View file @
c572ccfb
...
...
@@ -35,6 +35,4 @@
<version>
1.0-SNAPSHOT
</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
byit-plugin-core/pom.xml
View file @
c572ccfb
...
...
@@ -20,5 +20,4 @@
</project>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment