Branch: refs/heads/master Home: https://github.com/jenkinsci/sloccount-plugin Commit: 784fc4905bb71e64cae78f74397c14a94cdf40f5 https://github.com/jenkinsci/sloccount-plugin/commit/784fc4905bb71e64cae78f74397c14a94cdf40f5 Author: piomis <mis...@compower.pl> Date: 2017-06-17 (Sat, 17 Jun 2017)
Changed paths: M pom.xml M src/main/java/hudson/plugins/sloccount/SloccountAreaRenderer.java M src/main/java/hudson/plugins/sloccount/SloccountBuildAction.java M src/main/java/hudson/plugins/sloccount/SloccountProjectAction.java M src/main/java/hudson/plugins/sloccount/SloccountPublisher.java M src/main/java/hudson/plugins/sloccount/SloccountResult.java M src/main/java/hudson/plugins/sloccount/dashboard/SloccountTablePortlet.java M src/main/java/hudson/plugins/sloccount/model/SloccountLanguageStatistics.java M src/main/java/hudson/plugins/sloccount/model/SloccountParser.java M src/main/java/hudson/plugins/sloccount/model/cloc/ClocFile.java M src/main/java/hudson/plugins/sloccount/model/cloc/ClocFiles.java M src/main/java/hudson/plugins/sloccount/model/cloc/ClocHeader.java M src/main/java/hudson/plugins/sloccount/model/cloc/ClocReport.java M src/main/java/hudson/plugins/sloccount/model/cloc/ClocTotal.java M src/main/java/hudson/plugins/sloccount/util/FileFinder.java A src/main/java/jenkins/plugins/sloccount/steps/SloccountPublisherStep.java M src/main/resources/hudson/plugins/sloccount/SloccountBuildAction/statistics.jelly M src/main/resources/hudson/plugins/sloccount/SloccountBuildAction/summary.jelly M src/main/resources/hudson/plugins/sloccount/SloccountProjectAction/floatingBox.jelly M src/main/resources/hudson/plugins/sloccount/SloccountProjectAction/jobMain.jelly M src/main/resources/hudson/plugins/sloccount/SloccountPublisher/config.jelly M src/main/resources/hudson/plugins/sloccount/SloccountResult/files.jelly M src/main/resources/hudson/plugins/sloccount/SloccountResult/folders.jelly M src/main/resources/hudson/plugins/sloccount/SloccountResult/index.jelly M src/main/resources/hudson/plugins/sloccount/SloccountResult/languages.jelly M src/main/resources/hudson/plugins/sloccount/SloccountResult/modules.jelly M src/main/resources/hudson/plugins/sloccount/dashboard/SloccountTablePortlet/portlet.jelly M src/main/resources/hudson/plugins/sloccount/dashboard/SloccountTablePortlet/table.jelly M src/main/resources/index.jelly A src/main/resources/jenkins/plugins/sloccount/steps/SloccountPublisherStep/config.jelly M src/main/resources/tabview/css.jelly M src/main/resources/tabview/distribution-graph.jelly M src/main/resources/tabview/main.jelly A src/test/java/jenkins/plugins/sloccount/steps/SloccountPublisherStepTest.java Log Message: ----------- [JENKINS-35234] Resolved issue - Support the new workflow/pipeline model pom.xml Added dependencies to workflow modules Sloccount plugin now requires Jenkins 2.63 Refactored for new workflow (AbstractBuild and AbstractProject replaced with Run<> and Job<>) SloccountAreaRenderer.java SloccountBuildAction.java SloccountProjectAction.java SloccountPublisher.java SloccountResult.java Solved NPE: SloccountResult.java Ignored FindBug errors: SloccountAreaRenderer.java Solved javadoc complains: SloccountTablePortlet.java SloccountLanguageStatistics.java SloccountParser.java ClocFile.java ClocFiles.java ClocHeader.java ClocReport.java ClocTotal.java Updated API for new Jenkins: FileFinder.java Added escape-by-default in all jelly files: index.jelly SloccountTablePortlet/portlet.jelly SloccountTablePortlet/table.jelly SloccountBuildAction/statistics.jelly SloccountBuildAction/summary.jelly SloccountProjectAction/floatingBox.jelly SloccountProjectAction/jobMain.jelly SloccountPublisher/config.jelly SloccountResult/files.jelly SloccountResult/folders.jelly SloccountResult/index.jelly SloccountResult/languages.jelly SloccountResult/modules.jelly tabview/css.jelly tabview/distribution-graph.jelly tabview/main.jelly Added SloccountPublisher step supporting workflow (with jelly file and tests) steps/SloccountPublisherStep.java SloccountPublisherStep/config.jelly test/SloccountPublisherStepTest.java Commit: 6d883661b6aad00a8ac1e4aad1ce51e50e3f8694 https://github.com/jenkinsci/sloccount-plugin/commit/6d883661b6aad00a8ac1e4aad1ce51e50e3f8694 Author: Piotr Mis <mis...@compower.pl> Date: 2017-06-27 (Tue, 27 Jun 2017) Changed paths: M pom.xml M src/main/java/hudson/plugins/sloccount/SloccountBuildAction.java M src/main/java/hudson/plugins/sloccount/SloccountResult.java Log Message: ----------- [JENKINS-35234] Resolved issue - Support the new workflow/pipeline model pom.xml - Corrected dependencies to master-pom, Jenkins version and workflow plugins SloccountResult - owner is not serializable so setter must be added and user when SloccountBuildAction is loaded SloccountBuildAction.java - Run<> must be passed to SloccountResult when build is loaded Commit: 454ae6cc83e264d4280b774018f16b010ad39dcf https://github.com/jenkinsci/sloccount-plugin/commit/454ae6cc83e264d4280b774018f16b010ad39dcf Author: Ivaylo Marinkov <iva...@marinkov.org> Date: 2017-10-24 (Tue, 24 Oct 2017) Changed paths: M pom.xml M src/main/java/hudson/plugins/sloccount/SloccountAreaRenderer.java M src/main/java/hudson/plugins/sloccount/SloccountBuildAction.java M src/main/java/hudson/plugins/sloccount/SloccountChartBuilder.java M src/main/java/hudson/plugins/sloccount/model/cloc/ClocTotal.java Log Message: ----------- Changes to address comments in PR 48 See https://github.com/jenkinsci/sloccount- Changes as per PR comments Commit: 3e8f8bc931ba2b212357ba9bd9e4142f7dc0c69e https://github.com/jenkinsci/sloccount-plugin/commit/3e8f8bc931ba2b212357ba9bd9e4142f7dc0c69e Author: Ivaylo Marinkov <iva...@marinkov.org> Date: 2017-10-25 (Wed, 25 Oct 2017) Changed paths: M pom.xml M src/main/java/hudson/plugins/sloccount/SloccountAreaRenderer.java M src/main/java/hudson/plugins/sloccount/SloccountBuildAction.java Log Message: ----------- Changes to address code review Refer to https://github.com/jenkinsci/sloccount-plugin/pull/49 Commit: c276d51d2b8ee29a96ec460e43db764909bba28b https://github.com/jenkinsci/sloccount-plugin/commit/c276d51d2b8ee29a96ec460e43db764909bba28b Author: Ivaylo Marinkov <iva...@marinkov.org> Date: 2017-10-25 (Wed, 25 Oct 2017) Changed paths: M src/main/java/hudson/plugins/sloccount/SloccountBuildAction.java Log Message: ----------- Add consistent spacing to improve readability Commit: 9169c3011c4f18d91bb89dae3cc931d55e90780c https://github.com/jenkinsci/sloccount-plugin/commit/9169c3011c4f18d91bb89dae3cc931d55e90780c Author: Ivaylo Marinkov <iva...@marinkov.org> Date: 2017-10-25 (Wed, 25 Oct 2017) Changed paths: M src/main/java/hudson/plugins/sloccount/SloccountBuildAction.java Log Message: ----------- Add more race condition prevention measures Commit: f7d1b6a6e355e8bc2af228fe37be4ac65f0ac591 https://github.com/jenkinsci/sloccount-plugin/commit/f7d1b6a6e355e8bc2af228fe37be4ac65f0ac591 Author: Ivaïlo Marinkov <iva...@marinkov.org> Date: 2017-11-09 (Thu, 09 Nov 2017) Changed paths: M pom.xml M src/main/java/hudson/plugins/sloccount/SloccountAreaRenderer.java M src/main/java/hudson/plugins/sloccount/SloccountBuildAction.java M src/main/java/hudson/plugins/sloccount/SloccountChartBuilder.java M src/main/java/hudson/plugins/sloccount/SloccountProjectAction.java M src/main/java/hudson/plugins/sloccount/SloccountPublisher.java M src/main/java/hudson/plugins/sloccount/SloccountResult.java M src/main/java/hudson/plugins/sloccount/dashboard/SloccountTablePortlet.java M src/main/java/hudson/plugins/sloccount/model/SloccountLanguageStatistics.java M src/main/java/hudson/plugins/sloccount/model/SloccountParser.java M src/main/java/hudson/plugins/sloccount/model/cloc/ClocFile.java M src/main/java/hudson/plugins/sloccount/model/cloc/ClocFiles.java M src/main/java/hudson/plugins/sloccount/model/cloc/ClocHeader.java M src/main/java/hudson/plugins/sloccount/model/cloc/ClocReport.java M src/main/java/hudson/plugins/sloccount/model/cloc/ClocTotal.java M src/main/java/hudson/plugins/sloccount/util/FileFinder.java A src/main/java/jenkins/plugins/sloccount/steps/SloccountPublisherStep.java M src/main/resources/hudson/plugins/sloccount/SloccountBuildAction/statistics.jelly M src/main/resources/hudson/plugins/sloccount/SloccountBuildAction/summary.jelly M src/main/resources/hudson/plugins/sloccount/SloccountProjectAction/floatingBox.jelly M src/main/resources/hudson/plugins/sloccount/SloccountProjectAction/jobMain.jelly M src/main/resources/hudson/plugins/sloccount/SloccountPublisher/config.jelly M src/main/resources/hudson/plugins/sloccount/SloccountResult/files.jelly M src/main/resources/hudson/plugins/sloccount/SloccountResult/folders.jelly M src/main/resources/hudson/plugins/sloccount/SloccountResult/index.jelly M src/main/resources/hudson/plugins/sloccount/SloccountResult/languages.jelly M src/main/resources/hudson/plugins/sloccount/SloccountResult/modules.jelly M src/main/resources/hudson/plugins/sloccount/dashboard/SloccountTablePortlet/portlet.jelly M src/main/resources/hudson/plugins/sloccount/dashboard/SloccountTablePortlet/table.jelly M src/main/resources/index.jelly A src/main/resources/jenkins/plugins/sloccount/steps/SloccountPublisherStep/config.jelly M src/main/resources/tabview/css.jelly M src/main/resources/tabview/distribution-graph.jelly M src/main/resources/tabview/main.jelly A src/test/java/jenkins/plugins/sloccount/steps/SloccountPublisherStepTest.java Log Message: ----------- Merge pull request #49 from ivaivalous/JENKINS-35234_pipeline_support [JENKINS-35234] pipeline support Compare: https://github.com/jenkinsci/sloccount-plugin/compare/29c846b00a3f...f7d1b6a6e355 -- 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/d/optout.