Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-plugin
  Commit: 04152e98a19da6c43658a22c3f3340a26ac2fb49
      
https://github.com/jenkinsci/git-plugin/commit/04152e98a19da6c43658a22c3f3340a26ac2fb49
  Author: Jacob Keller <jacob.e.kel...@intel.com>
  Date:   2018-04-23 (Mon, 23 Apr 2018)

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

  Log Message:
  -----------
  using author in the changelog should not require workspace polling

Commit d8338ce4bca9 ("[FIXED JENKINS-19001] extension can declare
requirement for a workspace during polling", 2014-03-06) appears to have
accidentally set the workspace to poll whenever AuthorInChangelog is
used.

The extension only modifies two things, (a) the changelog parser which
should not depend on polling and (b) the check for user exclusion in
isRevExcluded.

One might consider that the second case does depend on polling, however
it is only triggered in the case where the UserExclude extension is
enabled! Thus, we should not need to poll when only using the
AuthorInChangelog extension.

It appears this functionality should already be tested by
testAuthorOrComitterTrue() in GitSCMTest.java.

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


  Commit: 6cd9fafce4b3080be33682af3a6f900d9641799a
      
https://github.com/jenkinsci/git-plugin/commit/6cd9fafce4b3080be33682af3a6f900d9641799a
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2018-05-02 (Wed, 02 May 2018)

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

  Log Message:
  -----------
  Merge pull request #583 from 
jacob-keller/jk-author-in-change-log-dont-poll-workspace

using author in the changelog should not require workspace polling


Compare: 
https://github.com/jenkinsci/git-plugin/compare/8a007f0861b4...6cd9fafce4b3
      **NOTE:** This service been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on 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