Branch: refs/heads/beta-4.0
  Home:   https://github.com/jenkinsci/git-plugin
  Commit: 1cbfc3453be66caa45faf07e11d0e05b0c06ff10
      
https://github.com/jenkinsci/git-plugin/commit/1cbfc3453be66caa45faf07e11d0e05b0c06ff10
  Author: Jacob Keller <jacob.e.kel...@intel.com>
  Date:   2019-01-03 (Thu, 03 Jan 2019)

  Changed paths:
    M src/main/java/hudson/plugins/git/extensions/impl/PreBuildMerge.java

  Log Message:
  -----------
  don't store BuildData in PreBuildMerge extension

The PreBuildMerge extension attempted to extend the BuildData and save
an indication that the build failed on the new merged revision. However,
this is now incorrect and will continue to promulgate the BuildData
action.

Fix this by having the extension store a BuildDetails instead.

Signed-off-by: Jacob Keller <jacob.e.kel...@intel.com>


  Commit: f9152d943936b1c6b493dfe750d27f0caa7c0767
      
https://github.com/jenkinsci/git-plugin/commit/f9152d943936b1c6b493dfe750d27f0caa7c0767
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2019-01-16 (Wed, 16 Jan 2019)

  Changed paths:
    M src/main/java/hudson/plugins/git/GitTagAction.java
    A src/test/java/hudson/plugins/git/GitTagActionTest.java

  Log Message:
  -----------
  [SECURITY-1095]


  Commit: 0f113b1007f26e99ed6589ff397c0b51097876ba
      
https://github.com/jenkinsci/git-plugin/commit/0f113b1007f26e99ed6589ff397c0b51097876ba
  Author: Wadeck Follonier <wadeck.follon...@gmail.com>
  Date:   2019-01-16 (Wed, 16 Jan 2019)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  [maven-release-plugin] prepare release git-3.9.2


  Commit: 8c2f799275ed9a82206f3002b6bb253e722995e9
      
https://github.com/jenkinsci/git-plugin/commit/8c2f799275ed9a82206f3002b6bb253e722995e9
  Author: Wadeck Follonier <wadeck.follon...@gmail.com>
  Date:   2019-01-16 (Wed, 16 Jan 2019)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  [maven-release-plugin] prepare for next development iteration


  Commit: bec2d60c9f66ad96d6c8af93c048fe13eecd6b39
      
https://github.com/jenkinsci/git-plugin/commit/bec2d60c9f66ad96d6c8af93c048fe13eecd6b39
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2019-01-21 (Mon, 21 Jan 2019)

  Changed paths:
    M src/main/java/hudson/plugins/git/extensions/impl/SubmoduleOption.java
    M 
src/main/resources/hudson/plugins/git/extensions/impl/SubmoduleOption/config.groovy
    M src/test/java/jenkins/plugins/git/GitSCMSourceTraitsTest.java
    M 
src/test/resources/jenkins/plugins/git/GitSCMSourceTraitsTest/pimpped_out.xml

  Log Message:
  -----------
  Merge pull request #612 from nre-ableton/nre/master/submodule-threads

[JENKINS-44720] Update submodules in parallel


  Commit: d77f380de81404758970f52b3b90f3e6d04ca7c7
      
https://github.com/jenkinsci/git-plugin/commit/d77f380de81404758970f52b3b90f3e6d04ca7c7
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2019-01-21 (Mon, 21 Jan 2019)

  Changed paths:
    M src/main/java/hudson/plugins/git/GitRevisionBuildParameters.java
    M src/main/java/hudson/plugins/git/GitSCM.java
    M src/main/java/hudson/plugins/git/extensions/impl/PreBuildMerge.java
    M src/main/java/hudson/plugins/git/util/BuildData.java
    A src/main/java/hudson/plugins/git/util/BuildDetails.java
    A src/main/resources/hudson/plugins/git/util/BuildDetails/index.jelly
    A src/main/resources/hudson/plugins/git/util/BuildDetails/summary.jelly
    M src/test/java/hudson/plugins/git/GitSCMTest.java
    M src/test/java/hudson/plugins/git/RevisionParameterActionTest.java
    M src/test/java/hudson/plugins/git/util/BuildDataTest.java
    M src/test/java/jenkins/plugins/git/GitStepTest.java

  Log Message:
  -----------
  Merge pull request #578 from jacob-keller/jk-dont-store-build-data

