Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-plugin
  Commit: b4a4c7d63106ea1b7989d579f99e60ceef0271af
      
https://github.com/jenkinsci/git-plugin/commit/b4a4c7d63106ea1b7989d579f99e60ceef0271af
  Author: Andrew Bayer <andrew.ba...@gmail.com>
  Date:   2015-12-10 (Thu, 10 Dec 2015)

  Changed paths:
    M src/main/java/hudson/plugins/git/GitSCM.java
    M src/main/java/hudson/plugins/git/util/Build.java
    M src/main/java/hudson/plugins/git/util/BuildData.java

  Log Message:
  -----------
  [FIXED JENKINS-29326] Don't add duplicate BuildData.

Added equals methods to BuildData and Build, and check if we already
have an equivalent BuildData on a build before we add it, the git tag
action and changelog, so that we avoid duplicate records of all these things.


  Commit: 88739e102c29d405eb4edf587c38eaa24ab25566
      
https://github.com/jenkinsci/git-plugin/commit/88739e102c29d405eb4edf587c38eaa24ab25566
  Author: Andrew Bayer <andrew.ba...@gmail.com>
  Date:   2015-12-11 (Fri, 11 Dec 2015)

  Changed paths:
    M src/main/java/hudson/plugins/git/GitSCM.java

  Log Message:
  -----------
  Moving around addAction call to before checkout actually runs.


  Commit: b915a742db45e4c13f5de4b2da32711aaed4e2c1
      
https://github.com/jenkinsci/git-plugin/commit/b915a742db45e4c13f5de4b2da32711aaed4e2c1
  Author: Andrew Bayer <andrew.ba...@gmail.com>
  Date:   2015-12-11 (Fri, 11 Dec 2015)

  Changed paths:
    M src/main/java/hudson/plugins/git/GitSCM.java

  Log Message:
  -----------
  Adding comments explaining the check for duplicate BuildData


  Commit: bfb638b86fb5891962eee6bf8a5949bb4e7ec445
      
https://github.com/jenkinsci/git-plugin/commit/bfb638b86fb5891962eee6bf8a5949bb4e7ec445
  Author: Andrew Bayer <andrew.ba...@gmail.com>
  Date:   2015-12-11 (Fri, 11 Dec 2015)

  Changed paths:
    M src/main/java/hudson/plugins/git/GitSCM.java

  Log Message:
  -----------
  Simplifying check


  Commit: 6a9b89ee39522c5189c26277f48c9de94570a7f5
      
https://github.com/jenkinsci/git-plugin/commit/6a9b89ee39522c5189c26277f48c9de94570a7f5
  Author: Andrew Bayer <andrew.ba...@gmail.com>
  Date:   2015-12-11 (Fri, 11 Dec 2015)

  Changed paths:
    M src/main/java/hudson/plugins/git/util/Build.java

  Log Message:
  -----------
  Adding marked to Build.equals.

Also switched to == rather than .equals for comparing Revisions there,
to handle null case.


  Commit: 0e7b7a57bb1cd2a8bb01b536297a5dd56de82eeb
      
https://github.com/jenkinsci/git-plugin/commit/0e7b7a57bb1cd2a8bb01b536297a5dd56de82eeb
  Author: Andrew Bayer <andrew.ba...@gmail.com>
  Date:   2015-12-15 (Tue, 15 Dec 2015)

  Changed paths:
    M src/main/java/hudson/plugins/git/util/Build.java

  Log Message:
  -----------
  Switching to Objects.equal to actually make equality check work


  Commit: 959bca0d9f92b31ed83c991bdbd6c24c2463daa3
      
https://github.com/jenkinsci/git-plugin/commit/959bca0d9f92b31ed83c991bdbd6c24c2463daa3
  Author: Andrew Bayer <andrew.ba...@gmail.com>
  Date:   2015-12-16 (Wed, 16 Dec 2015)

  Changed paths:
    M src/main/java/hudson/plugins/git/GitSCM.java
    M src/main/java/hudson/plugins/git/util/Build.java
    M src/main/java/hudson/plugins/git/util/BuildData.java

  Log Message:
  -----------
  Merge pull request #372 from abayer/jenkins-29326

[JENKINS-29326] Don't add duplicate BuildData


Compare: 
https://github.com/jenkinsci/git-plugin/compare/056e522feed4...959bca0d9f92

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to