Branch: refs/heads/master Home: https://github.com/jenkinsci/codescene-plugin Commit: ba504da59b5666bb1e1d2a23e63a529f0d996678 https://github.com/jenkinsci/codescene-plugin/commit/ba504da59b5666bb1e1d2a23e63a529f0d996678 Author: Adam Tornhill <a...@adamtornhill.com> Date: 2020-09-03 (Thu, 03 Sep 2020)
Changed paths: M src/main/java/org/jenkinsci/plugins/codescene/Domain/DeltaAnalysisResult.java A src/main/java/org/jenkinsci/plugins/codescene/Domain/NewFiles.java A src/main/java/org/jenkinsci/plugins/codescene/Domain/ReviewOfNewFile.java A src/test/java/org/jenkinsci/plugins/codescene/Domain/NewFilesTest.java M src/test/java/org/jenkinsci/plugins/codescene/Domain/TestUtils.java A src/test/resources/delta-analysis-result-with-new-files.json Log Message: ----------- ENTERPRISE-1338: add the domain model for encapsulating the info on new files under review Commit: 1c7acf46c978eb0601a913dd8e2da38acc5b36b8 https://github.com/jenkinsci/codescene-plugin/commit/1c7acf46c978eb0601a913dd8e2da38acc5b36b8 Author: Adam Tornhill <a...@adamtornhill.com> Date: 2020-09-03 (Thu, 03 Sep 2020) Changed paths: M README.md M src/main/java/org/jenkinsci/plugins/codescene/CodeSceneBuildActionEntry.java M src/main/java/org/jenkinsci/plugins/codescene/CodeSceneBuilder.java M src/main/resources/org/jenkinsci/plugins/codescene/CodeSceneBuildAction/summary.jelly Log Message: ----------- ENTERPRISE-1338: add code review info on new files with low code health Commit: c51d57a0ec2788b56f7243dca681b44ebd68b184 https://github.com/jenkinsci/codescene-plugin/commit/c51d57a0ec2788b56f7243dca681b44ebd68b184 Author: Adam Tornhill <a...@adamtornhill.com> Date: 2020-09-03 (Thu, 03 Sep 2020) Changed paths: M src/main/java/org/jenkinsci/plugins/codescene/Domain/ReviewOfNewFile.java M src/main/resources/org/jenkinsci/plugins/codescene/CodeSceneBuildAction/summary.jelly M src/test/java/org/jenkinsci/plugins/codescene/Domain/NewFilesTest.java Log Message: ----------- ENTERPRISE-1338: reformat the code review feedback for new code, one line per issue Commit: 787659837c776587c6ca8ee472b573babd579210 https://github.com/jenkinsci/codescene-plugin/commit/787659837c776587c6ca8ee472b573babd579210 Author: Adam Tornhill <a...@adamtornhill.com> Date: 2020-09-03 (Thu, 03 Sep 2020) Changed paths: M README.md M src/main/java/org/jenkinsci/plugins/codescene/CodeSceneBuildActionEntry.java M src/main/java/org/jenkinsci/plugins/codescene/CodeSceneBuilder.java M src/main/java/org/jenkinsci/plugins/codescene/Domain/DeltaAnalysisResult.java A src/main/java/org/jenkinsci/plugins/codescene/Domain/NewFiles.java A src/main/java/org/jenkinsci/plugins/codescene/Domain/ReviewOfNewFile.java M src/main/resources/org/jenkinsci/plugins/codescene/CodeSceneBuildAction/summary.jelly A src/test/java/org/jenkinsci/plugins/codescene/Domain/NewFilesTest.java M src/test/java/org/jenkinsci/plugins/codescene/Domain/TestUtils.java A src/test/resources/delta-analysis-result-with-new-files.json Log Message: ----------- Merge pull request #19 from jenkinsci/1338-delta-analysis-add-a-section-with-the-code-review-findings-for-new-files-with-low-code-health ENTERPRISE-1338: delta analysis add a section with the code review findings for new files with low code health Compare: https://github.com/jenkinsci/codescene-plugin/compare/00e33488ba02...787659837c77 -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/codescene-plugin/push/refs/heads/master/00e334-787659%40github.com.