[JENKINS-19022] rebuild BuildData objects instead of storing them in the 
build.xml


  Commit: b2f4e463afc76a54debc012fbdd17453dc6c80e3
      
https://github.com/jenkinsci/git-plugin/commit/b2f4e463afc76a54debc012fbdd17453dc6c80e3
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2019-01-21 (Mon, 21 Jan 2019)

  Changed paths:
    M src/main/java/hudson/plugins/git/GitChangeSet.java
    M src/main/java/hudson/plugins/git/GitSCM.java
    M src/main/resources/hudson/plugins/git/GitSCM/global.jelly
    A 
src/main/resources/hudson/plugins/git/GitSCM/help-useExistingAccountWithSameEmail.html
    M src/test/java/hudson/plugins/git/GitChangeSetTest.java
    M src/test/java/hudson/plugins/git/GitSCMTest.java

  Log Message:
  -----------
  Merge pull request #553 from Greybird/master

[JENKINS-9016] Added an option to search for users based on email attribute


  Commit: 4edb8b387f129c3ce3e2fbbd3a75f077960631c3
      
https://github.com/jenkinsci/git-plugin/commit/4edb8b387f129c3ce3e2fbbd3a75f077960631c3
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2019-01-24 (Thu, 24 Jan 2019)

  Changed paths:
    M src/test/java/jenkins/plugins/git/GitSampleRepoRule.java

  Log Message:
  -----------
  Declare GitSampleRepoRule variable nearer its use

Also removes two unused imports.


  Commit: 3aba8197a3070d3c21191437c7d9a358d97b692c
      
https://github.com/jenkinsci/git-plugin/commit/3aba8197a3070d3c21191437c7d9a358d97b692c
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2019-01-25 (Fri, 25 Jan 2019)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Use parent pom 3.33


  Commit: ff2554ca4748782fef51236d0cbc7e2dba1fd349
      
https://github.com/jenkinsci/git-plugin/commit/ff2554ca4748782fef51236d0cbc7e2dba1fd349
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2019-01-25 (Fri, 25 Jan 2019)

  Changed paths:
    M pom.xml
    M src/test/java/jenkins/plugins/git/GitSampleRepoRule.java

  Log Message:
  -----------
  Merge pull request #665 from MarkEWaite/simplify-GitSampleRepoRule

Declare GitSampleRepoRule variable nearer its use


  Commit: a5eb418c975cf0014ef732edfc387e98717e69c9
      
https://github.com/jenkinsci/git-plugin/commit/a5eb418c975cf0014ef732edfc387e98717e69c9
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2019-01-25 (Fri, 25 Jan 2019)

  Changed paths:
    M src/test/java/hudson/plugins/git/GitChangeSetTimestampTest.java

  Log Message:
  -----------
  Add JENKINS-55693 tests of java.time calls

Will replace joda time calls with calls to java.time so that the joda
time dependency can be removed from the plugin.


  Commit: c5b69e59bcbabf09d413dd623d2bbd03de3b6f80
      
https://github.com/jenkinsci/git-plugin/commit/c5b69e59bcbabf09d413dd623d2bbd03de3b6f80
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2019-01-25 (Fri, 25 Jan 2019)

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

  Log Message:
  -----------
  Replace joda-time in GitChangeSet


  Commit: ef2035a0cfcef38d305d047c587452154e9c7527
      
