Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/depgraph-view-plugin
  Commit: e86fe1be7cb2f336e98aa49aa1c1a2d7e0fa89cf
      
https://github.com/jenkinsci/depgraph-view-plugin/commit/e86fe1be7cb2f336e98aa49aa1c1a2d7e0fa89cf
  Author: imod <d...@fortysix.ch>
  Date:   2013-08-26 (Mon, 26 Aug 2013)

  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/DotStringGenerator.java
    M 
src/main/resources/hudson/plugins/depgraph_view/AbstractDependencyGraphAction/jsplumb.jelly
    M 
src/main/resources/hudson/plugins/depgraph_view/DependencyGraphProperty/global.jelly
    M 
src/main/resources/hudson/plugins/depgraph_view/DependencyGraphProperty/global.properties
    A 
src/main/resources/hudson/plugins/depgraph_view/DependencyGraphProperty/help-projectNameStripRegex.html
    A 
src/main/resources/hudson/plugins/depgraph_view/DependencyGraphProperty/help-projectNameStripRegexGroup.html
    A 
src/main/resources/hudson/plugins/depgraph_view/DependencyGraphProperty/help-projectNameStripRegexGroup_de.html
    A 
src/main/resources/hudson/plugins/depgraph_view/DependencyGraphProperty/help-projectNameStripRegex_de.html
    M src/main/resources/hudson/plugins/depgraph_view/Messages.properties
    M src/main/webapp/js/jsPlumb_depview.js

  Log Message:
  -----------
  [FIXED JENKINS-9007] enable to strip job names of redundant strings


  Commit: 01a13eada5b57e0770b73357e9835a700379065d
      
https://github.com/jenkinsci/depgraph-view-plugin/commit/01a13eada5b57e0770b73357e9835a700379065d
  Author: imod <d...@fortysix.ch>
  Date:   2013-08-29 (Thu, 29 Aug 2013)

  Changed paths:
    M src/main/java/hudson/plugins/depgraph_view/DependencyGraphProperty.java
    M 
src/main/java/hudson/plugins/depgraph_view/model/display/DotStringGenerator.java
    A 
src/test/java/hudson/plugins/depgraph_view/model/graph/StripProjectNameTest.java

  Log Message:
  -----------
  add a test case for the name striping


  Commit: ef9dc749f122af0a643b657e49ad4b83c496ed14
      
https://github.com/jenkinsci/depgraph-view-plugin/commit/ef9dc749f122af0a643b657e49ad4b83c496ed14
  Author: Guido Grazioli <guido.grazi...@selerityinc.com>
  Date:   2020-02-08 (Sat, 08 Feb 2020)

  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/DotStringGenerator.java
    M 
src/main/resources/hudson/plugins/depgraph_view/AbstractDependencyGraphAction/jsplumb.jelly
    M 
src/main/resources/hudson/plugins/depgraph_view/DependencyGraphProperty/global.jelly
    M 
src/main/resources/hudson/plugins/depgraph_view/DependencyGraphProperty/global.properties
    A 
src/main/resources/hudson/plugins/depgraph_view/DependencyGraphProperty/help-projectNameStripRegex.html
    A 
src/main/resources/hudson/plugins/depgraph_view/DependencyGraphProperty/help-projectNameStripRegexGroup.html
    A 
src/main/resources/hudson/plugins/depgraph_view/DependencyGraphProperty/help-projectNameStripRegexGroup_de.html
    A 
src/main/resources/hudson/plugins/depgraph_view/DependencyGraphProperty/help-projectNameStripRegex_de.html
    M src/main/resources/hudson/plugins/depgraph_view/Messages.properties
    M src/main/webapp/js/jsPlumb_depview.js
    A 
src/test/java/hudson/plugins/depgraph_view/model/graph/StripProjectNameTest.java

  Log Message:
  -----------
  Merge branch 'strip-project-names' of 
https://github.com/imod/depgraph-view-plugin into imod-strip-project-names


  Commit: 2d334f5092f52f33b9225ad9a9a0132bb2eaf6e5
      
