Branch: refs/heads/master Home: https://github.com/jenkinsci/performance-plugin Commit: e77ea040d7f172a2b8ff56ac2b1c5a8828536941 https://github.com/jenkinsci/performance-plugin/commit/e77ea040d7f172a2b8ff56ac2b1c5a8828536941 Author: Philippe M <pmoua...@users.noreply.github.com> Date: 2019-02-05 (Tue, 05 Feb 2019)
Changed paths: M .travis.yml M docs/Changelog.md M src/main/java/hudson/plugins/performance/PerformancePublisher.java M src/main/java/hudson/plugins/performance/PerformanceReportMap.java M src/main/java/hudson/plugins/performance/TrendReportGraphs.java M src/main/java/hudson/plugins/performance/actions/PerformanceProjectAction.java M src/main/java/hudson/plugins/performance/constraints/AbsoluteConstraint.java M src/main/java/hudson/plugins/performance/constraints/AbstractConstraint.java M src/main/java/hudson/plugins/performance/constraints/ConstraintFactory.java M src/main/java/hudson/plugins/performance/constraints/RelativeConstraint.java M src/main/java/hudson/plugins/performance/constraints/blocks/PreviousResultsBlock.java M src/main/java/hudson/plugins/performance/constraints/blocks/TestCaseBlock.java M src/main/java/hudson/plugins/performance/details/GraphConfigurationDetail.java M src/main/java/hudson/plugins/performance/details/TrendReportDetail.java M src/main/java/hudson/plugins/performance/parsers/AbstractParser.java M src/main/java/hudson/plugins/performance/parsers/IagoParser.java M src/main/java/hudson/plugins/performance/parsers/JMeterCsvParser.java M src/main/java/hudson/plugins/performance/parsers/JMeterParser.java M src/main/java/hudson/plugins/performance/parsers/JUnitParser.java M src/main/java/hudson/plugins/performance/parsers/JmeterSummarizerParser.java M src/main/java/hudson/plugins/performance/parsers/LoadRunnerParser.java M src/main/java/hudson/plugins/performance/parsers/ParserDetector.java M src/main/java/hudson/plugins/performance/parsers/ParserFactory.java M src/main/java/hudson/plugins/performance/parsers/TaurusParser.java M src/main/java/hudson/plugins/performance/parsers/WrkSummarizerParser.java M src/main/java/hudson/plugins/performance/reports/AbstractReport.java M src/main/java/hudson/plugins/performance/reports/ConstraintReport.java M src/main/java/hudson/plugins/performance/reports/PerformanceReport.java M src/main/resources/hudson/plugins/performance/PerformancePublisher/config.jelly M src/main/resources/hudson/plugins/performance/PerformancePublisher/config.properties A src/main/resources/hudson/plugins/performance/PerformancePublisher/help-filterRegex.html R src/main/resources/hudson/plugins/performance/PerformancePublisher/help-reportFiles.html A src/main/resources/hudson/plugins/performance/PerformancePublisher/help-sourceDataFiles.html M src/main/resources/index.jelly M src/test/java/hudson/plugins/performance/PerformancePublisherTest.java M src/test/java/hudson/plugins/performance/build/PerformanceTestBuildTest.java M src/test/java/hudson/plugins/performance/constraints/ConstraintFactoryTest.java M src/test/java/hudson/plugins/performance/parsers/JMeterCsvParserTest.java M src/test/java/hudson/plugins/performance/parsers/JMeterParserTest.java M src/test/java/hudson/plugins/performance/parsers/LoadRunnerParserTest.java M src/test/java/hudson/plugins/performance/parsers/ParserFactoryTest.java A src/test/resources/filewithtransactions.csv Log Message: ----------- Add ability to select which transactions/samplers are included in report through regex (#181) * Add filtering with regex * Modify expected text in job log as I changed logging. Modify test a bit to make failure cause more clear, had to scratch my head a bit to understand * Log additional information * Finalize Add logging Test * Finalize Test * Mention author and sponsor * Take into account Artem notes (at least what I thing is the problem) * Take into account Artem notes (at least what I thing is the problem) * Take into account Artem note * Update description to base it on what's in pom * Rename help file so that it is used by Jenkins * Fix codacy bug * Fix codacy bugs * Fix codacy warnings: - Fields should be declared at the top of the class - Silent error catching - SimpleDateFormat is not thread safe, make it local * Use constants for repeated String * and now Use try with resources Throw IllegalArgumentException instead of generic RuntimeException Position literal first in String comparisons Drop useless casts * Use IllegalArgumentException instead of NPE Drop useless continue Add missing break in switch * Use try with resources * Use explicite scoping * Fix compilation error * Replace statsDateFormat by static final field Use try with resources Replace RuntimeException by IllegalArgumentException or IllegalStateException Drop Hashtable in favor of Hashmap since it is already synchronized Iterate more efficiently on Map * Respect naming convention Factor common code Fix issue in throughput parsing * Drop unused import * return immediately Add default to switch and simplify code of check Use %n instead of \n in String.format * Add default in switch Use StringBuilder instead of StringBuffer Remove useless exceptions in throws clause Use tyy with resources Use Diamond constructor * Position literals first in String comparison * Use diamond operator Avoid potential NPE Return immediately instead of creating temp var Remove silly Math.round * Remove nested if statements * Remove underscore in method names * Remove useless transient Respect order in declaration of scope Avoid unnecessary if..then..else statements when returning booleans * Fix compile issues Avoid using a branching statement as the last in a loop. * Remove verbose download artifacts * Remove unused import Replace Hashtable by synchronized Hashmap Return empty list instead of null Use constant for "/temp" Use try with resources * Remove verbose download artifacts * Remove unused imports * Remove useless attributes xmlfile, xmlDir and xml Rename constant archive_directory to ARCHIVE_DIRECTORY Remove useless transient Respect order for array Use diamond operator Return emptyList instead of null Use try with resources Simplify code of writeStandardResultsToXML, writeErrorThresholdReportInXML, writeRelativeThresholdReportInXML No need to create empty files * Take into account Artem note -- 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.