Branch: refs/heads/master Home: https://github.com/jenkinsci/collapsing-console-sections-plugin Commit: 1d6f8b94557f2416c14c148192c8bcd18890f7d1 https://github.com/jenkinsci/collapsing-console-sections-plugin/commit/1d6f8b94557f2416c14c148192c8bcd18890f7d1 Author: Grigorij Nikodimov <gniko...@synopsys.com> Date: 2013-08-08 (Thu, 08 Aug 2013)
Changed paths: M src/main/resources/org/jvnet/hudson/plugins/collapsingconsolesections/CollapsingSectionNote/script.js Log Message: ----------- [FIXED JENKINS-15568] - Collapsing sections correctly appear in IE Signed-off-by: Oleg Nenashev <nenas...@synopsys.com> Commit: 93182c233a8510c410d42f4f20bfac579737c5ac https://github.com/jenkinsci/collapsing-console-sections-plugin/commit/93182c233a8510c410d42f4f20bfac579737c5ac Author: Oleg Nenashev <nenas...@synopsys.com> Date: 2013-08-08 (Thu, 08 Aug 2013) Changed paths: M pom.xml Log Message: ----------- Added restriction for the JDK version Signed-off-by: Oleg Nenashev <nenas...@synopsys.com> Commit: cf8b0e656231f215b691622df3bc80de3fbdb597 https://github.com/jenkinsci/collapsing-console-sections-plugin/commit/cf8b0e656231f215b691622df3bc80de3fbdb597 Author: Grigorij Nikodimov <gniko...@synopsys.com> Date: 2013-08-08 (Thu, 08 Aug 2013) Changed paths: M src/main/resources/org/jvnet/hudson/plugins/collapsingconsolesections/CollapsingSectionNote/script.js Log Message: ----------- Removed legacy code, which has corrupted appearance in IE6 and IE10 Signed-off-by: Oleg Nenashev <nenas...@synopsys.com> Commit: b857f3a42389d4da729a0bb81611f0771c3d0eed https://github.com/jenkinsci/collapsing-console-sections-plugin/commit/b857f3a42389d4da729a0bb81611f0771c3d0eed Author: Oleg Nenashev <nenas...@synopsys.com> Date: 2013-08-16 (Fri, 16 Aug 2013) Changed paths: A .gitignore M src/main/resources/org/jvnet/hudson/plugins/collapsingconsolesections/CollapsingSectionNote/help-sectionDisplayName.html M src/main/resources/org/jvnet/hudson/plugins/collapsingconsolesections/CollapsingSectionNote/help-sectionStartPattern.html Log Message: ----------- Improved documentation Signed-off-by: Oleg Nenashev <nenas...@synopsys.com> Commit: d2dc46bddeadc17e2b0128deb780b6f14e3573d5 https://github.com/jenkinsci/collapsing-console-sections-plugin/commit/d2dc46bddeadc17e2b0128deb780b6f14e3573d5 Author: Oleg Nenashev <nenas...@synopsys.com> Date: 2013-08-16 (Fri, 16 Aug 2013) Changed paths: M src/main/java/org/jvnet/hudson/plugins/collapsingconsolesections/CollapsingSectionAnnotator.java Log Message: ----------- Display nested levels of sections. Signed-off-by: Oleg Nenashev <nenas...@synopsys.com> Commit: ff4884596ba5c9e0963fcc556ac34f55f12d777e https://github.com/jenkinsci/collapsing-console-sections-plugin/commit/ff4884596ba5c9e0963fcc556ac34f55f12d777e Author: Oleg Nenashev <nenas...@synopsys.com> Date: 2013-08-16 (Fri, 16 Aug 2013) Changed paths: M src/main/java/org/jvnet/hudson/plugins/collapsingconsolesections/CollapsingSectionAnnotator.java Log Message: ----------- Added numbering of the sections Signed-off-by: Oleg Nenashev <nenas...@synopsys.com> Commit: 819eef494e9c5e8766e4ed62211af236ade1e82c https://github.com/jenkinsci/collapsing-console-sections-plugin/commit/819eef494e9c5e8766e4ed62211af236ade1e82c Author: Oleg Nenashev <nenas...@synopsys.com> Date: 2013-08-16 (Fri, 16 Aug 2013) Changed paths: M src/main/java/org/jvnet/hudson/plugins/collapsingconsolesections/CollapsingSectionAnnotator.java Log Message: ----------- Don't fall-back through multiple nested sections Signed-off-by: Oleg Nenashev <nenas...@synopsys.com> Commit: 6fea29b6b1679302d035528d02fba57fc711f32a https://github.com/jenkinsci/collapsing-console-sections-plugin/commit/6fea29b6b1679302d035528d02fba57fc711f32a Author: Oleg Nenashev <nenas...@synopsys.com> Date: 2013-08-17 (Sat, 17 Aug 2013) Changed paths: M src/main/java/org/jvnet/hudson/plugins/collapsingconsolesections/CollapsingSectionAnnotator.java M src/main/java/org/jvnet/hudson/plugins/collapsingconsolesections/CollapsingSectionAnnotatorFactory.java M src/main/java/org/jvnet/hudson/plugins/collapsingconsolesections/CollapsingSectionNote.java M src/main/resources/org/jvnet/hudson/plugins/collapsingconsolesections/CollapsingSectionNote/global.jelly A src/main/resources/org/jvnet/hudson/plugins/collapsingconsolesections/CollapsingSectionNote/help-numberingEnabled.html Log Message: ----------- Sections numbering is optional. Signed-off-by: Oleg Nenashev <nenas...@synopsys.com> Commit: 7b278f515bb558fd2f1bea2833f90b09efec6a9e https://github.com/jenkinsci/collapsing-console-sections-plugin/commit/7b278f515bb558fd2f1bea2833f90b09efec6a9e Author: Oleg Nenashev <nenas...@synopsys.com> Date: 2013-08-17 (Sat, 17 Aug 2013) Changed paths: M src/main/java/org/jvnet/hudson/plugins/collapsingconsolesections/CollapsingSectionAnnotator.java M src/main/java/org/jvnet/hudson/plugins/collapsingconsolesections/CollapsingSectionNote.java M src/main/java/org/jvnet/hudson/plugins/collapsingconsolesections/SectionDefinition.java M src/main/resources/org/jvnet/hudson/plugins/collapsingconsolesections/CollapsingSectionNote/global.jelly A src/main/resources/org/jvnet/hudson/plugins/collapsingconsolesections/CollapsingSectionNote/help-collapseOnlyOneLevel.html Log Message: ----------- Multi-level collapsing is optional (false by default) Signed-off-by: Oleg Nenashev <nenas...@synopsys.com> Commit: 286ea022c8fdee13dbc8cf0a7f3218242a428870 https://github.com/jenkinsci/collapsing-console-sections-plugin/commit/286ea022c8fdee13dbc8cf0a7f3218242a428870 Author: Oleg Nenashev <o.v.nenas...@gmail.com> Date: 2013-10-14 (Mon, 14 Oct 2013) Changed paths: A .gitignore M src/main/java/org/jvnet/hudson/plugins/collapsingconsolesections/CollapsingSectionAnnotator.java M src/main/java/org/jvnet/hudson/plugins/collapsingconsolesections/CollapsingSectionAnnotatorFactory.java M src/main/java/org/jvnet/hudson/plugins/collapsingconsolesections/CollapsingSectionNote.java M src/main/java/org/jvnet/hudson/plugins/collapsingconsolesections/SectionDefinition.java M src/main/resources/org/jvnet/hudson/plugins/collapsingconsolesections/CollapsingSectionNote/global.jelly A src/main/resources/org/jvnet/hudson/plugins/collapsingconsolesections/CollapsingSectionNote/help-collapseOnlyOneLevel.html A src/main/resources/org/jvnet/hudson/plugins/collapsingconsolesections/CollapsingSectionNote/help-numberingEnabled.html M src/main/resources/org/jvnet/hudson/plugins/collapsingconsolesections/CollapsingSectionNote/help-sectionDisplayName.html M src/main/resources/org/jvnet/hudson/plugins/collapsingconsolesections/CollapsingSectionNote/help-sectionStartPattern.html Log Message: ----------- Merge pull request #3 from synopsys-arc-oss/appearance-refactoring Appearance refactoring Commit: 4e0d764dea078f1f54a5ec35e37f952cd2b1ce7e https://github.com/jenkinsci/collapsing-console-sections-plugin/commit/4e0d764dea078f1f54a5ec35e37f952cd2b1ce7e Author: Oleg Nenashev <o.v.nenas...@gmail.com> Date: 2013-10-14 (Mon, 14 Oct 2013) Changed paths: M pom.xml M src/main/resources/org/jvnet/hudson/plugins/collapsingconsolesections/CollapsingSectionNote/script.js Log Message: ----------- Merge pull request #2 from synopsys-arc-oss/jenkins_15568_ie_fix [FIXED JENKINS-15568] - Appearance of sections in IE Commit: 8bb2ff65cf06a291ba705b178232a0204d4de7a6 https://github.com/jenkinsci/collapsing-console-sections-plugin/commit/8bb2ff65cf06a291ba705b178232a0204d4de7a6 Author: Oleg Nenashev <nenas...@synopsys.com> Date: 2013-10-25 (Fri, 25 Oct 2013) Changed paths: M pom.xml M src/main/java/org/jvnet/hudson/plugins/collapsingconsolesections/CollapsingSectionAnnotator.java M src/main/java/org/jvnet/hudson/plugins/collapsingconsolesections/CollapsingSectionAnnotatorFactory.java M src/main/java/org/jvnet/hudson/plugins/collapsingconsolesections/CollapsingSectionNote.java M src/main/java/org/jvnet/hudson/plugins/collapsingconsolesections/SectionDefinition.java M src/main/resources/org/jvnet/hudson/plugins/collapsingconsolesections/CollapsingSectionNote/global.jelly Log Message: ----------- Added contributors to license notes Signed-off-by: Oleg Nenashev <o.v.nenas...@gmail.com> Signed-off-by: Oleg Nenashev <nenas...@synopsys.com> Commit: 5f40fb1f7e6cdb791d910f8f38dec44a99e18f09 https://github.com/jenkinsci/collapsing-console-sections-plugin/commit/5f40fb1f7e6cdb791d910f8f38dec44a99e18f09 Author: Oleg Nenashev <nenas...@synopsys.com> Date: 2013-10-25 (Fri, 25 Oct 2013) Changed paths: A .gitignore M pom.xml M src/main/java/org/jvnet/hudson/plugins/collapsingconsolesections/CollapsingSectionAnnotator.java M src/main/java/org/jvnet/hudson/plugins/collapsingconsolesections/CollapsingSectionAnnotatorFactory.java M src/main/java/org/jvnet/hudson/plugins/collapsingconsolesections/CollapsingSectionNote.java M src/main/java/org/jvnet/hudson/plugins/collapsingconsolesections/SectionDefinition.java M src/main/resources/org/jvnet/hudson/plugins/collapsingconsolesections/CollapsingSectionNote/global.jelly A src/main/resources/org/jvnet/hudson/plugins/collapsingconsolesections/CollapsingSectionNote/help-collapseOnlyOneLevel.html A src/main/resources/org/jvnet/hudson/plugins/collapsingconsolesections/CollapsingSectionNote/help-numberingEnabled.html M src/main/resources/org/jvnet/hudson/plugins/collapsingconsolesections/CollapsingSectionNote/help-sectionDisplayName.html M src/main/resources/org/jvnet/hudson/plugins/collapsingconsolesections/CollapsingSectionNote/help-sectionStartPattern.html M src/main/resources/org/jvnet/hudson/plugins/collapsingconsolesections/CollapsingSectionNote/script.js Log Message: ----------- Merge branch 'master' of https://github.com/jenkinsci/collapsing-console-sections-plugin Commit: eb5aa216842212a1328d1bea5f37fc49f0ef00ca https://github.com/jenkinsci/collapsing-console-sections-plugin/commit/eb5aa216842212a1328d1bea5f37fc49f0ef00ca Author: Oleg Nenashev <nenas...@synopsys.com> Date: 2013-10-26 (Sat, 26 Oct 2013) Changed paths: M pom.xml M src/main/resources/org/jvnet/hudson/plugins/collapsingconsolesections/CollapsingSectionNote/help-collapseOnlyOneLevel.html M src/main/resources/org/jvnet/hudson/plugins/collapsingconsolesections/CollapsingSectionNote/help-numberingEnabled.html M src/main/resources/org/jvnet/hudson/plugins/collapsingconsolesections/CollapsingSectionNote/help-sectionDisplayName.html Log Message: ----------- POM has been migrated to Jenkins/GitHub Signed-off-by: Oleg Nenashev <nenas...@synopsys.com> Commit: 3f71e0cc22a83b0dcb8170a370251a9dedb28f9b https://github.com/jenkinsci/collapsing-console-sections-plugin/commit/3f71e0cc22a83b0dcb8170a370251a9dedb28f9b Author: Oleg Nenashev <nenas...@synopsys.com> Date: 2013-10-26 (Sat, 26 Oct 2013) Changed paths: M src/main/resources/org/jvnet/hudson/plugins/collapsingconsolesections/CollapsingSectionNote/global.jelly Log Message: ----------- Fixed the text for old Hudson version w/o checkbox titles Signed-off-by: Oleg Nenashev <nenas...@synopsys.com> Commit: 392721caa4320b90a9dac1a40432320505aa35b4 https://github.com/jenkinsci/collapsing-console-sections-plugin/commit/392721caa4320b90a9dac1a40432320505aa35b4 Author: Oleg Nenashev <nenas...@synopsys.com> Date: 2013-10-26 (Sat, 26 Oct 2013) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare release collapsing-console-sections-1.4 Commit: f2caa8955fee39dba3acbf68f37243d3ce14ecbd https://github.com/jenkinsci/collapsing-console-sections-plugin/commit/f2caa8955fee39dba3acbf68f37243d3ce14ecbd Author: Oleg Nenashev <nenas...@synopsys.com> Date: 2013-10-26 (Sat, 26 Oct 2013) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration Commit: f63332ad293a0fbf4319d7c0c637388da1c7e205 https://github.com/jenkinsci/collapsing-console-sections-plugin/commit/f63332ad293a0fbf4319d7c0c637388da1c7e205 Author: Oleg Nenashev <nenas...@synopsys.com> Date: 2013-10-26 (Sat, 26 Oct 2013) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] rollback the release of collapsing-console-sections-1.4 Commit: 294cde24a4048af8ba4460a549a5a6d3c4ae23f7 https://github.com/jenkinsci/collapsing-console-sections-plugin/commit/294cde24a4048af8ba4460a549a5a6d3c4ae23f7 Author: Oleg Nenashev <nenas...@synopsys.com> Date: 2013-10-26 (Sat, 26 Oct 2013) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare release collapsing-console-sections-1.4 Commit: 50b4df123378214feb1377e03b0a7bef1b2dafb3 https://github.com/jenkinsci/collapsing-console-sections-plugin/commit/50b4df123378214feb1377e03b0a7bef1b2dafb3 Author: Oleg Nenashev <nenas...@synopsys.com> Date: 2013-10-26 (Sat, 26 Oct 2013) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration Commit: 2c23b961724fb90fcfd53a209a333e0286080496 https://github.com/jenkinsci/collapsing-console-sections-plugin/commit/2c23b961724fb90fcfd53a209a333e0286080496 Author: Oleg Nenashev <nenas...@synopsys.com> Date: 2013-10-26 (Sat, 26 Oct 2013) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] rollback the release of collapsing-console-sections-1.4 Commit: ffe289c94b3b26335e564ad191ea44a7c6d9f3b5 https://github.com/jenkinsci/collapsing-console-sections-plugin/commit/ffe289c94b3b26335e564ad191ea44a7c6d9f3b5 Author: Oleg Nenashev <nenas...@synopsys.com> Date: 2013-10-26 (Sat, 26 Oct 2013) Changed paths: M pom.xml Log Message: ----------- Reconfigured POM to use Jenkins repositories Signed-off-by: Oleg Nenashev <nenas...@synopsys.com> Commit: 0ddd6bffd7538e0ad0dd9309650e638ec3e8de4f https://github.com/jenkinsci/collapsing-console-sections-plugin/commit/0ddd6bffd7538e0ad0dd9309650e638ec3e8de4f Author: Oleg Nenashev <nenas...@synopsys.com> Date: 2013-10-26 (Sat, 26 Oct 2013) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare release collapsing-console-sections-1.4 Commit: dec5139078197ab8085b7683785d7541d77c9311 https://github.com/jenkinsci/collapsing-console-sections-plugin/commit/dec5139078197ab8085b7683785d7541d77c9311 Author: Oleg Nenashev <nenas...@synopsys.com> Date: 2013-10-26 (Sat, 26 Oct 2013) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration Commit: 987e633ee65506dea1763cdc1aa07ffa8fa4bda4 https://github.com/jenkinsci/collapsing-console-sections-plugin/commit/987e633ee65506dea1763cdc1aa07ffa8fa4bda4 Author: Oleg Nenashev <nenas...@synopsys.com> Date: 2013-11-02 (Sat, 02 Nov 2013) Changed paths: M pom.xml M src/main/java/org/jvnet/hudson/plugins/collapsingconsolesections/CollapsingSectionAnnotator.java M src/main/java/org/jvnet/hudson/plugins/collapsingconsolesections/CollapsingSectionAnnotatorFactory.java M src/main/java/org/jvnet/hudson/plugins/collapsingconsolesections/CollapsingSectionNote.java A src/main/java/org/jvnet/hudson/plugins/collapsingconsolesections/CollapsingSectionsConfiguration.java A src/test/java/org/jvnet/hudson/plugins/collapsingconsolesections/CollapsingSectionAnnotatorTest.java Log Message: ----------- [FIXED JENKINS-20304] - Non-serialize classes Data classes are serializable now. Resolves https://issues.jenkins-ci.org/browse/JENKINS-20304 Signed-off-by: Oleg Nenashev <nenas...@synopsys.com> Commit: ed38d77c022208e97e42a08aef74dba263c12766 https://github.com/jenkinsci/collapsing-console-sections-plugin/commit/ed38d77c022208e97e42a08aef74dba263c12766 Author: Oleg Nenashev <o.v.nenas...@gmail.com> Date: 2013-11-04 (Mon, 04 Nov 2013) Changed paths: M pom.xml M src/main/java/org/jvnet/hudson/plugins/collapsingconsolesections/CollapsingSectionAnnotator.java M src/main/java/org/jvnet/hudson/plugins/collapsingconsolesections/CollapsingSectionAnnotatorFactory.java M src/main/java/org/jvnet/hudson/plugins/collapsingconsolesections/CollapsingSectionNote.java A src/main/java/org/jvnet/hudson/plugins/collapsingconsolesections/CollapsingSectionsConfiguration.java A src/test/java/org/jvnet/hudson/plugins/collapsingconsolesections/CollapsingSectionAnnotatorTest.java Log Message: ----------- Merge pull request #4 from synopsys-arc-oss/master [FIXED JENKINS-20304] - Switched to serializable classes Commit: fa9d1d270287355d479c6848e17e5f3351ad0272 https://github.com/jenkinsci/collapsing-console-sections-plugin/commit/fa9d1d270287355d479c6848e17e5f3351ad0272 Author: Oleg Nenashev <nenas...@synopsys.com> Date: 2013-11-04 (Mon, 04 Nov 2013) Changed paths: M src/main/java/org/jvnet/hudson/plugins/collapsingconsolesections/CollapsingSectionsConfiguration.java M src/test/java/org/jvnet/hudson/plugins/collapsingconsolesections/CollapsingSectionAnnotatorTest.java Log Message: ----------- Added version markups Signed-off-by: Oleg Nenashev <nenas...@synopsys.com> Commit: 8e3d851d0e6c85192e890142ebedbb392d42481d https://github.com/jenkinsci/collapsing-console-sections-plugin/commit/8e3d851d0e6c85192e890142ebedbb392d42481d Author: Oleg Nenashev <nenas...@synopsys.com> Date: 2013-11-04 (Mon, 04 Nov 2013) Log Message: ----------- Merge branch 'master' of https://github.com/jenkinsci/collapsing-console-sections-plugin Commit: ed7e2f4d92a690819f4893feac832310674c4cfe https://github.com/jenkinsci/collapsing-console-sections-plugin/commit/ed7e2f4d92a690819f4893feac832310674c4cfe Author: Oleg Nenashev <nenas...@synopsys.com> Date: 2013-11-04 (Mon, 04 Nov 2013) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare release collapsing-console-sections-1.4.1 Commit: 53a55ff3d2bdf3f49531cc79bdd2d67ff854f26b https://github.com/jenkinsci/collapsing-console-sections-plugin/commit/53a55ff3d2bdf3f49531cc79bdd2d67ff854f26b Author: Oleg Nenashev <nenas...@synopsys.com> Date: 2013-11-04 (Mon, 04 Nov 2013) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration Compare: https://github.com/jenkinsci/collapsing-console-sections-plugin/compare/c607615e0620...53a55ff3d2bd -- 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. For more options, visit https://groups.google.com/groups/opt_out.