https://github.com/jenkinsci/depgraph-view-plugin/commit/2d334f5092f52f33b9225ad9a9a0132bb2eaf6e5
  Author: Guido Grazioli <guido.grazi...@selerityinc.com>
  Date:   2020-02-09 (Sun, 09 Feb 2020)

  Changed paths:
    M 
src/main/java/hudson/plugins/depgraph_view/AbstractDependencyGraphAction.java
    M src/main/java/hudson/plugins/depgraph_view/DependencyGraphProperty.java
    M 
src/test/java/hudson/plugins/depgraph_view/model/graph/StripProjectNameTest.java

  Log Message:
  -----------
  Fix postmerge compilation and spotbugs


  Commit: 192b7699371ed7ed3e75cab2619448d26ae07ad2
      
https://github.com/jenkinsci/depgraph-view-plugin/commit/192b7699371ed7ed3e75cab2619448d26ae07ad2
  Author: Guido Grazioli <guido.grazi...@selerityinc.com>
  Date:   2020-02-11 (Tue, 11 Feb 2020)

  Changed paths:
    M src/main/java/hudson/plugins/depgraph_view/DependencyGraphProperty.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
    M 
src/main/resources/hudson/plugins/depgraph_view/DependencyGraphProperty/global.jelly
    A 
src/main/resources/hudson/plugins/depgraph_view/DependencyGraphProperty/help-projectNameSuperscriptRegexGroup.html
    M 
src/test/java/hudson/plugins/depgraph_view/model/graph/StripProjectNameTest.java

  Log Message:
  -----------
  Add another group matcher for drawing captured text as superscript


  Commit: 09998bcabc523b705a73caf93975ebc0affba77c
      
https://github.com/jenkinsci/depgraph-view-plugin/commit/09998bcabc523b705a73caf93975ebc0affba77c
  Author: Guido Grazioli <guido.grazi...@selerityinc.com>
  Date:   2020-02-11 (Tue, 11 Feb 2020)

  Changed paths:
    M README.markdown

  Log Message:
  -----------
  Update readme


  Commit: bc8678b9a685f744f6bb410d62fcaa729d1ee483
      
https://github.com/jenkinsci/depgraph-view-plugin/commit/bc8678b9a685f744f6bb410d62fcaa729d1ee483
  Author: Guido <guido.grazi...@gmail.com>
  Date:   2020-02-11 (Tue, 11 Feb 2020)

  Changed paths:
    M README.markdown
    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/DotStringGenerator.java
    M 
src/main/java/hudson/plugins/depgraph_view/model/display/JsonStringGenerator.java
    M 
src/main/resources/hudson/plugins/depgraph_view/AbstractDependencyGraphAction/jsplumb.jelly
    M 
src/main/resources/hudson/plugins/depgraph_view/DependencyGraphProperty/global.jelly
    M 
src/main/resources/hudson/plugins/depgraph_view/DependencyGraphProperty/global.properties
    A 
src/main/resources/hudson/plugins/depgraph_view/DependencyGraphProperty/help-projectNameStripRegex.html
    A 
src/main/resources/hudson/plugins/depgraph_view/DependencyGraphProperty/help-projectNameStripRegexGroup.html
    A 
src/main/resources/hudson/plugins/depgraph_view/DependencyGraphProperty/help-projectNameStripRegexGroup_de.html
    A 
src/main/resources/hudson/plugins/depgraph_view/DependencyGraphProperty/help-projectNameStripRegex_de.html
    A 
src/main/resources/hudson/plugins/depgraph_view/DependencyGraphProperty/help-projectNameSuperscriptRegexGroup.html
    M src/main/resources/hudson/plugins/depgraph_view/Messages.properties
    M src/main/webapp/js/jsPlumb_depview.js
    A 
src/test/java/hudson/plugins/depgraph_view/model/graph/StripProjectNameTest.java

  Log Message:
  -----------
  Merge pull request #20 from jenkinsci/imod-strip-project-names

[JENKINS-9007] enable filtering or decorating job names via regexes


Compare: 
https://github.com/jenkinsci/depgraph-view-plugin/compare/82e3a957a8b7...bc8678b9a685

-- 
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/master/82e3a9-bc8678%40github.com.

Reply via email to