https://github.com/jenkinsci/git-plugin/commit/ef2035a0cfcef38d305d047c587452154e9c7527
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2019-01-25 (Fri, 25 Jan 2019)

  Changed paths:
    M src/test/java/hudson/plugins/git/util/AncestryBuildChooserTest.java

  Log Message:
  -----------
  Use java.time in AncestryBuilderChooserTest


  Commit: c8233b61e7525243eebe6b7427256e0773ea9af9
      
https://github.com/jenkinsci/git-plugin/commit/c8233b61e7525243eebe6b7427256e0773ea9af9
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2019-01-25 (Fri, 25 Jan 2019)

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

  Log Message:
  -----------
  Replace joda time with java.time in AncestryBuildChooser


  Commit: ebc59d64a492af0eccaf1f4533a6706207b82def
      
https://github.com/jenkinsci/git-plugin/commit/ebc59d64a492af0eccaf1f4533a6706207b82def
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2019-01-25 (Fri, 25 Jan 2019)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Remove joda time dependency from pom


  Commit: 10ddce3c5ac8ee034a2fab0241de2c3e20c43354
      
https://github.com/jenkinsci/git-plugin/commit/10ddce3c5ac8ee034a2fab0241de2c3e20c43354
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2019-01-28 (Mon, 28 Jan 2019)

  Changed paths:
    M src/main/java/hudson/plugins/git/GitTagAction.java
    A src/test/java/hudson/plugins/git/GitTagActionTest.java

  Log Message:
  -----------
  Merge branch 'stable-3.9'


  Commit: 726e7215ed14fafd1282702a4d583b221d8fc235
      
https://github.com/jenkinsci/git-plugin/commit/726e7215ed14fafd1282702a4d583b221d8fc235
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2019-01-28 (Mon, 28 Jan 2019)

  Changed paths:
    M pom.xml
    M src/main/java/hudson/plugins/git/GitChangeSet.java
    M src/main/java/hudson/plugins/git/util/AncestryBuildChooser.java
    M src/test/java/hudson/plugins/git/GitChangeSetTimestampTest.java
    M src/test/java/hudson/plugins/git/util/AncestryBuildChooserTest.java

  Log Message:
  -----------
  Merge pull request #664 from MarkEWaite/replace-joda-time

Replace joda time


  Commit: 5a7584691597bae7f79a11f6e527a45705490f1c
      
https://github.com/jenkinsci/git-plugin/commit/5a7584691597bae7f79a11f6e527a45705490f1c
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2019-01-28 (Mon, 28 Jan 2019)

  Changed paths:
    M README.md

  Log Message:
  -----------
  Update README to note newer maven version required

Incrementals support requires maven 3.5.4.


  Commit: d785d26ee264298c2011ce5474fb86a3d9689fff
      
https://github.com/jenkinsci/git-plugin/commit/d785d26ee264298c2011ce5474fb86a3d9689fff
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2019-01-28 (Mon, 28 Jan 2019)

  Changed paths:
    M README.md
    M pom.xml
    M src/main/java/hudson/plugins/git/GitChangeSet.java
    M src/main/java/hudson/plugins/git/GitTagAction.java
    M src/main/java/hudson/plugins/git/extensions/impl/PreBuildMerge.java
    M src/main/java/hudson/plugins/git/util/AncestryBuildChooser.java
    M src/test/java/hudson/plugins/git/GitChangeSetTimestampTest.java
    A src/test/java/hudson/plugins/git/GitTagActionTest.java
    M src/test/java/hudson/plugins/git/util/AncestryBuildChooserTest.java
    M src/test/java/jenkins/plugins/git/GitSampleRepoRule.java

  Log Message:
  -----------
  Merge branch 'master' into beta-4.0


Compare: 
https://github.com/jenkinsci/git-plugin/compare/62a67bd2b1f5...d785d26ee264
      **NOTE:** GitHub Services has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      We will provide an alternative path for the email notifications by 
January 31st, 2019.

-- 
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