Branch: refs/heads/master
Home: https://github.com/jenkinsci/workflow-plugin
Commit: 2cdd177e1713f5b34e635baf4d7aa5721ed114a1
https://github.com/jenkinsci/workflow-plugin/commit/2cdd177e1713f5b34e635baf4d7aa5721ed114a1
Author: Jesse Glick <[email protected]>
Date: 2014-11-11 (Tue, 11 Nov 2014)
Changed paths:
M
support/src/main/java/org/jenkinsci/plugins/workflow/support/visualization/table/FlowGraphTable.java
Log Message:
-----------
Pointless for this to be @ExportedBean with no @Exported properties!
Anyway API callers likely want the raw set of nodes, not the processed table
view.
Commit: 8ddd643e4ef00e36f33b767ee0f98380f4074609
https://github.com/jenkinsci/workflow-plugin/commit/8ddd643e4ef00e36f33b767ee0f98380f4074609
Author: Jesse Glick <[email protected]>
Date: 2014-11-11 (Tue, 11 Nov 2014)
Changed paths:
M
api/src/main/java/org/jenkinsci/plugins/workflow/flow/FlowExecutionOwner.java
Log Message:
-----------
Javadoc update.
Commit: 498053f0c2703334744156480d2c88cb81e0aba5
https://github.com/jenkinsci/workflow-plugin/commit/498053f0c2703334744156480d2c88cb81e0aba5
Author: Jesse Glick <[email protected]>
Date: 2014-11-11 (Tue, 11 Nov 2014)
Changed paths:
M job/src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowRun.java
A
job/src/main/java/org/jenkinsci/plugins/workflow/job/views/FlowGraphTableAction.java
M
job/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/index.jelly
A
job/src/main/resources/org/jenkinsci/plugins/workflow/job/views/FlowGraphTableAction/index.jelly
M
support/src/main/resources/org/jenkinsci/plugins/workflow/support/visualization/table/ConsoleColumn/column.jelly
M
support/src/main/resources/org/jenkinsci/plugins/workflow/support/visualization/table/FlowGraphTable/ajax.jelly
Log Message:
-----------
Split off FlowGraphTableAction into its own page.
Commit: 77495193ac9303c73e33801fe0d632dfeaced66c
https://github.com/jenkinsci/workflow-plugin/commit/77495193ac9303c73e33801fe0d632dfeaced66c
Author: Jesse Glick <[email protected]>
Date: 2014-11-11 (Tue, 11 Nov 2014)
Changed paths:
M api/src/main/java/org/jenkinsci/plugins/workflow/flow/FlowExecution.java
A
job/src/main/java/org/jenkinsci/plugins/workflow/job/views/GraphVizAction.java
Log Message:
-----------
Split off GraphVizAction.
Commit: 8ceaeba5b51663a82a7bd4aa7c15557ad368cd63
https://github.com/jenkinsci/workflow-plugin/commit/8ceaeba5b51663a82a7bd4aa7c15557ad368cd63
Author: Jesse Glick <[email protected]>
Date: 2014-11-11 (Tue, 11 Nov 2014)
Changed paths:
M api/src/main/java/org/jenkinsci/plugins/workflow/actions/TimingAction.java
Log Message:
-----------
Making a field final.
Commit: 2712732e73883c9d3f8ae70faf760ffe7882eccd
https://github.com/jenkinsci/workflow-plugin/commit/2712732e73883c9d3f8ae70faf760ffe7882eccd
Author: Jesse Glick <[email protected]>
Date: 2014-11-11 (Tue, 11 Nov 2014)
Changed paths:
M api/src/main/java/org/jenkinsci/plugins/workflow/actions/TimingAction.java
M
api/src/main/resources/org/jenkinsci/plugins/workflow/graph/FlowNode/index.jelly
Log Message:
-----------
Moving a comment.
Commit: 7590ccf502cde5257200353c3c4b22bdd20365ba
https://github.com/jenkinsci/workflow-plugin/commit/7590ccf502cde5257200353c3c4b22bdd20365ba
Author: Jesse Glick <[email protected]>
Date: 2014-11-11 (Tue, 11 Nov 2014)
Changed paths:
M api/src/main/resources/lib/flow/nodeCaption.jelly
Log Message:
-----------
Deleted bogus comment.
Commit: 1ccee209538a91a3b5e5a01182be53e457449277
https://github.com/jenkinsci/workflow-plugin/commit/1ccee209538a91a3b5e5a01182be53e457449277
Author: Jesse Glick <[email protected]>
Date: 2014-11-11 (Tue, 11 Nov 2014)
Changed paths:
M
api/src/main/resources/org/jenkinsci/plugins/workflow/graph/FlowNode/index.jelly
Log Message:
-----------
Link to parent nodes.
Commit: a1330adae6bee5cd8a0b7f614a3ef5b218edbcae
https://github.com/jenkinsci/workflow-plugin/commit/a1330adae6bee5cd8a0b7f614a3ef5b218edbcae
Author: Jesse Glick <[email protected]>
Date: 2014-11-11 (Tue, 11 Nov 2014)
Changed paths:
M api/src/main/java/org/jenkinsci/plugins/workflow/graph/FlowNode.java
Log Message:
-----------
Export useful information to the REST API.
Commit: dd93d328d2a1ffa23c8701a5e92a635121662c1b
https://github.com/jenkinsci/workflow-plugin/commit/dd93d328d2a1ffa23c8701a5e92a635121662c1b
Author: Jesse Glick <[email protected]>
Date: 2014-11-11 (Tue, 11 Nov 2014)
Changed paths:
A
job/src/main/java/org/jenkinsci/plugins/workflow/job/views/FlowGraphAction.java
A
job/src/main/resources/org/jenkinsci/plugins/workflow/job/views/FlowGraphAction/index.jelly
Log Message:
-----------
Adding FlowGraphAction.
Commit: 3a00a4047146725e932a0c42a2de997d87bf4c2d
https://github.com/jenkinsci/workflow-plugin/commit/3a00a4047146725e932a0c42a2de997d87bf4c2d
Author: Jesse Glick <[email protected]>
Date: 2014-11-11 (Tue, 11 Nov 2014)
Changed paths:
M
aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/durable_task/ShellStepTest.java
Log Message:
-----------
Compilation error.
Commit: f173f22e851209711c8c9370f4522c7601fb30b9
https://github.com/jenkinsci/workflow-plugin/commit/f173f22e851209711c8c9370f4522c7601fb30b9
Author: Jesse Glick <[email protected]>
Date: 2014-11-11 (Tue, 11 Nov 2014)
Changed paths:
M
aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/durable_task/ShellStepTest.java
Log Message:
-----------
Forgot to .build.
Compare:
https://github.com/jenkinsci/workflow-plugin/compare/38b0343a1fd1...f173f22e8512
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.