Branch: refs/heads/master
Home: https://github.com/jenkinsci/label-verifier-plugin
Commit: ab1372efa1fbecd6dc474dd0052fc71701cba892
https://github.com/jenkinsci/label-verifier-plugin/commit/ab1372efa1fbecd6dc474dd0052fc71701cba892
Author: Oleg Nenashev <[email protected]>
Date: 2017-12-03 (Sun, 03 Dec 2017)
Changed paths:
M pom.xml
Log Message:
-----------
Update Parent POM and Jenkins core requirement to 1.651.3
Commit: 42a98b5cb8cee6626bd5cac992070b23e3333721
https://github.com/jenkinsci/label-verifier-plugin/commit/42a98b5cb8cee6626bd5cac992070b23e3333721
Author: Oleg Nenashev <[email protected]>
Date: 2017-12-03 (Sun, 03 Dec 2017)
Changed paths:
M src/main/java/hudson/plugins/label_verifier/logic/AlwaysFalse.java
M src/main/java/hudson/plugins/label_verifier/logic/AlwaysTrue.java
M src/main/java/hudson/plugins/label_verifier/logic/And.java
M src/main/java/hudson/plugins/label_verifier/logic/LogicHelper.java
M src/main/java/hudson/plugins/label_verifier/logic/Not.java
M src/main/java/hudson/plugins/label_verifier/logic/Or.java
M
src/main/java/hudson/plugins/label_verifier/util/LabelVerifierException.java
M
src/main/java/hudson/plugins/label_verifier/verifiers/RegexNameVerifier.java
M src/test/java/hudson/plugins/label_verifier/LabelVerifierTestCase.java
M src/test/java/hudson/plugins/label_verifier/verifiers/LogicTest.java
M
src/test/java/hudson/plugins/label_verifier/verifiers/RegexNameVerifierTest.java
Log Message:
-----------
Javadoc: Cleanup the @author field
Commit: 7c8e58af90f9eeca36a3f0a0c8f18c52b057cf13
https://github.com/jenkinsci/label-verifier-plugin/commit/7c8e58af90f9eeca36a3f0a0c8f18c52b057cf13
Author: Oleg Nenashev <[email protected]>
Date: 2017-12-03 (Sun, 03 Dec 2017)
Changed paths:
M .gitignore
Log Message:
-----------
.gitignore: Ignore the project file
Commit: ee29bcddd05444161618388fa3710c02a27b5a0b
https://github.com/jenkinsci/label-verifier-plugin/commit/ee29bcddd05444161618388fa3710c02a27b5a0b
Author: Oleg Nenashev <[email protected]>
Date: 2017-12-03 (Sun, 03 Dec 2017)
Changed paths:
M
src/main/resources/hudson/plugins/label_verifier/LabelAtomPropertyImpl/config.jelly
M
src/main/resources/hudson/plugins/label_verifier/verifiers/ShellScriptVerifier/config.jelly
Log Message:
-----------
Escape Jelly files by default
Commit: db606b459c3559e4595fbc02b5b6a9be58afa4c8
https://github.com/jenkinsci/label-verifier-plugin/commit/db606b459c3559e4595fbc02b5b6a9be58afa4c8
Author: Oleg Nenashev <[email protected]>
Date: 2017-12-03 (Sun, 03 Dec 2017)
Changed paths:
M src/test/java/hudson/plugins/label_verifier/LabelVerifierTest.java
Log Message:
-----------
Fix LabelVerifierTest and rework them to JenkinsRule
Commit: 438c92cc80e03d349263a709e4a6eff30704529a
https://github.com/jenkinsci/label-verifier-plugin/commit/438c92cc80e03d349263a709e4a6eff30704529a
Author: Oleg Nenashev <[email protected]>
Date: 2017-12-03 (Sun, 03 Dec 2017)
Changed paths:
A Jenkinsfile
Log Message:
-----------
Add Jenkinsfile for ci.jenkins.io
Commit: a5f14e63d8d6b91ee2c69a15309d2500c257902b
https://github.com/jenkinsci/label-verifier-plugin/commit/a5f14e63d8d6b91ee2c69a15309d2500c257902b
Author: Oleg Nenashev <[email protected]>
Date: 2017-12-04 (Mon, 04 Dec 2017)
Changed paths:
M src/main/java/hudson/plugins/label_verifier/ComputerListenerImpl.java
M src/main/java/hudson/plugins/label_verifier/LabelVerifierDescriptor.java
Log Message:
-----------
Cleanup FindBugs
Commit: bc27d87b9f104080b96e6e0c52a3b94af1603f76
https://github.com/jenkinsci/label-verifier-plugin/commit/bc27d87b9f104080b96e6e0c52a3b94af1603f76
Author: Oleg Nenashev <[email protected]>
Date: 2017-12-12 (Tue, 12 Dec 2017)
Changed paths:
M .gitignore
Log Message:
-----------
.gitignore: Ignore all iml files as @daniel-beck suggested
Commit: 673efa73c1a36c478434b974f122281c07db2fdd
https://github.com/jenkinsci/label-verifier-plugin/commit/673efa73c1a36c478434b974f122281c07db2fdd
Author: Oleg Nenashev <[email protected]>
Date: 2017-12-12 (Tue, 12 Dec 2017)
Changed paths:
M .gitignore
A Jenkinsfile
M pom.xml
M src/main/java/hudson/plugins/label_verifier/ComputerListenerImpl.java
M src/main/java/hudson/plugins/label_verifier/LabelVerifierDescriptor.java
M src/main/java/hudson/plugins/label_verifier/logic/AlwaysFalse.java
M src/main/java/hudson/plugins/label_verifier/logic/AlwaysTrue.java
M src/main/java/hudson/plugins/label_verifier/logic/And.java
M src/main/java/hudson/plugins/label_verifier/logic/LogicHelper.java
M src/main/java/hudson/plugins/label_verifier/logic/Not.java
M src/main/java/hudson/plugins/label_verifier/logic/Or.java
M
src/main/java/hudson/plugins/label_verifier/util/LabelVerifierException.java
M
src/main/java/hudson/plugins/label_verifier/verifiers/RegexNameVerifier.java
M
src/main/resources/hudson/plugins/label_verifier/LabelAtomPropertyImpl/config.jelly
M
src/main/resources/hudson/plugins/label_verifier/verifiers/ShellScriptVerifier/config.jelly
M src/test/java/hudson/plugins/label_verifier/LabelVerifierTest.java
M src/test/java/hudson/plugins/label_verifier/LabelVerifierTestCase.java
M src/test/java/hudson/plugins/label_verifier/verifiers/LogicTest.java
M
src/test/java/hudson/plugins/label_verifier/verifiers/RegexNameVerifierTest.java
Log Message:
-----------
Merge pull request #3 from oleg-nenashev/facelift
Plugin Facelift
Compare:
https://github.com/jenkinsci/label-verifier-plugin/compare/cfa173acfde3...673efa73c1a3
--
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].
For more options, visit https://groups.google.com/d/optout.