Branch: refs/heads/main
Home: https://github.com/jenkinsci/scm-filter-branch-pr-plugin
Commit: be26d36d4e4f42d23fc6e186eed667fdbe444143
https://github.com/jenkinsci/scm-filter-branch-pr-plugin/commit/be26d36d4e4f42d23fc6e186eed667fdbe444143
Author: Sam Gleske <[email protected]>
Date: 2017-09-27 (Wed, 27 Sep 2017)
Changed paths:
A README.md
Log Message:
-----------
Initial commit
Commit: c85be3d1d63659e423da992dd066870f4e2d6990
https://github.com/jenkinsci/scm-filter-branch-pr-plugin/commit/c85be3d1d63659e423da992dd066870f4e2d6990
Author: Sam Gleske <[email protected]>
Date: 2017-09-27 (Wed, 27 Sep 2017)
Changed paths:
M README.md
A pom.xml
A src/main/java/org/jenkinsci/plugins/.gitignore
A src/main/resources/index.jelly
Log Message:
-----------
Initially generated plugin
Commit: 823cc1d03d0c635b69c92a236b5637c4305c2172
https://github.com/jenkinsci/scm-filter-branch-pr-plugin/commit/823cc1d03d0c635b69c92a236b5637c4305c2172
Author: Sam Gleske <[email protected]>
Date: 2017-09-27 (Wed, 27 Sep 2017)
Changed paths:
A .gitignore
A CONTRIBUTING.md
A Jenkinsfile
A src/main/java/net/gleske/scmfilter/impl/trait/RegexSCMHeadFilterTrait.java
A
src/main/java/net/gleske/scmfilter/impl/trait/WildcardSCMHeadFilterTrait.java
A src/main/resources/net/gleske/scmfilter/impl/trait/Messages.properties
A
src/main/resources/net/gleske/scmfilter/impl/trait/RegexSCMHeadFilterTrait/config.jelly
A
src/main/resources/net/gleske/scmfilter/impl/trait/RegexSCMHeadFilterTrait/help-regex.html
A
src/main/resources/net/gleske/scmfilter/impl/trait/WildcardSCMHeadFilterTrait/config.jelly
A
src/main/resources/net/gleske/scmfilter/impl/trait/WildcardSCMHeadFilterTrait/help-excludes.html
A
src/main/resources/net/gleske/scmfilter/impl/trait/WildcardSCMHeadFilterTrait/help-includes.html
Log Message:
-----------
Copy files from scm-api-plugin
Reference [scm-api-plugin at commit 6aeab63][1].
scm-api version 2.2.2
[1]:
https://github.com/jenkinsci/scm-api-plugin/tree/6aeab634b0db5b0952ba88085f9ba1b0f9eb4bee
Commit: 318277a1cbfa3783cec2056f78372e7535393282
https://github.com/jenkinsci/scm-filter-branch-pr-plugin/commit/318277a1cbfa3783cec2056f78372e7535393282
Author: Sam Gleske <[email protected]>
Date: 2017-09-27 (Wed, 27 Sep 2017)
Changed paths:
M README.md
M pom.xml
M src/main/java/net/gleske/scmfilter/impl/trait/RegexSCMHeadFilterTrait.java
M
src/main/java/net/gleske/scmfilter/impl/trait/WildcardSCMHeadFilterTrait.java
M src/main/resources/net/gleske/scmfilter/impl/trait/Messages.properties
Log Message:
-----------
My changes to address JENKINS-47091
https://issues.jenkins-ci.org/browse/JENKINS-47091
Commit: 9e3b675689e0cedec4b8dd010ce7c38fc47e9fcf
https://github.com/jenkinsci/scm-filter-branch-pr-plugin/commit/9e3b675689e0cedec4b8dd010ce7c38fc47e9fcf
Author: Sam Gleske <[email protected]>
Date: 2017-09-27 (Wed, 27 Sep 2017)
Changed paths:
M CONTRIBUTING.md
Log Message:
-----------
fix CONTRIBUTING formatting
- 80 chars wide for easy terminal reading.
- Code blocks are annotated with language.
Commit: 2a4ee9cb48e704f1313b7dfe46265418afd8b46e
https://github.com/jenkinsci/scm-filter-branch-pr-plugin/commit/2a4ee9cb48e704f1313b7dfe46265418afd8b46e
Author: Sam Gleske <[email protected]>
Date: 2017-09-27 (Wed, 27 Sep 2017)
Changed paths:
M pom.xml
Log Message:
-----------
scm-api version property in pom
Commit: 8b80082283f42aad379cf69309a2c44005e4d11d
https://github.com/jenkinsci/scm-filter-branch-pr-plugin/commit/8b80082283f42aad379cf69309a2c44005e4d11d
Author: Sam Gleske <[email protected]>
Date: 2017-09-27 (Wed, 27 Sep 2017)
Changed paths:
M src/main/java/net/gleske/scmfilter/impl/trait/RegexSCMHeadFilterTrait.java
M
src/main/java/net/gleske/scmfilter/impl/trait/WildcardSCMHeadFilterTrait.java
Log Message:
-----------
Bugfix conflicting symbols with scm-api
Commit: 6e56f06492322c8f6001f75fdcf7091710234d4e
https://github.com/jenkinsci/scm-filter-branch-pr-plugin/commit/6e56f06492322c8f6001f75fdcf7091710234d4e
Author: Sam Gleske <[email protected]>
Date: 2017-09-27 (Wed, 27 Sep 2017)
Changed paths:
R src/main/java/org/jenkinsci/plugins/.gitignore
Log Message:
-----------
Deleting based on feedback from @stephenc
Commit: 537bbf5ecb610836f4021a99c857eda44dd0fce1
https://github.com/jenkinsci/scm-filter-branch-pr-plugin/commit/537bbf5ecb610836f4021a99c857eda44dd0fce1
Author: Sam Gleske <[email protected]>
Date: 2017-09-27 (Wed, 27 Sep 2017)
Changed paths:
M pom.xml
Log Message:
-----------
Update pom for hosting the plugin
Commit: a03d294ebfe9bc89c0bca580888e70a9a5892a45
https://github.com/jenkinsci/scm-filter-branch-pr-plugin/commit/a03d294ebfe9bc89c0bca580888e70a9a5892a45
Author: Sam Gleske <[email protected]>
Date: 2017-09-27 (Wed, 27 Sep 2017)
Changed paths:
M Jenkinsfile
Log Message:
-----------
add comments to Jenkinsfile
Commit: 78e55a765d3d22b7a362c6a381bfce67f1dc0c4c
https://github.com/jenkinsci/scm-filter-branch-pr-plugin/commit/78e55a765d3d22b7a362c6a381bfce67f1dc0c4c
Author: Sam Gleske <[email protected]>
Date: 2017-09-27 (Wed, 27 Sep 2017)
Changed paths:
A CHANGELOG.md
A LICENSE.txt
M README.md
A RELEASE.md
Log Message:
-----------
update docs and add CHANGELOG
Commit: 33e78f189a4c5d2752d9240d480ba0d714ecf6c0
https://github.com/jenkinsci/scm-filter-branch-pr-plugin/commit/33e78f189a4c5d2752d9240d480ba0d714ecf6c0
Author: Sam Gleske <[email protected]>
Date: 2017-09-27 (Wed, 27 Sep 2017)
Changed paths:
M README.md
Log Message:
-----------
update README
Commit: 58e3e2560f5d4f5228870f94e2d5c228efa91608
https://github.com/jenkinsci/scm-filter-branch-pr-plugin/commit/58e3e2560f5d4f5228870f94e2d5c228efa91608
Author: Sam Gleske <[email protected]>
Date: 2017-09-27 (Wed, 27 Sep 2017)
Changed paths:
M pom.xml
Log Message:
-----------
update pom description
Commit: 70f81950d8d2b220097e253d5af8121c266446d9
https://github.com/jenkinsci/scm-filter-branch-pr-plugin/commit/70f81950d8d2b220097e253d5af8121c266446d9
Author: Sam Gleske <[email protected]>
Date: 2017-09-27 (Wed, 27 Sep 2017)
Changed paths:
M Jenkinsfile
Log Message:
-----------
fix Jenkinsfile comment
Commit: c6b2b6862e8cdd90db5239f51be69f60819cf813
https://github.com/jenkinsci/scm-filter-branch-pr-plugin/commit/c6b2b6862e8cdd90db5239f51be69f60819cf813
Author: Sam Gleske <[email protected]>
Date: 2017-10-02 (Mon, 02 Oct 2017)
Changed paths:
M README.md
Log Message:
-----------
update README with docs and issues links
Commit: e17ee5b0c7b079803c54a43916a395a63e92105a
https://github.com/jenkinsci/scm-filter-branch-pr-plugin/commit/e17ee5b0c7b079803c54a43916a395a63e92105a
Author: Sam Gleske <[email protected]>
Date: 2017-10-02 (Mon, 02 Oct 2017)
Changed paths:
M CHANGELOG.md
Log Message:
-----------
update CHANGELOG
Commit: 68d204561459db8f4774e72109c00615d21ad182
https://github.com/jenkinsci/scm-filter-branch-pr-plugin/commit/68d204561459db8f4774e72109c00615d21ad182
Author: Sam Gleske <[email protected]>
Date: 2017-10-05 (Thu, 05 Oct 2017)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release scm-branch-pr-filter-0.1
Commit: 3e1072130e618d10d951f7f5718d3661ef44f982
https://github.com/jenkinsci/scm-filter-branch-pr-plugin/commit/3e1072130e618d10d951f7f5718d3661ef44f982
Author: Sam Gleske <[email protected]>
Date: 2017-10-05 (Thu, 05 Oct 2017)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: e1353758d8e147419faac4fe76ece3c587255fe8
https://github.com/jenkinsci/scm-filter-branch-pr-plugin/commit/e1353758d8e147419faac4fe76ece3c587255fe8
Author: Sam Gleske <[email protected]>
Date: 2017-10-06 (Fri, 06 Oct 2017)
Changed paths:
M CHANGELOG.md
M README.md
M pom.xml
Log Message:
-----------
Renaming the plugin per discussion on standards
Refer to jenkins-infra/repository-permissions-updater#459
Commit: 46ee15223557b633b6dee5465e0070e92fa38a8c
https://github.com/jenkinsci/scm-filter-branch-pr-plugin/commit/46ee15223557b633b6dee5465e0070e92fa38a8c
Author: Sam Gleske <[email protected]>
Date: 2017-10-07 (Sat, 07 Oct 2017)
Changed paths:
M CHANGELOG.md
M README.md
M pom.xml
Log Message:
-----------
Merge pull request #1 from samrocketman/rename-plugin
Renaming the plugin per discussion on standards
Commit: 88186e586ea9231e89f14490b033809811a96e12
https://github.com/jenkinsci/scm-filter-branch-pr-plugin/commit/88186e586ea9231e89f14490b033809811a96e12
Author: Sam Gleske <[email protected]>
Date: 2017-10-07 (Sat, 07 Oct 2017)
Changed paths:
M CHANGELOG.md
M README.md
Log Message:
-----------
Update changelog and readme
To reflect new name. Missed some parts.
Commit: a6363de7bc5e6fc15a166c3267546a15899fde97
https://github.com/jenkinsci/scm-filter-branch-pr-plugin/commit/a6363de7bc5e6fc15a166c3267546a15899fde97
Author: Sam Gleske <[email protected]>
Date: 2017-10-07 (Sat, 07 Oct 2017)
Changed paths:
M CHANGELOG.md
M README.md
Log Message:
-----------
Merge pull request #2 from jenkinsci/changelog-readme
Update changelog and readme
Commit: 052b0da5b642d1586a71d405271eab6a19144bb2
https://github.com/jenkinsci/scm-filter-branch-pr-plugin/commit/052b0da5b642d1586a71d405271eab6a19144bb2
Author: Sam Gleske <[email protected]>
Date: 2017-10-07 (Sat, 07 Oct 2017)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release scm-filter-branch-pr-0.2
Commit: 8ae5f1c0d6cad6fd5c0406517d7f2909f223ad1b
https://github.com/jenkinsci/scm-filter-branch-pr-plugin/commit/8ae5f1c0d6cad6fd5c0406517d7f2909f223ad1b
Author: Sam Gleske <[email protected]>
Date: 2017-10-07 (Sat, 07 Oct 2017)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: cc7f6972384d3a9d027629a1ba14e8978bf3ee29
https://github.com/jenkinsci/scm-filter-branch-pr-plugin/commit/cc7f6972384d3a9d027629a1ba14e8978bf3ee29
Author: Sam Gleske <[email protected]>
Date: 2017-12-16 (Sat, 16 Dec 2017)
Changed paths:
M pom.xml
Log Message:
-----------
Fix plugin name within Jenkins Update Center
Commit: 4012c58afff65189c3f8a65f296704f7741943bc
https://github.com/jenkinsci/scm-filter-branch-pr-plugin/commit/4012c58afff65189c3f8a65f296704f7741943bc
Author: Sam Gleske <[email protected]>
Date: 2017-12-16 (Sat, 16 Dec 2017)
Changed paths:
M CHANGELOG.md
Log Message:
-----------
update CHANGELOG
Commit: 1042feffda87f048fd7def0b9b51d376c21b4179
https://github.com/jenkinsci/scm-filter-branch-pr-plugin/commit/1042feffda87f048fd7def0b9b51d376c21b4179
Author: Sam Gleske <[email protected]>
Date: 2017-12-17 (Sun, 17 Dec 2017)
Changed paths:
M CHANGELOG.md
Log Message:
-----------
add date to release in CHANGELOG
Commit: ced6a4d8483ebc957b34005391a4d0d764d867cd
https://github.com/jenkinsci/scm-filter-branch-pr-plugin/commit/ced6a4d8483ebc957b34005391a4d0d764d867cd
Author: Sam Gleske <[email protected]>
Date: 2017-12-17 (Sun, 17 Dec 2017)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release scm-filter-branch-pr-0.3
Commit: 344377085b1999194aadf46e5b29eaf3cc16311e
https://github.com/jenkinsci/scm-filter-branch-pr-plugin/commit/344377085b1999194aadf46e5b29eaf3cc16311e
Author: Sam Gleske <[email protected]>
Date: 2017-12-17 (Sun, 17 Dec 2017)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: ad6a577495259173736c0123d576547199126b24
https://github.com/jenkinsci/scm-filter-branch-pr-plugin/commit/ad6a577495259173736c0123d576547199126b24
Author: Sam Gleske <[email protected]>
Date: 2017-12-17 (Sun, 17 Dec 2017)
Changed paths:
M README.md
Log Message:
-----------
add build status to README
Commit: 569c58ccf7871c558d41d3ef290c81a146db583d
https://github.com/jenkinsci/scm-filter-branch-pr-plugin/commit/569c58ccf7871c558d41d3ef290c81a146db583d
Author: Sam Gleske <[email protected]>
Date: 2018-08-12 (Sun, 12 Aug 2018)
Changed paths:
M
src/main/java/net/gleske/scmfilter/impl/trait/WildcardSCMHeadFilterTrait.java
M
src/main/resources/net/gleske/scmfilter/impl/trait/WildcardSCMHeadFilterTrait/config.jelly
A
src/main/resources/net/gleske/scmfilter/impl/trait/WildcardSCMHeadFilterTrait/help-tagExcludes.html
A
src/main/resources/net/gleske/scmfilter/impl/trait/WildcardSCMHeadFilterTrait/help-tagIncludes.html
Log Message:
-----------
Update WildcardSCMHeadFilterTrait to support tags
This will support filtering tags now in addition to branches. This
provides a robust filter in which to properly support tag-based building.
Commit: 0f149ffb3264d3615360a5a60ba0d6c37a3b827a
https://github.com/jenkinsci/scm-filter-branch-pr-plugin/commit/0f149ffb3264d3615360a5a60ba0d6c37a3b827a
Author: Sam Gleske <[email protected]>
Date: 2018-08-12 (Sun, 12 Aug 2018)
Changed paths:
M src/main/java/net/gleske/scmfilter/impl/trait/RegexSCMHeadFilterTrait.java
M
src/main/resources/net/gleske/scmfilter/impl/trait/RegexSCMHeadFilterTrait/config.jelly
A
src/main/resources/net/gleske/scmfilter/impl/trait/RegexSCMHeadFilterTrait/help-tagRegex.html
Log Message:
-----------
Update RegexSCMHeadFilterTrait to support tags
This will support filtering tags now in addition to branches. This
provides a robust filter in which to properly support tag-based building.
Commit: b2585b00f5e9022d18ced79b945b11e8ed89651a
https://github.com/jenkinsci/scm-filter-branch-pr-plugin/commit/b2585b00f5e9022d18ced79b945b11e8ed89651a
Author: Sam Gleske <[email protected]>
Date: 2018-08-12 (Sun, 12 Aug 2018)
Changed paths:
M CHANGELOG.md
Log Message:
-----------
update CHANGELOG
Commit: fb46673fdf6d51061a6e421606eb3e4520f911e7
https://github.com/jenkinsci/scm-filter-branch-pr-plugin/commit/fb46673fdf6d51061a6e421606eb3e4520f911e7
Author: Sam Gleske <[email protected]>
Date: 2018-08-12 (Sun, 12 Aug 2018)
Changed paths:
M LICENSE.txt
Log Message:
-----------
Bump license to 2018
Commit: b3f5e7f230c9b7530ca5b4c952ab85e69b74c761
https://github.com/jenkinsci/scm-filter-branch-pr-plugin/commit/b3f5e7f230c9b7530ca5b4c952ab85e69b74c761
Author: Sam Gleske <[email protected]>
Date: 2018-08-12 (Sun, 12 Aug 2018)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release scm-filter-branch-pr-0.4
Commit: e1a1c000e2919f68f8c023d50a60075d62601dba
https://github.com/jenkinsci/scm-filter-branch-pr-plugin/commit/e1a1c000e2919f68f8c023d50a60075d62601dba
Author: Sam Gleske <[email protected]>
Date: 2018-08-12 (Sun, 12 Aug 2018)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: 78f688c8e3f22d464fa7d21e14976d61a6f7677f
https://github.com/jenkinsci/scm-filter-branch-pr-plugin/commit/78f688c8e3f22d464fa7d21e14976d61a6f7677f
Author: René Scheibe <[email protected]>
Date: 2018-11-01 (Thu, 01 Nov 2018)
Changed paths:
M pom.xml
Log Message:
-----------
Consistent pom.xml format
Automatic element ordering via `mvn tidy:pom`.
Commit: 0c36549e3e1d0c90fca5d01c1e6ee0ff5fab5fb1
https://github.com/jenkinsci/scm-filter-branch-pr-plugin/commit/0c36549e3e1d0c90fca5d01c1e6ee0ff5fab5fb1
Author: René Scheibe <[email protected]>
Date: 2018-11-02 (Fri, 02 Nov 2018)
Changed paths:
M CONTRIBUTING.md
Log Message:
-----------
Fix typos
Commit: ae66492ae8af915ed7254301e6c2923c94bfcf17
https://github.com/jenkinsci/scm-filter-branch-pr-plugin/commit/ae66492ae8af915ed7254301e6c2923c94bfcf17
Author: René Scheibe <[email protected]>
Date: 2018-11-02 (Fri, 02 Nov 2018)
Changed paths:
M src/main/java/net/gleske/scmfilter/impl/trait/RegexSCMHeadFilterTrait.java
M
src/main/java/net/gleske/scmfilter/impl/trait/WildcardSCMHeadFilterTrait.java
Log Message:
-----------
Fis @since annotations
The previous value was a relict from the scm-api plugin.
Commit: c9abb121210b452669301b8b87f42db76b2173fb
https://github.com/jenkinsci/scm-filter-branch-pr-plugin/commit/c9abb121210b452669301b8b87f42db76b2173fb
Author: René Scheibe <[email protected]>
Date: 2018-11-02 (Fri, 02 Nov 2018)
Changed paths:
M pom.xml
Log Message:
-----------
Require at least Java 8 now
Also increase the Jenkins version to the first one requiring Java 8.
Also upgrade to latest parent pom.
It's now mandatory to set the java.level property.
Commit: 795b78faf33bb2df757a614b39bfa85fd27251fb
https://github.com/jenkinsci/scm-filter-branch-pr-plugin/commit/795b78faf33bb2df757a614b39bfa85fd27251fb
Author: Sam Gleske <[email protected]>
Date: 2020-01-25 (Sat, 25 Jan 2020)
Changed paths:
M CONTRIBUTING.md
M pom.xml
M src/main/java/net/gleske/scmfilter/impl/trait/RegexSCMHeadFilterTrait.java
M
src/main/java/net/gleske/scmfilter/impl/trait/WildcardSCMHeadFilterTrait.java
Log Message:
-----------
Merge pull request #3 from darxriggs/code-cleanup
Code Improvements
Commit: 8cc334deff4cf00e41ce71e7307fed67d999533a
https://github.com/jenkinsci/scm-filter-branch-pr-plugin/commit/8cc334deff4cf00e41ce71e7307fed67d999533a
Author: Sam Gleske <[email protected]>
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 <[email protected]>
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
Commit: 20c79174a0ea0f9643a71d38815a8624b390b3f7
https://github.com/jenkinsci/scm-filter-branch-pr-plugin/commit/20c79174a0ea0f9643a71d38815a8624b390b3f7
Author: Sam Gleske <[email protected]>
Date: 2020-01-25 (Sat, 25 Jan 2020)
Changed paths:
M CHANGELOG.md
M README.md
A
src/main/java/net/gleske/scmfilter/impl/trait/RegexSCMOriginFilterTrait.java
A
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:
-----------
Merge pull request #5 from jenkinsci/origin-filters
[JENKINS-60845] Feature: filter PR by branch source
Commit: 08aec2c46c67d822ad79acadc8cbcb95d463f85e
https://github.com/jenkinsci/scm-filter-branch-pr-plugin/commit/08aec2c46c67d822ad79acadc8cbcb95d463f85e
Author: Sam Gleske <[email protected]>
Date: 2020-01-25 (Sat, 25 Jan 2020)
Changed paths:
M CHANGELOG.md
Log Message:
-----------
Update CHANGELOG with release date
Commit: a55d1d53db86d7ce555ff2b59605862c12c79c56
https://github.com/jenkinsci/scm-filter-branch-pr-plugin/commit/a55d1d53db86d7ce555ff2b59605862c12c79c56
Author: Sam Gleske <[email protected]>
Date: 2020-01-25 (Sat, 25 Jan 2020)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release scm-filter-branch-pr-0.5
Commit: ae2ce191ff1ebaef49362813c236ab2a3058517d
https://github.com/jenkinsci/scm-filter-branch-pr-plugin/commit/ae2ce191ff1ebaef49362813c236ab2a3058517d
Author: Sam Gleske <[email protected]>
Date: 2020-01-25 (Sat, 25 Jan 2020)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: 3aee0b6840618b0fcacb8281523d821f4510effb
https://github.com/jenkinsci/scm-filter-branch-pr-plugin/commit/3aee0b6840618b0fcacb8281523d821f4510effb
Author: Sam Gleske <[email protected]>
Date: 2020-01-25 (Sat, 25 Jan 2020)
Changed paths:
A OLD_README.md
R README.md
Log Message:
-----------
Rename README to pull in wiki documentation
Commit: 5e8137464f3419a78ba34bb07b86dfe1782069f5
https://github.com/jenkinsci/scm-filter-branch-pr-plugin/commit/5e8137464f3419a78ba34bb07b86dfe1782069f5
Author: Sam Gleske <[email protected]>
Date: 2020-01-25 (Sat, 25 Jan 2020)
Changed paths:
M CHANGELOG.md
A README.md
A docs/images/screenshot-config.png
A docs/images/screenshot-regex.png
A docs/images/screenshot-wildcards.png
M pom.xml
Log Message:
-----------
Migrate documentation from Jenkins wiki
The Jenkins Wiki has been marked as READONLY and the community is
migrating documentation to GitHub for the Jenkins plugin site. This
change updates documentation for the new 0.5 release and migrates to
GitHub.
Commit: c1155c3621ea027486b54df299f999ce0f9265c0
https://github.com/jenkinsci/scm-filter-branch-pr-plugin/commit/c1155c3621ea027486b54df299f999ce0f9265c0
Author: Sam Gleske <[email protected]>
Date: 2020-01-25 (Sat, 25 Jan 2020)
Changed paths:
M CHANGELOG.md
A OLD_README.md
M README.md
A docs/images/screenshot-config.png
A docs/images/screenshot-regex.png
A docs/images/screenshot-wildcards.png
M pom.xml
Log Message:
-----------
Merge pull request #6 from jenkinsci/update-docs
Update and migrate documentation from Jenkins wiki
Commit: d001ea72076e9763f63c61aaba4e1aadcd5c2a8c
https://github.com/jenkinsci/scm-filter-branch-pr-plugin/commit/d001ea72076e9763f63c61aaba4e1aadcd5c2a8c
Author: Sam Gleske <[email protected]>
Date: 2020-01-25 (Sat, 25 Jan 2020)
Changed paths:
M CHANGELOG.md
A DEVELOPER_README.md
R OLD_README.md
Log Message:
-----------
Update changelog
Commit: e983c4756f479daef17b51496f28a41b0fe874a3
https://github.com/jenkinsci/scm-filter-branch-pr-plugin/commit/e983c4756f479daef17b51496f28a41b0fe874a3
Author: Sam Gleske <[email protected]>
Date: 2020-01-25 (Sat, 25 Jan 2020)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release scm-filter-branch-pr-0.5.1
Commit: 838c29eb172b43f68332dabb90ff1d708f66ac96
https://github.com/jenkinsci/scm-filter-branch-pr-plugin/commit/838c29eb172b43f68332dabb90ff1d708f66ac96
Author: Sam Gleske <[email protected]>
Date: 2020-01-25 (Sat, 25 Jan 2020)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: 32013661065c225e252a3866b20eb3a57d7ee4e0
https://github.com/jenkinsci/scm-filter-branch-pr-plugin/commit/32013661065c225e252a3866b20eb3a57d7ee4e0
Author: Sam Gleske <[email protected]>
Date: 2020-01-25 (Sat, 25 Jan 2020)
Changed paths:
M README.md
Log Message:
-----------
Fix hyperlink typo
Commit: ac8eeefa235a55fbdbddb19bb086e50e06081d4b
https://github.com/jenkinsci/scm-filter-branch-pr-plugin/commit/ac8eeefa235a55fbdbddb19bb086e50e06081d4b
Author: Sam Gleske <[email protected]>
Date: 2020-01-25 (Sat, 25 Jan 2020)
Changed paths:
M DEVELOPER_README.md
M LICENSE.txt
Log Message:
-----------
Update license year
Commit: 636078eac31085efe2455fd8496e0d424980dd64
https://github.com/jenkinsci/scm-filter-branch-pr-plugin/commit/636078eac31085efe2455fd8496e0d424980dd64
Author: Valentin Delaye <[email protected]>
Date: 2023-04-28 (Fri, 28 Apr 2023)
Changed paths:
A .github/dependabot.yml
A .mvn/extensions.xml
A .mvn/maven.config
M Jenkinsfile
M pom.xml
Log Message:
-----------
Refresh plugin for 2023
Commit: 0a2858eba1b581ac555b73f21fb6f5524d18f27b
https://github.com/jenkinsci/scm-filter-branch-pr-plugin/commit/0a2858eba1b581ac555b73f21fb6f5524d18f27b
Author: Valentin Delaye <[email protected]>
Date: 2023-04-29 (Sat, 29 Apr 2023)
Changed paths:
A .github/dependabot.yml
A .mvn/extensions.xml
A .mvn/maven.config
M Jenkinsfile
M pom.xml
Log Message:
-----------
Merge pull request #9 from jonesbusy/feature/refresh-plugin-2023
Refresh plugin for 2023
Compare:
https://github.com/jenkinsci/scm-filter-branch-pr-plugin/compare/be26d36d4e4f%5E...0a2858eba1b5
--
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 [email protected].
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/main/000000-0a2858%40github.com.