Branch: refs/heads/master
Home: https://github.com/jenkinsci/htmlpublisher-plugin
Commit: f7b39ed7063fa98e3d1af8682066270b9656a7a5
https://github.com/jenkinsci/htmlpublisher-plugin/commit/f7b39ed7063fa98e3d1af8682066270b9656a7a5
Author: Martin SCHREIBER <[email protected]>
Date: 2018-03-21 (Wed, 21 Mar 2018)
Changed paths:
M src/main/java/htmlpublisher/HtmlPublisher.java
M src/test/java/htmlpublisher/HtmlPublisherIntegrationTest.java
Log Message:
-----------
Adding support for using ant style wildcards for index files
This is a fix for JENKINS-7139. Index files could now be specified with
wildcards:
e.g.
*.html
**/reportdir/**/index.html
also multiple patterns are supported like before:
e.g.
afile.html, **/directory/index.html
Revert "Adding support for using ant style wildcards for index files"
This reverts commit fbc2b78f5f100fd86b810aaf63921c16f1b4ea32.
Adding support for using ant style wildcards for index files
This is a fix for JENKINS-7139. Index files could now be specified with
wildcards:
e.g.
*.html
**/reportdir/**/index.html
also multiple patterns are supported like before:
e.g.
afile.html, **/directory/index.html
**/index.html, **/report.html
Commit: 524f482a1b56f44a293ee73e894ea5f71bcd2a8b
https://github.com/jenkinsci/htmlpublisher-plugin/commit/524f482a1b56f44a293ee73e894ea5f71bcd2a8b
Author: Martin SCHREIBER <[email protected]>
Date: 2018-03-29 (Thu, 29 Mar 2018)
Changed paths:
M src/main/java/htmlpublisher/HtmlPublisher.java
M src/test/java/htmlpublisher/HtmlPublisherIntegrationTest.java
Log Message:
-----------
Replace tabs with spaces...
Commit: dcfe80507b5fe94cf17d6d274a89be723ddec49e
https://github.com/jenkinsci/htmlpublisher-plugin/commit/dcfe80507b5fe94cf17d6d274a89be723ddec49e
Author: Carlos Guzmán Velasco <[email protected]>
Date: 2019-08-09 (Fri, 09 Aug 2019)
Changed paths:
M src/main/java/htmlpublisher/HtmlPublisher.java
Log Message:
-----------
Update HtmlPublisher.java
Commit: 982b681f8cbdff09053958090ea78f78ed73a04c
https://github.com/jenkinsci/htmlpublisher-plugin/commit/982b681f8cbdff09053958090ea78f78ed73a04c
Author: Carlos Guzmán Velasco <[email protected]>
Date: 2019-08-09 (Fri, 09 Aug 2019)
Changed paths:
M pom.xml
M src/main/java/htmlpublisher/HtmlPublisher.java
M src/main/java/htmlpublisher/HtmlPublisherTarget.java
M src/main/java/htmlpublisher/workflow/PublishHTMLStep.java
M src/main/java/htmlpublisher/workflow/PublishHTMLStepExecution.java
M src/main/java/htmlpublisher/workflow/WorkflowActionsFactory.java
M src/main/resources/htmlpublisher/HtmlPublisher/header.html
M
src/main/resources/htmlpublisher/HtmlPublisherTarget/BaseHTMLAction/index.groovy
M src/main/resources/htmlpublisher/HtmlPublisherTarget/config.jelly
M src/main/resources/htmlpublisher/HtmlPublisherTarget/config.properties
A
src/main/resources/htmlpublisher/HtmlPublisherTarget/help-escapeUnderscores.html
M src/test/java/htmlpublisher/HtmlPublisherIntegrationTest.java
M src/test/java/htmlpublisher/HtmlPublisherTest.java
A src/test/java/htmlpublisher/Security784Test.java
M src/test/java/htmlpublisher/workflow/PublishHTMLStepTest.java
A
src/test/resources/htmlpublisher/Security784Test/security784upgradeTest/jobs/thejob/config.xml
A
src/test/resources/htmlpublisher/Security784Test/security784upgradeTest/jobs/thejob/htmlreports/foo!!!!bar/htmlpublisher-wrapper.html
A
src/test/resources/htmlpublisher/Security784Test/security784upgradeTest/jobs/thejob/htmlreports/foo!!!!bar/index.html
A
src/test/resources/htmlpublisher/Security784Test/security784upgradeTest/jobs/thejob/nextBuildNumber
Log Message:
-----------
Merge branch 'master' into master
Commit: 3c23d2be9671a2a8d1dc1d50d69a771a86c5cacf
https://github.com/jenkinsci/htmlpublisher-plugin/commit/3c23d2be9671a2a8d1dc1d50d69a771a86c5cacf
Author: Carlos Guzmán Velasco <[email protected]>
Date: 2019-08-09 (Fri, 09 Aug 2019)
Changed paths:
M src/main/java/htmlpublisher/HtmlPublisher.java
Log Message:
-----------
Using correct methods for a List
Replacing wrong length method by size() and the way to access to an element of
the List
Commit: 630b3f9dbc2c325fdaf854774af3f857bfeb69de
https://github.com/jenkinsci/htmlpublisher-plugin/commit/630b3f9dbc2c325fdaf854774af3f857bfeb69de
Author: Carlos Guzmán Velasco <[email protected]>
Date: 2019-08-09 (Fri, 09 Aug 2019)
Changed paths:
M src/main/java/htmlpublisher/HtmlPublisher.java
Log Message:
-----------
Adding missing import
Adding missing import java.util.Arrays
Commit: 002d5cac76b40b759785a084c4bd89f2b3b4a1f5
https://github.com/jenkinsci/htmlpublisher-plugin/commit/002d5cac76b40b759785a084c4bd89f2b3b4a1f5
Author: Carlos Guzmán Velasco <[email protected]>
Date: 2019-08-09 (Fri, 09 Aug 2019)
Changed paths:
M src/test/java/htmlpublisher/HtmlPublisherIntegrationTest.java
Log Message:
-----------
Removing wrong extra param in HtmlPublisherIntegrationTest.java
Removing worng param "A title" from HtmlPublisherTarget constructor
Commit: 29a2b304f19e5df3c2bbb6b41b73d00e1f1dad87
https://github.com/jenkinsci/htmlpublisher-plugin/commit/29a2b304f19e5df3c2bbb6b41b73d00e1f1dad87
Author: Carlos Guzmán Velasco <[email protected]>
Date: 2019-09-11 (Wed, 11 Sep 2019)
Changed paths:
M src/main/java/htmlpublisher/HtmlPublisher.java
Log Message:
-----------
Applyed @rbywater suggestions
- Fixed TYPO in comment: 'patters' by 'patterns'
- Changed variable name: 'splittedPatterns' by 'splitPatterns'
Commit: dc2eeb29341bfcae0d5ecf8190107a40a38c9f60
https://github.com/jenkinsci/htmlpublisher-plugin/commit/dc2eeb29341bfcae0d5ecf8190107a40a38c9f60
Author: Richard Bywater <[email protected]>
Date: 2019-09-13 (Fri, 13 Sep 2019)
Changed paths:
M src/main/java/htmlpublisher/HtmlPublisher.java
M src/test/java/htmlpublisher/HtmlPublisherIntegrationTest.java
Log Message:
-----------
Merge pull request #43 from carlosgv87/master
Enable use of Ant style wildcards for index files
Compare:
https://github.com/jenkinsci/htmlpublisher-plugin/compare/d93b25ac7542...dc2eeb29341b
--
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/htmlpublisher-plugin/push/refs/heads/master/d93b25-dc2eeb%40github.com.