Branch: refs/heads/origin-filters Home: https://github.com/jenkinsci/scm-filter-branch-pr-plugin Commit: 8cc334deff4cf00e41ce71e7307fed67d999533a https://github.com/jenkinsci/scm-filter-branch-pr-plugin/commit/8cc334deff4cf00e41ce71e7307fed67d999533a Author: Sam Gleske <sam.mxra...@gmail.com> Date: 2020-01-25 (Sat, 25 Jan 2020)
Changed paths: A src/main/java/net/gleske/scmfilter/impl/trait/RegexSCMOriginFilterTrait.java A src/main/java/net/gleske/scmfilter/impl/trait/WildcardSCMOriginFilterTrait.java Log Message: ----------- Copy code from the SCMHead filters So that we can modify the changes for SCM Origin in change requests so that filters can be applied to the origin instead of the target branch for a change request. Commit: 9bc22a3e543fa1d8bfc399b2eae9c7de239c41ef https://github.com/jenkinsci/scm-filter-branch-pr-plugin/commit/9bc22a3e543fa1d8bfc399b2eae9c7de239c41ef Author: Sam Gleske <sam.mxra...@gmail.com> Date: 2020-01-25 (Sat, 25 Jan 2020) Changed paths: M CHANGELOG.md M README.md M src/main/java/net/gleske/scmfilter/impl/trait/RegexSCMOriginFilterTrait.java M src/main/java/net/gleske/scmfilter/impl/trait/WildcardSCMOriginFilterTrait.java M src/main/resources/net/gleske/scmfilter/impl/trait/Messages.properties A src/main/resources/net/gleske/scmfilter/impl/trait/RegexSCMOriginFilterTrait/config.jelly A src/main/resources/net/gleske/scmfilter/impl/trait/RegexSCMOriginFilterTrait/help-regex.html A src/main/resources/net/gleske/scmfilter/impl/trait/RegexSCMOriginFilterTrait/help-tagRegex.html A src/main/resources/net/gleske/scmfilter/impl/trait/WildcardSCMOriginFilterTrait/config.jelly A src/main/resources/net/gleske/scmfilter/impl/trait/WildcardSCMOriginFilterTrait/help-excludes.html A src/main/resources/net/gleske/scmfilter/impl/trait/WildcardSCMOriginFilterTrait/help-includes.html A src/main/resources/net/gleske/scmfilter/impl/trait/WildcardSCMOriginFilterTrait/help-tagExcludes.html A src/main/resources/net/gleske/scmfilter/impl/trait/WildcardSCMOriginFilterTrait/help-tagIncludes.html Log Message: ----------- [JENKINS-60845] Feature: filter PR by branch source There are two new filters provided by this pull request. Filtering by branches and by pull requests originating from the name. As opposed to existing filters, which filter for pull requests destined for the named branch. Why new filters? I evaluated the following. * Updating existing filters with additional options * Adding new filters as completely new types. I decided to go with adding new filters because updating existing filters with more options would break some API compatibility. It also keeps configuration simpler. See also: - [JENKINS-60845][JENKINS-60845] Filter PR by branch source [JENKINS-60845]: https://issues.jenkins-ci.org/browse/JENKINS-60845 Compare: https://github.com/jenkinsci/scm-filter-branch-pr-plugin/compare/90d41b574d47...9bc22a3e543f -- 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/scm-filter-branch-pr-plugin/push/refs/heads/origin-filters/90d41b-9bc22a%40github.com.