Branch: refs/heads/lance513-pipelineSupport Home: https://github.com/jenkinsci/depgraph-view-plugin Commit: 4117a5dab1f9a072966cb93c9230be01287f4961 https://github.com/jenkinsci/depgraph-view-plugin/commit/4117a5dab1f9a072966cb93c9230be01287f4961 Author: lance513 <lance...@protonmail.com> Date: 2019-01-10 (Thu, 10 Jan 2019)
Changed paths: M pom.xml M src/main/resources/hudson/plugins/depgraph_view/AbstractDependencyGraphAction/index.jelly M src/main/resources/hudson/plugins/depgraph_view/AbstractDependencyGraphAction/jsplumb.jelly M src/main/resources/hudson/plugins/depgraph_view/AbstractDependencyGraphAction/sidepanel.jelly M src/main/resources/hudson/plugins/depgraph_view/DependencyGraphProperty/global.jelly M src/main/resources/index.jelly Log Message: ----------- Update project so it can be built with current plugin-pom Commit: c1011d0e4caf73d8d67c9986cc686a2d237378aa https://github.com/jenkinsci/depgraph-view-plugin/commit/c1011d0e4caf73d8d67c9986cc686a2d237378aa Author: lance513 <lance...@protonmail.com> Date: 2019-01-10 (Thu, 10 Jan 2019) Changed paths: M pom.xml M src/main/java/hudson/plugins/depgraph_view/AbstractDependencyGraphAction.java M src/main/java/hudson/plugins/depgraph_view/DependencyGraphProjectActionFactory.java M src/main/java/hudson/plugins/depgraph_view/DependencyGraphViewActionFactory.java M src/main/java/hudson/plugins/depgraph_view/model/display/AbstractGraphStringGenerator.java M src/main/java/hudson/plugins/depgraph_view/model/graph/CopyArtifactEdgeProvider.java M src/main/java/hudson/plugins/depgraph_view/model/graph/DependencyEdge.java M src/main/java/hudson/plugins/depgraph_view/model/graph/DependencyGraphEdgeProvider.java M src/main/java/hudson/plugins/depgraph_view/model/graph/EdgeProvider.java M src/main/java/hudson/plugins/depgraph_view/model/graph/GraphCalculator.java M src/main/java/hudson/plugins/depgraph_view/model/graph/ParameterizedTriggerSubProjectProvider.java M src/main/java/hudson/plugins/depgraph_view/model/graph/ProjectNode.java M src/main/java/hudson/plugins/depgraph_view/model/graph/SubProjectProvider.java M src/main/java/hudson/plugins/depgraph_view/model/operations/DeleteEdgeOperation.java M src/main/java/hudson/plugins/depgraph_view/model/operations/EdgeOperation.java M src/main/java/hudson/plugins/depgraph_view/model/operations/PutEdgeOperation.java M src/test/java/hudson/plugins/depgraph_view/model/graph/GraphCalculatorTest.java M src/test/java/hudson/plugins/depgraph_view/model/graph/NormalizeTest.java Log Message: ----------- Refactor code to support Pipeline projects Commit: 815160b7bda5fb3a844b11324f05c21328ab3f4b https://github.com/jenkinsci/depgraph-view-plugin/commit/815160b7bda5fb3a844b11324f05c21328ab3f4b Author: lance513 <lance...@protonmail.com> Date: 2019-01-10 (Thu, 10 Jan 2019) Changed paths: M src/main/java/hudson/plugins/depgraph_view/model/graph/DependencyGraphModule.java A src/main/java/hudson/plugins/depgraph_view/model/graph/ReverseBuildTriggerEdgeProvider.java Log Message: ----------- Add support for ReverseBuildTriggers of Pipeline projects Commit: f0b67805f19b2cba08d0c204d1213db4b8e69148 https://github.com/jenkinsci/depgraph-view-plugin/commit/f0b67805f19b2cba08d0c204d1213db4b8e69148 Author: lance513 <lance...@protonmail.com> Date: 2019-01-11 (Fri, 11 Jan 2019) Changed paths: M src/main/java/hudson/plugins/depgraph_view/model/operations/EdgeOperation.java Log Message: ----------- Check for null Commit: 09164d7287b49a47c44b3981af1fadc15e413765 https://github.com/jenkinsci/depgraph-view-plugin/commit/09164d7287b49a47c44b3981af1fadc15e413765 Author: lance513 <lance...@protonmail.com> Date: 2019-01-11 (Fri, 11 Jan 2019) Changed paths: M src/main/java/hudson/plugins/depgraph_view/model/layout/JungSugiyama.java Log Message: ----------- Fix compiler warning Commit: 7bb93688bc41b227d5200c0e8b38a3f32dee6562 https://github.com/jenkinsci/depgraph-view-plugin/commit/7bb93688bc41b227d5200c0e8b38a3f32dee6562 Author: lance513 <lance...@protonmail.com> Date: 2019-01-11 (Fri, 11 Jan 2019) Changed paths: M pom.xml Log Message: ----------- Clean up pom.xml Commit: 000cc15724758b42f06b329735d696b078a1abe6 https://github.com/jenkinsci/depgraph-view-plugin/commit/000cc15724758b42f06b329735d696b078a1abe6 Author: lance513 <lance...@protonmail.com> Date: 2019-01-16 (Wed, 16 Jan 2019) Changed paths: M src/main/java/hudson/plugins/depgraph_view/AbstractDependencyGraphAction.java M src/main/java/hudson/plugins/depgraph_view/DependencyGraphProperty.java M src/main/java/hudson/plugins/depgraph_view/model/display/AbstractGraphStringGenerator.java M src/main/java/hudson/plugins/depgraph_view/model/display/JsonStringGenerator.java M src/main/java/hudson/plugins/depgraph_view/model/graph/GraphCalculator.java M src/main/java/hudson/plugins/depgraph_view/model/layout/JungSugiyama.java Log Message: ----------- Fix bugs found by findbugs plugin Commit: 376d938575456f2603a58b04d03a8b092b0d3c5e https://github.com/jenkinsci/depgraph-view-plugin/commit/376d938575456f2603a58b04d03a8b092b0d3c5e Author: lance513 <lance...@protonmail.com> Date: 2019-01-23 (Wed, 23 Jan 2019) Changed paths: A src/main/java/hudson/plugins/depgraph_view/model/graph/BuildTriggerEdgeProvider.java M src/main/java/hudson/plugins/depgraph_view/model/graph/DependencyGraphModule.java M src/main/java/hudson/plugins/depgraph_view/model/graph/ReverseBuildTriggerEdgeProvider.java Log Message: ----------- Add edge also for BuildTrigger when downstream is not of type AbstractProject A BuildTrigger is configured via 'Post build Actions -> Build other projects' Commit: 56ff1bdb530e5fbfe4a42cf6341bd07ee121edba https://github.com/jenkinsci/depgraph-view-plugin/commit/56ff1bdb530e5fbfe4a42cf6341bd07ee121edba Author: lance513 <lance...@protonmail.com> Date: 2019-01-23 (Wed, 23 Jan 2019) Changed paths: M pom.xml M src/main/java/hudson/plugins/depgraph_view/model/graph/DependencyGraphModule.java A src/main/java/hudson/plugins/depgraph_view/model/graph/FanInReverseBuildTriggerEdgeProvider.java Log Message: ----------- Add edge also for FanInReverseBuildTrigger of JobFanIn Plugin Commit: fbadf018c47f4fb9cfcc6a12863776882aaaf090 https://github.com/jenkinsci/depgraph-view-plugin/commit/fbadf018c47f4fb9cfcc6a12863776882aaaf090 Author: lance513 <lance...@protonmail.com> Date: 2019-01-24 (Thu, 24 Jan 2019) Changed paths: M src/main/java/hudson/plugins/depgraph_view/AbstractDependencyGraphAction.java M src/main/java/hudson/plugins/depgraph_view/DependencyGraphProjectActionFactory.java M src/main/java/hudson/plugins/depgraph_view/DependencyGraphViewActionFactory.java M src/main/java/hudson/plugins/depgraph_view/model/display/AbstractGraphStringGenerator.java M src/main/java/hudson/plugins/depgraph_view/model/graph/BuildTriggerEdgeProvider.java M src/main/java/hudson/plugins/depgraph_view/model/graph/CopyArtifactEdgeProvider.java M src/main/java/hudson/plugins/depgraph_view/model/graph/DependencyEdge.java M src/main/java/hudson/plugins/depgraph_view/model/graph/DependencyGraphEdgeProvider.java M src/main/java/hudson/plugins/depgraph_view/model/graph/EdgeProvider.java M src/main/java/hudson/plugins/depgraph_view/model/graph/FanInReverseBuildTriggerEdgeProvider.java M src/main/java/hudson/plugins/depgraph_view/model/graph/GraphCalculator.java M src/main/java/hudson/plugins/depgraph_view/model/graph/ParameterizedTriggerSubProjectProvider.java M src/main/java/hudson/plugins/depgraph_view/model/graph/ProjectNode.java M src/main/java/hudson/plugins/depgraph_view/model/graph/ReverseBuildTriggerEdgeProvider.java M src/main/java/hudson/plugins/depgraph_view/model/graph/SubProjectProvider.java M src/test/java/hudson/plugins/depgraph_view/model/graph/GraphCalculatorTest.java Log Message: ----------- Code Refactoring: Replace ParameterizedJob with Job, where no ParameterizedJob is needed Commit: 03946911d75c4bc00f31e5bc8236f3db80f52398 https://github.com/jenkinsci/depgraph-view-plugin/commit/03946911d75c4bc00f31e5bc8236f3db80f52398 Author: lance513 <lance...@protonmail.com> Date: 2019-01-24 (Thu, 24 Jan 2019) Changed paths: A src/main/java/hudson/plugins/depgraph_view/DependencyGraphActionFactory.java R src/main/java/hudson/plugins/depgraph_view/DependencyGraphProjectActionFactory.java Log Message: ----------- Create DependencyGraph Action also for Pipeline projects Shows the Dependency Graph button in the left panel also in pipeline projects Commit: 14b4fefe71bff4eff99fa1bf804773e7633c738e https://github.com/jenkinsci/depgraph-view-plugin/commit/14b4fefe71bff4eff99fa1bf804773e7633c738e Author: lance513 <lance...@protonmail.com> Date: 2019-01-25 (Fri, 25 Jan 2019) Changed paths: M pom.xml M src/main/java/hudson/plugins/depgraph_view/model/graph/DependencyGraphModule.java A src/main/java/hudson/plugins/depgraph_view/model/graph/ParameterizedTriggerBuilderEdgeProvider.java A src/main/java/hudson/plugins/depgraph_view/model/graph/ParameterizedTriggerEdgeProvider.java M src/main/java/hudson/plugins/depgraph_view/model/graph/ParameterizedTriggerSubProjectProvider.java Log Message: ----------- Add edges also for Triggers configured via Parameterized Trigger Plugin Commit: d5397e91a78570288bee074fca271811f7c6f5a6 https://github.com/jenkinsci/depgraph-view-plugin/commit/d5397e91a78570288bee074fca271811f7c6f5a6 Author: lance513 <lance...@protonmail.com> Date: 2019-01-25 (Fri, 25 Jan 2019) Changed paths: M src/main/java/hudson/plugins/depgraph_view/model/graph/BuildTriggerEdgeProvider.java M src/main/java/hudson/plugins/depgraph_view/model/graph/FanInReverseBuildTriggerEdgeProvider.java M src/main/java/hudson/plugins/depgraph_view/model/graph/ReverseBuildTriggerEdgeProvider.java Log Message: ----------- Add some comments Commit: 10071134287464c1ec84d2c0f66ad5303475f258 https://github.com/jenkinsci/depgraph-view-plugin/commit/10071134287464c1ec84d2c0f66ad5303475f258 Author: lance513 <lance...@protonmail.com> Date: 2019-01-25 (Fri, 25 Jan 2019) Changed paths: M src/main/java/hudson/plugins/depgraph_view/model/display/AbstractGraphStringGenerator.java M src/main/java/hudson/plugins/depgraph_view/model/display/DotStringGenerator.java M src/main/java/hudson/plugins/depgraph_view/model/display/JsonStringGenerator.java R src/main/java/hudson/plugins/depgraph_view/model/graph/BuildTriggerEdgeProvider.java R src/main/java/hudson/plugins/depgraph_view/model/graph/CopyArtifactEdge.java R src/main/java/hudson/plugins/depgraph_view/model/graph/CopyArtifactEdgeProvider.java R src/main/java/hudson/plugins/depgraph_view/model/graph/DependencyEdge.java M src/main/java/hudson/plugins/depgraph_view/model/graph/DependencyGraph.java R src/main/java/hudson/plugins/depgraph_view/model/graph/DependencyGraphEdgeProvider.java M src/main/java/hudson/plugins/depgraph_view/model/graph/DependencyGraphModule.java R src/main/java/hudson/plugins/depgraph_view/model/graph/Edge.java R src/main/java/hudson/plugins/depgraph_view/model/graph/EdgeProvider.java R src/main/java/hudson/plugins/depgraph_view/model/graph/FanInReverseBuildTriggerEdgeProvider.java M src/main/java/hudson/plugins/depgraph_view/model/graph/GraphCalculator.java R src/main/java/hudson/plugins/depgraph_view/model/graph/ParameterizedTriggerBuilderEdgeProvider.java R src/main/java/hudson/plugins/depgraph_view/model/graph/ParameterizedTriggerEdgeProvider.java R src/main/java/hudson/plugins/depgraph_view/model/graph/ReverseBuildTriggerEdgeProvider.java A src/main/java/hudson/plugins/depgraph_view/model/graph/edge/BuildTriggerEdgeProvider.java A src/main/java/hudson/plugins/depgraph_view/model/graph/edge/CopyArtifactEdge.java A src/main/java/hudson/plugins/depgraph_view/model/graph/edge/CopyArtifactEdgeProvider.java A src/main/java/hudson/plugins/depgraph_view/model/graph/edge/DependencyEdge.java A src/main/java/hudson/plugins/depgraph_view/model/graph/edge/DependencyGraphEdgeProvider.java A src/main/java/hudson/plugins/depgraph_view/model/graph/edge/Edge.java A src/main/java/hudson/plugins/depgraph_view/model/graph/edge/EdgeProvider.java A src/main/java/hudson/plugins/depgraph_view/model/graph/edge/FanInReverseBuildTriggerEdgeProvider.java A src/main/java/hudson/plugins/depgraph_view/model/graph/edge/ParameterizedTriggerBuilderEdgeProvider.java A src/main/java/hudson/plugins/depgraph_view/model/graph/edge/ParameterizedTriggerEdgeProvider.java A src/main/java/hudson/plugins/depgraph_view/model/graph/edge/ReverseBuildTriggerEdgeProvider.java M src/test/java/hudson/plugins/depgraph_view/model/graph/GraphCalculatorTest.java Log Message: ----------- Move all edge related classes to new subpackage model.graph.edge Commit: 7d12ca56eb658b97e23d47e1304fb893a1676e2c https://github.com/jenkinsci/depgraph-view-plugin/commit/7d12ca56eb658b97e23d47e1304fb893a1676e2c Author: lance513 <lance...@protonmail.com> Date: 2019-01-25 (Fri, 25 Jan 2019) Changed paths: M pom.xml M src/main/java/hudson/plugins/depgraph_view/DependencyGraphViewActionFactory.java Log Message: ----------- Show dependency graph of multibranch pipeline projects also in their parent folders/views Commit: 72d2075af350bd8f612e59e6de9f7733e9b6f3ae https://github.com/jenkinsci/depgraph-view-plugin/commit/72d2075af350bd8f612e59e6de9f7733e9b6f3ae Author: lance513 <lance...@protonmail.com> Date: 2019-01-27 (Sun, 27 Jan 2019) Changed paths: M src/main/webapp/css/depview.css Log Message: ----------- Remove unnecessary srollbar of elements in jsplumb view Commit: a04b91384dbd887ad53420ce36ec4c00d7e1a445 https://github.com/jenkinsci/depgraph-view-plugin/commit/a04b91384dbd887ad53420ce36ec4c00d7e1a445 Author: lance513 <lance...@protonmail.com> Date: 2019-01-27 (Sun, 27 Jan 2019) Changed paths: M src/main/webapp/js/jsPlumb_depview.js Log Message: ----------- Continuous anchor also for source when edit is disabled Commit: fe4a7181856d99cb2581fc9cb0ac10d8daaf156b https://github.com/jenkinsci/depgraph-view-plugin/commit/fe4a7181856d99cb2581fc9cb0ac10d8daaf156b Author: lance513 <lance...@protonmail.com> Date: 2019-01-27 (Sun, 27 Jan 2019) Changed paths: M src/main/webapp/js/jsPlumb_depview.js Log Message: ----------- Connections are not detachable. Connections can only be removed by clicking on them in edit mode. Commit: 242ad561fc0bd54027b61ffb3ebdd643a12b3568 https://github.com/jenkinsci/depgraph-view-plugin/commit/242ad561fc0bd54027b61ffb3ebdd643a12b3568 Author: lance513 <lance...@protonmail.com> Date: 2019-01-27 (Sun, 27 Jan 2019) Changed paths: M src/main/webapp/js/jsPlumb_depview.js Log Message: ----------- Remove confirmation dialog when deleting connection Commit: 376308cb54474660a33aac695d99c6545d0a5cbd https://github.com/jenkinsci/depgraph-view-plugin/commit/376308cb54474660a33aac695d99c6545d0a5cbd Author: lance513 <lance...@protonmail.com> Date: 2019-01-27 (Sun, 27 Jan 2019) Changed paths: M src/main/webapp/js/jsPlumb_depview.js Log Message: ----------- Remove redundant anchor parameter Commit: db7f7c13c8238023050965f1f84f6e51b913dfa6 https://github.com/jenkinsci/depgraph-view-plugin/commit/db7f7c13c8238023050965f1f84f6e51b913dfa6 Author: lance513 <lance...@protonmail.com> Date: 2019-01-27 (Sun, 27 Jan 2019) Changed paths: M src/main/java/hudson/plugins/depgraph_view/AbstractDependencyGraphAction.java M src/main/java/hudson/plugins/depgraph_view/model/operations/DeleteEdgeOperation.java M src/main/java/hudson/plugins/depgraph_view/model/operations/EdgeOperation.java M src/main/java/hudson/plugins/depgraph_view/model/operations/PutEdgeOperation.java M src/main/webapp/js/jsPlumb_depview.js Log Message: ----------- Add error message output Decent error messages when creation or deletion of connections/edges does not work. Commit: 413d075b17430814c7ad31586401de8b0e6e085c https://github.com/jenkinsci/depgraph-view-plugin/commit/413d075b17430814c7ad31586401de8b0e6e085c Author: lance513 <lance...@protonmail.com> Date: 2019-01-28 (Mon, 28 Jan 2019) Changed paths: M src/main/java/hudson/plugins/depgraph_view/model/graph/edge/FanInReverseBuildTriggerEdgeProvider.java M src/main/java/hudson/plugins/depgraph_view/model/graph/edge/ParameterizedTriggerBuilderEdgeProvider.java M src/main/java/hudson/plugins/depgraph_view/model/graph/edge/ParameterizedTriggerEdgeProvider.java Log Message: ----------- Add check if plugins are installed Commit: abd1b8f632c43445034e687a9d8bced595b111dc https://github.com/jenkinsci/depgraph-view-plugin/commit/abd1b8f632c43445034e687a9d8bced595b111dc Author: lance513 <lance...@protonmail.com> Date: 2019-01-29 (Tue, 29 Jan 2019) Changed paths: M pom.xml M src/main/resources/hudson/plugins/depgraph_view/AbstractDependencyGraphAction/jsplumb.jelly A src/main/webapp/js/jquery-1.7.2.min.js A src/main/webapp/js/jquery-ui-1.8.9.custom.min.js Log Message: ----------- Add jQuery and jQuery-UI libs directly as .js files Plugin needs very old versions of jQuery and jQuery UI so it is better to remove dependencies to jenkins jquery plugins and include the needed jQuery library versions directly as .js files. Commit: 63892273e97f5d24d051a9479020fd9404ac02dc https://github.com/jenkinsci/depgraph-view-plugin/commit/63892273e97f5d24d051a9479020fd9404ac02dc Author: lance513 <lance...@protonmail.com> Date: 2019-01-30 (Wed, 30 Jan 2019) Changed paths: M src/main/java/hudson/plugins/depgraph_view/model/layout/JungSugiyama.java M src/main/webapp/js/jsPlumb_depview.js Log Message: ----------- Locate nodes so they do not overlap each other Commit: ddfac6f46b8140f67b878113354674bad2f19c0f https://github.com/jenkinsci/depgraph-view-plugin/commit/ddfac6f46b8140f67b878113354674bad2f19c0f Author: lance513 <lance...@protonmail.com> Date: 2019-01-30 (Wed, 30 Jan 2019) Changed paths: M src/main/webapp/js/jsPlumb_depview.js Log Message: ----------- Prevent from creating irregular connections Irregular connections are connections which already exist or connections to the same node (loopback) Commit: ffd424414492ce0123eeb3cb5b9a92b6d9310837 https://github.com/jenkinsci/depgraph-view-plugin/commit/ffd424414492ce0123eeb3cb5b9a92b6d9310837 Author: lance513 <lance...@protonmail.com> Date: 2019-01-30 (Wed, 30 Jan 2019) Changed paths: M src/main/webapp/js/jsPlumb_depview.js Log Message: ----------- Minor style changes Commit: b8503583ee978951fd3c3ff7b5b6de6b8d46186c https://github.com/jenkinsci/depgraph-view-plugin/commit/b8503583ee978951fd3c3ff7b5b6de6b8d46186c Author: lance513 <lance...@protonmail.com> Date: 2019-02-02 (Sat, 02 Feb 2019) Changed paths: M src/main/java/hudson/plugins/depgraph_view/model/display/JsonStringGenerator.java M src/main/java/hudson/plugins/depgraph_view/model/layout/JungSugiyama.java M src/main/webapp/css/depview.css Log Message: ----------- Minor style changes of jsPlumb graph Commit: 43c61bec824c6d528b9127a2b273885dd4d846ff https://github.com/jenkinsci/depgraph-view-plugin/commit/43c61bec824c6d528b9127a2b273885dd4d846ff Author: lance513 <lance...@protonmail.com> Date: 2019-02-02 (Sat, 02 Feb 2019) Changed paths: M src/main/java/hudson/plugins/depgraph_view/model/graph/GraphCalculator.java M src/main/java/hudson/plugins/depgraph_view/model/graph/edge/BuildTriggerEdgeProvider.java M src/main/java/hudson/plugins/depgraph_view/model/graph/edge/CopyArtifactEdgeProvider.java M src/main/java/hudson/plugins/depgraph_view/model/graph/edge/DependencyGraphEdgeProvider.java M src/main/java/hudson/plugins/depgraph_view/model/graph/edge/EdgeProvider.java M src/main/java/hudson/plugins/depgraph_view/model/graph/edge/FanInReverseBuildTriggerEdgeProvider.java M src/main/java/hudson/plugins/depgraph_view/model/graph/edge/ParameterizedTriggerBuilderEdgeProvider.java M src/main/java/hudson/plugins/depgraph_view/model/graph/edge/ParameterizedTriggerEdgeProvider.java M src/main/java/hudson/plugins/depgraph_view/model/graph/edge/ReverseBuildTriggerEdgeProvider.java Log Message: ----------- Show only both upstream and downstream projects for initial projects For an initial project, all its direct upstream projects are shown. But for those upstream projects, only their upstreams are shown, not their other downstreams, because these are not of any interest for the initial project. Same for downstreams of initial project. Commit: 62108bea99c573576824771b1500443ad0bd48b2 https://github.com/jenkinsci/depgraph-view-plugin/commit/62108bea99c573576824771b1500443ad0bd48b2 Author: lance513 <lance...@protonmail.com> Date: 2019-02-02 (Sat, 02 Feb 2019) Changed paths: M src/main/java/hudson/plugins/depgraph_view/model/operations/DeleteEdgeOperation.java Log Message: ----------- On delete edge, remove build trigger when it is empty Commit: 51d87f21fb71185a9494261b0adb7486f3a99851 https://github.com/jenkinsci/depgraph-view-plugin/commit/51d87f21fb71185a9494261b0adb7486f3a99851 Author: lance513 <lance...@protonmail.com> Date: 2019-02-02 (Sat, 02 Feb 2019) Changed paths: M pom.xml M src/main/java/hudson/plugins/depgraph_view/model/graph/edge/CopyArtifactEdgeProvider.java Log Message: ----------- Also add downstream copyartifact edges Commit: be3365118f0326175d2c47858522e189f1775ed0 https://github.com/jenkinsci/depgraph-view-plugin/commit/be3365118f0326175d2c47858522e189f1775ed0 Author: lance513 <lance...@protonmail.com> Date: 2019-02-02 (Sat, 02 Feb 2019) Changed paths: M src/main/resources/hudson/plugins/depgraph_view/AbstractDependencyGraphAction/index.jelly M src/main/resources/hudson/plugins/depgraph_view/AbstractDependencyGraphAction/jsplumb.jelly M src/main/webapp/js/jsPlumb_depview.js Log Message: ----------- Show name of view or project the Dependency Graph belongs to in title Commit: 3e83a125fb5784c658565625d55bcbc83ba18508 https://github.com/jenkinsci/depgraph-view-plugin/commit/3e83a125fb5784c658565625d55bcbc83ba18508 Author: lance513 <lance...@protonmail.com> Date: 2019-02-02 (Sat, 02 Feb 2019) Changed paths: M src/test/java/hudson/plugins/depgraph_view/model/graph/GraphCalculatorTest.java Log Message: ----------- Fix unit test Commit: ae51a59f283c71ef2dedb962b7987cabc6fe3a84 https://github.com/jenkinsci/depgraph-view-plugin/commit/ae51a59f283c71ef2dedb962b7987cabc6fe3a84 Author: Guido Grazioli <guido.grazi...@selerityinc.com> Date: 2020-02-06 (Thu, 06 Feb 2020) Changed paths: M pom.xml M src/main/java/hudson/plugins/depgraph_view/AbstractDependencyGraphAction.java A src/main/java/hudson/plugins/depgraph_view/DependencyGraphActionFactory.java R src/main/java/hudson/plugins/depgraph_view/DependencyGraphProjectActionFactory.java M src/main/java/hudson/plugins/depgraph_view/DependencyGraphProperty.java M src/main/java/hudson/plugins/depgraph_view/DependencyGraphViewActionFactory.java M src/main/java/hudson/plugins/depgraph_view/model/display/AbstractGraphStringGenerator.java M src/main/java/hudson/plugins/depgraph_view/model/display/DotStringGenerator.java M src/main/java/hudson/plugins/depgraph_view/model/display/JsonStringGenerator.java R src/main/java/hudson/plugins/depgraph_view/model/graph/CopyArtifactEdge.java R src/main/java/hudson/plugins/depgraph_view/model/graph/CopyArtifactEdgeProvider.java R src/main/java/hudson/plugins/depgraph_view/model/graph/DependencyEdge.java M src/main/java/hudson/plugins/depgraph_view/model/graph/DependencyGraph.java R src/main/java/hudson/plugins/depgraph_view/model/graph/DependencyGraphEdgeProvider.java M src/main/java/hudson/plugins/depgraph_view/model/graph/DependencyGraphModule.java R src/main/java/hudson/plugins/depgraph_view/model/graph/Edge.java R src/main/java/hudson/plugins/depgraph_view/model/graph/EdgeProvider.java M src/main/java/hudson/plugins/depgraph_view/model/graph/GraphCalculator.java M src/main/java/hudson/plugins/depgraph_view/model/graph/ParameterizedTriggerSubProjectProvider.java M src/main/java/hudson/plugins/depgraph_view/model/graph/ProjectNode.java M src/main/java/hudson/plugins/depgraph_view/model/graph/SubProjectProvider.java A src/main/java/hudson/plugins/depgraph_view/model/graph/edge/BuildTriggerEdgeProvider.java A src/main/java/hudson/plugins/depgraph_view/model/graph/edge/CopyArtifactEdge.java A src/main/java/hudson/plugins/depgraph_view/model/graph/edge/CopyArtifactEdgeProvider.java A src/main/java/hudson/plugins/depgraph_view/model/graph/edge/DependencyEdge.java A src/main/java/hudson/plugins/depgraph_view/model/graph/edge/DependencyGraphEdgeProvider.java A src/main/java/hudson/plugins/depgraph_view/model/graph/edge/Edge.java A src/main/java/hudson/plugins/depgraph_view/model/graph/edge/EdgeProvider.java A src/main/java/hudson/plugins/depgraph_view/model/graph/edge/FanInReverseBuildTriggerEdgeProvider.java A src/main/java/hudson/plugins/depgraph_view/model/graph/edge/ParameterizedTriggerBuilderEdgeProvider.java A src/main/java/hudson/plugins/depgraph_view/model/graph/edge/ParameterizedTriggerEdgeProvider.java A src/main/java/hudson/plugins/depgraph_view/model/graph/edge/ReverseBuildTriggerEdgeProvider.java M src/main/java/hudson/plugins/depgraph_view/model/layout/JungSugiyama.java M src/main/java/hudson/plugins/depgraph_view/model/operations/DeleteEdgeOperation.java M src/main/java/hudson/plugins/depgraph_view/model/operations/EdgeOperation.java M src/main/java/hudson/plugins/depgraph_view/model/operations/PutEdgeOperation.java M src/main/resources/hudson/plugins/depgraph_view/AbstractDependencyGraphAction/index.jelly M src/main/resources/hudson/plugins/depgraph_view/AbstractDependencyGraphAction/jsplumb.jelly M src/main/resources/hudson/plugins/depgraph_view/AbstractDependencyGraphAction/sidepanel.jelly M src/main/resources/hudson/plugins/depgraph_view/DependencyGraphProperty/global.jelly M src/main/resources/index.jelly M src/main/webapp/css/depview.css A src/main/webapp/js/jquery-1.7.2.min.js A src/main/webapp/js/jquery-ui-1.8.9.custom.min.js M src/main/webapp/js/jsPlumb_depview.js M src/test/java/hudson/plugins/depgraph_view/model/graph/GraphCalculatorTest.java M src/test/java/hudson/plugins/depgraph_view/model/graph/NormalizeTest.java Log Message: ----------- Merge branch 'pipelineSupport' of git://github.com/lance513/depgraph-view-plugin into lance513-pipelineSupport Commit: c8e1e0fe82ba0e47f4ed5fcf6173ec606d0eac77 https://github.com/jenkinsci/depgraph-view-plugin/commit/c8e1e0fe82ba0e47f4ed5fcf6173ec606d0eac77 Author: Guido Grazioli <guido.grazi...@selerityinc.com> Date: 2020-02-06 (Thu, 06 Feb 2020) Changed paths: M README.markdown M pom.xml M src/main/java/hudson/plugins/depgraph_view/AbstractDependencyGraphAction.java M src/main/java/hudson/plugins/depgraph_view/model/display/AbstractGraphStringGenerator.java M src/main/java/hudson/plugins/depgraph_view/model/display/JsonStringGenerator.java M src/main/java/hudson/plugins/depgraph_view/model/graph/GraphCalculator.java M src/main/java/hudson/plugins/depgraph_view/model/graph/edge/CopyArtifactEdgeProvider.java M src/main/java/hudson/plugins/depgraph_view/model/layout/JungSugiyama.java M src/main/java/hudson/plugins/depgraph_view/model/operations/DeleteEdgeOperation.java M src/main/java/hudson/plugins/depgraph_view/model/operations/EdgeOperation.java M src/main/java/hudson/plugins/depgraph_view/model/operations/PutEdgeOperation.java M src/main/resources/hudson/plugins/depgraph_view/AbstractDependencyGraphAction/index.jelly M src/main/resources/hudson/plugins/depgraph_view/AbstractDependencyGraphAction/jsplumb.jelly M src/main/resources/hudson/plugins/depgraph_view/AbstractDependencyGraphAction/sidepanel.jelly M src/main/resources/hudson/plugins/depgraph_view/DependencyGraphProperty/global.jelly M src/main/resources/index.jelly Log Message: ----------- Merge branch 'master' into lance513-pipelineSupport Compare: https://github.com/jenkinsci/depgraph-view-plugin/compare/4117a5dab1f9%5E...c8e1e0fe82ba -- 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 jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/depgraph-view-plugin/push/refs/heads/lance513-pipelineSupport/000000-c8e1e0%40github.com.