Branch: refs/heads/master
Home: https://github.com/jenkinsci/active-choices-plugin
Commit: 8f6315599fe6bc2a36fe6a0f3b53c44c3980adca
https://github.com/jenkinsci/active-choices-plugin/commit/8f6315599fe6bc2a36fe6a0f3b53c44c3980adca
Author: Andrew Potter <[email protected]>
Date: 2020-06-30 (Tue, 30 Jun 2020)
Changed paths:
M src/main/java/org/biouno/unochoice/model/GroovyScript.java
A
src/main/java/org/biouno/unochoice/util/SafeHtmlExtendedMarkupFormatter.java
A
src/test/java/org/biouno/unochoice/issue62215/TestMarkupFormatterAllowsRequiredElementsInScriptOutput.java
A src/test/java/org/biouno/unochoice/issue62215/package-info.java
Log Message:
-----------
Create new markup formatter and policy based on 'Safe HTML' that allows inputs
Commit: 120108748efb1391a47203a1943f476cdb6a9d7b
https://github.com/jenkinsci/active-choices-plugin/commit/120108748efb1391a47203a1943f476cdb6a9d7b
Author: Andrew Potter <[email protected]>
Date: 2020-06-30 (Tue, 30 Jun 2020)
Changed paths:
M
src/main/java/org/biouno/unochoice/util/SafeHtmlExtendedMarkupFormatter.java
Log Message:
-----------
Add comment
Commit: d92ffa867f746754b335618c1f941be26b200775
https://github.com/jenkinsci/active-choices-plugin/commit/d92ffa867f746754b335618c1f941be26b200775
Author: Andrew Potter <[email protected]>
Date: 2020-07-01 (Wed, 01 Jul 2020)
Changed paths:
M
src/main/java/org/biouno/unochoice/util/SafeHtmlExtendedMarkupFormatter.java
Log Message:
-----------
Make INSTANCE final
Commit: 3e806968a982177e0a26f9e9cf9b0f09306a7b1d
https://github.com/jenkinsci/active-choices-plugin/commit/3e806968a982177e0a26f9e9cf9b0f09306a7b1d
Author: Andrew Potter <[email protected]>
Date: 2020-07-06 (Mon, 06 Jul 2020)
Changed paths:
M
src/main/java/org/biouno/unochoice/util/SafeHtmlExtendedMarkupFormatter.java
M
src/test/java/org/biouno/unochoice/issue62215/TestMarkupFormatterAllowsRequiredElementsInScriptOutput.java
Log Message:
-----------
Add select and option elements as well
Commit: 0b2d5f3452554a6e22567599ec7a30a00c67840c
https://github.com/jenkinsci/active-choices-plugin/commit/0b2d5f3452554a6e22567599ec7a30a00c67840c
Author: Andrew Potter <[email protected]>
Date: 2020-07-07 (Tue, 07 Jul 2020)
Changed paths:
M
src/main/java/org/biouno/unochoice/util/SafeHtmlExtendedMarkupFormatter.java
Log Message:
-----------
Add class and style attributes
Commit: 46c2da28ba8cce56dd48957304695a99997b161a
https://github.com/jenkinsci/active-choices-plugin/commit/46c2da28ba8cce56dd48957304695a99997b161a
Author: Bruno P. Kinoshita <[email protected]>
Date: 2020-07-09 (Thu, 09 Jul 2020)
Changed paths:
M
src/test/java/org/biouno/unochoice/issue62215/TestMarkupFormatterAllowsRequiredElementsInScriptOutput.java
Log Message:
-----------
Add missing license header
Commit: 42f8062bb11f6ca22524cd3b147915a531541652
https://github.com/jenkinsci/active-choices-plugin/commit/42f8062bb11f6ca22524cd3b147915a531541652
Author: Bruno P. Kinoshita <[email protected]>
Date: 2020-07-09 (Thu, 09 Jul 2020)
Changed paths:
M
src/test/java/org/biouno/unochoice/issue62215/TestMarkupFormatterAllowsRequiredElementsInScriptOutput.java
M src/test/java/org/biouno/unochoice/issue62215/package-info.java
Log Message:
-----------
Update data in header, and format imports
Commit: 329d72f1d1f04697c7594e46b3b7cd22d78418f3
https://github.com/jenkinsci/active-choices-plugin/commit/329d72f1d1f04697c7594e46b3b7cd22d78418f3
Author: Bruno P. Kinoshita <[email protected]>
Date: 2020-07-09 (Thu, 09 Jul 2020)
Changed paths:
M
src/main/java/org/biouno/unochoice/util/SafeHtmlExtendedMarkupFormatter.java
Log Message:
-----------
Add missing header, sort imports
Commit: 6d0d2b711933ed08e509b96c79d9481b4afa8d31
https://github.com/jenkinsci/active-choices-plugin/commit/6d0d2b711933ed08e509b96c79d9481b4afa8d31
Author: Bruno P. Kinoshita <[email protected]>
Date: 2020-07-09 (Thu, 09 Jul 2020)
Changed paths:
M
src/main/java/org/biouno/unochoice/util/SafeHtmlExtendedMarkupFormatter.java
Log Message:
-----------
Add javadocs
Commit: a2ff3eebfb1efe377d91b86fe498ab2ede6cc4bb
https://github.com/jenkinsci/active-choices-plugin/commit/a2ff3eebfb1efe377d91b86fe498ab2ede6cc4bb
Author: Bruno P. Kinoshita <[email protected]>
Date: 2020-07-09 (Thu, 09 Jul 2020)
Changed paths:
M README.md
Log Message:
-----------
Update README with notes about security, and changelog entry
Commit: cd32481416357590c1ece961264885a324fcb3b0
https://github.com/jenkinsci/active-choices-plugin/commit/cd32481416357590c1ece961264885a324fcb3b0
Author: Bruno P. Kinoshita <[email protected]>
Date: 2020-07-09 (Thu, 09 Jul 2020)
Changed paths:
M README.md
M src/main/java/org/biouno/unochoice/model/GroovyScript.java
A
src/main/java/org/biouno/unochoice/util/SafeHtmlExtendedMarkupFormatter.java
A
src/test/java/org/biouno/unochoice/issue62215/TestMarkupFormatterAllowsRequiredElementsInScriptOutput.java
A src/test/java/org/biouno/unochoice/issue62215/package-info.java
Log Message:
-----------
Merge branch 'pr-37'
This closes #37
Compare:
https://github.com/jenkinsci/active-choices-plugin/compare/a60282bb51a1...cd3248141635
--
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/active-choices-plugin/push/refs/heads/master/a60282-cd3248%40github.com.